Template:NPC: Difference between revisions
Line 7: | Line 7: | ||
<div style="background-color: #DDD2; border: 1px solid #5556; padding: .4em; text-align: left;> | <div style="background-color: #DDD2; border: 1px solid #5556; padding: .4em; text-align: left;> | ||
=== {{{title}}} === | === {{{title}}} === | ||
<noinclude> | |||
{{{image}}}<br> | {{{image}}}<br> | ||
</noinclude> | |||
{{{info}}}<br><br> | {{{info}}}<br><br> | ||
'''Name:''' {{{name}}}<br> | '''Name:''' {{{name}}}<br> | ||
Line 17: | Line 19: | ||
'''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. | ||
</noinclude> | |||
'''Ability Scores:''' {{{ability scores}}}<br> | '''Ability Scores:''' {{{ability scores}}}<br> | ||
'''Skills:''' {{{skills}}}<br> | '''Skills:''' {{{skills}}}<br> | ||
'''Condition Immunities:''' {{{condition immunities}}}<br> | '''Condition Immunities:''' {{{condition immunities}}}<br> | ||
'''Damage Immunities:''' {{{damage immunities}}}<br> | '''Damage Immunities:''' {{{damage immunities}}}<br> | ||
</div> | </div> | ||
Line 33: | Line 34: | ||
[[Category:Corsairs Campaign]] | [[Category:Corsairs Campaign]] | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { |
Revision as of 20:22, 9 February 2024
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}}}
{{{image}}}
{{{info}}}
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.
Ability Scores: {{{ability scores}}}
Skills: {{{skills}}}
Condition Immunities: {{{condition immunities}}}
Damage Immunities: {{{damage immunities}}}
<templatedata>
{
"params": {
"title": {
"type": "string",
"suggested": true
},
"name": {
"type": "wiki-page-name",
"required": true
},
"alignment": {
"suggestedvalues": [
"Lawful, Neutral, Chaotic"
],
"suggested": true
},
"appearance": {},
"voice/mannerisms": {
"suggested": true
},
"ideal": {
"default": " ",
"type": "string",
"suggested": true
},
"flaw": {
"type": "string",
"default": " ",
"suggested": true
},
"bond": {
"type": "string",
"default": " none",
"suggested": true
},
"skills": {},
"condition immunities": {},
"damage immunities": {
"type": "string",
"suggestedvalues": [
"Poison"
],
"default": "None"
},
"senses": {},
"languages": {
"suggestedvalues": [
"Common"
],
"default": "Common"
},
"cr": {},
"equipment": {},
"ability scores": {
"type": "string"
},
"image": {
"type": "string",
"default": "[[file: |thumb]]"
},
"info": {
"description": "One sentence highlight about the NPC's interest, motivations, etc",
"type": "string",
"default": " ",
"suggested": true
}
},
"description": "Non Player Character (NPC) information sheet",
"format": "block",
"paramOrder": [
"title",
"name",
"alignment",
"appearance",
"voice/mannerisms",
"ideal",
"flaw",
"bond",
"ability scores",
"skills",
"damage immunities",
"condition immunities",
"senses",
"languages",
"cr",
"equipment",
"image",
"info"
]
}
</templatedata>