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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
|
{
"entry": "creatures",
"speed": "30 ft.",
"saves": [
"con",
"wis",
"cha"
],
"d_resistances": [
{
"type": "cold",
"qualifiers": []
},
{
"type": "bludgeoning",
"qualifiers": [
"nonmagical",
"non-silvered"
]
},
{
"type": "piercing",
"qualifiers": [
"nonmagical",
"non-silvered"
]
},
{
"type": "slashing",
"qualifiers": [
"nonmagical",
"non-silvered"
]
}
],
"d_vulnerabilities": [],
"d_immunities": [
{
"type": "fire",
"qualifiers": []
},
{
"type": "poison",
"qualifiers": []
}
],
"c_immunities": [
{
"type": "poisoned",
"qualifiers": []
}
],
"senses": [
"darkvision 120 ft."
],
"langs": "Infernal, telepathy 120 ft.",
"skills": {},
"hit_die_count": 10,
"hit_die_sides": 8,
"name": "Chain Devil",
"type": "fiend (devil)",
"cr": 8.0,
"size": "Medium",
"alignment": "lawful evil",
"stats": {
"str": 18,
"dex": 15,
"con": 18,
"int": 11,
"wis": 12,
"cha": 14
},
"inventory": [],
"observant": false,
"givenName": "NAME",
"hpMax": -1,
"hp": -1,
"natural_armor": {
"name": "natural",
"bonus": 16
},
"text": "",
"features": [
{
"entry": "feature",
"name": "devil's sight",
"text": "Magical darkness doesn't impede the devil's darkvision.",
"type": "feature"
},
{
"entry": "feature",
"name": "magic resistance",
"text": "The devil has advantage on saving throws against spells and other magical effects.",
"type": "feature"
},
{
"entry": "feature",
"name": "multiattack",
"text": "The devil makes two attacks with its chains.",
"type": "action"
},
{
"entry": "feature",
"name": "chain",
"text": "",
"type": "attack",
"attack": {
"entry": "item",
"type": "weapons",
"name": "chain",
"cost": -1,
"damage": [
{
"dmg_die_count": 2,
"dmg_die_sides": 6,
"dmg_type": "slashing",
"is_or": false
}
],
"weight": -1.0,
"range": [
0,
0
],
"reach": 10,
"properties": [],
"weapon_type": "unknown",
"text": ". The target is grappled (escape DC 14) if the devil isn't already grappling a creature. Until this grapple ends, the target is restrained and takes 7 (2d6) piercing damage at the start of each of its turns.",
"toHitOverride": 8,
"dmgBonusOverride": null,
"abilityOverride": null
}
},
{
"entry": "feature",
"name": "animate chains (recharges after a short or long rest)",
"text": "Up to four chains the devil can see within 60 feet of it magically sprout razor-\u00adedged barbs and animate under the devil's control, provided that the chains aren't being worn or carried. \nEach animated chain is an object with AC 20, 20 hit points, resistance to piercing damage, and immunity to psychic and thunder damage. When the devil uses multiattack on its turn, it can use each animated chain to make one additional chain attack. An animated chain can grapple one creature of its own but can't make attacks while grappling. An animated chain reverts to its inanimate state if reduced to 0 hit points or if the devil is incapacitated or dies.",
"type": "action"
},
{
"entry": "feature",
"name": "unnerving mask",
"text": "When a creature the devil can see starts its turn within 30 feet of the devil, the devil can create the illusion that it looks like one of the creature's departed loved ones or bitter enemies. If the creature can see the devil, it must succeed on a DC 14 Wisdom saving throw or be frightened until the end of its turn.",
"type": "reaction"
}
],
"prof": 3
}
|