Jump to content

Template:NPC: Difference between revisions

From greyhawk
mNo edit summary
mNo edit summary
Line 3: Line 3:
</includeonly>
</includeonly>
<noinclude>
<noinclude>
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
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}}} ===
Line 13: 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.
</noinclude>
</noinclude>
'''Abilities & Talents:''' {{{abilites}}}<br>
<hr>
'''Occupation & History:''' {{{occupation}}}<br>
'''Ability Scores:''' {{{abilites}}}<br>
'''Skills:''' {{{skills}}}<br>
'''Damage Immunities:''' {{{damage immunities}}}<br>
<hr>
<hr>
<includeonly>
<includeonly>
Line 25: Line 26:
</includeonly>
</includeonly>
<noinclude>
<noinclude>
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"title": {},
"title": {
"name": {},
"type": "string",
"suggested": true
},
"name": {
"type": "wiki-page-name",
"required": true
},
"alignment": {},
"alignment": {},
"appearance": {},
"appearance": {},
"voice/mannerisms": {},
"voice/mannerisms": {
"suggested": true
},
"ideal": {},
"ideal": {},
"flaw": {},
"flaw": {},
"bond": {},
"bond": {},
"abilites": {},
"abilites": {},
"occupation": {}
"occupation": {},
"skills": {},
"condition immunities": {},
"damage immunities": {
"type": "string",
"suggestedvalues": [
"Poison"
],
"default": "None",
"suggested": true
},
"senses": {},
"languages": {
"suggestedvalues": [
"Common"
],
"default": "Common",
"suggested": true
},
"cr": {},
"equipment": {}
},
},
"description": "Non Player Character (NPC) information sheet",
"description": "Non Player Character (NPC) information sheet",
"format": "block"
"format": "block",
"paramOrder": [
"title",
"name",
"alignment",
"appearance",
"voice/mannerisms",
"ideal",
"flaw",
"bond",
"abilites",
"occupation",
"skills",
"damage immunities",
"condition immunities",
"senses",
"languages",
"cr",
"equipment"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 03:12, 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}}}

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: {{{abilites}}}
Skills: {{{skills}}}
Damage Immunities: {{{damage immunities}}}



<templatedata> { "params": { "title": { "type": "string", "suggested": true }, "name": { "type": "wiki-page-name", "required": true }, "alignment": {}, "appearance": {}, "voice/mannerisms": { "suggested": true }, "ideal": {}, "flaw": {}, "bond": {}, "abilites": {}, "occupation": {}, "skills": {}, "condition immunities": {}, "damage immunities": { "type": "string", "suggestedvalues": [ "Poison" ], "default": "None", "suggested": true }, "senses": {}, "languages": { "suggestedvalues": [ "Common" ], "default": "Common", "suggested": true }, "cr": {}, "equipment": {} }, "description": "Non Player Character (NPC) information sheet", "format": "block", "paramOrder": [ "title", "name", "alignment", "appearance", "voice/mannerisms", "ideal", "flaw", "bond", "abilites", "occupation", "skills", "damage immunities", "condition immunities", "senses", "languages", "cr", "equipment" ] } </templatedata>