Skip to content

Commit

Permalink
Add traits to Vorpal Rune's inline save (#14689)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward authored May 12, 2024
1 parent 7c74ec8 commit 890922e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packs/equipment/vorpal.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"containerId": null,
"description": {
"value": "<p>Originally created as a means of slaying the legendary jabberwock, <em>vorpal</em> weapons prove equally effective against nearly any foe with a head.</p>\n<p><strong>Activate—Snicker-Snack</strong> <span class=\"action-glyph\">R</span> (concentrate, death, incapacitation)</p>\n<p><strong>Frequency</strong> You roll a natural 20 on a Strike with the weapon against a creature that has a head, critically succeed, and deal slashing damage</p>\n<hr />\n<p><strong>Effect</strong> The target must succeed at a @Check[type:fortitude|dc:37] save or be decapitated. This kills any creature except ones that don't require a head to live. For creatures with multiple heads, this usually kills the creature only if you sever its last head.</p>"
"value": "<p>Originally created as a means of slaying the legendary jabberwock, <em>vorpal</em> weapons prove equally effective against nearly any foe with a head.</p>\n<hr />\n<p><strong>Activate—Snicker-Snack</strong> <span class=\"action-glyph\">R</span> (concentrate, death, incapacitation)</p>\n<p><strong>Frequency</strong> You roll a natural 20 on a Strike with the weapon against a creature that has a head, critically succeed, and deal slashing damage.</p>\n<p><strong>Effect</strong> The target must succeed at a @Check[type:fortitude|dc:37|traits:death,incapacitation] save or be decapitated. This kills any creature except ones that don't require a head to live. For creatures with multiple heads, this usually kills the creature only if you sever its last head.</p>"
},
"hardness": 0,
"hp": {
Expand Down
2 changes: 1 addition & 1 deletion static/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5564,7 +5564,7 @@
"vorpal": {
"Name": "Vorpal",
"Note": {
"criticalSuccess": "(<span class=\"pf2-icon\">R</span> envision (death, incapacitation))<br /><strong>Trigger</strong> You roll a natural 20 on a Strike with the weapon, critically succeed, and deal slashing damage. The target must have a head<br /><strong>Effect</strong> The target must succeed at a @Check[type:fortitude|dc:37|traits:death,incapacitation|name:Vorpal Rune] save or be decapitated. This kills any creature except ones that don't require a head to live. For creatures with multiple heads, this usually kills the creature only if you sever its last head."
"criticalSuccess": "(<span class=\"pf2-icon\">R</span> envision (death, incapacitation))<br /><strong>Trigger</strong> You roll a natural 20 on a Strike with the weapon against a creature that has a head, critically succeed, and deal slashing damage.<br /><strong>Effect</strong> The target must succeed at a @Check[type:fortitude|dc:37|traits:death,incapacitation|name:Vorpal Rune] save or be decapitated. This kills any creature except ones that don't require a head to live. For creatures with multiple heads, this usually kills the creature only if you sever its last head."
}
},
"wounding": {
Expand Down

0 comments on commit 890922e

Please sign in to comment.