From 3b3e3eac8515eeb14411a819da56290fcf46e71f Mon Sep 17 00:00:00 2001 From: Ambrose Date: Thu, 2 Jan 2025 14:07:18 -0500 Subject: [PATCH] Correct Daemon Form spell description and add `Unholy` trait to match Fall 2024 errata Closes #17885 --- packs/spells/daemon-form.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packs/spells/daemon-form.json b/packs/spells/daemon-form.json index c9c49ce36ba..3d3a7a27d20 100644 --- a/packs/spells/daemon-form.json +++ b/packs/spells/daemon-form.json @@ -11,7 +11,7 @@ "damage": {}, "defense": null, "description": { - "value": "

You infuse yourself with the corrupting death and pure malevolence of Abaddon, transforming into a Large daemon battle form. You must have enough space to expand into or the spell is lost. When you cast this spell you choose either ceustodaemon, leukodaemon, meladaemon, or piscodaemon. The battle form is Medium if you choose lacridaemon or venedaemon. While in this form, you gain the daemon and fiend traits. You have hands in this battle form and can use manipulate actions. You can Dismiss the spell.

\n

You gain the following statistics and abilities regardless of the form that you choose:

You also gain specific abilities based on the type of Daemon you choose:

" + "value": "

You infuse yourself with the corrupting death and pure malevolence of Abaddon, transforming into a Large daemon battle form. You must have enough space to expand into or the spell is lost. When you cast this spell you choose either lacridaemon, leukodaemon, meladaemon, or venedaemon. The battle form is Medium if you choose lacridaemon or venedaemon. While in this form, you gain the daemon and fiend traits. You have hands in this battle form and can use manipulate actions. You can Dismiss the spell.

\n

You gain the following statistics and abilities regardless of the form that you choose:

You also gain specific abilities based on the type of Daemon you choose:

" }, "duration": { "sustained": false, @@ -44,9 +44,9 @@ ], "value": [ "concentrate", - "evil", "manipulate", - "polymorph" + "polymorph", + "unholy" ] } },