diff options
Diffstat (limited to 'parser/monsters/magma_mephit.json')
-rw-r--r-- | parser/monsters/magma_mephit.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/parser/monsters/magma_mephit.json b/parser/monsters/magma_mephit.json index 0ed51a6..3398b5d 100644 --- a/parser/monsters/magma_mephit.json +++ b/parser/monsters/magma_mephit.json @@ -61,9 +61,19 @@ "type": "feature" }, { - "name": "innate spellcasting (1/day)", + "name": "spellcasting", "text": "The mephit can innately cast **_heat metal_** (spell save DC 10), requiring no material components. Its innate spellcasting ability is Charisma.", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 1, + "spells": [ + "heat metal" + ] + } + ] }, { "name": "claws", |