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/androsphinx.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
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", |