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

Method handler

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

Source from the content-addressed store, hash-verified

578
579 @staticmethod
580 def handler(fit, module, context, projectionRange, **kwargs):
581 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Projectile Weapon',
582 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'),
583 stackingPenalties=True, **kwargs)
584
585
586class Effect93(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected