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

Method handler

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

Source from the content-addressed store, hash-verified

8373
8374 @staticmethod
8375 def handler(fit, module, context, projectionRange, **kwargs):
8376 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Projectile Weapon',
8377 'speed', module.getModifiedItemAttr('speedMultiplier'),
8378 stackingPenalties=True, **kwargs)
8379
8380
8381class Effect2798(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected