Difference between revisions of "Template:DnD5 Statblock"
From Game Logs
m |
m |
||
Line 3: | Line 3: | ||
border: {{{Border|1}}}px solid #aaa; | border: {{{Border|1}}}px solid #aaa; | ||
color: black; | color: black; | ||
− | max-width: | + | max-width: 25em; |
padding: 0.5em; | padding: 0.5em; | ||
text-align: left; | text-align: left; | ||
"> | "> | ||
− | <b>{{{Name}}}</b><br> | + | {{#if: {{{Name|}}} |<b style="font-size: larger">{{{Name}}}</b><br>| }} |
− | <i>{{{Detail}}}</i> | + | {{#if: {{{Detail|}}} |<i>{{{Detail}}}</i>| }} |
<hr> | <hr> | ||
− | <b>Armor Class</b> {{{AC}}}<br> | + | {{#if: {{{AC|}}} |<b>Armor Class</b> {{{AC}}}<br>| }} |
− | <b>Hit Points</b> {{{HP}}}<br> | + | {{#if: {{{HP|}}} |<b>Hit Points</b> {{{HP}}}<br>| }} |
− | <b>Speed</b> {{{Speed}}}<br> | + | {{#if: {{{Speed|}}} |<b>Speed</b> {{{Speed}}}<br>| }} |
<hr> | <hr> | ||
<table style=" | <table style=" | ||
Line 23: | Line 23: | ||
</table> | </table> | ||
<hr> | <hr> | ||
− | <b>Skills</b> {{{Skills}}}<br> | + | {{#if: {{{Skills|}}} |<b>Skills</b> {{{Skills}}}<br>| }} |
− | <b>Senses</b> {{{Senses}}}<br> | + | {{#if: {{{Senses|}}} |<b>Senses</b> {{{Senses}}}<br>| }} |
− | <b>Languages</b> {{{Languages}}}<br> | + | {{#if: {{{Languages|}}} |<b>Languages</b> {{{Languages}}}<br>| }} |
− | <b>Challenge</b> {{{Challenge}}} | + | {{#if: {{{Challenge|}}} |<b>Challenge</b> {{{Challenge}}}| }} |
<hr> | <hr> | ||
{{{Features}}} | {{{Features}}} | ||
Line 33: | Line 33: | ||
<noinclude> | <noinclude> | ||
[[Category:Appearance]] | [[Category:Appearance]] | ||
− | DnD5 statblock for all your characters/wildforms/familiars/creatures/etc...<br> | + | Typical DnD5 statblock for all your characters/wildforms/familiars/creatures/etc...<br> |
Example:<br> | Example:<br> | ||
<nowiki> | <nowiki> | ||
Line 41: | Line 41: | ||
Can be incorporated in sidebar: | Can be incorporated in sidebar: | ||
<nowiki> | <nowiki> | ||
− | {{Sidebar|Name={{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.}} }} | + | {{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.}} }} |
</nowiki> | </nowiki> | ||
− | {{Sidebar|Name={{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.}} }} | + | {{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.}} }} |
=====> | =====> | ||
</noinclude> | </noinclude> |
Revision as of 07:17, 12 December 2017
Typical DnD5 statblock for all your characters/wildforms/familiars/creatures/etc...
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.}}
Cat
Tiny beast, unaligned
Armor Class 12
Hit Points 2 (1d4)
Speed 40 ft., climb 30 ft.
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.
Tiny beast, unaligned
Armor Class 12
Hit Points 2 (1d4)
Speed 40 ft., climb 30 ft.
STR | DEX | CON | INT | WIS | CHA |
---|---|---|---|---|---|
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.
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.}} }}
Cat Tiny beast, unaligned Armor Class 12 Hit Points 2 (1d4) Speed 40 ft., climb 30 ft.
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. |
|||||||||||||
=====>