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_boar.json | 68 ----------------------------------------- 1 file changed, 68 deletions(-) delete mode 100644 parser/monsters/giant_boar.json (limited to 'parser/monsters/giant_boar.json') diff --git a/parser/monsters/giant_boar.json b/parser/monsters/giant_boar.json deleted file mode 100644 index 562b956..0000000 --- a/parser/monsters/giant_boar.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "speed": "40 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "--", - "skills": {}, - "hit_die_count": 5, - "hit_die_sides": 10, - "name": "Giant Boar", - "type": "beast", - "cr": 2.0, - "size": "Large", - "alignment": "unaligned", - "stats": { - "str": 17, - "dex": 10, - "con": 16, - "int": 2, - "wis": 7, - "cha": 5 - }, - "inventory": [], - "natural_armor": { - "name": "natural", - "bonus": 12 - }, - "description": "", - "features": [ - { - "name": "charge", - "text": "If the boar moves at least 20 feet straight toward a target and then hits it with a tusk attack on the same turn, the target takes an extra 7 (2d6) slashing damage. If the target is a creature, it must succeed on a DC 13 Strength saving throw or be knocked prone.", - "type": "feature" - }, - { - "name": "relentless (recharges after a short or long rest)", - "text": "If the boar takes 10 damage or less that would reduce it to 0 hit points, it is reduced to 1 hit point instead.", - "type": "feature" - }, - { - "name": "tusk", - "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6 + 3) slashing damage.", - "type": "action", - "attack": { - "name": "tusk", - "cost": 0, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 2, - "dmg_die_sides": 6 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6 + 3) slashing damage." - } - } - ], - "prof": 2 -} \ No newline at end of file -- cgit v1.2.3