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

Method handler

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

Source from the content-addressed store, hash-verified

10145
10146 @staticmethod
10147 def handler(fit, ship, context, projectionRange, **kwargs):
10148 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'),
10149 'maxVelocity', ship.getModifiedItemAttr('eliteBonusHeavyInterdictors1'),
10150 skill='Heavy Interdiction Cruisers', **kwargs)
10151
10152
10153class Effect3366(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected