diff options
author | kekzdealer <kekzdealer@gmail.com> | 2020-05-11 20:30:17 +0200 |
---|---|---|
committer | kekzdealer <kekzdealer@gmail.com> | 2020-05-11 20:30:17 +0200 |
commit | a19cd4e211ee2ec684f940ea6d4d974e4136385c (patch) | |
tree | 926330659ecf4467731c0eecf45400f51eefb30c /src/main/resources | |
parent | 5923da0b36c10fcd0cbfa183f8eb76ab36130d31 (diff) | |
download | GT5-Unofficial-a19cd4e211ee2ec684f940ea6d4d974e4136385c.tar.gz GT5-Unofficial-a19cd4e211ee2ec684f940ea6d4d974e4136385c.tar.bz2 GT5-Unofficial-a19cd4e211ee2ec684f940ea6d4d974e4136385c.zip |
Another attempt at checkMachine() fix :T. Tried to add research text to research notes (the handheld item)
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/kekztech/lang/en_US.lang | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/assets/kekztech/lang/en_US.lang b/src/main/resources/assets/kekztech/lang/en_US.lang index d21a9b0982..c756cbb045 100644 --- a/src/main/resources/assets/kekztech/lang/en_US.lang +++ b/src/main/resources/assets/kekztech/lang/en_US.lang @@ -109,10 +109,12 @@ item.kekztech_ichorjarfilled_item.name=Ichor Jar with Essentia item.kekztech_ichorjarfilled_item.void.name=Ichor Void Jar with Essentia
tc.research_name.THAUMIUMREINFORCEDJAR=Thaumium Reinforced Jars
+kekztech.research_page.THAUMIUMREINFORCEDJAR=Slightly better jars
kekztech.research_page.THAUMIUMREINFORCEDJAR.0=You have heard your fellow Thaumaturges talk about the benefits of digitized Essentia Storage.<BR><BR>Storing enough Essentia for your advanced infusions has indeed been an issue for you too. However those jars are simply too pleasing to look at to even consider the idea of replacing them with some compact technological construct.<BR><BR>Thanks to this new discovery, you have managed to quadruple the capacity of your jars by improving them with a thick Thaumium lining. This should buy you some more time to come up with a better solution.
kekztech.research_page.THAUMIUMREINFORCEDJAR.1=Compressing this much Essentia in such a tiny space causes some volatility. Picking up reinforced jars is probably a bad idea...<BR><BR>You imagine that you could get even more out of your jars if only you had some kind of material harder than even diamond or any of the other magical metal you have seen so far.
tc.research_name.ICHORJAR=Ichor Jars
-kekztech.research_page.ICHORJAR=This is it!<BR><BR>By infusing a jar with just a single piece of Ichor you have created something to rival digitized Essentia storage without sacrificing any of the beauty of Warded Jars.<BR><BR>Ichor Jars can hold an astounding 4096 Essentia and fit nicely into your recently aquired set of Ichor based achievements.<BR><BR>You definitely don't want to disturb these jars. Luckily Ichor is resilient enough to make accidentially destroying one unlikely.
+kekztech.research_page.ICHORJAR=Much better jars
+kekztech.research_page.ICHORJAR.0=This is it!<BR><BR>By infusing a jar with just a single piece of Ichor you have created something to rival digitized Essentia storage without sacrificing any of the beauty of Warded Jars.<BR><BR>Ichor Jars can hold an astounding 4096 Essentia and fit nicely into your recently aquired set of Ichor based achievements.<BR><BR>You definitely don't want to disturb these jars. Luckily Ichor is resilient enough to make accidentially destroying one unlikely.
tile.kekztech_lapotronicenergyunit_block.0.name=Lapotronic Super Capacitor Casing
tile.kekztech_lapotronicenergyunit_block.1.name=Lapotronic Capacitor (IV)
|