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

Method handler

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

Source from the content-addressed store, hash-verified

16033
16034 @staticmethod
16035 def handler(fit, module, context, projectionRange, **kwargs):
16036 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM',
16037 'scanRadarStrengthBonus', module.getModifiedItemAttr('ecmStrengthBonusPercent'),
16038 stackingPenalties=True, **kwargs)
16039
16040
16041class Effect4814(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected