diff --git a/src/main/resources/assets/unicopia/lang/en_us.json b/src/main/resources/assets/unicopia/lang/en_us.json index 5870c3ca..90e2a220 100644 --- a/src/main/resources/assets/unicopia/lang/en_us.json +++ b/src/main/resources/assets/unicopia/lang/en_us.json @@ -1088,7 +1088,7 @@ "gui.unicopia.spellbook.chapter.dark_magic.p27.3.body": "I feel myself being drained any time I'm around it. Is it... feeding on me?", "gui.unicopia.spellbook.chapter.dark_magic.p27.4.body": "No, it couldn't be.", "gui.unicopia.spellbook.chapter.dark_magic.p28.1.body": "I found this incantation under some old notes whilst clearing out the lab. It's... simplistic and hard to manage, but it gets the job done.", - "gui.unicopia.spellbook.chapter.dark_magic.p27.2.body": "* Add the power trait to increase the effect's range", + "gui.unicopia.spellbook.chapter.dark_magic.dispel_evil.modifier.1": "* Add the power trait to increase the effect's range", "gui.unicopia.spellbook.chapter.otherworldly.p1.title": "Ch.6 The Beyond", "gui.unicopia.spellbook.chapter.otherworldly.p2.title": "2nd Croptober '12", 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 ff69df04..fb4e0968 100644 --- a/src/main/resources/data/unicopia/spellbook/chapters/dark_magic.json +++ b/src/main/resources/data/unicopia/spellbook/chapters/dark_magic.json @@ -391,7 +391,7 @@ { "count": 1, "trait": "unicopia:power" } ] }, - "gui.unicopia.spellbook.chapter.dark_magic.p27.2.body" + "gui.unicopia.spellbook.chapter.dark_magic.dispel_evil.modifier.1" ] } ]