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

Method handler

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

Source from the content-addressed store, hash-verified

2616
2617 @staticmethod
2618 def handler(fit, module, context, projectionRange, **kwargs):
2619 fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'),
2620 'speed', module.getModifiedItemAttr('speedMultiplier'),
2621 stackingPenalties=True, **kwargs)
2622
2623
2624class Effect891(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected