diff options
Diffstat (limited to 'parser/monsters/tyrannosaurus_rex.json')
-rw-r--r-- | parser/monsters/tyrannosaurus_rex.json | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/parser/monsters/tyrannosaurus_rex.json b/parser/monsters/tyrannosaurus_rex.json new file mode 100644 index 0000000..f0921b7 --- /dev/null +++ b/parser/monsters/tyrannosaurus_rex.json @@ -0,0 +1,90 @@ +{ + "speed": "50 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "--", + "skills": { + "Perception": 1 + }, + "hit_die_count": 13, + "hit_die_sides": 12, + "name": "Tyrannosaurus Rex", + "type": "beast", + "cr": 8.0, + "size": "Huge", + "alignment": "unaligned", + "stats": { + "str": 25, + "dex": 10, + "con": 19, + "int": 2, + "wis": 12, + "cha": 9 + }, + "inventory": [], + "natural_armor": [ + { + "name": "natural", + "bonus": 13 + } + ], + "description": "", + "features": [ + { + "name": "multiattack", + "text": "The tyrannosaurus makes two attacks: one with its bite and one with its tail. It can't make both attacks against the same target.", + "type": "action" + }, + { + "name": "bite", + "text": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 33 (4d12 + 7) piercing damage. If the target is a Medium or smaller creature, it is grappled (escape DC 17). Until this grapple ends, the target is restrained, and the tyrannosaurus can't bite another target.", + "type": "action", + "attack": { + "name": "bite", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 4, + "dmg_die_sides": 12 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 33 (4d12 + 7) piercing damage. If the target is a Medium or smaller creature, it is grappled (escape DC 17). Until this grapple ends, the target is restrained, and the tyrannosaurus can't bite another target." + } + }, + { + "name": "tail", + "text": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 20 (3d8 + 7) bludgeoning damage.", + "type": "action", + "attack": { + "name": "tail", + "cost": 0, + "damage": { + "dmg_type": "bludgeoning", + "dmg_die_count": 3, + "dmg_die_sides": 8 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 20 (3d8 + 7) bludgeoning damage." + } + } + ], + "prof": 3 +}
\ No newline at end of file |