aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/goodgenerator
diff options
context:
space:
mode:
authorSampsa <69092953+S4mpsa@users.noreply.github.com>2023-08-24 23:31:43 +0300
committerGitHub <noreply@github.com>2023-08-24 23:31:43 +0300
commit87388b3f826fd411d51e8c049d5a27e66e989b0a (patch)
tree31c36ea48a0b87a032f59e38c6ced4c9ce68b5ab /src/main/java/goodgenerator
parent883b1b2dd824a9c43bc0c97c0b86be9e316a316c (diff)
downloadGT5-Unofficial-87388b3f826fd411d51e8c049d5a27e66e989b0a.tar.gz
GT5-Unofficial-87388b3f826fd411d51e8c049d5a27e66e989b0a.tar.bz2
GT5-Unofficial-87388b3f826fd411d51e8c049d5a27e66e989b0a.zip
Buff Mark I and Mark II naquadah fuels (#202)
* Improve MK I burn time by 200% and MK II burn time by 250%
Diffstat (limited to 'src/main/java/goodgenerator')
-rw-r--r--src/main/java/goodgenerator/main/GG_Config_Loader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/goodgenerator/main/GG_Config_Loader.java b/src/main/java/goodgenerator/main/GG_Config_Loader.java
index 29b42d8121..8a29d28f57 100644
--- a/src/main/java/goodgenerator/main/GG_Config_Loader.java
+++ b/src/main/java/goodgenerator/main/GG_Config_Loader.java
@@ -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;