Jump to content

Template:NPC: Difference between revisions

From greyhawk
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly>
<includeonly>{{Special:Whatlinkshere/{{PAGENAME}}}}</includeonly>
{{Special:Whatlinkshere/{{PAGENAME}}}}
<noinclude>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>
</includeonly>
 
<noinclude>
<div style="background-color: #DDD2; border: 1px solid #5556; padding: 0.6em; text-align: left;">
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>
<div style="background-color: #DDD2; border: 1px solid #5556; padding: .6em; text-align: left;>


=== {{{title|}}} ===
== {{{title|NPC Name}}} ==
{{{image|}}}
{{{image|}}}
{{{info|}}}<br><br>
{{{info|}}}<br><br>
'''Name:''' {{{name|}}}<br>
'''Name:''' {{{name|}}}<br>
'''Alignment:''' {{{alignment|}}}<br>
'''Alignment:''' {{{alignment|}}}<br>
'''Appearance:''' {{{appearance|}}}<br>
'''Appearance:''' {{{appearance|}}}<br>
'''''Voice/Mannerisms:''' {{{voice/mannerisms|}}}''<br>
'''Voice/Mannerisms:''' {{{voice/mannerisms|}}}<br>
'''Ideal:''' {{{ideal|}}}<br>
'''Ideal:''' {{{ideal|}}}<br>
'''Flaw:''' {{{flaw|}}}<br>
'''Flaw:''' {{{flaw|}}}<br>
Line 19: Line 18:


<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 and combat stats are best left on the NPC's main page and not included in Session or Session Prep for ease of reading.
<hr>
'''Ability Scores:''' {{{ability scores|}}}<br>
'''Skills:''' {{{skills|}}}<br>
'''Condition Immunities:''' {{{condition immunities|}}}<br>
'''Damage Immunities:''' {{{damage immunities|}}}<br>
'''Challenge Rating:''' {{{cr|}}}<br>
</noinclude>
</noinclude>
</div>
</div>
<noinclude>
<noinclude>
Make sure to fill in the [Category:Campaign Name] paramater when creating the NPC so its easier to discover.
Make sure to fill in the [Category:Campaign Name] parameter when creating the NPC so it's easier to discover.
</noinclude>
</noinclude>
<includeonly>
<includeonly>
[[Category:NPC]]
[[Category:NPC]]
Line 39: Line 35:
<templatedata>
<templatedata>
{
{
"params": {
    "params": {
"title": {
        "title": {
"type": "string",
            "type": "string",
"suggested": true,
            "suggested": true,
"label": "NPC title",
            "label": "NPC title",
"example": "Leader of the dwarves",
            "example": "Leader of the dwarves",
"suggestedvalues": [
            "suggestedvalues": [
"king",
                "king",
"duke"
                "duke"
],
            ],
"default": "King of the north"
            "default": "NPC Name"
},
        },
"name": {
        "name": {
"type": "wiki-page-name",
            "type": "wiki-page-name",
"required": true
            "required": true
},
        },
"alignment": {
        "alignment": {
"suggestedvalues": [
            "suggestedvalues": [
"Lawful, Neutral, Chaotic"
                "Lawful Good",
],
                "Neutral Good",
"suggested": true
                "Chaotic Good",
},
                "Lawful Neutral",
"appearance": {},
                "Neutral",
"voice/mannerisms": {
                "Chaotic Neutral",
"suggested": true
                "Lawful Evil",
},
                "Neutral Evil",
"ideal": {
                "Chaotic Evil"
"default": " ",
            ],
"type": "string",
            "suggested": true
"suggested": true
        },
},
        "appearance": {},
"flaw": {
        "voice/mannerisms": {
"type": "string",
            "suggested": true
"default": " ",
        },
"suggested": true
        "ideal": {
},
            "type": "string",
"bond": {
            "suggested": true
"type": "string",
        },
"default": " none",
        "flaw": {
"suggested": true
            "type": "string",
},
            "suggested": true
"skills": {},
        },
"condition immunities": {},
        "bond": {
"damage immunities": {
            "type": "string",
"type": "string",
            "suggested": true
"suggestedvalues": [
        },
"Poison"
        "image": {
],
            "type": "string",
"default": "None"
            "default": "[[File:|200px|right]]"
},
        },
"senses": {},
        "info": {
"languages": {
            "description": "One sentence highlight about the NPC's interest, motivations, etc",
"suggestedvalues": [
            "type": "string",
"Common"
            "suggested": true
],
        }
"default": "Common"
    },
},
    "description": "Non Player Character (NPC) information sheet",
"cr": {},
    "paramOrder": [
"equipment": {},
        "title",
"ability scores": {
        "image",
"type": "string"
        "info",
},
        "name",
"image": {
        "alignment",
"type": "string",
        "appearance",
"default": "[[file: |thumb]]"
        "voice/mannerisms",
},
        "ideal",
"info": {
        "flaw",
"description": "One sentence highlight about the NPC's interest, motivations, etc",
        "bond"
"type": "string",
    ]
"default": " ",
"suggested": true
}
},
"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",
"equipment"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 00:34, 15 March 2025

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

NPC Name



Name:
Alignment:
Appearance:
Voice/Mannerisms:
Ideal:
Flaw:
Bond:


Ability scores and combat stats are best left on the NPC's main page and not included in Session or Session Prep for ease of reading.



Make sure to fill in the [Category:Campaign Name] parameter when creating the NPC so it's easier to discover.



<templatedata> {

   "params": {
       "title": {
           "type": "string",
           "suggested": true,
           "label": "NPC title",
           "example": "Leader of the dwarves",
           "suggestedvalues": [
               "king",
               "duke"
           ],
           "default": "NPC Name"
       },
       "name": {
           "type": "wiki-page-name",
           "required": true
       },
       "alignment": {
           "suggestedvalues": [
               "Lawful Good",
               "Neutral Good",
               "Chaotic Good",
               "Lawful Neutral",
               "Neutral",
               "Chaotic Neutral",
               "Lawful Evil",
               "Neutral Evil",
               "Chaotic Evil"
           ],
           "suggested": true
       },
       "appearance": {},
       "voice/mannerisms": {
           "suggested": true
       },
       "ideal": {
           "type": "string",
           "suggested": true
       },
       "flaw": {
           "type": "string",
           "suggested": true
       },
       "bond": {
           "type": "string",
           "suggested": true
       },
       "image": {
           "type": "string",
           "default": "[[File:|200px|right]]"
       },
       "info": {
           "description": "One sentence highlight about the NPC's interest, motivations, etc",
           "type": "string",
           "suggested": true
       }
   },
   "description": "Non Player Character (NPC) information sheet",
   "paramOrder": [
       "title",
       "image",
       "info",
       "name",
       "alignment",
       "appearance",
       "voice/mannerisms",
       "ideal",
       "flaw",
       "bond"
   ]

} </templatedata>