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/deva.json | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) (limited to 'parser/monsters/deva.json') diff --git a/parser/monsters/deva.json b/parser/monsters/deva.json index 8296cdc..d63deed 100644 --- a/parser/monsters/deva.json +++ b/parser/monsters/deva.json @@ -70,20 +70,7 @@ "inventory": [ { "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:_ +8 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6 + 4) bludgeoning damage plus 18 (4d8) radiant damage." } ], @@ -101,9 +88,26 @@ "type": "feature" }, { - "name": "innate spellcasting", + "name": "spellcasting", "text": "The deva's spellcasting ability is Charisma (spell save DC 17). The deva can innately cast the following spells, requiring only verbal components: \nAt will: **_detect evil and good_** \n1/day each: **_commune_**, **_raise dead_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "detect evil and good" + ] + }, + { + "slots": 1, + "spells": [ + "commune", + "raise dead" + ] + } + ] }, { "name": "magic resistance", -- cgit v1.2.3