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

Method handler

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

Source from the content-addressed store, hash-verified

14266
14267 @staticmethod
14268 def handler(fit, module, context, projectionRange, **kwargs):
14269 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM',
14270 'maxRange', module.getModifiedItemAttr('ecmRangeBonus'),
14271 stackingPenalties=True, **kwargs)
14272
14273
14274class Effect4360(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected