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

Method handler

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

Source from the content-addressed store, hash-verified

39079
39080 @staticmethod
39081 def handler(fit, ship, context, projectionRange, **kwargs):
39082 fit.modules.filteredChargeBoost(
39083 lambda mod: (
39084 mod.charge.requiresSkill('Heavy Assault Missiles')
39085 or mod.charge.requiresSkill('Heavy Missiles')),
39086 'aoeVelocity', ship.getModifiedItemAttr('eliteBonusHeavyGunship1'),
39087 skill='Heavy Assault Cruisers', **kwargs)
39088
39089
39090class Effect11414(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected