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

Method handler

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

Source from the content-addressed store, hash-verified

26637
26638 @staticmethod
26639 def handler(fit, src, context, projectionRange, **kwargs):
26640 groups = ('Structure ECM Battery', 'Structure Disruption Battery')
26641 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups,
26642 'capacitorNeed', src.getModifiedItemAttr('structureRigEwarCapUseBonus'), **kwargs)
26643
26644
26645class Effect6408(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected