diff options
author | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
commit | dfce4d0398a8bafbb7ad7a31345af181c0269c09 (patch) | |
tree | 695162ff8cc25e146f52d9e26fe19ffa9934b3d6 /parser/monsters/mummy_lord.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
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", |