Template:NPC: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
{{Special:Whatlinkshere/{{PAGENAME}}}} | {{Special:Whatlinkshere/{{PAGENAME}}}} | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
Slight variation of the typical Dungeons & Dragons 5E NPC template (DMG | Slight variation of the typical Dungeons & Dragons 5E NPC template from the Dungeon Master Guide (DMG) further adapted from from Rodney Thompson's Lords of Chaos Campaign Session Prep notes found at: https://www.enworld.org/threads/by-popular-request-rodney-thompsons-session-prep-examples.662847/page-2 | ||
</noinclude> | </noinclude> | ||
=== {{{title}}} === | === {{{title}}} === | ||
'''Name:''' {{{name}}}<br> | '''Name:''' {{{name}}}<br> | ||
Line 16: | Line 13: | ||
'''Flaw:''' {{{flaw}}}<br> | '''Flaw:''' {{{flaw}}}<br> | ||
'''Bond:''' {{{bond}}}<br> | '''Bond:''' {{{bond}}}<br> | ||
<hr> | |||
<noinclude> | <noinclude> | ||
Ability scores are best left on the NPC page and not referenced in the Session or Session Prep for ease of reading. | Ability scores are best left on the NPC page and not referenced in the Session or Session Prep for ease of reading. | ||
Line 22: | Line 19: | ||
'''Abilities & Talents:''' {{{abilites}}}<br> | '''Abilities & Talents:''' {{{abilites}}}<br> | ||
'''Occupation & History:''' {{{occupation}}}<br> | '''Occupation & History:''' {{{occupation}}}<br> | ||
<hr> | |||
<includeonly> | <includeonly> | ||
[[Category:NPC]] | [[Category:NPC]] | ||
[[Category:DM Info]] | [[Category:DM Info]] | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": {}, | |||
"name": {}, | |||
"alignment": {}, | |||
"appearance": {}, | |||
"voice/mannerisms": {}, | |||
"ideal": {}, | |||
"flaw": {}, | |||
"bond": {}, | |||
"abilites": {}, | |||
"occupation": {} | |||
}, | |||
"description": "Non Player Character (NPC) information sheet", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 02:37, 9 February 2024
Slight variation of the typical Dungeons & Dragons 5E NPC template from the Dungeon Master Guide (DMG) further adapted from from Rodney Thompson's Lords of Chaos Campaign Session Prep notes found at: https://www.enworld.org/threads/by-popular-request-rodney-thompsons-session-prep-examples.662847/page-2
{{{title}}}
Name: {{{name}}}
Alignment: {{{alignment}}}
Appearance: {{{appearance}}}
Voice/Mannerisms: {{{voice/mannerisms}}}
Ideal: {{{ideal}}}
Flaw: {{{flaw}}}
Bond: {{{bond}}}
Ability scores are best left on the NPC page and not referenced in the Session or Session Prep for ease of reading.
Abilities & Talents: {{{abilites}}}
Occupation & History: {{{occupation}}}
<templatedata>
{
"params": {
"title": {},
"name": {},
"alignment": {},
"appearance": {},
"voice/mannerisms": {},
"ideal": {},
"flaw": {},
"bond": {},
"abilites": {},
"occupation": {}
},
"description": "Non Player Character (NPC) information sheet",
"format": "block"
}
</templatedata>