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

Method handler

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

Source from the content-addressed store, hash-verified

8410
8411 @staticmethod
8412 def handler(fit, module, context, projectionRange, **kwargs):
8413 fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'),
8414 'speed', module.getModifiedItemAttr('speedMultiplier'),
8415 stackingPenalties=True, **kwargs)
8416
8417
8418class Effect2801(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected