MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:22776–22779  ·  view source on GitHub ↗
(fit, beacon, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

22774
22775 @staticmethod
22776 def handler(fit, beacon, context, projectionRange, **kwargs):
22777 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Remote Capacitor Transmitter',
22778 'powerTransferAmount', beacon.getModifiedItemAttr('energyTransferAmountBonus'),
22779 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
22780
22781
22782class Effect5913(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected