diff options
| author | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2017-01-10 23:45:51 +0100 |
|---|---|---|
| committer | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2017-01-10 23:45:51 +0100 |
| commit | 933a6401443076f8a97edb092372f20566f370e0 (patch) | |
| tree | 9771a7eb2f6d0108ee1e92469d9fda359772c8d0 /src/main/resources/assets/taiga/book/sections | |
| parent | bb7a50bebb19407695e96800d6bd4508f6883b97 (diff) | |
Added pages for aurorium, duranite, jauxum, karmesine, ovium, palladium, prometheum, tiberium, valyrium and vibranium. Changed two generation default variables for balancing.
Diffstat (limited to 'src/main/resources/assets/taiga/book/sections')
| -rw-r--r-- | src/main/resources/assets/taiga/book/sections/intro.json | 58 |
1 files changed, 54 insertions, 4 deletions
diff --git a/src/main/resources/assets/taiga/book/sections/intro.json b/src/main/resources/assets/taiga/book/sections/intro.json index 00ec060..36ffa00 100644 --- a/src/main/resources/assets/taiga/book/sections/intro.json +++ b/src/main/resources/assets/taiga/book/sections/intro.json @@ -2,12 +2,37 @@ { "name": "intro", "type": "image with text below", - "data": "ores/intro.json" + "data": "taiga/intro.json" }, { "name": "firstwords", "type": "image with text below", - "data": "ores/firstwords.json" + "data": "taiga/firstwords.json" + }, + { + "name": "aurorium", + "type": "taigaore", + "data": "ore/aurorium.json" + }, + { + "name": "basalt", + "type": "taigaore", + "data": "ore/basalt.json" + }, + { + "name": "duranite", + "type": "taigaore", + "data": "ore/duranite.json" + }, + { + "name": "jauxum", + "type": "taigaore", + "data": "ore/jauxum.json" + }, + { + "name": "karmesine", + "type": "taigaore", + "data": "ore/karmesine.json" }, { "name": "meteorite", @@ -20,8 +45,33 @@ "data": "ore/obsidiorite.json" }, { - "name": "basalt", + "name": "ovium", "type": "taigaore", - "data": "ore/basalt.json" + "data": "ore/ovium.json" + }, + { + "name": "palladium", + "type": "taigaore", + "data": "ore/palladium.json" + }, + { + "name": "prometheum", + "type": "taigaore", + "data": "ore/prometheum.json" + }, + { + "name": "tiberium", + "type": "taigaore", + "data": "ore/tiberium.json" + }, + { + "name": "valyrium", + "type": "taigaore", + "data": "ore/valyrium.json" + }, + { + "name": "vibranium", + "type": "taigaore", + "data": "ore/vibranium.json" } ]
\ No newline at end of file |
