From d2885002a2f924efad8d152e4e06646276201679 Mon Sep 17 00:00:00 2001 From: Filipe Morais Date: Fri, 27 Oct 2023 20:25:28 +0100 Subject: [PATCH 1/2] - Fix Sculpt Spells' wording (cannot target self) --- src/cljc/orcpub/dnd/e5/classes.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cljc/orcpub/dnd/e5/classes.cljc b/src/cljc/orcpub/dnd/e5/classes.cljc index ac564b663..20dab3a49 100644 --- a/src/cljc/orcpub/dnd/e5/classes.cljc +++ b/src/cljc/orcpub/dnd/e5/classes.cljc @@ -2414,7 +2414,7 @@ {:level 2 :name "Sculpt Spells" :page 117 - :summary "can choose up to 1 + spell's level creatures to automatically save against your evocation spells and take no damage"} + :summary "can choose up to 1 + spell's level creatures (other than self) to automatically save against your evocation spells and take no damage"} {:level 6 :name "Potent Cantrip" :page 117 From 064184d8998b90525c6545730c6bbdad88b94ad1 Mon Sep 17 00:00:00 2001 From: 4sfaloth <4sfaloth@users.noreply.github.com> Date: Sat, 6 Apr 2024 13:53:03 +0100 Subject: [PATCH 2/2] Fix wording on sculpt spells --- src/cljc/orcpub/dnd/e5/classes.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cljc/orcpub/dnd/e5/classes.cljc b/src/cljc/orcpub/dnd/e5/classes.cljc index 20dab3a49..1bdb8856d 100644 --- a/src/cljc/orcpub/dnd/e5/classes.cljc +++ b/src/cljc/orcpub/dnd/e5/classes.cljc @@ -2414,7 +2414,7 @@ {:level 2 :name "Sculpt Spells" :page 117 - :summary "can choose up to 1 + spell's level creatures (other than self) to automatically save against your evocation spells and take no damage"} + :summary "When you cast an evocation spell that affects other creatures that you can see, you can choose a number of them equal to 1 + the spell’s level. The chosen creatures automatically succeed on their saving throws against the spell, and they take no damage if they would normally take half damage on a successful save."} {:level 6 :name "Potent Cantrip" :page 117