[[ monster.description ]]
[% endif %]| Armor Class | Hit Points | Speed |
|---|---|---|
| [[ monster.armor_class ]] | [[ monster.hp_max ]] ([[ monster.hit_dice ]]) | [[ monster.speed ]][% if monster.swim_speed %], [[ monster.swim_speed ]] swim[% endif %][% if monster.fly_speed %], [[ monster.fly_speed ]] fly[% endif %][% if monster.burrow_speed %], [[ monster.burrow_speed ]] burrow[% endif %] |
| STR | DEX | CON | INT | WIS | CHA |
|---|---|---|---|---|---|
| [[ monster.strength.value ]] | [[ monster.dexterity.value ]] | [[ monster.constitution.value ]] | [[ monster.intelligence.value ]] | [[ monster.wisdom.value ]] | [[ monster.charisma.value ]] |
| ([[ monster.strength.modifier|mod_str ]]) | ([[ monster.dexterity.modifier|mod_str ]]) | ([[ monster.constitution.modifier|mod_str ]]) | ([[ monster.intelligence.modifier|mod_str ]]) | ([[ monster.wisdom.modifier|mod_str ]]) | ([[ monster.charisma.modifier|mod_str ]]) |