Rituals guide

This commit is contained in:
Aleksey 2020-12-14 23:08:17 +03:00
parent 3795cb0d8b
commit fb4c850a44
10 changed files with 44 additions and 10 deletions

View file

@ -6,7 +6,39 @@
"pages": [
{
"type": "text",
"text": "A not so simple way to return to the Overworld."
"text": "\"A not so simple way to return to the Overworld.\"$(br2)Traveling around the world of the End, you can come across ancient ruins."
},
{
"type": "image",
"text": "There is a destroyed (or not) frame of $(bold)Runed Flavolite$() and eight pedestals around it.",
"border": false,
"images": [
"betterend:textures/images/eternal_ritual/portal_structure.png"
]
},
{
"type": "text",
"text": "These are the remains of the majestic portals that once linked the worlds of the End and Overworld.$(br2)To activate the portal you need to recover frame (if it's broken)."
},
{
"type": "image",
"text": "And place 8 $(bold)Eternal Crystals$() to pedestals.",
"border": false,
"images": [
"betterend:textures/images/eternal_ritual/portal_frame_full.png"
]
},
{
"type": "image",
"text": "After you'll place the last crystal, portal will be activated.",
"border": false,
"images": [
"betterend:textures/images/eternal_ritual/ritual_finished.png"
]
},
{
"type": "text",
"text": "$(bold)Runed Flavolite$() (to recover the frame) and $(bold)Eternal Crystals$() can be obtained by $(l:rituals/infusion_ritual)Infusion Rilual$(/l)."
}
]
}

View file

@ -27,7 +27,7 @@
"type": "image",
"title": "Infusion",
"text": "When ritual structure is ready you can start infusion.",
"border": true,
"border": false,
"images": [
"betterend:textures/images/infusion_ritual/ritual_structure.png"
]
@ -35,7 +35,7 @@
{
"type": "image",
"text": "Place main ingredient to the $(bold)Infusion Pedestal$() and catalists to others.",
"border": true,
"border": false,
"images": [
"betterend:textures/images/infusion_ritual/ritual_ready.png"
]
@ -47,15 +47,15 @@
{
"type": "image",
"text": "Then you need to wait until the ritual is completed.",
"border": true,
"border": false,
"images": [
"betterend:textures/images/infusion_ritual/ritual_started.png"
]
},
{
"type": "image",
"text": "And to take the result.",
"border": true,
"text": "And take the result.",
"border": false,
"images": [
"betterend:textures/images/infusion_ritual/ritual_finished.png"
]