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

Method handler

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

Source from the content-addressed store, hash-verified

42963
42964 @staticmethod
42965 def handler(fit, src, context, projectionRange, **kwargs):
42966 fit.ship.boostItemAttr('shieldEmDamageResonance', src.getModifiedItemAttr('passiveEmDamageResistanceBonus'), **kwargs)
42967 fit.ship.boostItemAttr('armorEmDamageResonance', src.getModifiedItemAttr('passiveEmDamageResistanceBonus'), **kwargs)
42968 fit.ship.boostItemAttr('emDamageResonance', src.getModifiedItemAttr('passiveEmDamageResistanceBonus'), **kwargs)
42969
42970
42971class Effect12823(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected