(fit, ship, context, projectionRange, **kwargs)
| 19142 | |
| 19143 | @staticmethod |
| 19144 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19145 | fit.ship.boostItemAttr('armorExplosiveDamageResonance', ship.getModifiedItemAttr('shipBonusABC1'), |
| 19146 | skill='Amarr Battlecruiser', **kwargs) |
| 19147 | |
| 19148 | |
| 19149 | class Effect5324(BaseEffect): |
nothing calls this directly
no test coverage detected