(fit, module, context, projectionRange, **kwargs)
| 6151 | |
| 6152 | @staticmethod |
| 6153 | def handler(fit, module, context, projectionRange, **kwargs): |
| 6154 | for type in ('kinetic', 'thermal', 'explosive', 'em'): |
| 6155 | fit.ship.boostItemAttr('shield%sDamageResonance' % type.capitalize(), |
| 6156 | module.getModifiedItemAttr('%sDamageResistanceBonus' % type), |
| 6157 | stackingPenalties=True, **kwargs) |
| 6158 | |
| 6159 | |
| 6160 | class Effect2053(BaseEffect): |
nothing calls this directly
no test coverage detected