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

Method handler

eos/effects.py:18220–18224  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

18218
18219 @staticmethod
18220 def handler(fit, ship, context, projectionRange, **kwargs):
18221 penalties = 'ship' not in context
18222 fit.modules.filteredChargeBoost(
18223 lambda mod: mod.charge.requiresSkill('Rockets'), 'maxVelocity',
18224 ship.getModifiedItemAttr('rookieRocketVelocity'), stackingPenalties=penalties, **kwargs)
18225
18226
18227class Effect5214(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected