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

Method handler

eos/effects.py:8114–8116  ·  view source on GitHub ↗
(cls, fit, booster, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

8112
8113 @classmethod
8114 def handler(cls, fit, booster, context, projectionRange, **kwargs):
8115 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
8116 'maxVelocity', booster.getModifiedItemAttr(cls.attr), **kwargs)
8117
8118
8119class Effect2749(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected