(fit, module, context, projectionRange, **kwargs)
| 6133 | |
| 6134 | @staticmethod |
| 6135 | def handler(fit, module, context, projectionRange, **kwargs): |
| 6136 | for type in ('kinetic', 'thermal', 'explosive', 'em'): |
| 6137 | fit.ship.boostItemAttr('armor%sDamageResonance' % type.capitalize(), |
| 6138 | module.getModifiedItemAttr('%sDamageResistanceBonus' % type), |
| 6139 | stackingPenalties=True, **kwargs) |
| 6140 | |
| 6141 | |
| 6142 | class Effect2052(BaseEffect): |
nothing calls this directly
no test coverage detected