71 lines
1.4 KiB
Markdown
71 lines
1.4 KiB
Markdown
---
|
|
# {{filename}}
|
|
|
|
title: {{ title }}
|
|
author: {{ author if author else 'evilchili' }}
|
|
tags: {{ tags or 'monster'}}
|
|
{% if date %}
|
|
date: {{ date }}
|
|
{% endif %}
|
|
template: monster
|
|
show_dm_content: True
|
|
{% if summary %}
|
|
summary: {{summary}}
|
|
{% endif %}
|
|
status: {{ status if status else 'draft' }}
|
|
monster:
|
|
name: "{{title}}"
|
|
size: medium
|
|
type: beast
|
|
alignment: unaligned
|
|
AC: 10
|
|
HP: 100 (10d10 + 50)
|
|
speed: 30ft
|
|
STR: 10,0
|
|
DEX: 10,0
|
|
CON: 10,0
|
|
INT: 10,0
|
|
WIS: 10,0
|
|
CHA: 10,0
|
|
skills:
|
|
saving_throws:
|
|
resistances:
|
|
damage_immunities:
|
|
condition_immunities:
|
|
senses: Passive Perception 10
|
|
languages: Common
|
|
cr:
|
|
attributes:
|
|
"name1": description
|
|
"name2": description
|
|
traits:
|
|
Actions:
|
|
attributes:
|
|
"multiattack": description
|
|
options:
|
|
"name1": "+1 to hit, reach 5 ft., one target. Hit: 5 (2d4) DamageType damage."
|
|
"name2": "+1 to hit, reach 5 ft., one target. Hit: 5 (2d4) DamageType damage."
|
|
Reactions:
|
|
attributes:
|
|
options:
|
|
"Opportunity Attack": description
|
|
Legendary Actions:
|
|
attributes:
|
|
"count": 3
|
|
options:
|
|
"name1": description
|
|
"name2": description
|
|
Legendary Reactions:
|
|
options:
|
|
"name1": description
|
|
"name2": description
|
|
Lair and Actions:
|
|
attributes:
|
|
"name1": description
|
|
options:
|
|
"name1": description
|
|
"name2": description
|
|
---
|
|
|
|
Flavour text goes here.
|