(fit, ship, context, projectionRange, **kwargs)
| 41904 | |
| 41905 | @staticmethod |
| 41906 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41907 | for type in ('kinetic', 'thermal', 'explosive', 'em'): |
| 41908 | fit.ship.boostItemAttr( |
| 41909 | f'shield{type.capitalize()}DamageResonance', ship.getModifiedItemAttr('shipBonusOreDestroyer3'), |
| 41910 | skill='Mining Destroyer', **kwargs) |
| 41911 | |
| 41912 | |
| 41913 | class Effect12556(BaseEffect): |
nothing calls this directly
no test coverage detected