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

Method handler

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

Source from the content-addressed store, hash-verified

18900
18901 @staticmethod
18902 def handler(fit, ship, context, projectionRange, **kwargs):
18903 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Light Missiles'),
18904 'kineticDamage', ship.getModifiedItemAttr('shipBonusCD1'),
18905 skill='Caldari Destroyer', **kwargs)
18906
18907
18908class Effect5306(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected