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

Fix description of seize identity spell #18077

Merged
merged 1 commit into from
Jan 22, 2025
Merged
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
2 changes: 1 addition & 1 deletion packs/spells/seize-identity.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"description": {
"value": "<p>With a gleeful cackle, you seize an individual's voice and swallow it. For the duration, you look and sound like the target, and the target can't speak. The effects depend on the result of the target's Will saving throw.</p><hr /><p><strong>Critical Success</strong> The creature is unaffected.</p>\n<p><strong>Success</strong> You take on the target's appearance, with the same effects of a 3rd-rank @UUID[Compendium.pf2e.spells-srd.Item.Illusory Disguise] spell, and the target can't speak, with the same effects of a 2nd-rank @UUID[Compendium.pf2e.spells-srd.Item.Silence] spell.</p>\n<p><strong>Failure</strong> As success, but the target also takes 4d6 mental damage from the transformation.</p>\n<p><strong>Critical Failure</strong> As success, but the target also takes 8d6 mental damage from the transformation. The first time each round you Sustain this spell after you cast this spell, the target ages rapidly, taking @Damage[(ternary(gte(@item.rank,9),3,2))d8[void]] damage (@Check[will|basic] save). On a failure, the target also becomes @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 1} or increases the value of its enfeebled condition by 1.</p><hr /><p><strong>Heightened (9th)</strong> The mental damage increases by 4d6, and the void damage increases by 1d8.</p>"
"value": "<p>With a gleeful cackle, you seize an individual's voice and swallow it. For the duration, you look and sound like the target, and the target can't speak. The effects depend on the result of the target's Will saving throw.</p><hr /><p><strong>Critical Success</strong> The creature is unaffected.</p>\n<p><strong>Success</strong> You take on the target's appearance, with the same effects of a 3rd-rank @UUID[Compendium.pf2e.spells-srd.Item.Illusory Disguise] spell, and the target can't speak, with the same effects of a 2nd-rank @UUID[Compendium.pf2e.spells-srd.Item.Silence] spell.</p>\n<p><strong>Failure</strong> As success, but the target also takes 4d6 mental damage from the transformation.</p>\n<p><strong>Critical Failure</strong> As success, but the target also takes 8d6 mental damage from the transformation.</p>\n<p>The first time each round you Sustain this spell after you cast this spell, the target ages rapidly, taking @Damage[(ternary(gte(@item.rank,9),3,2))d8[void]] damage (@Check[will|basic] save). On a failure, the target also becomes @UUID[Compendium.pf2e.conditionitems.Item.Enfeebled]{Enfeebled 1} or increases the value of its enfeebled condition by 1.</p><hr /><p><strong>Heightened (9th)</strong> The mental damage increases by 4d6, and the void damage increases by 1d8.</p>"
},
"duration": {
"sustained": true,
Expand Down
Loading