aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/night_hag.json
blob: a12a1bfc10b2f294b8bba4896749aa73a44d04ec (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
131
132
133
134
135
136
137
138
139
140
141
{
  "speed": "30 ft.",
  "saves": [],
  "d_resistances": [
    {
      "type": "cold",
      "qualifiers": []
    },
    {
      "type": "fire",
      "qualifiers": []
    },
    {
      "type": "bludgeoning",
      "qualifiers": [
        "nonmagical"
      ]
    },
    {
      "type": "piercing",
      "qualifiers": [
        "nonmagical"
      ]
    },
    {
      "type": "slashing",
      "qualifiers": [
        "nonmagical"
      ]
    }
  ],
  "d_vulnerabilities": [],
  "d_immunities": [],
  "c_immunities": [
    {
      "type": "charmed",
      "qualifiers": []
    }
  ],
  "senses": [
    "darkvision 120 ft."
  ],
  "langs": "Abyssal, Common, Infernal, Primordial",
  "skills": {
    "Deception": 1,
    "Insight": 1,
    "Perception": 1,
    "Stealth": 1
  },
  "hit_die_count": 15,
  "hit_die_sides": 8,
  "name": "Night Hag",
  "type": "fiend",
  "cr": 5.0,
  "size": "Medium",
  "alignment": "neutral evil",
  "stats": {
    "str": 18,
    "dex": 15,
    "con": 16,
    "int": 16,
    "wis": 14,
    "cha": 16
  },
  "inventory": [],
  "natural_armor": {
    "name": "natural",
    "bonus": 17
  },
  "description": "",
  "features": [
    {
      "name": "spellcasting",
      "text": "The hag's innate spellcasting ability is Charisma (spell save DC 14, +6 to hit with spell attacks). She can innately cast the following spells, requiring no material components:    \nAt will: **_detect magic_**, **_magic missile_**    \n2/day each: **_plane shift_** (self only), **_ray of enfeeblement_**, **_sleep_**",
      "type": "spellcasting",
      "spellcasting_ability": "cha",
      "innate": true,
      "levels": [
        {
          "slots": 0,
          "spells": [
            "detect magic",
            "magic missile"
          ]
        },
        {
          "slots": 2,
          "spells": [
            "plane shift",
            "ray of enfeeblement",
            "sleep"
          ]
        }
      ]
    },
    {
      "name": "magic resistance",
      "text": "The hag has advantage on saving throws against spells and other magical effects.",
      "type": "feature"
    },
    {
      "name": "claws (hag form only)",
      "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) slashing damage.",
      "type": "action",
      "attack": {
        "name": "claws (hag form only)",
        "cost": 0,
        "damage": {
          "dmg_type": "slashing",
          "dmg_die_count": 2,
          "dmg_die_sides": 8
        },
        "weight": 0.0,
        "range": [
          0,
          0
        ],
        "reach": 5,
        "properties": [],
        "type": "unknown",
        "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) slashing damage."
      }
    },
    {
      "name": "change shape",
      "text": "The hag magically polymorphs into a Small or Medium female humanoid, or back into her true form. Her statistics are the same in each form. Any equipment she is wearing or carrying isn't transformed. She reverts to her true form if she dies.",
      "type": "action"
    },
    {
      "name": "etherealness",
      "text": "The hag magically enters the Ethereal Plane from the Material Plane, or vice versa. To do so, the hag must have a heartstone in her possession.",
      "type": "action"
    },
    {
      "name": "nightmare haunting (1/day)",
      "text": "While on the Ethereal Plane, the hag magically touches a sleeping humanoid on the Material Plane. A protection from evil and good spell cast on the target prevents this contact, as does a magic circle. As long as the contact persists, the target has dreadful visions. If these visions last for at least 1 hour, the target gains no benefit from its rest, and its hit point maximum is reduced by 5 (1d10). If this effect reduces the target's hit point maximum to 0, the target dies, and if the target was evil, its soul is trapped in the hag's soul bag. The reduction to the target's hit point maximum lasts until removed by the greater restoration spell or similar magic.",
      "type": "action"
    }
  ],
  "prof": 3
}