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

Method handler

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

Source from the content-addressed store, hash-verified

43124
43125 @staticmethod
43126 def handler(fit, ship, context, projectionRange, **kwargs):
43127 fit.modules.filteredChargeBoost(
43128 lambda mod: mod.charge.group.name == 'Capacitor Booster Charge',
43129 'capacitorBonus', ship.getModifiedItemAttr('shipBonusForceAuxiliaryA5'),
43130 skill='Amarr Carrier', **kwargs)
43131
43132
43133class Effect12837(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredChargeBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected