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

Method handler

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

Source from the content-addressed store, hash-verified

26594
26595 @staticmethod
26596 def handler(fit, src, context, projectionRange, **kwargs):
26597 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Structure Energy Neutralizer',
26598 'capacitorNeed', src.getModifiedItemAttr('structureRigEwarCapUseBonus'),
26599 stackingPenalties=True, **kwargs)
26600
26601
26602class Effect6406(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected