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

Method handler

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

Source from the content-addressed store, hash-verified

2717
2718 @staticmethod
2719 def handler(fit, ship, context, projectionRange, **kwargs):
2720 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
2721 'kineticDamage', ship.getModifiedItemAttr('shipBonusCC'),
2722 skill='Caldari Cruiser', **kwargs)
2723
2724
2725class Effect907(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected