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

Method handler

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

Source from the content-addressed store, hash-verified

9815
9816 @staticmethod
9817 def handler(fit, ship, context, projectionRange, **kwargs):
9818 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'),
9819 'kineticDamage', ship.getModifiedItemAttr('shipBonusAF'),
9820 skill='Amarr Frigate', **kwargs)
9821
9822
9823class Effect3236(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected