diff --git a/src/main/resources/assets/unicopia/spellbook/chapters/fire_magic.json b/src/main/resources/assets/unicopia/spellbook/chapters/fire_magic.json index 54ce2ffb..201ba502 100644 --- a/src/main/resources/assets/unicopia/spellbook/chapters/fire_magic.json +++ b/src/main/resources/assets/unicopia/spellbook/chapters/fire_magic.json @@ -18,29 +18,48 @@ ] }, { - "title": "Fire Magic", + "title": "", "level": 0, "elements": [ - "Scorch", - "This is my first attempt at using fire magic. The results are rather... dissapointing. All this seems to do is create a minor heating effect.", - "I may be able to improve it by adding more traits, though.", - "Requires:", - "- At least 10x fire trait", - { "x": 115, "y": -20, "width": 32, "height": 32, "texture": "unicopia:textures/gui/trait/fire.png" }, - { "x": 115, "y": -20, "width": 16, "height": 16, "texture": "unicopia:textures/gui/trait/fire.png" } + { "x": 15, "y": 0, "width": 128, "height": 128, "texture": "unicopia:textures/gui/container/pages/fire_magic.png" } ] }, { - "title": "Fire Magic II", + "title": "Scorch", "level": 0, "elements": [ - "Flame", + "This is my first attempt at using fire magic. The results are rather... dissapointing. All this seems to do is create a minor heating effect.", + "I may be able to improve it by adding more traits, though.", + { "x": 125, "y": -20, "width": 32, "height": 32, "texture": "unicopia:textures/gui/trait/fire.png" }, + { "x": 125, "y": -20, "width": 16, "height": 16, "texture": "unicopia:textures/gui/trait/fire.png" } + ] + }, + { + "title": "", + "level": 0, + "elements": [ + { "recipe": "unicopia:spells/scorch" }, + "Requires:", + "- At least 10x fire trait" + ] + }, + { + "title": "Flame", + "level": 1, + "elements": [ "Creates a heating affect up to a radius of 3 hooves from any surfaces it touches.", "Useful when one needs a flame in a hurry or to fend off a wild wendigo", + { "x": 125, "y": -20, "width": 32, "height": 32, "texture": "unicopia:textures/gui/trait/fire.png" }, + { "x": 125, "y": -20, "width": 16, "height": 16, "texture": "unicopia:textures/gui/trait/fire.png" } + ] + }, + { + "title": "", + "level": 1, + "elements": [ + { "recipe": "unicopia:spells/flame" }, "Requires:", - "- At least 15x fire trait\n- A gem with scorch", - { "x": 115, "y": -20, "width": 32, "height": 32, "texture": "unicopia:textures/gui/trait/fire.png" }, - { "x": 115, "y": -20, "width": 16, "height": 16, "texture": "unicopia:textures/gui/trait/fire.png" } + "- 1x Gemstone\n- At least 15x fire trait\n- A gem with scorch" ] }, { @@ -97,6 +116,45 @@ "At the princess' behest", "- Starswirl the Bearded" ] + }, + { + "title": "Fire Magic III", + "level": 2, + "elements": [ + "Focusing Magic", + "Some spells spell normally take a great amount of focus to cast, and a steady wit to control, However I've found objects embued with the focusing trait work wonderfully as a substitute for when the caster is lacking.", + { "x": 125, "y": -20, "width": 32, "height": 32, "texture": "unicopia:textures/gui/trait/fire.png" }, + { "x": 125, "y": -20, "width": 16, "height": 16, "texture": "unicopia:textures/gui/trait/focus.png" } + ] + }, + { + "title": "Fire Magic III-II", + "level": 2, + "elements": [ + "Any glass objects you can find, eyes, bottles, whatever incorporates a lense can be used to embue focus on a spell.", + "At the princess' behest", + "- Starswirl the Bearded" + ] + }, + { + "title": "Fire Bolt", + "level": 2, + "elements": [ + "Creates a series of heated projectiles to fling at a target. Upon impact the target will be set alight.", + "- Increase focus will allow finer grained control of the projectile's trajectory.", + "- With over 50 focus it's almost like they know where the target is (homing?)", + { "x": 125, "y": -20, "width": 32, "height": 32, "texture": "unicopia:textures/gui/trait/fire.png" }, + { "x": 125, "y": -20, "width": 16, "height": 16, "texture": "unicopia:textures/gui/trait/focus.png" } + ] + }, + { + "title": "", + "level": 2, + "elements": [ + { "recipe": "unicopia:spells/fire_bolt" }, + "Requires:", + "- Equal amounts of 9x focus and air trait for control and flight\n- 30x fire trait for energy\n- A gem with scorch" + ] } ] } diff --git a/src/main/resources/assets/unicopia/spellbook/chapters/introduction.json b/src/main/resources/assets/unicopia/spellbook/chapters/introduction.json index 332bf41c..dd4cf58b 100644 --- a/src/main/resources/assets/unicopia/spellbook/chapters/introduction.json +++ b/src/main/resources/assets/unicopia/spellbook/chapters/introduction.json @@ -102,7 +102,7 @@ "title": "Botched Gems", "level": 1, "elements": [ - { "x": 127, "y": 1, "width": 32, "height": 32, "texture": "unicopia:textures/item/botched_gem.png" }, + { "x": 127, "y": -10, "width": 32, "height": 32, "texture": "unicopia:textures/item/botched_gem.png" }, "Okay, I guess not every combination works. That's dissapointing, and now I have all these useless stones piling up in my chambers.", "I don't know what to do with them. They're not edible, I don't think.", "They do still have the traits I gave them, so maybe I can find a use other than building a rock-fort with little Luna..."