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

Method handler

eos/effects.py:26500–26504  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

26498
26499 @staticmethod
26500 def handler(fit, src, context, projectionRange, **kwargs):
26501 groups = ('Structure Warp Scrambler', 'Structure ECM Battery', 'Structure Stasis Webifier')
26502 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups,
26503 'capacitorNeed', src.getModifiedItemAttr('capNeedBonus'),
26504 skill='Structure Electronic Systems', **kwargs)
26505
26506
26507class Effect6401(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected