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/priest.json | 59 +++++++++++++++++++++++++++++---------------- 1 file changed, 38 insertions(+), 21 deletions(-) (limited to 'parser/monsters/priest.json') diff --git a/parser/monsters/priest.json b/parser/monsters/priest.json index 87b00f1..af7f946 100644 --- a/parser/monsters/priest.json +++ b/parser/monsters/priest.json @@ -30,29 +30,12 @@ "inventory": [ { "name": "chain shirt", - "cost": 5000, - "ac": 13, - "strength": 0, - "disadvantage": false, - "weight": 20.0, - "type": "medium" + "type": "armor", + "text": "chain shirt armor" }, { "name": "mace", - "cost": 500, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 1, - "dmg_die_sides": 6 - }, - "weight": 4.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "simple melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 3 (1d6) bludgeoning damage." } ], @@ -67,7 +50,41 @@ { "name": "spellcasting", "text": "The priest is a 5th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 13, +5 to hit with spell attacks). The priest has the following cleric spells prepared: \nCantrips (at will): **_light, sacred flame, thaumaturgy_** \n1st level (4 slots): **_cure wounds, guiding bolt, sanctuary_** \n2nd level (3 slots): **_lesser restoration, spiritual weapon_** \n3rd level (2 slots): **_dispel magic, spirit guardians_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "wis", + "innate": false, + "levels": [ + { + "slots": 0, + "spells": [ + "light", + "sacred flame", + "thaumaturgy" + ] + }, + { + "slots": 4, + "spells": [ + "cure wounds", + "guiding bolt", + "sanctuary" + ] + }, + { + "slots": 3, + "spells": [ + "lesser restoration", + "spiritual weapon" + ] + }, + { + "slots": 2, + "spells": [ + "dispel magic", + "spirit guardians" + ] + } + ] } ], "prof": 2 -- cgit v1.2.3