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