From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -0400 Subject: Added spells --- parser/monsters/gynosphinx.json | 51 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) (limited to 'parser/monsters/gynosphinx.json') diff --git a/parser/monsters/gynosphinx.json b/parser/monsters/gynosphinx.json index 1a8dbd3..169bec7 100644 --- a/parser/monsters/gynosphinx.json +++ b/parser/monsters/gynosphinx.json @@ -85,7 +85,56 @@ { "name": "spellcasting", "text": "The sphinx is a 9th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 16, +8 to hit with spell attacks). It requires no material components to cast its spells. The sphinx has the following wizard spells prepared: \nCantrips (at will): **_mage hand, minor illusion, prestidigitation_** \n1st level (4 slots): **_detect magic, identify, shield_** \n2nd level (3 slots): **_darkness, locate object, suggestion_** \n3rd level (3 slots): **_dispel magic, remove curse, tongues_** \n4th level (3 slots): **_banishment, greater invisibility_** \n5th level (1 slot): **_legend lore_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "int", + "innate": false, + "levels": [ + { + "slots": 0, + "spells": [ + "mage hand", + "minor illusion", + "prestidigitation" + ] + }, + { + "slots": 4, + "spells": [ + "detect magic", + "identify", + "shield" + ] + }, + { + "slots": 3, + "spells": [ + "darkness", + "locate object", + "suggestion" + ] + }, + { + "slots": 3, + "spells": [ + "dispel magic", + "remove curse", + "tongues" + ] + }, + { + "slots": 3, + "spells": [ + "banishment", + "greater invisibility" + ] + }, + { + "slots": 1, + "spells": [ + "legend lore" + ] + } + ] }, { "name": "multiattack", -- cgit v1.2.3