From b13db5cdbf23f39fc36ee3cf596b7a0cd87ccf82 Mon Sep 17 00:00:00 2001 From: Sollace Date: Tue, 11 Oct 2022 17:48:14 +0200 Subject: [PATCH] Added recipes and pages for the other two new spells --- .../data/unicopia/recipes/spells/mimic.json | 12 +++++++ .../unicopia/recipes/spells/mind_swap.json | 14 ++++++++ .../spellbook/chapters/dark_magic.json | 35 +++++++++++++++++++ .../spellbook/chapters/ice_magic.json | 2 +- .../spellbook/chapters/the_otherworldly.json | 20 +++++++++++ 5 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/data/unicopia/recipes/spells/mimic.json create mode 100644 src/main/resources/data/unicopia/recipes/spells/mind_swap.json diff --git a/src/main/resources/data/unicopia/recipes/spells/mimic.json b/src/main/resources/data/unicopia/recipes/spells/mimic.json new file mode 100644 index 00000000..eca1681a --- /dev/null +++ b/src/main/resources/data/unicopia/recipes/spells/mimic.json @@ -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" + } +} \ No newline at end of file diff --git a/src/main/resources/data/unicopia/recipes/spells/mind_swap.json b/src/main/resources/data/unicopia/recipes/spells/mind_swap.json new file mode 100644 index 00000000..c98d477b --- /dev/null +++ b/src/main/resources/data/unicopia/recipes/spells/mind_swap.json @@ -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" + } +} \ No newline at end of file diff --git a/src/main/resources/data/unicopia/spellbook/chapters/dark_magic.json b/src/main/resources/data/unicopia/spellbook/chapters/dark_magic.json index 7a22846d..deccc925 100644 --- a/src/main/resources/data/unicopia/spellbook/chapters/dark_magic.json +++ b/src/main/resources/data/unicopia/spellbook/chapters/dark_magic.json @@ -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" + ] } ] } diff --git a/src/main/resources/data/unicopia/spellbook/chapters/ice_magic.json b/src/main/resources/data/unicopia/spellbook/chapters/ice_magic.json index a4bfd871..f96a9284 100644 --- a/src/main/resources/data/unicopia/spellbook/chapters/ice_magic.json +++ b/src/main/resources/data/unicopia/spellbook/chapters/ice_magic.json @@ -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." ] diff --git a/src/main/resources/data/unicopia/spellbook/chapters/the_otherworldly.json b/src/main/resources/data/unicopia/spellbook/chapters/the_otherworldly.json index 598540a3..a5256b64 100644 --- a/src/main/resources/data/unicopia/spellbook/chapters/the_otherworldly.json +++ b/src/main/resources/data/unicopia/spellbook/chapters/the_otherworldly.json @@ -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" + ] } ] }