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

Method handler

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

Source from the content-addressed store, hash-verified

22960
22961 @staticmethod
22962 def handler(fit, beacon, context, projectionRange, **kwargs):
22963 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Stasis Web',
22964 'speedFactor', beacon.getModifiedItemAttr('stasisWebStrengthMultiplier'),
22965 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
22966
22967
22968class Effect5923(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected