aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/night_hag.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/night_hag.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/night_hag.json')
-rw-r--r--parser/monsters/night_hag.json124
1 files changed, 124 insertions, 0 deletions
diff --git a/parser/monsters/night_hag.json b/parser/monsters/night_hag.json
new file mode 100644
index 0000000..ec60910
--- /dev/null
+++ b/parser/monsters/night_hag.json
@@ -0,0 +1,124 @@
+{
+ "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": "innate 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": "feature"
+ },
+ {
+ "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
+} \ No newline at end of file