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/planetar.json | 50 +++++++++++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 19 deletions(-) (limited to 'parser/monsters/planetar.json') diff --git a/parser/monsters/planetar.json b/parser/monsters/planetar.json index b30097e..5eac3f8 100644 --- a/parser/monsters/planetar.json +++ b/parser/monsters/planetar.json @@ -70,23 +70,7 @@ "inventory": [ { "name": "greatsword", - "cost": 5000, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 4, - "dmg_die_sides": 6 - }, - "weight": 6.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [ - "heavy", - "two-handed" - ], - "type": "martial melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +12 to hit, reach 5 ft., one target. _Hit:_ 21 (4d6 + 7) slashing damage plus 22 (5d8) radiant damage." } ], @@ -109,9 +93,37 @@ "type": "feature" }, { - "name": "innate spellcasting", + "name": "spellcasting", "text": "The planetar's spellcasting ability is Charisma (spell save DC 20). The planetar can innately cast the following spells, requiring no material components: \nAt will: **_detect evil and good_**, **_invisibility_** (self only) \n3/day each: **_blade barrier_**, **_dispel evil and good_**, **_flame strike_**, **_raise dead_** \n1/day each: **_commune_**, **_control weather_**, **_insect plague_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "detect evil and good", + "invisibility" + ] + }, + { + "slots": 3, + "spells": [ + "blade barrier", + "dispel evil and good", + "flame strike", + "raise dead" + ] + }, + { + "slots": 1, + "spells": [ + "commune", + "control weather", + "insect plague" + ] + } + ] }, { "name": "magic resistance", -- cgit v1.2.3