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

Method handler

eos/effects.py:17649–17651  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

17647
17648 @staticmethod
17649 def handler(fit, ship, context, projectionRange, **kwargs):
17650 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Capacitor Transmitter',
17651 'powerTransferAmount', ship.getModifiedItemAttr('energyTransferAmountBonus'), **kwargs)
17652
17653
17654class Effect5122(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected