diff options
Diffstat (limited to 'parser/monsters/dust_mephit.json')
-rw-r--r-- | parser/monsters/dust_mephit.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/parser/monsters/dust_mephit.json b/parser/monsters/dust_mephit.json index 81f9c3a..5dc6356 100644 --- a/parser/monsters/dust_mephit.json +++ b/parser/monsters/dust_mephit.json @@ -53,9 +53,19 @@ "type": "feature" }, { - "name": "innate spellcasting (1/day)", + "name": "spellcasting", "text": "The mephit can innately cast **_sleep_**, requiring no material components. Its innate spellcasting ability is Charisma.", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 1, + "spells": [ + "sleep" + ] + } + ] }, { "name": "claws", |