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

Method handler

eos/effects.py:42999–43002  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

42997
42998 @staticmethod
42999 def handler(fit, src, context, projectionRange, **kwargs):
43000 fit.ship.boostItemAttr('shieldKineticDamageResonance', src.getModifiedItemAttr('passiveKineticDamageResistanceBonus'), **kwargs)
43001 fit.ship.boostItemAttr('armorKineticDamageResonance', src.getModifiedItemAttr('passiveKineticDamageResistanceBonus'), **kwargs)
43002 fit.ship.boostItemAttr('kineticDamageResonance', src.getModifiedItemAttr('passiveKineticDamageResistanceBonus'), **kwargs)
43003
43004
43005class Effect12825(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected