mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Change the ice chapter to be more in line with the fire chapter
This commit is contained in:
parent
7ba298e162
commit
ceac5bb649
1 changed files with 18 additions and 5 deletions
|
@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue