(fit, ship, context, projectionRange, **kwargs)
| 2836 | |
| 2837 | @staticmethod |
| 2838 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2839 | fit.ship.boostItemAttr('armorExplosiveDamageResonance', ship.getModifiedItemAttr('shipBonusAC2'), |
| 2840 | skill='Amarr Cruiser', **kwargs) |
| 2841 | |
| 2842 | |
| 2843 | class Effect960(BaseEffect): |
nothing calls this directly
no test coverage detected