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

Method handler

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

Source from the content-addressed store, hash-verified

10128
10129 @staticmethod
10130 def handler(fit, ship, context, projectionRange, **kwargs):
10131 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'),
10132 'maxVelocity', ship.getModifiedItemAttr('eliteBonusHeavyInterdictors1'),
10133 skill='Heavy Interdiction Cruisers', **kwargs)
10134
10135
10136class Effect3356(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected