(fit, ship, context, projectionRange, **kwargs)
| 2868 | |
| 2869 | @staticmethod |
| 2870 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2871 | fit.ship.boostItemAttr('armorThermalDamageResonance', ship.getModifiedItemAttr('shipBonusAC2'), |
| 2872 | skill='Amarr Cruiser', **kwargs) |
| 2873 | |
| 2874 | |
| 2875 | class Effect968(BaseEffect): |
nothing calls this directly
no test coverage detected