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