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

Method handler

eos/effects.py:41265–41268  ·  view source on GitHub ↗
(fit, skill, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

41263
41264 @staticmethod
41265 def handler(fit, skill, context, projectionRange, **kwargs):
41266 fit.modules.filteredChargeBoost(
41267 lambda mod: mod.charge.requiresSkill('Breacher Pod Launcher Operation'), 'maxVelocity',
41268 skill.getModifiedItemAttr('speedFactor') * skill.level, **kwargs)
41269
41270
41271class Effect12220(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected