Skip to content

Commit

Permalink
Implement degraded governor
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
evertvorster authored Dec 8, 2024
1 parent 451881a commit 2b9d867
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions units/ships.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2b9d867

Please sign in to comment.