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

Method handler

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

Source from the content-addressed store, hash-verified

24181
24182 @staticmethod
24183 def handler(fit, module, context, projectionRange, **kwargs):
24184 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
24185 'maxVelocity', module.getModifiedItemAttr('missileVelocityBonus'),
24186 stackingPenalties=True, **kwargs)
24187
24188
24189class Effect6111(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected