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) (Added advantage flag for the roll) |
||
Line 1: | Line 1: | ||
<includeonly>{{#arraydefine:tags|{{{tags|}}}|,}}{{#if:{{{tags|}}}|{{#arrayprint:tags||@|[{{uc:@}}]}}}}{{#if:{{{roll|}}}|[{{uc:{{{roll}}}}}]}}{{#if:{{{tags|}}}{{{roll|}}}| }}{{{1|}}}{{#if:{{{dc|}}}| (DC {{{dc}}})}}</includeonly><noinclude>{{documentation|content=Used to Visually represent an in-game dialogue option. | <includeonly>{{#arraydefine:tags|{{{tags|}}}|,}}{{#if:{{{tags|}}}|{{#arrayprint:tags||@|[{{uc:@}}]}}}}{{#if:{{{roll|}}}|[{{uc:{{{roll}}}}}]}}{{#if:{{{tags|}}}{{{roll|}}}| }}{{{1|}}}{{#if:{{{dc|}}}| (DC {{{dc}}}{{#if:{{{advantage|}}}| w/ Advantage}})}}</includeonly><noinclude>{{documentation|content=Used to Visually represent an in-game dialogue option. | ||
== Usage == | == Usage == | ||
<pre>{{Dialogue option|<dialogue text>|tags=<tags>|roll=<roll type>|dc=<difficulty class>}}</pre> | <pre>{{Dialogue option|<dialogue text>|tags=<tags>|roll=<roll type>|dc=<difficulty class>|advantage=<yes or blank>}}</pre> | ||
=== Examples === | === Examples === | ||
Line 11: | Line 11: | ||
| caption 2 = Multiple tags | | caption 2 = Multiple tags | ||
| <nowiki>{{Dialogue option|Let me sing about our history|tags=Githyanki, Bard|roll=Performance|dc=10}}</nowiki> | | <nowiki>{{Dialogue option|Let me sing about our history|tags=Githyanki, Bard|roll=Performance|dc=10}}</nowiki> | ||
| caption 2 = Advantage on roll | |||
| <nowiki>{{Dialogue option|I did what you asked. I killed Gortash, so let him go.|roll=Persuasion|dc=10|advantage=y}}</nowiki> | |||
}} | }} | ||
Revision as of 16:24, 31 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>|advantage=<yes or blank>}}
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)
Advantage on roll
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)
Markup
[PERSUASION] I did what you asked. I killed Gortash, so let him go. (DC 10 w/ Advantage)
{{Dialogue option|I did what you asked. I killed Gortash, so let him go.|roll=Persuasion|dc=10|advantage=y}}Renders as
[PERSUASION] I did what you asked. I killed Gortash, so let him go. (DC 10 w/ Advantage)
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 |