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