diff options
Diffstat (limited to 'parser/monsters/hill_giant.json')
-rw-r--r-- | parser/monsters/hill_giant.json | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/parser/monsters/hill_giant.json b/parser/monsters/hill_giant.json new file mode 100644 index 0000000..542e394 --- /dev/null +++ b/parser/monsters/hill_giant.json @@ -0,0 +1,88 @@ +{ + "speed": "40 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "Giant", + "skills": { + "Perception": 1 + }, + "hit_die_count": 10, + "hit_die_sides": 12, + "name": "Hill Giant", + "type": "giant", + "cr": 5.0, + "size": "Huge", + "alignment": "chaotic evil", + "stats": { + "str": 21, + "dex": 8, + "con": 19, + "int": 5, + "wis": 9, + "cha": 6 + }, + "inventory": [ + { + "name": "greatclub", + "cost": 20, + "damage": { + "dmg_type": "bludgeoning", + "dmg_die_count": 3, + "dmg_die_sides": 8 + }, + "weight": 10.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [ + "two-handed" + ], + "type": "simple melee weapons", + "text": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 18 (3d8 + 5) bludgeoning damage." + } + ], + "natural_armor": [ + { + "name": "natural", + "bonus": 13 + } + ], + "description": "", + "features": [ + { + "name": "multiattack", + "text": "The giant makes two greatclub attacks.", + "type": "action" + }, + { + "name": "rock", + "text": "_Ranged Weapon Attack:_ +8 to hit, range 60/240 ft., one target. _Hit:_ 21 (3d10 + 5) bludgeoning damage.", + "type": "action", + "attack": { + "name": "rock", + "cost": 0, + "damage": { + "dmg_type": "bludgeoning", + "dmg_die_count": 3, + "dmg_die_sides": 10 + }, + "weight": 0.0, + "range": [ + 60, + 240 + ], + "reach": 0, + "properties": [], + "type": "unknown", + "text": "_Ranged Weapon Attack:_ +8 to hit, range 60/240 ft., one target. _Hit:_ 21 (3d10 + 5) bludgeoning damage." + } + } + ], + "prof": 3 +}
\ No newline at end of file |