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

Method handler

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

Source from the content-addressed store, hash-verified

22811
22812 @staticmethod
22813 def handler(fit, beacon, context, projectionRange, **kwargs):
22814 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Energy Neutralizer',
22815 'energyNeutralizerAmount',
22816 beacon.getModifiedItemAttr('energyWarfareStrengthMultiplier'),
22817 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
22818
22819
22820class Effect5915(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected