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

Method handler

eos/effects.py:35964–35967  ·  view source on GitHub ↗
(fit, beacon, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

35962
35963 @staticmethod
35964 def handler(fit, beacon, context, projectionRange, **kwargs):
35965 fit.modules.filteredItemMultiply(
35966 lambda mod: mod.item.group.name == 'ECM', 'maxRange',
35967 beacon.getModifiedItemAttr('ecmRangeBonus'), stackingPenalties=True, **kwargs)
35968
35969
35970class Effect8034(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected