diff options
Diffstat (limited to 'parser/monsters/green_hag.json')
-rw-r--r-- | parser/monsters/green_hag.json | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/parser/monsters/green_hag.json b/parser/monsters/green_hag.json index 12c6de8..21073b9 100644 --- a/parser/monsters/green_hag.json +++ b/parser/monsters/green_hag.json @@ -45,9 +45,21 @@ "type": "feature" }, { - "name": "innate spellcasting", + "name": "spellcasting", "text": "The hag's innate spellcasting ability is Charisma (spell save DC 12). She can innately cast the following spells, requiring no material components: \nAt will: **_dancing lights_**, **_minor illusion_**, **_vicious mockery_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "dancing lights", + "minor illusion", + "vicious mockery" + ] + } + ] }, { "name": "mimicry", |