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

Method handler

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

Source from the content-addressed store, hash-verified

20792
20793 @staticmethod
20794 def handler(fit, ship, context, projectionRange, **kwargs):
20795 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'),
20796 'maxVelocity', ship.getModifiedItemAttr('eliteBonusHeavyGunship1'),
20797 skill='Heavy Assault Cruisers', **kwargs)
20798
20799
20800class Effect5553(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected