diff options
Diffstat (limited to 'parser/monsters/cloud_giant.json')
-rw-r--r-- | parser/monsters/cloud_giant.json | 47 |
1 files changed, 31 insertions, 16 deletions
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", |