From 78320f81949cf27ba2ed8622c6821b6d0e87484d Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Sat, 7 Sep 2024 20:25:30 -0500 Subject: [PATCH] Name change --- data/mods/Magiclysm/Spells/animist.json | 2 +- data/mods/Magiclysm/effects/effects.json | 2 +- data/mods/Magiclysm/items/spell_scrolls.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mods/Magiclysm/Spells/animist.json b/data/mods/Magiclysm/Spells/animist.json index 646677a129569..53e9acfb1dd29 100644 --- a/data/mods/Magiclysm/Spells/animist.json +++ b/data/mods/Magiclysm/Spells/animist.json @@ -1110,7 +1110,7 @@ { "id": "animist_cast_spells_when_silent", "type": "SPELL", - "name": "Vocalize", + "name": "The Inner Voice", "description": "Channel magic through your soul instead of your voice, allowing you to cast spells that require speech even when mute.", "valid_targets": [ "self" ], "flags": [ "ENHANCEMENT_SPELL", "CONCENTRATE", "SOMATIC", "NO_LEGS" ], diff --git a/data/mods/Magiclysm/effects/effects.json b/data/mods/Magiclysm/effects/effects.json index 4c99311c92279..2ad945d135bb4 100644 --- a/data/mods/Magiclysm/effects/effects.json +++ b/data/mods/Magiclysm/effects/effects.json @@ -936,7 +936,7 @@ { "type": "effect_type", "id": "effect_animist_vocalize", - "name": [ "Vocalize" ], + "name": [ "The Inner Voice" ], "desc": [ "Your soul gives voice to your magical prowess." ], "apply_message": "", "remove_message": "Your soul no longer speaks directly.", diff --git a/data/mods/Magiclysm/items/spell_scrolls.json b/data/mods/Magiclysm/items/spell_scrolls.json index a4da78b8c12f4..685954beaab33 100644 --- a/data/mods/Magiclysm/items/spell_scrolls.json +++ b/data/mods/Magiclysm/items/spell_scrolls.json @@ -2073,7 +2073,7 @@ "copy-from": "spell_scroll", "id": "spell_scroll_animist_vocalize", "//": "Animist spell", - "name": { "str": "Scroll of Vocalize", "str_pl": "Scrolls of Vocalize" }, + "name": { "str": "Scroll of The Inner Voice", "str_pl": "Scrolls of The Inner Voice" }, "description": "Speak with your soul instead of your voice, allowing casting spells in silence.", "use_action": { "type": "learn_spell", "spells": [ "animist_cast_spells_when_silent" ] } },