From 4b8b5ba78b7a69fa1fc3ea74234baa68f8b22962 Mon Sep 17 00:00:00 2001 From: Sollace Date: Mon, 12 Sep 2022 17:59:33 +0200 Subject: [PATCH] Fix incorrect recipe for the chilling breath spell --- .../data/unicopia/recipes/spells/chilling_breath.json | 7 +++++-- .../data/unicopia/spellbook/chapters/ice_magic.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data/unicopia/recipes/spells/chilling_breath.json b/src/main/resources/data/unicopia/recipes/spells/chilling_breath.json index 0d41bcbb..aabe879c 100644 --- a/src/main/resources/data/unicopia/recipes/spells/chilling_breath.json +++ b/src/main/resources/data/unicopia/recipes/spells/chilling_breath.json @@ -2,9 +2,12 @@ "type": "unicopia:spellbook/crafting", "material": { "item": "unicopia:gemstone", "spell": "unicopia:none" }, "traits": { - "ice": 15 + "ice": 5, + "knowledge": 10 }, - "ingredients": [], + "ingredients": [ + { "item": "unicopia:gemstone", "spell": "unicopia:frost" } + ], "result": { "item": "unicopia:gemstone", "spell": "unicopia:chilling_breath" diff --git a/src/main/resources/data/unicopia/spellbook/chapters/ice_magic.json b/src/main/resources/data/unicopia/spellbook/chapters/ice_magic.json index daa36634..d1dbc77c 100644 --- a/src/main/resources/data/unicopia/spellbook/chapters/ice_magic.json +++ b/src/main/resources/data/unicopia/spellbook/chapters/ice_magic.json @@ -56,7 +56,7 @@ "elements": [ { "recipe": "unicopia:spells/chilling_breath" }, "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" ] }, {