(fit, ship, context, projectionRange, **kwargs)
| 2852 | |
| 2853 | @staticmethod |
| 2854 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2855 | fit.ship.boostItemAttr('armorKineticDamageResonance', ship.getModifiedItemAttr('shipBonusAC2'), |
| 2856 | skill='Amarr Cruiser', **kwargs) |
| 2857 | |
| 2858 | |
| 2859 | class Effect961(BaseEffect): |
nothing calls this directly
no test coverage detected