66,093
editsAd placeholder
Template:Saving Throw: Difference between revisions
Jump to navigation
Jump to search
no edit summary
(change casing) |
HiddenDragon (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#if: {{{dc|}}} | [[DC]] {{{dc}}} | <includeonly>{{#if: {{{dc|}}} | {{#switch: {{{dc}}} | ||
| caster = [[DC|Spell DC]] | |||
| weapon action = [[DC|Weapon action DC]] | |||
| #default = [[DC]] {{{dc}}}}} | |||
}}{{Icon|Saving Throw Icons.png|25|caption=}} {{#switch: {{{1}}} | }}{{Icon|Saving Throw Icons.png|25|caption=}} {{#switch: {{{1}}} | ||
| strength | | strength | ||
Line 52: | Line 55: | ||
Result: {{Saving Throw|dexterity|dc=12}} | Result: {{Saving Throw|dexterity|dc=12}} | ||
Usage: {{code|<nowiki>{{Saving Throw|dexterity|dc=caster}}</nowiki>}} | |||
Result: {{Saving Throw|dexterity|dc=caster}} | |||
Usage: {{code|<nowiki>{{Saving Throw|dexterity|dc=weapon action}}</nowiki>}} | |||
Result: {{Saving Throw|dexterity|dc=weapon action}} | |||
== Template data == | == Template data == | ||
Line 74: | Line 85: | ||
"description": "(Optional) the Difficulty Class of the Saving Throw", | "description": "(Optional) the Difficulty Class of the Saving Throw", | ||
"example": "12", | "example": "12", | ||
"type": " | "suggestedvalues": [ | ||
"12", | |||
"weapon action", | |||
"caster" | |||
], | |||
"type": "string", | |||
"suggested": true | "suggested": true | ||
} | } |