mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-03-03 16:51:28 +01:00
Added a page and recipe for the bubble spell
This commit is contained in:
parent
f58f2a26e0
commit
abb53e429b
2 changed files with 33 additions and 0 deletions
14
src/main/resources/data/unicopia/recipes/spells/bubble.json
Normal file
14
src/main/resources/data/unicopia/recipes/spells/bubble.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue