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

Method handler

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

Source from the content-addressed store, hash-verified

544
545 @staticmethod
546 def handler(fit, module, context, projectionRange, **kwargs):
547 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Projectile Weapon',
548 'speed', module.getModifiedItemAttr('speedMultiplier'),
549 stackingPenalties=True, **kwargs)
550
551
552class Effect91(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected