diff options
Diffstat (limited to 'parser/monsters/lich.json')
-rw-r--r-- | parser/monsters/lich.json | 82 |
1 files changed, 81 insertions, 1 deletions
diff --git a/parser/monsters/lich.json b/parser/monsters/lich.json index 7ebf22b..f7c3bca 100644 --- a/parser/monsters/lich.json +++ b/parser/monsters/lich.json @@ -113,7 +113,87 @@ { "name": "spellcasting", "text": "The lich is an 18th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 20, +12 to hit with spell attacks). The lich has the following wizard spells prepared: \nCantrips (at will): **_mage hand, prestidigitation, ray of frost_** \n1st level (4 slots): **_detect magic, magic missile, shield, thunderwave_** \n2nd level (3 slots): **_acid arrow, detect thoughts, invisibility, mirror image_** \n3rd level (3 slots): **_animate dead, counterspell, dispel magic, fireball_** \n4th level (3 slots): **_blight, dimension door_** \n5th level (3 slots): **_cloudkill, scrying_** \n6th level (1 slot): **_disintegrate, globe of invulnerability_** \n7th level (1 slot): **_finger of death, plane shift_** \n8th level (1 slot): **_dominate monster, power word stun_** \n9th level (1 slot): **_power word kill_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "int", + "innate": false, + "levels": [ + { + "slots": 0, + "spells": [ + "mage hand", + "prestidigitation", + "ray of frost" + ] + }, + { + "slots": 4, + "spells": [ + "detect magic", + "magic missile", + "shield", + "thunderwave" + ] + }, + { + "slots": 3, + "spells": [ + "acid arrow", + "detect thoughts", + "invisibility", + "mirror image" + ] + }, + { + "slots": 3, + "spells": [ + "animate dead", + "counterspell", + "dispel magic", + "fireball" + ] + }, + { + "slots": 3, + "spells": [ + "blight", + "dimension door" + ] + }, + { + "slots": 3, + "spells": [ + "cloudkill", + "scrying" + ] + }, + { + "slots": 1, + "spells": [ + "disintegrate", + "globe of invulnerability" + ] + }, + { + "slots": 1, + "spells": [ + "finger of death", + "plane shift" + ] + }, + { + "slots": 1, + "spells": [ + "dominate monster", + "power word stun" + ] + }, + { + "slots": 1, + "spells": [ + "power word kill" + ] + } + ] }, { "name": "turn resistance", |