Template:NPC: Difference between revisions
mNo edit summary Tag: Manual revert |
mNo edit summary |
||
Line 29: | Line 29: | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
Make sure to fill in the | Make sure to fill in the [Category:Campaign Name] paramater when creating the NPC so its easier to discover. | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
Line 42: | Line 42: | ||
"title": { | "title": { | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"label": "NPC title", | |||
"example": "Leader of the dwarves", | |||
"suggestedvalues": [ | |||
"king", | |||
"duke" | |||
], | |||
"default": "King of the north" | |||
}, | }, | ||
"name": { | "name": { | ||
Line 107: | Line 114: | ||
}, | }, | ||
"description": "Non Player Character (NPC) information sheet", | "description": "Non Player Character (NPC) information sheet", | ||
"paramOrder": [ | "paramOrder": [ | ||
"title", | "title", | ||
"image", | |||
"info", | |||
"name", | "name", | ||
"alignment", | "alignment", | ||
Line 124: | Line 132: | ||
"languages", | "languages", | ||
"cr", | "cr", | ||
"category", | |||
" | "equipment" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 02:32, 17 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
Name:
Alignment:
Appearance:
Voice/Mannerisms:
Ideal:
Flaw:
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:
Skills:
Condition Immunities:
Damage Immunities:
Challenge Rating:
Make sure to fill in the [Category:Campaign Name] paramater when creating the NPC so its easier to discover.
<templatedata>
{
"params": {
"title": {
"type": "string",
"suggested": true,
"label": "NPC title",
"example": "Leader of the dwarves",
"suggestedvalues": [
"king",
"duke"
],
"default": "King of the north"
},
"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
},
"category": {}
},
"description": "Non Player Character (NPC) information sheet",
"paramOrder": [
"title",
"image",
"info",
"name",
"alignment",
"appearance",
"voice/mannerisms",
"ideal",
"flaw",
"bond",
"ability scores",
"skills",
"damage immunities",
"condition immunities",
"senses",
"languages",
"cr",
"category",
"equipment" ] } </templatedata>