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

Method handler

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

Source from the content-addressed store, hash-verified

22831
22832 @staticmethod
22833 def handler(fit, beacon, context, projectionRange, **kwargs):
22834 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Energy Nosferatu',
22835 'powerTransferAmount',
22836 beacon.getModifiedItemAttr('energyWarfareStrengthMultiplier'),
22837 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
22838
22839
22840class Effect5916(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected