Template:Saving Throw: Difference between revisions
No edit summary |
No edit summary |
||
Line 50: | Line 50: | ||
Also supports an optional <code>dc</code> ([[Difficulty Class]]) parameter for abilities and spells with fixed DCs. | Also supports an optional <code>dc</code> ([[Dice rolls#Save DCs|Difficulty Class]]) parameter for abilities and spells with fixed DCs. | ||
Usage: {{code|<nowiki>{{Saving Throw|dexterity|dc=12}}</nowiki>}} | Usage: {{code|<nowiki>{{Saving Throw|dexterity|dc=12}}</nowiki>}} |
Revision as of 22:29, 5 February 2024
Visually represent a type of Saving Throw in a semi-compact fashion. Accepts the full or abbreviated form of any Ability Score as an optional parameter.
Usage: {{Saving Throw}}
Result: Saving throw
Usage: {{Saving Throw|STR}}
Result: Strength saving throw
Usage: {{Saving Throw|Strength}}
Result: Strength saving throw
Usage: {{Saving Throw|Custom value}}
Result: Custom value saving throw
Also supports an optional dc
(Difficulty Class) parameter for abilities and spells with fixed DCs.
Usage: {{Saving Throw|dexterity|dc=12}}
Result: DC 12 Dexterity saving throw
Usage: {{Saving Throw|dexterity|dc=caster}}
Result: Spell save DC Dexterity saving throw
Usage: {{Saving Throw|dexterity|dc=weapon action}}
Result: Weapon action DC Dexterity saving throw
Template data
Visually represent a type of Saving Throw in a semi-compact fashion.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Saving Throw Type (Optional) | 1 | no description
| String | suggested |
Difficulty Class (DC) | dc | (Optional) the Difficulty Class of the Saving Throw
| String | suggested |