From d66c2fae0b5c93605ffdff5a220d614ffa8dfeb7 Mon Sep 17 00:00:00 2001 From: reaperzeus <115575697+reaperzeus@users.noreply.github.com> Date: Sun, 23 Feb 2025 04:35:58 -0600 Subject: [PATCH 1/3] Add GrantItem RE for Raise a Shield to Shields of the Spirit Update spell-effect-shields-of-the-spirit.json Added GrantItem Rule Element to the Shields of the Spirit spell effect that applies "Effect: Raise a Shield" --- .../spell-effect-shields-of-the-spirit.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packs/spell-effects/spell-effect-shields-of-the-spirit.json b/packs/spell-effects/spell-effect-shields-of-the-spirit.json index 409e249c116..bf95f24d863 100644 --- a/packs/spell-effects/spell-effect-shields-of-the-spirit.json +++ b/packs/spell-effects/spell-effect-shields-of-the-spirit.json @@ -53,7 +53,16 @@ "selector": "ac", "type": "status", "value": 1 - } + }, + { + "key": "GrantItem", + "uuid": "Compendium.pf2e.equipment-effects.Item.2YgXoHvJfrDHucMr", + "predicate": [ + "self:signature:{item|origin.signature}" + ], + "allowDuplicate": false, + "reevaluateOnUpdate": true + } ], "start": { "initiative": null, From eb147a85ae9567f4b2a6c423ab77da0439758a26 Mon Sep 17 00:00:00 2001 From: reaperzeus <115575697+reaperzeus@users.noreply.github.com> Date: Sun, 23 Feb 2025 20:00:38 -0600 Subject: [PATCH 2/3] Update description, key sorting, and UUID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per Simon Ward's suggestions: • Updated the effect's description, explaining what's granted to the Champion and what's granted to their Allies. • Alphabetized the keys in the new rule element • Fixed the UUID to the named version --- .../spell-effect-shields-of-the-spirit.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packs/spell-effects/spell-effect-shields-of-the-spirit.json b/packs/spell-effects/spell-effect-shields-of-the-spirit.json index bf95f24d863..670b73e437a 100644 --- a/packs/spell-effects/spell-effect-shields-of-the-spirit.json +++ b/packs/spell-effects/spell-effect-shields-of-the-spirit.json @@ -4,7 +4,7 @@ "name": "Spell Effect: Shields of the Spirit", "system": { "description": { - "value": "
Granted by @UUID[Compendium.pf2e.spells-srd.Item.Shields of the Spirit]
\nYou gain a +1 status bonus to AC.
" + "value": "Granted by @UUID[Compendium.pf2e.spells-srd.Item.Shields of the Spirit]
Champion: You Raise your Shield. The effect ends at the start of your next turn or when you're no longer raising your shield.
Ally: You gain a +1 status bonus to AC while in the Champion's aura. When an enemy attacks you, they take 1d4 spirit damage.
" }, "duration": { "expiry": "turn-start", @@ -54,15 +54,15 @@ "type": "status", "value": 1 }, - { - "key": "GrantItem", - "uuid": "Compendium.pf2e.equipment-effects.Item.2YgXoHvJfrDHucMr", - "predicate": [ - "self:signature:{item|origin.signature}" - ], - "allowDuplicate": false, - "reevaluateOnUpdate": true - } + { + "allowDuplicate": false, + "key": "GrantItem", + "predicate": [ + "self:signature:{item|origin.signature}" + ], + "reevaluateOnUpdate": true, + "uuid": "Compendium.pf2e.equipment-effects.Item.Effect: Raise a Shield" + } ], "start": { "initiative": null, From 1ee70aa1cb87462c9eaf1ab47c4d1ede7a039a3c Mon Sep 17 00:00:00 2001 From: reaperzeus <115575697+reaperzeus@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:10:13 -0600 Subject: [PATCH 3/3] Update description Removed mention of the duration/end conditions from the Champion section, and removed mention of the spirit damage from the Ally section. --- packs/spell-effects/spell-effect-shields-of-the-spirit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packs/spell-effects/spell-effect-shields-of-the-spirit.json b/packs/spell-effects/spell-effect-shields-of-the-spirit.json index 670b73e437a..948691ad4e7 100644 --- a/packs/spell-effects/spell-effect-shields-of-the-spirit.json +++ b/packs/spell-effects/spell-effect-shields-of-the-spirit.json @@ -4,7 +4,7 @@ "name": "Spell Effect: Shields of the Spirit", "system": { "description": { - "value": "Granted by @UUID[Compendium.pf2e.spells-srd.Item.Shields of the Spirit]
Champion: You Raise your Shield. The effect ends at the start of your next turn or when you're no longer raising your shield.
Ally: You gain a +1 status bonus to AC while in the Champion's aura. When an enemy attacks you, they take 1d4 spirit damage.
" + "value": "Granted by @UUID[Compendium.pf2e.spells-srd.Item.Shields of the Spirit]
Champion: You Raise your Shield.
Ally: You gain a +1 status bonus to AC while in the Champion's aura.
" }, "duration": { "expiry": "turn-start",