diff options
Diffstat (limited to 'parser/monsters/glabrezu.json')
-rw-r--r-- | parser/monsters/glabrezu.json | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/parser/monsters/glabrezu.json b/parser/monsters/glabrezu.json index 3c8f475..03b0719 100644 --- a/parser/monsters/glabrezu.json +++ b/parser/monsters/glabrezu.json @@ -81,9 +81,29 @@ "description": "", "features": [ { - "name": "innate spellcasting", + "name": "spellcasting", "text": "The glabrezu's spellcasting ability is Intelligence (spell save DC 16). The glabrezu can innately cast the following spells, requiring no material components: \nAt will: **_darkness_**, **_detect magic_**, **_dispel magic_** \n1/day each: **_confusion_**, **_fly_**, **_power word stun_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "int", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "darkness", + "detect magic", + "dispel magic" + ] + }, + { + "slots": 1, + "spells": [ + "confusion", + "fly", + "power word stun" + ] + } + ] }, { "name": "magic resistance", |