From 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 Apr 2021 14:17:08 -0400 Subject: Removed data files from repo --- parser/monsters/tyrannosaurus_rex.json | 88 ---------------------------------- 1 file changed, 88 deletions(-) delete mode 100644 parser/monsters/tyrannosaurus_rex.json (limited to 'parser/monsters/tyrannosaurus_rex.json') diff --git a/parser/monsters/tyrannosaurus_rex.json b/parser/monsters/tyrannosaurus_rex.json deleted file mode 100644 index 755085c..0000000 --- a/parser/monsters/tyrannosaurus_rex.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "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 -- cgit v1.2.3