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

Method handler

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

Source from the content-addressed store, hash-verified

43142
43143 @staticmethod
43144 def handler(fit, ship, context, projectionRange, **kwargs):
43145 fit.modules.filteredChargeBoost(
43146 lambda mod: mod.charge.group.name == 'Capacitor Booster Charge',
43147 'capacitorBonus', ship.getModifiedItemAttr('shipBonusForceAuxiliaryM5'),
43148 skill='Minmatar Carrier', **kwargs)
43149
43150
43151class Effect12838(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredChargeBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected