Template:Saving Throw: Difference between revisions
Jump to navigation
Jump to search
m (fix spacing when dc parameter is absent) |
No edit summary |
||
Line 3: | Line 3: | ||
| Strength | | Strength | ||
| str | | str | ||
| STR = | | STR = [[Saving Throw|Strength Save]] | ||
| dexterity | | dexterity | ||
| Dexterity | | Dexterity | ||
| dex | | dex | ||
| DEX = | | DEX = [[Saving Throw|Dexterity Save]] | ||
| constitution | | constitution | ||
| Constitution | | Constitution | ||
| con | | con | ||
| CON = | | CON = [[Saving Throw|Constitution Save]] | ||
| intelligence | | intelligence | ||
| Intelligence | | Intelligence | ||
| int | | int | ||
| INT = | | INT = [[Saving Throw|Intelligence Save]] | ||
| wisdom | | wisdom | ||
| Wisdom | | Wisdom | ||
| wis | | wis | ||
| WIS = | | WIS = [[Saving Throw|Wisdom Save]] | ||
| charisma | | charisma | ||
| Charisma | | Charisma | ||
| cha | | cha | ||
| CHA = | | CHA = [[Saving Throw|Charisma Save]] | ||
| #default = [[Saving Throw]] | | #default = [[Saving Throw]] | ||
}}{{#if: {{{dc|}}} | ([[Difficulty Class|DC]] {{{dc}}}) | | }}{{#if: {{{dc|}}} | ([[Difficulty Class|DC]] {{{dc}}}) | |
Revision as of 16:13, 25 July 2023
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: {{SavingThrow}}
Result: Saving Throw
Usage: {{SavingThrow|STR}}
Result: Strength Save
Usage: {{SavingThrow|Strength}}
Result: Strength Save
Also supports an optional dc
(Difficulty Class) parameter.
Usage: {{SavingThrow|dexterity|dc=12}}
Result: Dexterity Save (DC 12)
Auto-generated TemplateData follows.
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
| Number | suggested |