MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / handler

Method handler

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

Source from the content-addressed store, hash-verified

23252
23253 @staticmethod
23254 def handler(fit, module, context, projectionRange, **kwargs):
23255 for dmgType in ('em', 'thermal', 'kinetic', 'explosive'):
23256 tgtAttr = '{}DamageResonance'.format(dmgType)
23257 fit.ship.forceItemAttr(tgtAttr, module.getModifiedItemAttr('resistanceKillerHull'), **kwargs)
23258
23259
23260class Effect5995(BaseEffect):

Callers

nothing calls this directly

Calls 2

forceItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected