Skip to content

Commit

Permalink
Update damage links in Worm's Repast to auto-scale (#10241)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward authored Sep 20, 2023
1 parent 62655dc commit 5726bb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packs/abomination-vaults-bestiary/volluk-azrinae.json
Original file line number Diff line number Diff line change
Expand Up @@ -1486,16 +1486,18 @@
"damage": {
"value": {
"0": {
"applyMod": false,
"type": {
"categories": [],
"subtype": "",
"value": "piercing"
},
"value": "4d6"
}
}
},
"description": {
"value": "<p>Gnawing worms materialize within the flesh of the target creature, dealing @Damage[4d6[piercing]] damage and @Damage[1d6[persistent,piercing]] damage. If the target is a non-skeletal corporeal undead creature, you deal an extra @Damage[2d6[persistent,piercing]] damage. The target must attempt a Fortitude save.</p>\n<hr />\n<p><strong>Critical Success</strong> The worms writhe away harmlessly and the target takes no damage.</p>\n<p><strong>Success</strong> The target takes full initial damage but no persistent damage, and the spell ends immediately.</p>\n<p><strong>Failure</strong> The target takes full initial and persistent damage and is @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] due to the pain for as long as it takes persistent damage.</p>\n<p><strong>Critical Failure</strong> As failure, but the target takes double the initial damage and is also @UUID[Compendium.pf2e.conditionitems.Item.Slowed]{Slowed 1} by the pain for as long as it takes persistent damage.</p>\n<hr />\n<p><strong>Heightened (+2)</strong> The initial and persistent damage increase by 2d6 and 1d6, respectively</p>"
"value": "<p>Gnawing worms materialize within the flesh of the target creature, dealing 4d6 piercing damage and [[/r floor(@item.level/2)d6[persistent,piercing]]] damage. If the target is a non-skeletal corporeal undead creature, you deal an extra [[/r floor((@item.level/2)+1)d6[persistent,piercing]]] damage. The target must attempt a Fortitude save.</p>\n<hr />\n<p><strong>Critical Success</strong> The worms writhe away harmlessly and the target takes no damage.</p>\n<p><strong>Success</strong> The target takes full initial damage but no persistent damage, and the spell ends immediately.</p>\n<p><strong>Failure</strong> The target takes full initial and persistent damage and is @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] due to the pain for as long as it takes persistent damage.</p>\n<p><strong>Critical Failure</strong> As failure, but the target takes double the initial damage and is also @UUID[Compendium.pf2e.conditionitems.Item.Slowed]{Slowed 1} by the pain for as long as it takes persistent damage.</p>\n<hr />\n<p><strong>Heightened (+2)</strong> The initial and persistent damage increase by 2d6 and 1d6, respectively</p>"
},
"duration": {
"value": "see description"
Expand Down
4 changes: 3 additions & 1 deletion packs/spells/worms-repast.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@
"damage": {
"value": {
"0": {
"applyMod": false,
"type": {
"categories": [],
"subtype": "",
"value": "piercing"
},
"value": "4d6"
}
}
},
"description": {
"value": "<p>Gnawing worms materialize within the flesh of the target creature, dealing @Damage[4d6[piercing]] damage and @Damage[1d6[persistent,piercing]] damage. If the target is a non-skeletal corporeal undead creature, you deal an extra @Damage[2d6[persistent,piercing]] damage. The target must attempt a Fortitude save.</p>\n<hr />\n<p><strong>Critical Success</strong> The worms writhe away harmlessly and the target takes no damage.</p>\n<p><strong>Success</strong> The target takes full initial damage but no persistent damage, and the spell ends immediately.</p>\n<p><strong>Failure</strong> The target takes full initial and persistent damage and is @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] due to the pain for as long as it takes persistent damage.</p>\n<p><strong>Critical Failure</strong> As failure, but the target takes double the initial damage and is also @UUID[Compendium.pf2e.conditionitems.Item.Slowed]{Slowed 1} by the pain for as long as it takes persistent damage.</p>\n<hr />\n<p><strong>Heightened (+2)</strong> The initial and persistent damage increase by 2d6 and 1d6, respectively</p>"
"value": "<p>Gnawing worms materialize within the flesh of the target creature, dealing 4d6 piercing damage and [[/r floor(@item.level/2)d6[persistent,piercing]]] damage. If the target is a non-skeletal corporeal undead creature, you deal an extra [[/r floor((@item.level/2)+1)d6[persistent,piercing]]] damage. The target must attempt a Fortitude save.</p>\n<hr />\n<p><strong>Critical Success</strong> The worms writhe away harmlessly and the target takes no damage.</p>\n<p><strong>Success</strong> The target takes full initial damage but no persistent damage, and the spell ends immediately.</p>\n<p><strong>Failure</strong> The target takes full initial and persistent damage and is @UUID[Compendium.pf2e.conditionitems.Item.Off-Guard] due to the pain for as long as it takes persistent damage.</p>\n<p><strong>Critical Failure</strong> As failure, but the target takes double the initial damage and is also @UUID[Compendium.pf2e.conditionitems.Item.Slowed]{Slowed 1} by the pain for as long as it takes persistent damage.</p>\n<hr />\n<p><strong>Heightened (+2)</strong> The initial and persistent damage increase by 2d6 and 1d6, respectively</p>"
},
"duration": {
"value": "see description"
Expand Down

0 comments on commit 5726bb1

Please sign in to comment.