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

Method handler

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

Source from the content-addressed store, hash-verified

7327
7328 @staticmethod
7329 def handler(fit, ship, context, projectionRange, **kwargs):
7330 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
7331 'maxVelocity', ship.getModifiedItemAttr('eliteBonusGunship1'),
7332 skill='Assault Frigates', **kwargs)
7333
7334
7335class Effect2589(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected