(fit, ship, context, projectionRange, **kwargs)
| 41708 | |
| 41709 | @staticmethod |
| 41710 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41711 | damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal') |
| 41712 | for damageType in damageTypes: |
| 41713 | fit.ship.boostItemAttr( |
| 41714 | f'armor{damageType}DamageResonance', ship.getModifiedItemAttr('shipBonusABC1'), |
| 41715 | skill='Amarr Battlecruiser', **kwargs) |
| 41716 | |
| 41717 | |
| 41718 | class Effect12530(BaseEffect): |
nothing calls this directly
no test coverage detected