From 2370f2cbffc2848bb5d7c100dc1229b4575ef4c7 Mon Sep 17 00:00:00 2001 From: Simon Ward Date: Sat, 12 Aug 2023 11:44:02 -0700 Subject: [PATCH] Add aura effect for Beacon of the Rowan Guard (#9263) --- .../effect-beacon-of-the-rowan-guard.json | 49 +++++++++++++++++++ .../twins-of-rowan.json | 38 +++++++++++++- 2 files changed, 85 insertions(+), 2 deletions(-) create mode 100644 packs/bestiary-effects/effect-beacon-of-the-rowan-guard.json diff --git a/packs/bestiary-effects/effect-beacon-of-the-rowan-guard.json b/packs/bestiary-effects/effect-beacon-of-the-rowan-guard.json new file mode 100644 index 00000000000..2ad89fcbb3c --- /dev/null +++ b/packs/bestiary-effects/effect-beacon-of-the-rowan-guard.json @@ -0,0 +1,49 @@ +{ + "_id": "6KebCyP5O7Gl9baR", + "img": "systems/pf2e/icons/spells/verdant-sprout.webp", + "name": "Effect: Beacon of the Rowan Guard", + "system": { + "description": { + "value": "

While within the emanation, a creature with the elemental trait and either the plant trait or wood trait gains fast healing 10 and a +2 circumstance bonus to all attack and damage rolls.

" + }, + "duration": { + "expiry": "turn-start", + "sustained": false, + "unit": "unlimited", + "value": -1 + }, + "level": { + "value": 1 + }, + "rules": [ + { + "key": "FastHealing", + "type": "fast-healing", + "value": 10 + }, + { + "key": "FlatModifier", + "selector": [ + "attack", + "damage" + ], + "type": "circumstance", + "value": 2 + } + ], + "source": { + "value": "Pathfinder Rage of Elements" + }, + "start": { + "initiative": null, + "value": 0 + }, + "tokenIcon": { + "show": true + }, + "traits": { + "value": [] + } + }, + "type": "effect" +} diff --git a/packs/rage-of-elements-bestiary/twins-of-rowan.json b/packs/rage-of-elements-bestiary/twins-of-rowan.json index 3787d6a221c..d4aa90adbcd 100644 --- a/packs/rage-of-elements-bestiary/twins-of-rowan.json +++ b/packs/rage-of-elements-bestiary/twins-of-rowan.json @@ -174,15 +174,49 @@ }, "category": "defensive", "description": { - "value": "

40 feet.

\n

The lantern carried by the twins of rowan contains pure elemental life energy that resonates with and empowers all wood elementals. While within the emanation, a creature with the elemental trait and either the plant trait or wood trait gains fast healing 10 and a +2 circumstance bonus to all attack and damage rolls. The aura can be counteracted with a DC 30 check to @UUID[Compendium.pf2e.spells-srd.Item.Dispel Magic]; doing so deactivates the aura for [[br 1d6 #Rounds Deactivated]] rounds

" + "value": "

40 feet.

\n

The lantern carried by the twins of rowan contains pure elemental life energy that resonates with and empowers all wood elementals. While within the emanation, a creature with the elemental trait and either the plant trait or wood trait gains fast healing 10 and a +2 circumstance bonus to all attack and damage rolls. The aura can be counteracted with a DC 30 check to @UUID[Compendium.pf2e.spells-srd.Item.Dispel Magic]; doing so deactivates the aura for [[/br 1d6 #Rounds Deactivated]] rounds

" }, "requirements": { "value": "" }, "rules": [ { + "effects": [ + { + "affects": "all", + "events": [ + "enter" + ], + "predicate": [ + "target:trait:elemental", + { + "or": [ + "target:trait:plant", + "target:trait:wood" + ] + } + ], + "uuid": "Compendium.pf2e.bestiary-effects.Item.Effect: Beacon of the Rowan Guard" + } + ], "key": "Aura", - "radius": 40 + "predicate": [ + "beacon-of-the-rowan-guard-active" + ], + "radius": 40, + "slug": "beacon-of-the-rowan-guard", + "traits": [ + "plant", + "primal", + "wood" + ] + }, + { + "domain": "all", + "key": "RollOption", + "option": "beacon-of-the-rowan-guard-active", + "toggleable": true, + "value": true } ], "slug": null,