From a63ea0177fa8ce4612080da404a25aba72809f6b Mon Sep 17 00:00:00 2001 From: Standing-Storm <120433252+Standing-Storm@users.noreply.github.com> Date: Tue, 30 Jan 2024 21:32:35 -0600 Subject: [PATCH] [Magiclysm] Change name + update description of Nature's Commune (#71337) * Initial commit * Add "away from civilization" to description --- data/mods/Magiclysm/Spells/druid.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/mods/Magiclysm/Spells/druid.json b/data/mods/Magiclysm/Spells/druid.json index a4c98ad6ee35d..556eb7706caa8 100644 --- a/data/mods/Magiclysm/Spells/druid.json +++ b/data/mods/Magiclysm/Spells/druid.json @@ -516,8 +516,8 @@ { "id": "druid_natures_commune", "type": "SPELL", - "name": "Nature's Commune", - "description": "You concentrate on the nature around you and commune with it, improving your health and calming nearby wildlife. This spell may only be cast outdoors.", + "name": "Communion with Nature", + "description": "You focus on the bounty of nature around you and commune with it, improving your health and mood and calming nearby wildlife. This spell may only be cast outdoors away from civilization.", "valid_targets": [ "self" ], "effect": "effect_on_condition", "effect_str": "EOC_NATURE_COMMUNE",