(fit, ship, context, projectionRange, **kwargs)
| 36329 | |
| 36330 | @staticmethod |
| 36331 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36332 | damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal') |
| 36333 | for damageType in damageTypes: |
| 36334 | fit.ship.boostItemAttr(f'shield{damageType}DamageResonance', ship.getModifiedItemAttr('shipBonusMBC1'), |
| 36335 | skill='Minmatar Battlecruiser', **kwargs) |
| 36336 | |
| 36337 | |
| 36338 | class Effect8070(BaseEffect): |
nothing calls this directly
no test coverage detected