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

Method handler

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

Source from the content-addressed store, hash-verified

42980
42981 @staticmethod
42982 def handler(fit, src, context, projectionRange, **kwargs):
42983 fit.ship.boostItemAttr('shieldThermalDamageResonance', src.getModifiedItemAttr('passiveThermicDamageResistanceBonus'), **kwargs)
42984 fit.ship.boostItemAttr('armorThermalDamageResonance', src.getModifiedItemAttr('passiveThermicDamageResistanceBonus'), **kwargs)
42985 fit.ship.boostItemAttr('thermalDamageResonance', src.getModifiedItemAttr('passiveThermicDamageResistanceBonus'), **kwargs)
42986
42987
42988class Effect12824(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected