init
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
---
|
||||
type: monster
|
||||
tags:
|
||||
- dnd
|
||||
- monster
|
||||
aliases:
|
||||
campaign: Morgendämmerung
|
||||
---
|
||||
|
||||
# "{{name}}"
|
||||
*Source: {{source}}*
|
||||
|
||||
```ad-statblock
|
||||
title: {{name}}
|
||||

|
||||
*{{size}} {{type}}, {{alignment}}*
|
||||
|
||||
- **Rüstungsklasse** {{armor_class}} ({{armor_type}})
|
||||
- **Trefferpunkte** {{hit_points}} (`{{hit_dice}}`)
|
||||
- **Bewegung** {{speed}}
|
||||
|
||||
|STR|GES|KON|INT|WIS|CHA|
|
||||
|:---:|:---:|:---:|:---:|:---:|:---:|
|
||||
|{{str}} ({{str_mod}})|{{dex}} ({{dex_mod}})|{{con}} ({{con_mod}})|{{int}} ({{int_mod}})|{{wis}} ({{wis_mod}})|{{cha}} ({{cha_mod}})|
|
||||
|
||||
- **Fertigkeitsbonus** {{skill_bonus}}
|
||||
- **Rettungswürfe** {{saving_throws}}
|
||||
- **Fähigkeiten** {{skills}}
|
||||
- **Sinne** {{senses}}
|
||||
- **Schadenanfälligkeiten** {{damage_vulnerabilities}}
|
||||
- **Schadenresistenzen** {{damage_resistances}}
|
||||
- **Schadenimmunitäten** {{damage_immunities}}
|
||||
- **Bedingungsimmunitäten** {{condition_immunities}}
|
||||
- **Sprachen** {{languages}}
|
||||
- **Herausforderung** {{challenge_rating}}
|
||||
|
||||
## Merkmale:
|
||||
{{features}}
|
||||
|
||||
## Aktionen:
|
||||
{{actions}}
|
||||
|
||||
```
|
||||
^statblock
|
||||
|
||||
## Beschreibung:
|
||||
|
||||
## Verbindungen:
|
||||
- **Handlungsbögen**:
|
||||
- **Ereignisse**:
|
||||
- **Orte**:
|
||||
- **NSCs**:
|
||||
|
||||
---
|
||||
````ad-example
|
||||
title: Mentions in Session Notes
|
||||
```dataview
|
||||
TABLE summary AS "Session Summary" FROM #session-notes AND [[Morgendämmerung]]
|
||||
```
|
||||
````
|
||||
Reference in New Issue
Block a user