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

Method handler

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

Source from the content-addressed store, hash-verified

3958
3959 @staticmethod
3960 def handler(fit, ship, context, projectionRange, **kwargs):
3961 penalties = 'ship' not in context
3962 fit.modules.filteredChargeBoost(
3963 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'maxVelocity',
3964 ship.getModifiedItemAttr('shipBonusRole7'), stackingPenalties=penalties, **kwargs)
3965
3966
3967class Effect1232(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected