Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Buff Mark I and Mark II naquadah fuels (#202)
Browse files Browse the repository at this point in the history
* Improve MK I burn time by 200% and MK II burn time by 250%
  • Loading branch information
S4mpsa authored Aug 24, 2023
1 parent 883b1b2 commit 87388b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/goodgenerator/main/GG_Config_Loader.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class GG_Config_Loader {
public static int LiquidAirConsumptionPerSecond = 2400;
public static int[] NaquadahFuelVoltage = new int[] { 12960, 2200, 32400, 975000, 2300000, 9511000, 88540000,
399576000, 2077795200 };
public static int[] NaquadahFuelTime = new int[] { 100, 500, 150, 20, 20, 80, 100, 160, 240 };
public static int[] NaquadahFuelTime = new int[] { 100, 500, 150, 60, 70, 80, 100, 160, 240 };
public static int[] CoolantEfficiency = new int[] { 500, 275, 150, 105 };
public static int[] ExcitedLiquidCoe = new int[] { 64, 16, 4, 3, 2 };
public static boolean EnableNaquadahRework = true;
Expand Down

0 comments on commit 87388b3

Please sign in to comment.