mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 11:36:43 +01:00
Fix incorrect recipe for the chilling breath spell
This commit is contained in:
parent
802ba060ba
commit
4b8b5ba78b
2 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue