(fit, ship, context, projectionRange, **kwargs)
| 19160 | |
| 19161 | @staticmethod |
| 19162 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19163 | fit.ship.boostItemAttr('armorKineticDamageResonance', ship.getModifiedItemAttr('shipBonusABC1'), |
| 19164 | skill='Amarr Battlecruiser', **kwargs) |
| 19165 | |
| 19166 | |
| 19167 | class Effect5325(BaseEffect): |
nothing calls this directly
no test coverage detected