aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/bearded_devil.json
blob: 93eb03c49e273be41bc842f013f736761aa216f7 (plain)
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
{
  "speed": "30 ft.",
  "saves": [
    "str",
    "con",
    "wis"
  ],
  "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": 8,
  "hit_die_sides": 8,
  "name": "Bearded Devil",
  "type": "fiend (devil)",
  "cr": 3.0,
  "size": "Medium",
  "alignment": "lawful evil",
  "stats": {
    "str": 16,
    "dex": 15,
    "con": 15,
    "int": 9,
    "wis": 11,
    "cha": 11
  },
  "inventory": [
    {
      "name": "glaive",
      "type": "weapon",
      "text": "_Melee Weapon Attack:_ +5 to hit, reach 10 ft., one target. _Hit:_ 8 (1d10 + 3) slashing damage. If the target is a creature other than an undead or a construct, it must succeed on a DC 12 Constitution saving throw or lose 5 (1d10) hit points at the start of each of its turns due to an infernal wound. Each time the devil hits the wounded target with this attack, the damage dealt by the wound increases by 5 (1d10). Any creature can take an action to stanch the wound with a successful DC 12 Wisdom (Medicine) check. The wound also closes if the target receives magical healing."
    }
  ],
  "natural_armor": {
    "name": "natural",
    "bonus": 13
  },
  "description": "",
  "features": [
    {
      "name": "devil's sight",
      "text": "Magical darkness doesn't impede the devil's darkvision.",
      "type": "feature"
    },
    {
      "name": "magic resistance",
      "text": "The devil has advantage on saving throws against spells and other magical effects.",
      "type": "feature"
    },
    {
      "name": "steadfast",
      "text": "The devil can't be frightened while it can see an allied creature within 30 feet of it.",
      "type": "feature"
    },
    {
      "name": "multiattack",
      "text": "The devil makes two attacks: one with its beard and one with its glaive.",
      "type": "action"
    },
    {
      "name": "beard",
      "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8 + 2) piercing damage, and the target must succeed on a DC 12 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the target can't regain hit points. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
      "type": "action",
      "attack": {
        "name": "beard",
        "cost": 0,
        "damage": {
          "dmg_type": "piercing",
          "dmg_die_count": 1,
          "dmg_die_sides": 8
        },
        "weight": 0.0,
        "range": [
          0,
          0
        ],
        "reach": 5,
        "properties": [],
        "type": "unknown",
        "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8 + 2) piercing damage, and the target must succeed on a DC 12 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the target can't regain hit points. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
      }
    }
  ],
  "prof": 2
}