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

Method handler

eos/effects.py:18502–18506  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

18500
18501 @staticmethod
18502 def handler(fit, module, context, projectionRange, **kwargs):
18503 for damageType in ('kinetic', 'thermal', 'explosive', 'em'):
18504 fit.ship.boostItemAttr('shield' + damageType.capitalize() + 'DamageResonance',
18505 module.getModifiedItemAttr(damageType + 'DamageResistanceBonus'),
18506 stackingPenalties=True, **kwargs)
18507
18508
18509class Effect5231(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected