Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update damage links in Worm's Repast to auto-scale #10241

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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