diff options
| author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-21 03:34:56 +1000 |
|---|---|---|
| committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-07-21 03:34:56 +1000 |
| commit | f9e2cc51461a1b98870d8a96aeb48a1888715376 (patch) | |
| tree | f8d129342ae592f92d20472c7b4bfcc55d73a296 /src/Java/gtPlusPlus/core/handler | |
| parent | 2559241fc0eb00a11b7495d94feba2d21383534a (diff) | |
| download | GT5-Unofficial-f9e2cc51461a1b98870d8a96aeb48a1888715376.tar.gz GT5-Unofficial-f9e2cc51461a1b98870d8a96aeb48a1888715376.tar.bz2 GT5-Unofficial-f9e2cc51461a1b98870d8a96aeb48a1888715376.zip | |
% Nerfed the PSS, it not longer accepts Energy/Dynamo hatches < HV.
% Updated Power book to reflect changes to PSS and added minor details about Redox cells.
Diffstat (limited to 'src/Java/gtPlusPlus/core/handler')
| -rw-r--r-- | src/Java/gtPlusPlus/core/handler/BookHandler.java | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/handler/BookHandler.java b/src/Java/gtPlusPlus/core/handler/BookHandler.java index 41757bf680..462cbd8cdb 100644 --- a/src/Java/gtPlusPlus/core/handler/BookHandler.java +++ b/src/Java/gtPlusPlus/core/handler/BookHandler.java @@ -81,6 +81,12 @@ public class BookHandler { "Allows Insertation/Removal of power from the rear face of the controller, swap with a screwdriver."+"\n"+ "Variable Height Structure, between 4-16Y. Inserted Redox Cells dictate max energy tier of structure."+"\n", //Page 6 + "Redox Cells cannot be placed into the Top or Bottom layer and only take up 3xhx3 internally."+"\n"+ + "Different Tier cells CANNOT be mixed together."+"\n", + //Page 7 + "All Hatches Must be HV at a Minimum, this minimum tier is in place to stop people abusing ULV/LV hatches to lower the avg/t."+"\n"+ + "Currently the GUI will NOT display anything at all until the structure forms, this is a known bug."+"\n", + //Page 8 "Valid Hatches:\n"+ "Energy Hatch,\n"+ "Dynamo Hatch,\n"+ @@ -88,7 +94,7 @@ public class BookHandler { "Discharging Bus,\n"+ "Dynamo Buffer,\n"+ "Multi-Amp Dynamo Hatch.\n\n\n"+ - "Structure MUST contain at least one input and one output hatch." + "Structure MUST contain at least one energy input and one energy output hatch." }); //Test Novel |
