diff options
Diffstat (limited to 'parser/monsters/giant_lizard.json')
-rw-r--r-- | parser/monsters/giant_lizard.json | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/parser/monsters/giant_lizard.json b/parser/monsters/giant_lizard.json new file mode 100644 index 0000000..6983cb8 --- /dev/null +++ b/parser/monsters/giant_lizard.json @@ -0,0 +1,62 @@ +{ + "speed": "30 ft., climb 30 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "darkvision 30 ft." + ], + "langs": "--", + "skills": {}, + "hit_die_count": 3, + "hit_die_sides": 10, + "name": "Giant Lizard", + "type": "beast", + "cr": 0.25, + "size": "Large", + "alignment": "unaligned", + "stats": { + "str": 15, + "dex": 12, + "con": 13, + "int": 2, + "wis": 10, + "cha": 5 + }, + "inventory": [], + "natural_armor": [ + { + "name": "natural", + "bonus": 12 + } + ], + "description": "A giant lizard can be ridden or used as a draft animal. Lizardfolk also keep them as pets, and subterranean giant lizards are used as mounts and pack animals by drow, duergar, and others.", + "features": [ + { + "name": "bite", + "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8 + 2) piercing damage.", + "type": "action", + "attack": { + "name": "bite", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 1, + "dmg_die_sides": 8 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8 + 2) piercing damage." + } + } + ], + "prof": 2 +}
\ No newline at end of file |