diff options
author | Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> | 2022-04-01 05:11:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 23:11:48 +0200 |
commit | 611e7e1d3ed76fc8839c2206d6ad296c83df44ac (patch) | |
tree | adbbdf809b9a16ec90927078d7f223aebc68f485 /src/main/resources/assets/goodgenerator/lang | |
parent | 02095264646a3e6b8922555b231d6e444fad057b (diff) | |
download | GT5-Unofficial-611e7e1d3ed76fc8839c2206d6ad296c83df44ac.tar.gz GT5-Unofficial-611e7e1d3ed76fc8839c2206d6ad296c83df44ac.tar.bz2 GT5-Unofficial-611e7e1d3ed76fc8839c2206d6ad296c83df44ac.zip |
decrease the allowed hatch amount (#27)
* decrease the allowed hatch amount
* remove useless code
* oversight
Diffstat (limited to 'src/main/resources/assets/goodgenerator/lang')
-rw-r--r-- | src/main/resources/assets/goodgenerator/lang/en_US.lang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/assets/goodgenerator/lang/en_US.lang b/src/main/resources/assets/goodgenerator/lang/en_US.lang index 23b3780c8d..9c7e5d9af6 100644 --- a/src/main/resources/assets/goodgenerator/lang/en_US.lang +++ b/src/main/resources/assets/goodgenerator/lang/en_US.lang @@ -324,7 +324,7 @@ ExtremeHeatExchanger.hint.2=2 - Output hatch for SC Steam/SH Steam/Steam ExtremeHeatExchanger.hint.3=3 - Input hatch for hot fluid ExtremeHeatExchanger.hint.4=4 - Output hatch for cold fluid ExtremeHeatExchanger.hint.5=Any Casing - Maintenance Hatch -PreciseAssembler.hint.0=At least 12x Precise Electronic Unit Casings +PreciseAssembler.hint.0=At least 42x Precise Electronic Unit Casings PreciseAssembler.hint.1=12x Tungstensteel Frame Box PreciseAssembler.hint.2=42x Reinforced Glasses PreciseAssembler.hint.3=21x Machine Casing (Not Machine Hull!) @@ -461,4 +461,4 @@ research.ESSENTIA_UPGRADE_RADIATION.page.0=The use of this Essentia for power ge research.ESSENTIA_UPGRADE_RADIATION.page.1=Acceptable Aspects:<BR><BR>Radio: 238000EU Coefficient:x1.0<BR><BR>Custom4: 118000EU Coefficient:x0.5 research.ESSENTIA_UPGRADE_RADIATION.page.2=Optional Liquid:<BR><BR>Molten Caesium: Efficiency:x2.0<BR><BR>Molten Uranium-235: Efficiency:x3.0<BR><BR>Molten Naquadah: Efficiency:x4.0<BR><BR>Molten Atomic Separation Catalyst: Efficiency:x16.0 research.ESSENTIA_UPGRADE_ELECTRIC.page.0=The ELECTRUM Essentia itself represents electricity!<BR><BR>The higher the voltage of the generator dynamo hatch, the more ELECTRUM will be affected by potential difference and increase the amount of energy. -research.ESSENTIA_UPGRADE_ELECTRIC.page.1=Acceptable Aspects: Electrum<BR><BR>The formula to calculate its power:<BR>8x(3.0^Dynamo Hatch Tier)EU
\ No newline at end of file +research.ESSENTIA_UPGRADE_ELECTRIC.page.1=Acceptable Aspects: Electrum<BR><BR>The formula to calculate its power:<BR>8x(3.0^Dynamo Hatch Tier)EU |