aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorGTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>2022-08-13 18:58:03 +0100
committerGTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>2022-08-13 18:58:03 +0100
commitfd1dbea0a9d54f528c054ac81a83b5a90b94f131 (patch)
treeeeaa3830bee771bb10952a4fbe524f1e8c7f8057 /src/main
parentf93a963e709bbd317f5427d15a25c87476b1694a (diff)
downloadGT5-Unofficial-fd1dbea0a9d54f528c054ac81a83b5a90b94f131.tar.gz
GT5-Unofficial-fd1dbea0a9d54f528c054ac81a83b5a90b94f131.tar.bz2
GT5-Unofficial-fd1dbea0a9d54f528c054ac81a83b5a90b94f131.zip
Clarify maintenance.
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
index ff932dd518..ce72a7e7b8 100644
--- a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
+++ b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
@@ -242,6 +242,7 @@ public class GTMTE_LapotronicSuperCapacitor extends GT_MetaTileEntity_EnhancedMu
tt.addMachineType("Energy Storage")
.addInfo("Loses energy equal to 1% of the total capacity every 24 hours. Capped")
.addInfo("at " + EnumChatFormatting.RED + GT_Utility.formatNumbers(max_passive_drain_eu_per_tick_per_uhv_cap) + EnumChatFormatting.GRAY + "EU/t passive loss per " + GT_Values.TIER_COLORS[9] + GT_Values.VN[9] + EnumChatFormatting.GRAY + " capacitor.")
+ .addInfo("Passive loss is multiplied by the number of maintenance issues present.")
.addSeparator()
.addInfo("Glass shell has to be Tier - 3 of the highest capacitor tier.")
.addInfo(GT_Values.TIER_COLORS[8] + GT_Values.VN[8] + EnumChatFormatting.GRAY + "-tier glass required for " + EnumChatFormatting.BLUE + "Tec" + EnumChatFormatting.DARK_BLUE + "Tech" + EnumChatFormatting.GRAY + " Laser Hatches.")