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/spirit_naga.json | 49 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) (limited to 'parser/monsters/spirit_naga.json') diff --git a/parser/monsters/spirit_naga.json b/parser/monsters/spirit_naga.json index 8209aab..d7ba61d 100644 --- a/parser/monsters/spirit_naga.json +++ b/parser/monsters/spirit_naga.json @@ -61,7 +61,54 @@ { "name": "spellcasting", "text": "The naga is a 10th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 14, +6 to hit with spell attacks), and it needs only verbal components to cast its spells. It has the following wizard spells prepared: \nCantrips (at will): **_mage hand, minor illusion, ray of frost_** \n1st level (4 slots): **_charm person, detect magic, sleep_** \n2nd level (3 slots): **_detect thoughts, hold person_** \n3rd level (3 slots): **_lightning bolt, water breathing_** \n4th level (3 slots): **_blight, dimension door_** \n5th level (2 slots): **_dominate person_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "int", + "innate": false, + "levels": [ + { + "slots": 0, + "spells": [ + "mage hand", + "minor illusion", + "ray of frost" + ] + }, + { + "slots": 4, + "spells": [ + "charm person", + "detect magic", + "sleep" + ] + }, + { + "slots": 3, + "spells": [ + "detect thoughts", + "hold person" + ] + }, + { + "slots": 3, + "spells": [ + "lightning bolt", + "water breathing" + ] + }, + { + "slots": 3, + "spells": [ + "blight", + "dimension door" + ] + }, + { + "slots": 2, + "spells": [ + "dominate person" + ] + } + ] }, { "name": "bite", -- cgit v1.2.3