diff options
| author | 冷风 <1015042261@qq.com> | 2018-02-10 12:36:49 +0800 |
|---|---|---|
| committer | Giovanni Harting <539@idlegandalf.com> | 2018-02-10 05:36:49 +0100 |
| commit | b98cc5284cb052f6d591471308e741e060cc0d30 (patch) | |
| tree | 317a15adcdd377dd75e96e1c8aa9eac4240bd88a /src/main/resources/assets/taiga/book | |
| parent | 9f1b4e066cea5ac5d7d3601ac8a01e7337ce602e (diff) | |
Update zh_CN.lang (#158)
Updated zh_CN language files (+ book)
Diffstat (limited to 'src/main/resources/assets/taiga/book')
21 files changed, 363 insertions, 0 deletions
diff --git a/src/main/resources/assets/taiga/book/zh_CN/language.lang b/src/main/resources/assets/taiga/book/zh_CN/language.lang new file mode 100644 index 0000000..a1ea9c6 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/language.lang @@ -0,0 +1,2 @@ +index_title=TAIGA +modifier.informations=信息 diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/abyssum.json b/src/main/resources/assets/taiga/book/zh_CN/ore/abyssum.json new file mode 100644 index 0000000..3328c9f --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/abyssum.json @@ -0,0 +1,18 @@ +{ + "title": "Abyssum", + "r": 33, + "g": 188, + "b": 194, + "input": { + "id": "taiga:abyssum_ore" + }, + "description": [ + { + "text": "无垠矿石和Eezo矿石一样,都是得力于太阳风暴的作用下产生的。被磁化的虚空与末地石融为了一体从而存储了大量恒星能量,由于没有基岩,无垠矿石的挖掘可以说要在末地岛底部的虚空进行。" + } + ], + "informations": [ + "等级:钴", + "注意:小心跌入虚空" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/aurorium.json b/src/main/resources/assets/taiga/book/zh_CN/ore/aurorium.json new file mode 100644 index 0000000..3e2af97 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/aurorium.json @@ -0,0 +1,18 @@ +{ + "title": "Aurorium", + "r": 239, + "g": 174, + "b": 148, + "input": { + "id": "taiga:aurorium_ore" + }, + "description": [ + { + "text": "极光合金矿石的生成和分布是十分稀有的。但是只要你有足够的耐心,你就能挖掘到很多。虽然对于现在的你来说极光合金没有太多的利用价值..." + } + ], + "informations": [ + "等级:钴", + "十分罕见" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/basalt.json b/src/main/resources/assets/taiga/book/zh_CN/ore/basalt.json new file mode 100644 index 0000000..180a759 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/basalt.json @@ -0,0 +1,19 @@ +{ + "title": "Basalt", + "r": 220, + "g": 220, + "b": 220, + "input": { + "id": "taiga:basalt_block" + }, + "description": [ + { + "text": "玄武岩可以在主世界的熔岩湖中找到。如果你不想在挖掘时失去它们,那你就必须在周围搭建些平台以便安全采集。" + } + ], + "informations": [ + "等级:铁", + "浸没在熔岩中", + "用于制作某些合金" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/dilithium.json b/src/main/resources/assets/taiga/book/zh_CN/ore/dilithium.json new file mode 100644 index 0000000..8fd79b7 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/dilithium.json @@ -0,0 +1,19 @@ +{ + "title": "Dilithium", + "r": 121, + "g": 174, + "b": 166, + "input": { + "id": "taiga:dilithium_ore" + }, + "description": [ + { + "text": "双锂生成的地方往往离不开沙子,找到了一片沙滩或许你就离成功又进了一步。你可以使用双锂来作为泰伯利亚的稳定剂。它蕴含非常强大的能量,你甚至可以用它们作为燃料。" + } + ], + "informations": [ + "等级:钻石", + "注意:爆炸可能导致连锁反应", + "产地:沙漠、沙滩、海洋" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/duranite.json b/src/main/resources/assets/taiga/book/zh_CN/ore/duranite.json new file mode 100644 index 0000000..6362043 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/duranite.json @@ -0,0 +1,19 @@ +{ + "title": "Duranite", + "r": 172, + "g": 221, + "b": 235, + "input": { + "id": "taiga:duranite_ore" + }, + "description": [ + { + "text": "很久以前,一颗陨石从天而降。由于与大气层摩擦而产生大量的热量和压力从而形成了杜兰特矿石。它很难天然形成,并且挖掘它你还需要消耗大量的时间。" + } + ], + "informations": [ + "等级:杜兰特", + "十分罕见", + "由陨石产生" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/eezo.json b/src/main/resources/assets/taiga/book/zh_CN/ore/eezo.json new file mode 100644 index 0000000..f94857a --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/eezo.json @@ -0,0 +1,19 @@ +{ + "title": "Element Zero", + "r": 56, + "g": 89, + "b": 106, + "input": { + "id": "taiga:eezo_ore" + }, + "description": [ + { + "text": "有时候世界会暴露在太阳风暴之下。当这种效应达到顶峰时,恒星能量会到达基岩层并与它们融合从而产生一种新的稀有元素。" + } + ], + "informations": [ + "等级:钴", + "罕见", + "注意:小心跌入虚空" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/jauxum.json b/src/main/resources/assets/taiga/book/zh_CN/ore/jauxum.json new file mode 100644 index 0000000..53faab9 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/jauxum.json @@ -0,0 +1,18 @@ +{ + "title": "Jauxum", + "r": 104, + "g": 198, + "b": 99, + "input": { + "id": "taiga:jauxum_ore" + }, + "description": [ + { + "text": "Jauxum是一种自然形成的矿石,它生成于花岗岩矿脉。同时,它可以与卡梅塞恩、ovium一起加工为合金。" + } + ], + "informations": [ + "等级:钴", + "生成于花岗岩矿脉" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/karmesine.json b/src/main/resources/assets/taiga/book/zh_CN/ore/karmesine.json new file mode 100644 index 0000000..589cf5f --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/karmesine.json @@ -0,0 +1,18 @@ +{ + "title": "Karmesine", + "r": 235, + "g": 72, + "b": 74, + "input": { + "id": "taiga:karmesine_ore" + }, + "description": [ + { + "text": "卡梅塞恩是一种自然形成的矿石,它生成于安山岩矿脉。同时,它可以与Jauxum、ovium一起加工为合金。" + } + ], + "informations": [ + "等级:钴", + "生成于安山岩矿脉" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/meteorite.json b/src/main/resources/assets/taiga/book/zh_CN/ore/meteorite.json new file mode 100644 index 0000000..7baef6f --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/meteorite.json @@ -0,0 +1,18 @@ +{ + "title": "Meteorite", + "r": 35, + "g": 35, + "b": 35, + "input": { + "id": "taiga:meteorite_block" + }, + "description": [ + { + "text": "很多年以前,陨石从遥远的太空陨落至地球。你必须十分耐心的在你周围寻找,它们往往被掩埋的泥土和草地之下。" + } + ], + "informations": [ + "等级:钴", + "有时候将会破裂" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/obsidiorite.json b/src/main/resources/assets/taiga/book/zh_CN/ore/obsidiorite.json new file mode 100644 index 0000000..871c6e4 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/obsidiorite.json @@ -0,0 +1,20 @@ +{ + "title": "Obsidiorite", + "r": 34, + "g": 72, + "b": 83, + "input": { + "id": "taiga:obsidiorite_block" + }, + "description": [ + { + "text": "黑耀矿石是末地一种普通矿物,它们似乎由虚空中的裂缝产生。冷却下来后,它们便会漂浮在空中。所以,要挖掘它们你还需要搭建一些利于你的脚手架。" + } + ], + "informations": [ + "等级:杜兰特", + "有时候将会破裂", + "难以挖掘", + "漂浮于虚空" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/osram.json b/src/main/resources/assets/taiga/book/zh_CN/ore/osram.json new file mode 100644 index 0000000..8f53eaf --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/osram.json @@ -0,0 +1,19 @@ +{ + "title": "Osram", + "r": 255, + "g": 188, + "b": 144, + "input": { + "id": "taiga:osram_ore" + }, + "description": [ + { + "text": "随着高压和高温的催化,欧司朗矿石由融化的萤石形成。它们往往生成在熔岩湖中。" + } + ], + "informations": [ + "等级:钴", + "需要在未知的熔岩海中反复摸索", + "这是很艰难,痛苦的一件事情" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/ovium.json b/src/main/resources/assets/taiga/book/zh_CN/ore/ovium.json new file mode 100644 index 0000000..2775a03 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/ovium.json @@ -0,0 +1,18 @@ +{ + "title": "Ovium", + "r": 125, + "g": 119, + "b": 195, + "input": { + "id": "taiga:ovium_ore" + }, + "description": [ + { + "text": "Ovium是一种自然形成的矿石,它生成于闪长岩矿脉。同时,它可以与Jauxum、卡梅塞恩一起加工为合金。" + } + ], + "informations": [ + "等级:钴", + "生成于闪长岩矿脉" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/palladium.json b/src/main/resources/assets/taiga/book/zh_CN/ore/palladium.json new file mode 100644 index 0000000..42f5d60 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/palladium.json @@ -0,0 +1,19 @@ +{ + "title": "Palladium", + "r": 238, + "g": 135, + "b": 54, + "input": { + "id": "taiga:palladium_ore" + }, + "description": [ + { + "text": "钯生成于末地,由于它的发射性质促使它会在黑暗中发出光亮。如果你拿起它,你就会受到辐射(当然,这还是未完成的项目)。" + } + ], + "informations": [ + "等级:杜兰特", + "一种危险的放射性元素", + "会在黑暗中发出光亮" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/prometheum.json b/src/main/resources/assets/taiga/book/zh_CN/ore/prometheum.json new file mode 100644 index 0000000..3b510a9 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/prometheum.json @@ -0,0 +1,20 @@ +{ + "title": "Prometheum", + "r": 55, + "g": 44, + "b": 73, + "input": { + "id": "taiga:prometheum_ore" + }, + "description": [ + { + "text": "一些科学家认为,幻金是自然存在的。它由强大的压力和热量产生。是的,地狱是一个不错的产所。幻金矿石会不断吸收地狱所产生的能量,并进行发光产生放射性。" + } + ], + "informations": [ + "等级:杜兰特", + "会自然衰变", + "会在黑暗中发出光亮", + "dY: ~16" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/tiberium.json b/src/main/resources/assets/taiga/book/zh_CN/ore/tiberium.json new file mode 100644 index 0000000..79c3212 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/tiberium.json @@ -0,0 +1,19 @@ +{ + "title": "Tiberium", + "r": 212, + "g": 255, + "b": 0, + "input": { + "id": "taiga:tiberium_ore" + }, + "description": [ + { + "text": "如果你在探索地狱,那你极有可能发现泰伯利亚矿石。当你在破坏它们的时候,请小心;泰伯利亚水晶极不稳定,同时附有充足的能量,很可能引起大爆炸。" + } + ], + "informations": [ + "等级:石", + "爆炸性", + "不稳定的地狱水晶" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/uru.json b/src/main/resources/assets/taiga/book/zh_CN/ore/uru.json new file mode 100644 index 0000000..0c839d1 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/uru.json @@ -0,0 +1,19 @@ +{ + "title": "Uru", + "r": 191, + "g": 185, + "b": 240, + "input": { + "id": "taiga:uru_ore" + }, + "description": [ + { + "text": "传说,只有众神能融化乌鲁矿石。它可以制造出神秘的武器,雷神之锤就是其中之一。乌鲁矿石的生成往往伴随着黑耀矿石..." + } + ], + "informations": [ + "等级:瓦雷利亚", + "神秘矿石", + "生成于黑耀矿脉" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/valyrium.json b/src/main/resources/assets/taiga/book/zh_CN/ore/valyrium.json new file mode 100644 index 0000000..f562210 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/valyrium.json @@ -0,0 +1,19 @@ +{ + "title": "Valyrium", + "r": 232, + "g": 92, + "b": 49, + "input": { + "id": "taiga:valyrium_ore" + }, + "description": [ + { + "text": "老瓦雷利亚人是第一个发现这种独特金属的人,它们将其命名为瓦雷利亚。这种矿石十分罕见,无法在黑夜中摸索找到。" + } + ], + "informations": [ + "等级:瓦雷利亚", + "十分罕见", + "Y: 0 - 128" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/ore/vibranium.json b/src/main/resources/assets/taiga/book/zh_CN/ore/vibranium.json new file mode 100644 index 0000000..bf747fe --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/ore/vibranium.json @@ -0,0 +1,20 @@ +{ + "title": "Vibranium", + "r": 186, + "g": 210, + "b": 217, + "input": { + "id": "taiga:vibranium_ore" + }, + "description": [ + { + "text": "有人说,振金是你能找到的最稀有的矿石。你可以在沙漠以及高山生物群系找到它们,但打破它可能会让你付出比寻找它们更惨痛的代价。" + } + ], + "informations": [ + "等级:瓦雷利亚", + "超级罕见", + "多数时候生产于沙漠和高山", + "振动" + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/taiga/firstwords.json b/src/main/resources/assets/taiga/book/zh_CN/taiga/firstwords.json new file mode 100644 index 0000000..0a30c8d --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/taiga/firstwords.json @@ -0,0 +1,11 @@ +{ + "title": "New ores", + "image": { + "file": "taiga:textures/gui/book/ores.png" + }, + "text": [ + { + "text": "TAIGA添加了各种稀奇古怪的矿石,为了得到更高层次的利用。你需要通过反复熔炼摸索从而明智的冶炼这些金属,下一页你将学习这些金属的分布以及各自的特征。" + } + ] +} diff --git a/src/main/resources/assets/taiga/book/zh_CN/taiga/intro.json b/src/main/resources/assets/taiga/book/zh_CN/taiga/intro.json new file mode 100644 index 0000000..70a9085 --- /dev/null +++ b/src/main/resources/assets/taiga/book/zh_CN/taiga/intro.json @@ -0,0 +1,11 @@ +{ + "title": "TAIGA: Tinkers' Alloying Addon", + "image": { + "file": "taiga:textures/gui/book/logo.png" + }, + "text": [ + { + "text": "TAIGA添加了各种稀奇古怪的矿石,为了得到更高层次的利用。你需要通过反复熔炼摸索从而明智的冶炼这些金属,下一页你将学习这些金属的分布以及各自的特征。" + } + ] +} |
