diff options
Diffstat (limited to 'parsed/creatures/giant_lizard.json')
-rw-r--r-- | parsed/creatures/giant_lizard.json | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/parsed/creatures/giant_lizard.json b/parsed/creatures/giant_lizard.json new file mode 100644 index 0000000..a183213 --- /dev/null +++ b/parsed/creatures/giant_lizard.json @@ -0,0 +1,74 @@ +{ + "entry": "creatures", + "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": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "natural", + "bonus": 12 + }, + "text": "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": [ + { + "entry": "feature", + "name": "bite", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "bite", + "cost": -1, + "damage": [ + { + "dmg_die_count": 1, + "dmg_die_sides": 8, + "dmg_type": "piercing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |