Skip to content

Commit

Permalink
Add inline healing rolls to Vital Beacon (foundryvtt#16871)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrogrullada authored Oct 13, 2024
1 parent 193ce16 commit 724aecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packs/spell-effects/spell-effect-vital-beacon.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"value": 4
},
"description": {
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Vital Beacon]<br />Vitality radiates outward from you, allowing others to supplicate and receive healing. Once per round, either you or an ally can use an Interact action to supplicate and lay hands upon you to regain Hit Points. Each time the beacon heals someone, it decreases in strength. It restores 4d10 Hit Points to the first creature, 4d8 Hit Points to the second, 4d6 Hit Points to the third, and 4d4 Hit Points to the fourth, after which the spell ends. You can have only one vital beacon active at a time.<br />@Damage[(@item.level)d10[healing]]{First Activation (d10)}<br />@Damage[(@item.level)d8[healing]]{Second Activation (d8)}<br />@Damage[(@item.level)d6[healing]]{Third Activation (d6)}<br />@Damage[(@item.level)d4[healing]]{Fourth Activation (d4)}</p>"
"value": "<p>Granted by @UUID[Compendium.pf2e.spells-srd.Item.Vital Beacon]</p>\n<p>Once per round, either you or an ally can use an Interact action to supplicate and lay hands upon you to regain @Damage[(@item.level)d((2+2*@item.badge.value))[healing,vitality]|shortLabel] Hit Points. This healing decreases each time the beacon heals someone.</p>"
},
"duration": {
"expiry": "turn-start",
Expand Down
2 changes: 1 addition & 1 deletion packs/spells/vital-beacon.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"damage": {},
"defense": null,
"description": {
"value": "<p>Vitality radiates outward from you, allowing others to supplicate and receive healing. Once per round, either you or an ally can use an Interact action to supplicate and lay hands upon you to regain Hit Points. Each time the beacon heals someone, it decreases in strength. It restores 4d10 Hit Points to the first creature, 4d8 Hit Points to the second, 4d6 Hit Points to the third, and 4d4 Hit Points to the fourth, after which the spell ends. You can have only one vital beacon active at a time.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Vital Beacon]</p>\n<hr />\n<p><strong>Heightened (+1)</strong> The beacon restores one additional die of Hit Points each time it heals, using the same die size as the others for that step.</p>"
"value": "<p>Vitality radiates outward from you, allowing others to supplicate and receive healing. Once per round, either you or an ally can use an Interact action to supplicate and lay hands upon you to regain Hit Points. Each time the beacon heals someone, it decreases in strength. It restores @Damage[(@item.rank)d10[healing,vitality]|shortLabel] Hit Points to the first creature, @Damage[(@item.rank)d8[healing,vitality]|shortLabel] Hit Points to the second, @Damage[(@item.rank)d6[healing,vitality]|shortLabel] Hit Points to the third, and @Damage[(@item.rank)d4[healing,vitality]|shortLabel] Hit Points to the fourth, after which the spell ends. You can have only one vital beacon active at a time.</p>\n<p>@UUID[Compendium.pf2e.spell-effects.Item.Spell Effect: Vital Beacon]</p><hr /><p><strong>Heightened (+1)</strong> The beacon restores one additional die of Hit Points each time it heals, using the same die size as the others for that step.</p>"
},
"duration": {
"sustained": false,
Expand Down

0 comments on commit 724aecd

Please sign in to comment.