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/guardian_naga.json | 56 +++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) (limited to 'parser/monsters/guardian_naga.json') diff --git a/parser/monsters/guardian_naga.json b/parser/monsters/guardian_naga.json index 7976bf3..cf8ef15 100644 --- a/parser/monsters/guardian_naga.json +++ b/parser/monsters/guardian_naga.json @@ -62,7 +62,61 @@ { "name": "spellcasting", "text": "The naga is an 11th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 16, +8 to hit with spell attacks), and it needs only verbal components to cast its spells. It has the following cleric spells prepared: \nCantrips (at will): **_mending, sacred flame, thaumaturgy_** \n1st level (4 slots): **_command, cure wounds, shield of faith_** \n2nd level (3 slots): **_calm emotions, hold person_** \n3rd level (3 slots): **_bestow curse, clairvoyance_** \n4th level (3 slots): **_banishment, freedom of movement_** \n5th level (2 slots): **_flame strike, geas_** \n6th level (1 slot): **_true seeing_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "wis", + "innate": false, + "levels": [ + { + "slots": 0, + "spells": [ + "mending", + "sacred flame", + "thaumaturgy" + ] + }, + { + "slots": 4, + "spells": [ + "command", + "cure wounds", + "shield of faith" + ] + }, + { + "slots": 3, + "spells": [ + "calm emotions", + "hold person" + ] + }, + { + "slots": 3, + "spells": [ + "bestow curse", + "clairvoyance" + ] + }, + { + "slots": 3, + "spells": [ + "banishment", + "freedom of movement" + ] + }, + { + "slots": 2, + "spells": [ + "flame strike", + "geas" + ] + }, + { + "slots": 1, + "spells": [ + "true seeing" + ] + } + ] }, { "name": "bite", -- cgit v1.2.3