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

Method handler

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

Source from the content-addressed store, hash-verified

8468
8469 @staticmethod
8470 def handler(fit, module, context, projectionRange, **kwargs):
8471 penalties = 'booster' not in context
8472 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Energy Weapon',
8473 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'),
8474 stackingPenalties=penalties, **kwargs)
8475
8476
8477class Effect2804(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected