mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-17 10:24:23 +01:00
Added recipes and pages for the other two new spells
This commit is contained in:
parent
1a0747ff86
commit
b13db5cdbf
5 changed files with 82 additions and 1 deletions
12
src/main/resources/data/unicopia/recipes/spells/mimic.json
Normal file
12
src/main/resources/data/unicopia/recipes/spells/mimic.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "unicopia:spellbook/crafting",
|
||||
"material": { "item": "unicopia:gemstone", "spell": "unicopia:none" },
|
||||
"traits": {
|
||||
"knowledge": 19, "life": 10, "chaos": 4
|
||||
},
|
||||
"ingredients": [],
|
||||
"result": {
|
||||
"item": "unicopia:gemstone",
|
||||
"spell": "unicopia:mimic"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "unicopia:spellbook/crafting",
|
||||
"material": { "item": "unicopia:gemstone", "spell": "unicopia:none" },
|
||||
"traits": {
|
||||
"knowledge": 19, "life": 10, "chaos": 40
|
||||
},
|
||||
"ingredients": [
|
||||
{ "item": "unicopia:gemstone", "spell": "unicopia:mimic" }
|
||||
],
|
||||
"result": {
|
||||
"item": "unicopia:gemstone",
|
||||
"spell": "unicopia:mind_swap"
|
||||
}
|
||||
}
|
|
@ -279,6 +279,41 @@
|
|||
"Requires:",
|
||||
"- 1 gemstone\n- At least 18x knowledge trait\n- At least 10x chaos trait"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "3rd Croptober '12",
|
||||
"level": 14,
|
||||
"elements": [
|
||||
"The locks have been installed, and with the addition of some extra wardings, I'm feeling a little more at ease.",
|
||||
"The motions at night have all but stopped, though I feel like I can almost hear it at times...",
|
||||
"- Starswirl the Bearded"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "4th Cropt-",
|
||||
"level": 15,
|
||||
"elements": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Mimic",
|
||||
"level": 17,
|
||||
"elements": [
|
||||
"I've been able to tap into some of this strange creature's abilities. There's still a lot to figure out here, but for now I've merely distilled its essense into a gem.",
|
||||
{ "x": 125, "y": -20, "width": 32, "height": 32, "texture": "unicopia:textures/gui/container/pages/dark_magic.png" },
|
||||
{ "x": 125, "y": -20, "width": 16, "height": 16, "texture": "unicopia:textures/gui/trait/darkness.png" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "",
|
||||
"level": 18,
|
||||
"elements": [
|
||||
{ "recipe": "unicopia:spells/mimic" },
|
||||
"Requires:",
|
||||
"- A transmutation gem\nAt least 19x knowledge trait\n- At least 10x life trait\n- At least 4x chaos trait",
|
||||
"* Add the focus trait to increase the effect's duration"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -272,7 +272,7 @@
|
|||
"elements": [
|
||||
{ "recipe": "unicopia:spells/hydrophobic" },
|
||||
"Requires:",
|
||||
"- A frost gem\n- A protection gem\n- At least 6 focus trait",
|
||||
"- A gem with frost\n- A with protection\n- At least 6x focus trait",
|
||||
"* By adding more focus you can extend the duration of the spell.",
|
||||
"* Add the generosity trait to tie this spell to a location rather than a user."
|
||||
]
|
||||
|
|
|
@ -99,6 +99,26 @@
|
|||
"Requires:",
|
||||
"- 1x gemstone\n- 1x displacement gem\n- 1x dark vortext gem\n- At least 18x knowledge trait\n- At least 20x chaos trait"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Mind Swap",
|
||||
"level": 27,
|
||||
"elements": [
|
||||
"Continuing my predecessor's research into the abilities of the Changeling Spawn, I have enhanced his mimic spell by adding a chaotic twist.",
|
||||
"Mind Swap extends the effects of mimic to cover two individuals, in effect swapping their bodies for a limited time.",
|
||||
{ "x": 125, "y": -20, "width": 32, "height": 32, "texture": "unicopia:textures/gui/container/pages/dark_magic.png" },
|
||||
{ "x": 125, "y": -20, "width": 16, "height": 16, "texture": "unicopia:textures/gui/trait/chaos.png" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "",
|
||||
"level": 28,
|
||||
"elements": [
|
||||
{ "recipe": "unicopia:spells/mind_swap" },
|
||||
"Requires:",
|
||||
"- A mimic gem\nAt least 19x knowledge trait\n- At least 10x life trait\n- At least 40x chaos trait",
|
||||
"* Add the focus trait to increase the effect's duration"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue