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

Method handler

eos/effects.py:16000–16003  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

15998
15999 @staticmethod
16000 def handler(fit, module, context, projectionRange, **kwargs):
16001 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM',
16002 'scanLadarStrengthBonus', module.getModifiedItemAttr('ecmStrengthBonusPercent'),
16003 stackingPenalties=True, **kwargs)
16004
16005
16006class Effect4811(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected