(fit, module, context, projectionRange, **kwargs)
| 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 | |
| 23260 | class Effect5995(BaseEffect): |
nothing calls this directly
no test coverage detected