Unicopia/src/main/resources/data/unicopia/spellbook/chapters/introduction.json
2024-12-19 17:57:15 +01:00

112 lines
3.7 KiB
JSON

{
"side": "right",
"y_position": 0,
"color": 0,
"content": {
"pages": [
{
"title": {
"translate": "gui.unicopia.spellbook.chapter.introduction.p1.title"
},
"level": 0,
"elements": [
"gui.unicopia.spellbook.chapter.introduction.p1.body",
"gui.unicopia.spellbook.author1.sign_off",
"gui.unicopia.spellbook.author1.name"
]
},
{
"title": {
"translate": "gui.unicopia.spellbook.chapter.introduction.p2.title"
},
"level": 0,
"elements": [
"gui.unicopia.spellbook.chapter.introduction.p2.body",
{ "x": 125, "y": 0, "width": 32, "height": 32, "texture": "unicopia:textures/gui/container/pages/profile.png" }
]
},
{
"title": {
"translate": "gui.unicopia.spellbook.chapter.introduction.p3.title"
},
"level": 0,
"elements": [
"gui.unicopia.spellbook.chapter.introduction.p3.1.body",
"gui.unicopia.spellbook.chapter.introduction.p3.2.body",
{ "x": 125, "y": 0, "width": 32, "height": 32, "texture": "unicopia:textures/item/gemstone.png" }
]
},
{
"title": {
"translate": "gui.unicopia.spellbook.chapter.introduction.p4.title"
},
"level": 0,
"elements": [
"gui.unicopia.spellbook.chapter.introduction.p4.1.body",
"gui.unicopia.spellbook.chapter.introduction.p4.2.body",
"gui.unicopia.spellbook.author1.sign_off",
"gui.unicopia.spellbook.author1.name"
]
},
{
"title": {
"translate": "gui.unicopia.spellbook.chapter.introduction.p5.title"
},
"level": 0,
"elements": [
"gui.unicopia.spellbook.chapter.introduction.p5.1.body",
"gui.unicopia.spellbook.chapter.introduction.p5.2.body",
"gui.unicopia.spellbook.chapter.introduction.p5.3.body"
]
},
{
"title": {
"translate": "gui.unicopia.spellbook.chapter.introduction.p6.title"
},
"level": 0,
"elements": [
{ "x": 125, "y": 0, "width": 32, "height": 32, "texture": "unicopia:textures/gui/container/pages/crafting.png" },
"gui.unicopia.spellbook.chapter.introduction.p6.1.body",
"gui.unicopia.spellbook.chapter.introduction.p6.2.body",
"gui.unicopia.spellbook.chapter.introduction.p6.3.body"
]
},
{
"title": {
"translate": "gui.unicopia.spellbook.chapter.introduction.p7.title"
},
"level": 0,
"elements": [
"gui.unicopia.spellbook.chapter.introduction.p7.1.body",
"gui.unicopia.spellbook.chapter.introduction.p7.2.body",
"gui.unicopia.spellbook.author1.sign_off",
"gui.unicopia.spellbook.author1.name"
]
},
{
"title": {
"translate": "gui.unicopia.spellbook.chapter.introduction.p8.title"
},
"level": 1,
"elements": [
{ "x": 127, "y": 0, "width": 32, "height": 32, "texture": "unicopia:textures/item/botched_gem.png" },
"gui.unicopia.spellbook.chapter.introduction.p8.1.body",
"gui.unicopia.spellbook.chapter.introduction.p8.2.body",
"gui.unicopia.spellbook.chapter.introduction.p8.3.body"
]
},
{
"title": {
"translate": "gui.unicopia.spellbook.chapter.introduction.p9.title"
},
"level": 0,
"elements": [
"gui.unicopia.spellbook.chapter.introduction.p9.1.body",
"gui.unicopia.spellbook.chapter.introduction.p9.2.body",
"gui.unicopia.spellbook.author1.sign_off",
"gui.unicopia.spellbook.author1.name"
]
}
]
}
}