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/giant_ape.json | 89 ------------------------------------------ 1 file changed, 89 deletions(-) delete mode 100644 parser/monsters/giant_ape.json (limited to 'parser/monsters/giant_ape.json') diff --git a/parser/monsters/giant_ape.json b/parser/monsters/giant_ape.json deleted file mode 100644 index e90f839..0000000 --- a/parser/monsters/giant_ape.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "speed": "40 ft., climb 40 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "--", - "skills": { - "Athletics": 1, - "Perception": 1 - }, - "hit_die_count": 15, - "hit_die_sides": 12, - "name": "Giant Ape", - "type": "beast", - "cr": 7.0, - "size": "Huge", - "alignment": "unaligned", - "stats": { - "str": 23, - "dex": 14, - "con": 18, - "int": 7, - "wis": 12, - "cha": 7 - }, - "inventory": [], - "natural_armor": { - "name": "", - "bonus": 0 - }, - "description": "", - "features": [ - { - "name": "multiattack", - "text": "The ape makes two fist attacks.", - "type": "action" - }, - { - "name": "fist", - "text": "_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 22 (3d10 + 6) bludgeoning damage.", - "type": "action", - "attack": { - "name": "fist", - "cost": 0, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 3, - "dmg_die_sides": 10 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 10, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 22 (3d10 + 6) bludgeoning damage." - } - }, - { - "name": "rock", - "text": "_Ranged Weapon Attack:_ +9 to hit, range 50/100 ft., one target. _Hit:_ 30 (7d6 + 6) bludgeoning damage.", - "type": "action", - "attack": { - "name": "rock", - "cost": 0, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 7, - "dmg_die_sides": 6 - }, - "weight": 0.0, - "range": [ - 50, - 100 - ], - "reach": 0, - "properties": [], - "type": "unknown", - "text": "_Ranged Weapon Attack:_ +9 to hit, range 50/100 ft., one target. _Hit:_ 30 (7d6 + 6) bludgeoning damage." - } - } - ], - "prof": 3 -} \ No newline at end of file -- cgit v1.2.3