Difference between revisions of "Template:DnD5 Statblock"

From Game Logs
Jump to: navigation, search
m
Line 6: Line 6:
 
     padding: 0.5em;
 
     padding: 0.5em;
 
     text-align: left;
 
     text-align: left;
">{{#if: {{{Name|}}} |<b style="font-size: larger">{{{Name}}}</b><br>|}}{{#if: {{{Detail|}}} |<i>{{{Detail}}}</i>|}}<hr style="border:1px solid;">{{#if: {{{AC|}}} |<b>Armor Class</b> {{{AC}}}<br>|}}{{#if: {{{HP|}}} |<b>Hit Points</b> {{{HP}}}<br>|}}{{#if: {{{Speed|}}} |<b>Speed</b> {{Speed}}}<br>|}}<hr style="border:1px solid;"><table style="
+
">{{#if: {{{Name|}}} |<b style="font-size: larger">{{{Name}}}</b><br>|}}{{#if: {{{Detail|}}} |<i>{{{Detail}}}</i>|}}<hr style="border:1px solid;">{{#if: {{{AC|}}} |<b>Armor Class</b> {{{AC}}}<br>|}}{{#if: {{{HP|}}} |<b>Hit Points</b> {{{HP}}}<br>|}}{{#if: {{{Speed|}}} |<b>Speed</b> {{{Speed}}}<br>|}}<hr style="border:1px solid;"><table style="
 
     border:0px solid #000;
 
     border:0px solid #000;
 
     border-collapse: collapse;
 
     border-collapse: collapse;

Revision as of 06:25, 15 December 2017

Typical DnD5 statblock for all your characters/wildforms/familiars/creatures/etc...
Usage:

 {{Statblock_DnD5|
    Border=border thickness|
    Name=creature name|
    Detail=size/type/aligment|
    AC=armor class|
    HP=hit points and hit dice|
    Speed=movement speed|
    STR=strengh with mod|
    DEX=dexterity with mod|
    CON=constitution with mod|
    INT=intelligence with mod|
    WIS=wisdom with mod|
    CHA=charisma with mod|
    Saves=saving throws with bonuses|
    Skills=skills with bonuses|
    DV=damage vulnerabilities|
    DR=damage resistances|
    DI=damage immunities|
    CI=contition immunities|
    Senses=senses and passive perception|
    Languages=known languages|
    Tools=tool proficiency|
    Weapons=weapon proficiency|
    Armor=armor proficiency|
    Challenge=challenge rating and awarded XP|
    Features=features|
    Actions=actions and attacks}}
 

Example:

 {{Statblock_DnD5|Name=Cat|Detail=Tiny beast, unaligned|AC=12|HP=2 (1d4)|Speed=40 ft., climb 30 ft.|STR=3 (-4)|DEX=15 (+2)|CON=10 (+0)|INT=3 (-4)|WIS=12 (+1)|CHA=7 (-2)|Skills=Perception +3, Stealth +4|Senses=passive Perception 13|Languages=—|Challenge=0 (10 XP)|Features='''Keen Smell.''' The cat has advantage on Wisdom (Perception) checks that rely on smell.|Actions='''Claws.''' Melee Weapon Attack: +0 to hit. reach 5 ft., one target. ''Hit:'' 1 slashing damage.}}
 
Cat
Tiny beast, unaligned
Armor Class 12
Hit Points 2 (1d4)
Speed 40 ft., climb 30 ft.

STRDEXCONINTWISCHA
3 (-4)15 (+2)10 (+0)3 (-4)12 (+1)7 (-2)

Skills Perception +3, Stealth +4
Senses passive Perception 13
Languages
Challenge 0 (10 XP)
Keen Smell. The cat has advantage on Wisdom (Perception) checks that rely on smell.

Actions
Claws. Melee Weapon Attack: +0 to hit. reach 5 ft., one target. Hit: 1 slashing damage.


Can be incorporated in sidebar:

 {{Sidebar|Name={{Statblock_DnD5|Border=0|Name=Cat|Detail=Tiny beast, unaligned|AC=12|HP=2 (1d4)|Speed=40 ft., climb 30 ft.|STR=3 (-4)|DEX=15 (+2)|CON=10 (+0)|INT=3 (-4)|WIS=12 (+1)|CHA=7 (-2)|Skills=Perception +3, Stealth +4|Senses=passive Perception 13|Languages=—|Challenge=0 (10 XP)|Features='''Keen Smell.''' The cat has advantage on Wisdom (Perception) checks that rely on smell.|Actions='''Claws.''' Melee Weapon Attack: +0 to hit. reach 5 ft., one target. ''Hit:'' 1 slashing damage.}}}}
 
Cat
Tiny beast, unaligned
Armor Class 12
Hit Points 2 (1d4)
Speed 40 ft., climb 30 ft.

STRDEXCONINTWISCHA
3 (-4)15 (+2)10 (+0)3 (-4)12 (+1)7 (-2)

Skills Perception +3, Stealth +4
Senses passive Perception 13
Languages
Challenge 0 (10 XP)
Keen Smell. The cat has advantage on Wisdom (Perception) checks that rely on smell.

Actions
Claws. Melee Weapon Attack: +0 to hit. reach 5 ft., one target. Hit: 1 slashing damage.

=====>