From ceac5bb649c669451e30f88e737b800c506f8f22 Mon Sep 17 00:00:00 2001 From: Sollace Date: Fri, 2 Sep 2022 21:00:10 +0200 Subject: [PATCH] Change the ice chapter to be more in line with the fire chapter --- .../spellbook/chapters/ice_magic.json | 23 +++++++++++++++---- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/main/resources/assets/unicopia/spellbook/chapters/ice_magic.json b/src/main/resources/assets/unicopia/spellbook/chapters/ice_magic.json index acd262ee..6d54b74b 100644 --- a/src/main/resources/assets/unicopia/spellbook/chapters/ice_magic.json +++ b/src/main/resources/assets/unicopia/spellbook/chapters/ice_magic.json @@ -15,16 +15,29 @@ ] }, { - "title": "Ice Magic", + "title": "", + "level": 0, + "elements": [ + { "x": 15, "y": 0, "width": 128, "height": 128, "texture": "unicopia:textures/gui/container/pages/ice_magic.png" } + ] + }, + { + "title": "Frost", "level": 0, "elements": [ - "Frost", "Creates a chilling affect up to a radius of 3 hooves from any surfaces it touches.", "Will sap energy out of the immediate environment causing a phase change.", + { "x": 125, "y": -20, "width": 32, "height": 32, "texture": "minecraft:textures/item/snowball.png" }, + { "x": 125, "y": -20, "width": 16, "height": 16, "texture": "unicopia:textures/gui/trait/ice.png" } + ] + }, + { + "title": "", + "level": 0, + "elements": [ + { "recipe": "unicopia:spells/frost" }, "Requires:", - "- At least 15x cold trait", - { "x": 115, "y": -20, "width": 32, "height": 32, "texture": "minecraft:textures/item/snowball.png" }, - { "x": 115, "y": -20, "width": 16, "height": 16, "texture": "unicopia:textures/gui/trait/ice.png" } + "- At least 15x cold trait" ] }, {