Fix incorrect recipe for the chilling breath spell

This commit is contained in:
Sollace 2022-09-12 17:59:33 +02:00
parent 802ba060ba
commit 4b8b5ba78b
2 changed files with 6 additions and 3 deletions

View file

@ -2,9 +2,12 @@
"type": "unicopia:spellbook/crafting", "type": "unicopia:spellbook/crafting",
"material": { "item": "unicopia:gemstone", "spell": "unicopia:none" }, "material": { "item": "unicopia:gemstone", "spell": "unicopia:none" },
"traits": { "traits": {
"ice": 15 "ice": 5,
"knowledge": 10
}, },
"ingredients": [], "ingredients": [
{ "item": "unicopia:gemstone", "spell": "unicopia:frost" }
],
"result": { "result": {
"item": "unicopia:gemstone", "item": "unicopia:gemstone",
"spell": "unicopia:chilling_breath" "spell": "unicopia:chilling_breath"

View file

@ -56,7 +56,7 @@
"elements": [ "elements": [
{ "recipe": "unicopia:spells/chilling_breath" }, { "recipe": "unicopia:spells/chilling_breath" },
"Requires:", "Requires:",
"- At least 5x cold trait\n- At least 15x knowleged trait" "- A frost gem\n- At least 5x ice trait\n- At least 10x knowledge trait"
] ]
}, },
{ {