Template:Dialogue option: Difference between revisions
Jump to navigation
Jump to search
[BARD][DECEPTION] I am confident you will survive this! (DC 15)
[GITHYANKI][BARD][PERFORMANCE] Let me sing about our history (DC 10)
HiddenDragon (talk | contribs) mNo edit summary |
HiddenDragon (talk | contribs) mNo edit summary |
||
Line 6: | Line 6: | ||
=== Examples === | === Examples === | ||
{{Template demo | {{Template demo | ||
| style = | | style = list | ||
| caption 1 = Basic usage | | caption 1 = Basic usage | ||
| <nowiki>{{Dialogue option|I am confident you will survive this!|tags=bard|roll=deception|dc=15}}</nowiki> | | <nowiki>{{Dialogue option|I am confident you will survive this!|tags=bard|roll=deception|dc=15}}</nowiki> |
Revision as of 23:05, 30 July 2024
Template documentation
Used to Visually represent an in-game dialogue option.
Usage
{{Dialogue option|<dialogue text>|tags=<tags>|roll=<roll type>|dc=<difficulty class>}}
Examples
Basic usage
Markup{{Dialogue option|I am confident you will survive this!|tags=bard|roll=deception|dc=15}}Renders as
[BARD][DECEPTION] I am confident you will survive this! (DC 15)
Multiple tags
Markup{{Dialogue option|Let me sing about our history|tags=Githyanki, Bard|roll=Performance|dc=10}}Renders as
[GITHYANKI][BARD][PERFORMANCE] Let me sing about our history (DC 10)
Used to Visually represent an in-game dialogue option.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Dialogue text | 1 | The text for the dialogue option | String | required |
Tags | tags | Comma separated list of the tags you need to have to choose the dialogue option
| String | suggested |
Roll type | roll | What skill or ability the dice roll is, if there is one
| String | suggested |
Difficulty Class | dc | The Difficulty Class of the dice roll is, if there is one
| String | suggested |