-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonster_example.json
52 lines (52 loc) · 1.32 KB
/
monster_example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
{
"count": 1,
"color": "black",
"title": "SKELETON",
"icon": "imp-laugh",
"contents": [
"subtitle | A bleach-boned skeleton with red pinpoints of light in its eyes.",
"rule",
"property | Armor class | 13",
"property | Hit points | 11",
"property | Attack | 1 shortsword +1 (1d6) or 1 shortbow (far) +0 (1d4)",
"property | Move | near",
"property | Level | 2",
"rule",
"dndstats | 12 | 10 | 14 | 6 | 10 | 8",
"rule",
"fill",
"property | Undead| Immune to morale checks.",
"fill"
],
"tags": [
"creature"
]
},
{
"count": 1,
"color": "black",
"title": "CULTIST",
"icon": "imp-laugh",
"contents": [
"subtitle | A cloaked, wild-eyed zealot chanting the guttural prayers of a dark god.",
"rule",
"property | Armor class | 14",
"property | Hit points | 9",
"property | Attack | longsword +1 (1d8) or 1 spell +2",
"property | Move | near",
"property | Level | 2",
"rule",
"dndstats | 12 | 8 | 10 | 8 | 14 | 10",
"rule",
"fill",
"property | Fearless| Immune to morale checks.",
"fill",
"property | Deathtouch (WIS Spell)| DC 12. 2d4 damage to one creature within close.",
"fill"
],
"tags": [
"creature"
]
}
]