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

Method handler

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

Source from the content-addressed store, hash-verified

16015
16016 @staticmethod
16017 def handler(fit, module, context, projectionRange, **kwargs):
16018 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM',
16019 'scanMagnetometricStrengthBonus',
16020 module.getModifiedItemAttr('ecmStrengthBonusPercent'),
16021 stackingPenalties=True, **kwargs)
16022
16023
16024class Effect4812(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected