Template:NPC: Difference between revisions
Appearance
No edit summary |
Adventurer (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Special:Whatlinkshere/{{PAGENAME}}}} | {{Special:Whatlinkshere/{{PAGENAME}}}} | ||
[[Category: | [[Category:Monster Statblock]] | ||
[[Category: | [[Category:D&D 5e]] | ||
<div style="border: 1px solid #aaa; padding: 1em; background-color: #f9f9f9;"> | <div style="border: 1px solid #aaa; padding: 1em; background-color: #f9f9f9; font-family: 'Book Antiqua', Palatino, serif;"> | ||
<div style="float: right; margin-left: 1em; max-width: 200px;">{{{image|[[File:|200px|right]]}}}</div> | <div style="float: right; margin-left: 1em; max-width: 200px;">{{{image|[[File:|200px|right]]}}}</div> | ||
== {{{ | == {{{monster_name|New Monster}}} == | ||
''' | <small>''{{{size|Medium}}} {{{type|humanoid}}}, {{{alignment|Any alignment}}}''</small> | ||
''' | <hr style="border-top: 1px solid #aaa;"> | ||
''' | |||
''' | '''Armor Class''' {{{ac|10}}}<br> | ||
''' | '''Hit Points''' {{{hp|10}}}<br> | ||
'''Speed''' {{{speed|30 ft.}}}<br> | |||
<hr style="border-top: 1px solid #aaa;"> | |||
| 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: 1px solid #aaa;"> | |||
'''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: 1px solid #aaa;"> | |||
== Actions == | |||
{{{actions|}}}<br> | |||
<hr style="border-top: 1px solid #aaa;"> | |||
== {{{legendary_actions_header|Legendary Actions}}} == | |||
{{{legendary_actions|}}}<br> | |||
<hr style="border-top: 1px solid #aaa;"> | |||
== {{{reactions_header|Reactions}}} == | |||
{{{reactions|}}}<br> | |||
<hr style="border-top: 1px solid #aaa;"> | |||
== {{{roleplaying_header|Roleplaying Notes}}} == | |||
'''Ideal:''' {{{ideal|}}}<br> | '''Ideal:''' {{{ideal|}}}<br> | ||
'''Flaw:''' {{{flaw|}}}<br> | '''Flaw:''' {{{flaw|}}}<br> | ||
'''Equipment:''' {{{equipment|}}}<br> | '''Equipment:''' {{{equipment|}}}<br> | ||
</div> | </div> | ||
Line 30: | Line 52: | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
To use this template, copy and paste the following code onto | To use this template, copy and paste the following code onto your new monster's page and fill in the appropriate parameters: | ||
<pre> | <pre> | ||
{{ | {{Monster Statblock | ||
| | | monster_name = | ||
| image = | | image = | ||
| | | size = | ||
| | | type = | ||
| alignment = | | 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 = | | skills = | ||
| damage_vulnerabilities = | |||
| damage_resistances = | |||
| damage_immunities = | |||
| condition_immunities = | | condition_immunities = | ||
| senses = | | senses = | ||
| languages = | | languages = | ||
| cr = | |||
| xp = | |||
| actions = | |||
| legendary_actions_header = | |||
| legendary_actions = | |||
| reactions_header = | |||
| reactions = | |||
| roleplaying_header = | |||
| ideal = | |||
| flaw = | |||
| equipment = | | equipment = | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 00:45, 23 August 2025
[[File:|200px|right]]
New Monster
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
Legendary Actions
Reactions
Roleplaying Notes
Ideal:
Flaw:
Equipment:
Usage
To use this template, copy and paste the following code onto your new monster's page and fill in the appropriate parameters:
{{Monster Statblock | 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 = | ideal = | flaw = | equipment = }}