diff options
Diffstat (limited to 'parser/monsters/storm_giant.json')
-rw-r--r-- | parser/monsters/storm_giant.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/parser/monsters/storm_giant.json b/parser/monsters/storm_giant.json index d982436..bc4fc80 100644 --- a/parser/monsters/storm_giant.json +++ b/parser/monsters/storm_giant.json @@ -50,32 +50,12 @@ "inventory": [ { "name": "scale mail", - "cost": 5000, - "ac": 14, - "strength": 0, - "disadvantage": false, - "weight": 45.0, - "type": "medium" + "type": "armor", + "text": "scale mail armor" }, { "name": "greatsword", - "cost": 5000, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 6, - "dmg_die_sides": 6 - }, - "weight": 6.0, - "range": [ - 0, - 0 - ], - "reach": 10, - "properties": [ - "heavy", - "two-handed" - ], - "type": "martial melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 30 (6d6 + 9) slashing damage." } ], @@ -88,9 +68,29 @@ "type": "feature" }, { - "name": "innate spellcasting", + "name": "spellcasting", "text": "The giant's innate spellcasting ability is Charisma (spell save DC 17). It can innately cast the following spells, requiring no material components: \nAt will: **_detect magic_**, **_feather fall_**, **_levitate_**, **_light_** \n3/day each: **_control weather_**, **_water breathing_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "detect magic", + "feather fall", + "levitate", + "light" + ] + }, + { + "slots": 3, + "spells": [ + "control weather", + "water breathing" + ] + } + ] }, { "name": "multiattack", |