Jump to content

Template:NPC: Difference between revisions

From greyhawk
mNo edit summary
mNo edit summary
 
(28 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{{Special:Whatlinkshere/{{PAGENAME}}}}</includeonly>
__NOTOC__
<noinclude>
{{Special:Whatlinkshere/{{PAGENAME}}}}
Variation of the typical Dungeons & Dragons 5E NPC template from the Dungeon Master Guide (DMG) further adapted 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
[[Category:Monster Statblock]]
</noinclude>
[[Category:NPC]]
 
<div style="border: 2px solid #a80302; padding: 1em; background-color: #fcf6e9; font-family: 'Book Antiqua', Palatino, serif;">
<div style="float: right; margin-left: 1em; max-width: 200px;">{{{image|[[File:Placeholder.png|200px|right]]}}}</div>
 
== {{{monster_name|New Monster}}} ==
<small>''{{{size|Medium}}} {{{type|humanoid}}}, {{{alignment|Any alignment}}}''</small>
<hr style="border-top: 2px solid #a80302;">
 
'''Armor Class''' {{{ac|10}}}<br>
'''Hit Points''' {{{hp|10}}}<br>
'''Speed''' {{{speed|30 ft.}}}<br>
<hr style="border-top: 2px solid #a80302;">
 
| STR | DEX | CON | INT | WIS | CHA
|:---:|:---:|:---:|:---:|:---:|:---:
| {{{str|10}}} ({{{str_mod|0}}}) | {{{dex|10}}} ({{{dex_mod|0}}}) | {{{con|10}}} ({{{con_mod|0}}}) | {{{int|10}}} ({{{int_mod|0}}}) | {{{wis|10}}} ({{{wis_mod|0}}}) | {{{cha|10}}} ({{{cha_mod|0}}})
<hr style="border-top: 2px solid #a80302;">
 
'''Saving Throws''' {{{saving_throws|—}}}<br>
'''Skills''' {{{skills|—}}}<br>
'''Damage Vulnerabilities''' {{{damage_vulnerabilities|—}}}<br>
'''Damage Resistances''' {{{damage_resistances|—}}}<br>
'''Damage Immunities''' {{{damage_immunities|—}}}<br>
'''Condition Immunities''' {{{condition_immunities|—}}}<br>
'''Senses''' {{{senses|passive Perception 10}}}<br>
'''Languages''' {{{languages|Common}}}<br>
'''Challenge''' {{{cr|0}}} ({{{xp|10}}})<br>
<hr style="border-top: 2px solid #a80302;">


<div style="background-color: #DDD2; border: 1px solid #5556; padding: 0.6em; text-align: left;">
== Actions ==
{{{actions|}}}<br>
<hr style="border-top: 1px solid #a80302;">


== {{{title|NPC Name}}} ==
== {{{legendary_actions_header|Legendary Actions}}} ==
{{{image|}}}
{{{legendary_actions|}}}<br>
<hr style="border-top: 1px solid #a80302;">


{{{info|}}}<br><br>
== {{{reactions_header|Reactions}}} ==
{{{reactions|}}}<br>
<hr style="border-top: 1px solid #a80302;">


'''Name:''' {{{name|}}}<br>
== {{{roleplaying_header|Roleplaying Notes}}} ==
'''Alignment:''' {{{alignment|}}}<br>
'''Campaign:''' {{{campaign|}}}<br>
'''Appearance:''' {{{appearance|}}}<br>
'''Appearance:''' {{{appearance|}}}<br>
'''Voice/Mannerisms:''' {{{voice/mannerisms|}}}<br>
'''Voice/Mannerisms:''' {{{voice_mannerisms|}}}<br>
'''Bond:''' {{{bond|}}}<br>
'''Ideal:''' {{{ideal|}}}<br>
'''Ideal:''' {{{ideal|}}}<br>
'''Flaw:''' {{{flaw|}}}<br>
'''Flaw:''' {{{flaw|}}}<br>
'''Bond:''' {{{bond|}}}<br>
'''Info:''' {{{info|}}}<br>
 
<noinclude>
Ability scores and combat statistics 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>
'''Senses:''' {{{senses|}}}<br>
'''Languages:''' {{{languages|}}}<br>
'''Equipment:''' {{{equipment|}}}<br>
'''Equipment:''' {{{equipment|}}}<br>
</noinclude>
</div>
</div>


<noinclude>
<noinclude>
Make sure to fill in the [Category:Campaign Name] parameter when creating the NPC so it's easier to discover.
== Usage ==
</noinclude>
To use this template, copy and paste the following code onto your new monster's page and fill in the appropriate parameters:
 
<pre>
<includeonly>
{{Monster Stablock
[[Category:NPC]]
| monster_name =
[[Category:DM Info]]
| image =
</includeonly>
| size =
 
| type =
<noinclude>
| alignment =
<templatedata>
| ac =
{
| hp =
    "params": {
| speed =
        "title": {
| str =
            "type": "string",
| str_mod =
            "suggested": true,
| dex =
            "label": "NPC title",
| dex_mod =
            "example": "Leader of the dwarves",
| con =
            "suggestedvalues": [
| con_mod =
                "king",
| int =
                "duke"
| int_mod =
            ],
| wis =
            "default": "NPC Name"
| wis_mod =
        },
| cha =
        "name": {
| cha_mod =
            "type": "wiki-page-name",
| saving_throws =
            "required": true
| skills =
        },
| damage_vulnerabilities =
        "alignment": {
| damage_resistances =
            "suggestedvalues": [
| damage_immunities =
                "Lawful Good",
| condition_immunities =
                "Neutral Good",
| senses =
                "Chaotic Good",
| languages =
                "Lawful Neutral",
| cr =
                "Neutral",
| xp =
                "Chaotic Neutral",
| actions =
                "Lawful Evil",
| legendary_actions_header =
                "Neutral Evil",
| legendary_actions =
                "Chaotic Evil"
| reactions_header =
            ],
| reactions =
            "suggested": true
| roleplaying_header =
        },
| campaign =
        "appearance": {},
| appearance =
        "voice/mannerisms": {
| voice_mannerisms =
            "suggested": true
| bond =
        },
| ideal =
        "ideal": {
| flaw =
            "type": "string",
| info =
            "suggested": true
| equipment =
        },
}}
        "flaw": {
</pre>
            "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
        },
        "ability scores": {
            "type": "string",
            "label": "Ability Scores",
            "description": "The NPC's ability scores (e.g., STR 15, DEX 12, CON 14, INT 10, WIS 8, CHA 16)."
        },
        "skills": {},
        "condition immunities": {},
        "damage immunities": {
            "type": "string",
            "suggestedvalues": [
                "Poison"
            ],
            "default": "None"
        },
        "cr": {},
        "senses": {},
        "languages": {
            "suggestedvalues": [
                "Common"
            ],
            "default": "Common"
        },
        "equipment": {}
    },
    "description": "Non Player Character (NPC) information sheet",
    "paramOrder": [
        "title",
        "image",
        "info",
        "name",
        "alignment",
        "appearance",
        "voice/mannerisms",
        "ideal",
        "flaw",
        "bond",
        "ability scores",
        "skills",
        "condition immunities",
        "damage immunities",
        "cr",
        "senses",
        "languages",
        "equipment"
    ]
}
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 01:24, 23 August 2025


New Monster[edit source]

Medium humanoid, Any alignment


Armor Class 10
Hit Points 10
Speed 30 ft.


| STR | DEX | CON | INT | WIS | CHA |:---:|:---:|:---:|:---:|:---:|:---: | 10 (0) | 10 (0) | 10 (0) | 10 (0) | 10 (0) | 10 (0)


Saving Throws
Skills
Damage Vulnerabilities
Damage Resistances
Damage Immunities
Condition Immunities
Senses passive Perception 10
Languages Common
Challenge 0 (10)


Actions[edit source]



Legendary Actions[edit source]



Reactions[edit source]



Roleplaying Notes[edit source]

Campaign:
Appearance:
Voice/Mannerisms:
Bond:
Ideal:
Flaw:
Info:
Equipment:


Usage[edit source]

To use this template, copy and paste the following code onto your new monster's page and fill in the appropriate parameters:

{{Monster Stablock
| monster_name =
| image =
| size =
| type =
| alignment =
| ac =
| hp =
| speed =
| str =
| str_mod =
| dex =
| dex_mod =
| con =
| con_mod =
| int =
| int_mod =
| wis =
| wis_mod =
| cha =
| cha_mod =
| saving_throws =
| skills =
| damage_vulnerabilities =
| damage_resistances =
| damage_immunities =
| condition_immunities =
| senses =
| languages =
| cr =
| xp =
| actions =
| legendary_actions_header =
| legendary_actions =
| reactions_header =
| reactions =
| roleplaying_header =
| campaign =
| appearance =
| voice_mannerisms =
| bond =
| ideal =
| flaw =
| info =
| equipment =
}}