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/acolyte.json | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) (limited to 'parser/monsters/acolyte.json') diff --git a/parser/monsters/acolyte.json b/parser/monsters/acolyte.json index 421308d..5a6dd56 100644 --- a/parser/monsters/acolyte.json +++ b/parser/monsters/acolyte.json @@ -29,22 +29,7 @@ "inventory": [ { "name": "club", - "cost": 10, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 1, - "dmg_die_sides": 4 - }, - "weight": 2.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [ - "light" - ], - "type": "simple melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage." } ], @@ -54,7 +39,27 @@ { "name": "spellcasting", "text": "The acolyte is a 1st-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 12, +4 to hit with spell attacks). The acolyte has following cleric spells prepared: \nCantrips (at will): **_light, sacred flame, thaumaturgy_** \n1st level (3 slots): **_bless, cure wounds, sanctuary_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "wis", + "innate": false, + "levels": [ + { + "slots": 0, + "spells": [ + "light", + "sacred flame", + "thaumaturgy" + ] + }, + { + "slots": 3, + "spells": [ + "bless", + "cure wounds", + "sanctuary" + ] + } + ] } ], "prof": 2 -- cgit v1.2.3