Skip to content

Commit

Permalink
Merge pull request #76274 from Standing-Storm/change-name
Browse files Browse the repository at this point in the history
[Magiclysm] Change "Vocalize" to "The Inner Voice"
  • Loading branch information
Maleclypse authored Sep 8, 2024
2 parents 92be803 + 78320f8 commit 515ac7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/animist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/items/spell_scrolls.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] }
},
Expand Down

0 comments on commit 515ac7b

Please sign in to comment.