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

Method handler

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

Source from the content-addressed store, hash-verified

18236
18237 @staticmethod
18238 def handler(fit, ship, context, projectionRange, **kwargs):
18239 penalties = 'ship' not in context
18240 fit.modules.filteredChargeBoost(
18241 lambda mod: mod.charge.requiresSkill('Light Missiles'), 'maxVelocity',
18242 ship.getModifiedItemAttr('rookieLightMissileVelocity'), stackingPenalties=penalties, **kwargs)
18243
18244
18245class Effect5215(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected