Skip to content

Commit

Permalink
Make inline damage roll for Cauterize Wounds immutable (#15288)
Browse files Browse the repository at this point in the history
This way it's not affected by effects like Courageous Anthem
  • Loading branch information
simonward committed Jul 1, 2024
1 parent c0c58b1 commit 7c4c818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packs/spells/cauterize-wounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"damage": {},
"defense": null,
"description": {
"value": "<p>You seal bleeding wounds with fire. Any target that has persistent bleed damage can choose to take @Damage[1[fire]] damage. If it does, it can attempt to recover from its persistent bleed damage, with the lower DC for particularly effective assistance. During the spell's duration, you can use a single action, which has the concentrate trait, to repeat this effect for one target of the spell.</p>"
"value": "<p>You seal bleeding wounds with fire. Any target that has persistent bleed damage can choose to take @Damage[1[fire]|immutable:true] damage. If it does, it can attempt to recover from its persistent bleed damage, with the lower DC for particularly effective assistance. During the spell's duration, you can use a single action, which has the concentrate trait, to repeat this effect for one target of the spell.</p>"
},
"duration": {
"sustained": false,
Expand Down

0 comments on commit 7c4c818

Please sign in to comment.