diff options
Diffstat (limited to 'parser/monsters/frost_giant.json')
-rw-r--r-- | parser/monsters/frost_giant.json | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/parser/monsters/frost_giant.json b/parser/monsters/frost_giant.json new file mode 100644 index 0000000..ce92e32 --- /dev/null +++ b/parser/monsters/frost_giant.json @@ -0,0 +1,99 @@ +{ + "speed": "40 ft.", + "saves": [ + "con", + "wis", + "cha" + ], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "cold", + "qualifiers": [] + } + ], + "c_immunities": [], + "senses": [], + "langs": "Giant", + "skills": { + "Athletics": 1, + "Perception": 1 + }, + "hit_die_count": 12, + "hit_die_sides": 12, + "name": "Frost Giant", + "type": "giant", + "cr": 8.0, + "size": "Huge", + "alignment": "neutral evil", + "stats": { + "str": 23, + "dex": 9, + "con": 21, + "int": 9, + "wis": 10, + "cha": 12 + }, + "inventory": [ + { + "name": "greataxe", + "cost": 3000, + "damage": { + "dmg_type": "slashing", + "dmg_die_count": 3, + "dmg_die_sides": 12 + }, + "weight": 7.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [ + "heavy", + "two-handed" + ], + "type": "martial melee weapons", + "text": "_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 25 (3d12 + 6) slashing damage." + } + ], + "natural_armor": [ + { + "name": "patchwork", + "bonus": 15 + } + ], + "description": "", + "features": [ + { + "name": "multiattack", + "text": "The giant makes two greataxe attacks.", + "type": "action" + }, + { + "name": "rock", + "text": "_Ranged Weapon Attack:_ +9 to hit, range 60/240 ft., one target. _Hit:_ 28 (4d10 + 6) bludgeoning damage.", + "type": "action", + "attack": { + "name": "rock", + "cost": 0, + "damage": { + "dmg_type": "bludgeoning", + "dmg_die_count": 4, + "dmg_die_sides": 10 + }, + "weight": 0.0, + "range": [ + 60, + 240 + ], + "reach": 0, + "properties": [], + "type": "unknown", + "text": "_Ranged Weapon Attack:_ +9 to hit, range 60/240 ft., one target. _Hit:_ 28 (4d10 + 6) bludgeoning damage." + } + } + ], + "prof": 3 +}
\ No newline at end of file |