site relaunch
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
---
|
||||
# {{filename}}
|
||||
|
||||
title: {{ title }}
|
||||
author: {{ author if author else 'evilchili' }}
|
||||
tags: {{ tags or 'location'}}
|
||||
{% if date %}
|
||||
date: {{ date }}
|
||||
{% endif %}
|
||||
template: location
|
||||
show_dm_content: False
|
||||
thumbnail: /images/{{ title|slugify }}_thumb.png
|
||||
image: /images/{{title|slugify}}.png
|
||||
{% if summary %}
|
||||
summary: {{summary}}
|
||||
{% endif %}
|
||||
location:
|
||||
type: settlment
|
||||
name: {{ title }}
|
||||
population: 1000
|
||||
notable_races: humans
|
||||
economy: textiles
|
||||
dm_notes: |
|
||||
DM's notes go here.
|
||||
stores:
|
||||
status: {{ status if status else 'draft' }}
|
||||
---
|
||||
|
||||
{{ description }}
|
||||
@@ -0,0 +1,70 @@
|
||||
---
|
||||
# {{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.
|
||||
@@ -0,0 +1,27 @@
|
||||
---
|
||||
# {{filename}}
|
||||
|
||||
title: {{ title }}
|
||||
author: {{ author if author else 'evilchili' }}
|
||||
show_dm_content: False
|
||||
tags: {{ tags }}
|
||||
{% if date %}
|
||||
date: {{ date }}
|
||||
{% endif %}
|
||||
{% if description %}
|
||||
description: {{description}}
|
||||
{% endif %}
|
||||
status: {{ status if status else 'published' }}
|
||||
---
|
||||
|
||||
{{ summary }}
|
||||
|
||||
|
||||
Location: **{{location}}**
|
||||
|
||||
Faction: **{{faction}}**
|
||||
|
||||
|
||||
### Current Stock
|
||||
|
||||
{{ inventory }}
|
||||
Reference in New Issue
Block a user