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

Method handler

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

Source from the content-addressed store, hash-verified

8392
8393 @staticmethod
8394 def handler(fit, module, context, projectionRange, **kwargs):
8395 penalize = 'booster' not in context
8396 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Projectile Weapon',
8397 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'),
8398 stackingPenalties=penalize, **kwargs)
8399
8400
8401class Effect2799(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected