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

Method handler

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

Source from the content-addressed store, hash-verified

18519
18520 @staticmethod
18521 def handler(fit, module, context, projectionRange, **kwargs):
18522 for damageType in ('kinetic', 'thermal', 'explosive', 'em'):
18523 fit.ship.boostItemAttr('armor%sDamageResonance' % damageType.capitalize(),
18524 module.getModifiedItemAttr('%sDamageResistanceBonus' % damageType),
18525 stackingPenalties=True, **kwargs)
18526
18527
18528class Effect5234(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected