diff options
Diffstat (limited to 'parser/monsters/androsphinx.json')
-rw-r--r-- | parser/monsters/androsphinx.json | 56 |
1 files changed, 55 insertions, 1 deletions
diff --git a/parser/monsters/androsphinx.json b/parser/monsters/androsphinx.json index b05fd25..bf438d9 100644 --- a/parser/monsters/androsphinx.json +++ b/parser/monsters/androsphinx.json @@ -88,7 +88,61 @@ { "name": "spellcasting", "text": "The sphinx is a 12th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 18, +10 to hit with spell attacks). It requires no material components to cast its spells. The sphinx has the following cleric spells prepared: \nCantrips (at will): **_sacred flame, spare the dying, thaumaturgy_** \n1st level (4 slots): **_command, detect evil and good, detect magic_** \n2nd level (3 slots): **_lesser restoration, zone of truth_** \n3rd level (3 slots): **_dispel magic, tongues_** \n4th level (3 slots): **_banishment, freedom of movement_** \n5th level (2 slots): **_flame strike, greater restoration_** \n6th level (1 slot): **_heroes' feast_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "wis", + "innate": false, + "levels": [ + { + "slots": 0, + "spells": [ + "sacred flame", + "spare the dying", + "thaumaturgy" + ] + }, + { + "slots": 4, + "spells": [ + "command", + "detect evil and good", + "detect magic" + ] + }, + { + "slots": 3, + "spells": [ + "lesser restoration", + "zone of truth" + ] + }, + { + "slots": 3, + "spells": [ + "dispel magic", + "tongues" + ] + }, + { + "slots": 3, + "spells": [ + "banishment", + "freedom of movement" + ] + }, + { + "slots": 2, + "spells": [ + "flame strike", + "greater restoration" + ] + }, + { + "slots": 1, + "spells": [ + "heroes' feast" + ] + } + ] }, { "name": "multiattack", |