Added a page and recipe for the bubble spell

This commit is contained in:
Sollace 2023-02-27 15:37:51 +00:00
parent f58f2a26e0
commit abb53e429b
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"type": "unicopia:spellbook/crafting",
"material": { "item": "unicopia:gemstone", "spell": "unicopia:none" },
"traits": {
"water": 9, "air": 9
},
"ingredients": [
{ "item": "unicopia:gemstone", "spell": "unicopia:catapult" }
],
"result": {
"item": "unicopia:gemstone",
"spell": "unicopia:bubble"
}
}

View file

@ -79,6 +79,25 @@
"One can add apply force by the strength trait" "One can add apply force by the strength trait"
] ]
}, },
{
"title": "Bubble",
"level": 2,
"elements": [
"A defensive and utility spell. Bubble will trap the target in a giant soap bubble, rendering them defensless.",
"Use it again will pop the bubble",
{ "x": 125, "y": -20, "width": 32, "height": 32, "texture": "unicopia:textures/gui/trait/air.png" },
{ "x": 125, "y": -20, "width": 16, "height": 16, "texture": "unicopia:textures/gui/trait/water.png" }
]
},
{
"title": "",
"level": 2,
"elements": [
{ "recipe": "unicopia:spells/bubble" },
"Requires:",
"- 1 catapult gem\n- At least 9x water trait\n- At least 9x air trait"
]
},
{ {
"title": "8th Hoof '12", "title": "8th Hoof '12",
"level": 4, "level": 4,