Jump to content

Template:Monster Statblock: Difference between revisions

From greyhawk
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Manual revert
Line 1: Line 1:
<noinclude>
<noinclude>
This template is optimized for WotC visual compliance in the left column while maintaining the custom two-column layout for the image.
This template is used by all NPC's to document their stats. You can paste the output directly into Foundry VTT to create the Actor.


== How to Use ==
== How to Use ==
(Use the same instructions as before)
To create a new NPC or Monster, use the following syntax. Note that the stat modifiers are calculated automatically.
 
<pre>
{{Monster Statblock
|monster_name =
|size =
|type =
|alignment =
|ac =
|hp =
|speed =
|str =
|dex =
|con =
|int =
|wis =
|cha =
|saving_throws =
|skills =
|damage_vulnerabilities =
|damage_resistances =
|damage_immunities =
|condition_immunities =
|senses =
|languages =
|cr =
|xp =
|traits =
|actions =
|reactions =
|legendary_actions =
|roleplaying_notes =
|image =
|campaign =
|appearance =
|voice_mannerisms =
|bond =
|ideal =
|flaw =
|info =
|equipment =
}}
</pre>
</pre>
</noinclude>
</noinclude>


{{Special:Whatlinkshere/{{PAGENAME}}}}
{{Special:Whatlinkshere/{{PAGENAME}}}}
Line 14: Line 56:


__NOTOC__
__NOTOC__
{| style="width:100%; border-collapse: collapse; margin-bottom: 1em;"
{| style="width:100%;"
| style="vertical-align:top; width:50%; padding-right: 1em;" |
| style="vertical-align:top; width:50%;" |
{{#if:{{{monster_name|}}}|== {{{monster_name}}} ==|== New Creature ==}}
{{#if:{{{monster_name|}}}|== {{{monster_name}}} ==|== New Creature ==}}
<small>''{{{size|Medium}}} {{{type|humanoid}}}, {{{alignment|Any alignment}}}''</small>
<small>''{{{size|Medium}}} {{{type|humanoid}}}, {{{alignment|Any alignment}}}''</small>
<hr style="border-top: 1px solid #000; margin: 5px 0;">
----
 
'''Armor Class''' {{{ac|10}}}<br>
'''Armor Class''' {{{ac|10}}}<br>
'''Hit Points''' {{{hp|10}}}<br>
'''Hit Points''' {{{hp|10}}}<br>
'''Speed''' {{{speed|30 ft.}}}<br>
'''Speed''' {{{speed|30 ft.}}}<br>
<hr style="border-top: 1px solid #000; margin: 5px 0;">
----
 
'''STR''' {{{str|10}}} ({{#expr:floor(({{{str|10}}}-10)/2)}})
{| class="wikitable" style="width: 100%; text-align: center; margin: 0;"
'''DEX''' {{{dex|10}}} ({{#expr:floor(({{{dex|10}}}-10)/2)}})
|-
'''CON''' {{{con|10}}} ({{#expr:floor(({{{con|10}}}-10)/2)}})
! STR !! DEX !! CON !! INT !! WIS !! CHA
'''INT''' {{{int|10}}} ({{#expr:floor(({{{int|10}}}-10)/2)}})
|-
'''WIS''' {{{wis|10}}} ({{#expr:floor(({{{wis|10}}}-10)/2)}})
| {{{str|10}}} ({{#expr:floor(({{{str|10}}}-10)/2)}})  
'''CHA''' {{{cha|10}}} ({{#expr:floor(({{{cha|10}}}-10)/2)}})
| {{{dex|10}}} ({{#expr:floor(({{{dex|10}}}-10)/2)}})  
----
| {{{con|10}}} ({{#expr:floor(({{{con|10}}}-10)/2)}})  
| {{{int|10}}} ({{#expr:floor(({{{int|10}}}-10)/2)}})  
| {{{wis|10}}} ({{#expr:floor(({{{wis|10}}}-10)/2)}})  
| {{{cha|10}}} ({{#expr:floor(({{{cha|10}}}-10)/2)}})
|}
<hr style="border-top: 1px solid #000; margin: 5px 0;">
 
'''Saving Throws''' {{{saving_throws|—}}}<br>
'''Saving Throws''' {{{saving_throws|—}}}<br>
'''Skills''' {{{skills|—}}}<br>
'''Skills''' {{{skills|—}}}<br>
Line 43: Line 77:
'''Damage Resistances''' {{{damage_resistances|—}}}<br>
'''Damage Resistances''' {{{damage_resistances|—}}}<br>
'''Damage Immunities''' {{{damage_immunities|—}}}<br>
'''Damage Immunities''' {{{damage_immunities|—}}}<br>
'''Condition Immunities''' {{{condition_immunities|—}}}<br>
'''Condition Immunities''' {{{condition_immunitie s|—}}}<br>
'''Senses''' {{{senses|passive Perception 10}}}<br>
'''Senses''' {{{senses|passive Perception 10}}}<br>
'''Languages''' {{{languages|Common}}}<br>
'''Languages''' {{{languages|Common}}}<br>
'''Challenge''' {{{cr|0}}} ({{{xp|10}}})<br>
'''Challenge''' {{{cr|0}}} ({{{xp|10}}})<br>
<hr style="border-top: 1px solid #000; margin: 5px 0;">
----
 
{{{traits|}}}
{{{traits|}}}
{{#if:{{{traits|}}}|----}}
{{#if:{{{traits|}}}|----}}
Line 76: Line 109:
'''Equipment''' {{{equipment|—}}}<br>
'''Equipment''' {{{equipment|—}}}<br>
}}
}}
| style="vertical-align:top; width:50%; padding-left: 1em;" |
| style="vertical-align:top; width:50%;" |
{{#if:{{{image|}}}|[[File:{{{image}}}|thumb|300px|alt=Creature Image|{{{monster_name|New Creature}}}]]}}
{{#if:{{{image|}}}|[[File:{{{image}}}|thumb|300px|alt=Creature Image|{{{monster_name|New Creature}}}]]}}
|}
|}

Revision as of 00:39, 13 October 2025

This template is used by all NPC's to document their stats. You can paste the output directly into Foundry VTT to create the Actor.

How to Use

To create a new NPC or Monster, use the following syntax. Note that the stat modifiers are calculated automatically.

{{Monster Statblock
|monster_name = 
|size = 
|type = 
|alignment = 
|ac = 
|hp = 
|speed = 
|str = 
|dex = 
|con = 
|int = 
|wis = 
|cha = 
|saving_throws = 
|skills = 
|damage_vulnerabilities = 
|damage_resistances = 
|damage_immunities = 
|condition_immunities = 
|senses = 
|languages = 
|cr = 
|xp = 
|traits = 
|actions = 
|reactions = 
|legendary_actions = 
|roleplaying_notes = 
|image = 
|campaign = 
|appearance =
|voice_mannerisms = 
|bond =
|ideal = 
|flaw = 
|info = 
|equipment = 
}}




New Creature

Medium humanoid, Any alignment


Armor Class 10
Hit Points 10
Speed 30 ft.


STR 10 (0) DEX 10 (0) CON 10 (0) INT 10 (0) WIS 10 (0) CHA 10 (0)


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



Actions