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

Method handler

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

Source from the content-addressed store, hash-verified

561
562 @staticmethod
563 def handler(fit, module, context, projectionRange, **kwargs):
564 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Energy Weapon',
565 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'),
566 stackingPenalties=True, **kwargs)
567
568
569class Effect92(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected