Skip to content

Commit

Permalink
Add aura effect for Beacon of the Rowan Guard (#9263)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward committed Aug 12, 2023
1 parent a5fb67b commit 2370f2c
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 2 deletions.
49 changes: 49 additions & 0 deletions packs/bestiary-effects/effect-beacon-of-the-rowan-guard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"_id": "6KebCyP5O7Gl9baR",
"img": "systems/pf2e/icons/spells/verdant-sprout.webp",
"name": "Effect: Beacon of the Rowan Guard",
"system": {
"description": {
"value": "<p>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.</p>"
},
"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"
}
38 changes: 36 additions & 2 deletions packs/rage-of-elements-bestiary/twins-of-rowan.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,49 @@
},
"category": "defensive",
"description": {
"value": "<p>40 feet.</p>\n<p>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</p>"
"value": "<p>40 feet.</p>\n<p>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 <em>@UUID[Compendium.pf2e.spells-srd.Item.Dispel Magic]</em>; doing so deactivates the aura for [[/br 1d6 #Rounds Deactivated]] rounds</p>"
},
"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,
Expand Down

0 comments on commit 2370f2c

Please sign in to comment.