mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 03:26:44 +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",
|
||||
"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"
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue