diff options
Diffstat (limited to 'parser/monsters/mummy_lord.json')
-rw-r--r-- | parser/monsters/mummy_lord.json | 56 |
1 files changed, 55 insertions, 1 deletions
diff --git a/parser/monsters/mummy_lord.json b/parser/monsters/mummy_lord.json index a7c9560..c1f0373 100644 --- a/parser/monsters/mummy_lord.json +++ b/parser/monsters/mummy_lord.json @@ -108,7 +108,61 @@ { "name": "spellcasting", "text": "The mummy lord is a 10th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 17, +9 to hit with spell attacks). The mummy lord has the following cleric spells prepared: \nCantrips (at will): **_sacred flame, thaumaturgy_** \n1st level (4 slots): **_command, guiding bolt, shield of faith_** \n2nd level (3 slots): **_hold person, silence, spiritual weapon_** \n3rd level (3 slots): **_animate dead, dispel magic_** \n4th level (3 slots): **_divination, guardian of faith_** \n5th level (2 slots): **_contagion, insect plague_** \n6th level (1 slot): **_harm_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "wis", + "innate": false, + "levels": [ + { + "slots": 0, + "spells": [ + "sacred flame", + "thaumaturgy" + ] + }, + { + "slots": 4, + "spells": [ + "command", + "guiding bolt", + "shield of faith" + ] + }, + { + "slots": 3, + "spells": [ + "hold person", + "silence", + "spiritual weapon" + ] + }, + { + "slots": 3, + "spells": [ + "animate dead", + "dispel magic" + ] + }, + { + "slots": 3, + "spells": [ + "divination", + "guardian of faith" + ] + }, + { + "slots": 2, + "spells": [ + "contagion", + "insect plague" + ] + }, + { + "slots": 1, + "spells": [ + "harm" + ] + } + ] }, { "name": "multiattack", |