(fit, ship, context, projectionRange, **kwargs)
| 2820 | |
| 2821 | @staticmethod |
| 2822 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2823 | fit.ship.boostItemAttr('armorEmDamageResonance', ship.getModifiedItemAttr('shipBonusAC2'), |
| 2824 | skill='Amarr Cruiser', **kwargs) |
| 2825 | |
| 2826 | |
| 2827 | class Effect959(BaseEffect): |
nothing calls this directly
no test coverage detected