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

Method handler

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

Source from the content-addressed store, hash-verified

36347
36348 @staticmethod
36349 def handler(fit, ship, context, projectionRange, **kwargs):
36350 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles') or
36351 mod.charge.requiresSkill('Heavy Assault Missiles'),
36352 'maxVelocity', ship.getModifiedItemAttr('eliteBonusCommandShips2'),
36353 skill='Command Ships', **kwargs)
36354
36355
36356class Effect8071(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected