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/cloud_giant.json | 47 ++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 16 deletions(-) (limited to 'parser/monsters/cloud_giant.json') diff --git a/parser/monsters/cloud_giant.json b/parser/monsters/cloud_giant.json index ef34a28..c850ed1 100644 --- a/parser/monsters/cloud_giant.json +++ b/parser/monsters/cloud_giant.json @@ -33,20 +33,7 @@ "inventory": [ { "name": "morningstar", - "cost": 1500, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 3, - "dmg_die_sides": 8 - }, - "weight": 4.0, - "range": [ - 0, - 0 - ], - "reach": 10, - "properties": [], - "type": "martial melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +12 to hit, reach 10 ft., one target. _Hit:_ 21 (3d8 + 8) piercing damage." } ], @@ -64,9 +51,37 @@ "type": "feature" }, { - "name": "innate spellcasting", + "name": "spellcasting", "text": "The giant's innate spellcasting ability is Charisma. It can innately cast the following spells, requiring no material components: \nAt will: **_detect magic_**, **_fog cloud_**, **_light_** \n3/day each: **_feather fall_**, **_fly_**, **_misty step_**, **_telekinesis_** \n1/day each: **_control weather_**, **_gaseous form_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "detect magic", + "fog cloud", + "light" + ] + }, + { + "slots": 3, + "spells": [ + "feather fall", + "fly", + "misty step", + "telekinesis" + ] + }, + { + "slots": 1, + "spells": [ + "control weather", + "gaseous form" + ] + } + ] }, { "name": "multiattack", -- cgit v1.2.3