From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -0400 Subject: Added spells --- parser/monsters/night_hag.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'parser/monsters/night_hag.json') diff --git a/parser/monsters/night_hag.json b/parser/monsters/night_hag.json index ec60910..ddb371d 100644 --- a/parser/monsters/night_hag.json +++ b/parser/monsters/night_hag.json @@ -72,9 +72,28 @@ "description": "", "features": [ { - "name": "innate spellcasting", + "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": "feature" + "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", -- cgit v1.2.3