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

Method handler

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

Source from the content-addressed store, hash-verified

15981
15982 @staticmethod
15983 def handler(fit, module, context, projectionRange, **kwargs):
15984 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM',
15985 'scanGravimetricStrengthBonus', module.getModifiedItemAttr('ecmStrengthBonusPercent'),
15986 stackingPenalties=True, **kwargs)
15987
15988
15989class Effect4810(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected