From 2b9d867d1f390b0f98ae9dca6cc9f4fa67e1f80c Mon Sep 17 00:00:00 2001 From: Evert Vorster Date: Sun, 8 Dec 2024 16:02:51 +0100 Subject: [PATCH] Implement degraded governor This seems to be the most elegant way of re-creating the degraded Llama that the game is started with. Removed the Overdrive governor so that the ship gets the default speed for overdrive. It is highly unlikely that you would purchase an overdrive before doing at least the first repair and refuel. Even if you do, the effect on game play is less than forever being stuck with an overdrive that is less performant than the default Llama. Tested with a new campaign, and before purchasing a repair and refuel the governor speed is 120. After the repair and refuel the governor speed has changed to 125. --- units/ships.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/units/ships.json b/units/ships.json index 07b6b37e..a19229b1 100644 --- a/units/ships.json +++ b/units/ships.json @@ -6187,8 +6187,7 @@ "Primary_Capacitor": "200", "Reactor_Recharge": "44", "Outsystem_Jump_Cost": "200", - "Afterburner_Speed_Governor": "120", - "Default_Speed_Governor": "120", + "Default_Speed_Governor": "120/125", "Radar_Range": "300000000", "Tracking_Cone": "4", "Max_Cone": "180",