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/chimera.json | 118 ------------------------------------------- 1 file changed, 118 deletions(-) delete mode 100644 parser/monsters/chimera.json (limited to 'parser/monsters/chimera.json') diff --git a/parser/monsters/chimera.json b/parser/monsters/chimera.json deleted file mode 100644 index 3dcbb48..0000000 --- a/parser/monsters/chimera.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "speed": "30 ft., fly 60 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [ - "darkvision 60 ft." - ], - "langs": "understands Draconic but can't speak", - "skills": { - "Perception": 2 - }, - "hit_die_count": 12, - "hit_die_sides": 10, - "name": "Chimera", - "type": "monstrosity", - "cr": 6.0, - "size": "Large", - "alignment": "chaotic evil", - "stats": { - "str": 19, - "dex": 11, - "con": 19, - "int": 3, - "wis": 14, - "cha": 10 - }, - "inventory": [], - "natural_armor": { - "name": "natural", - "bonus": 14 - }, - "description": "", - "features": [ - { - "name": "multiattack", - "text": "The chimera makes three attacks: one with its bite, one with its horns, and one with its claws. When its fire breath is available, it can use the breath in place of its bite or horns.", - "type": "action" - }, - { - "name": "bite", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) piercing damage.", - "type": "action", - "attack": { - "name": "bite", - "cost": 0, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 2, - "dmg_die_sides": 6 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) piercing damage." - } - }, - { - "name": "horns", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 10 (1d12 + 4) bludgeoning damage.", - "type": "action", - "attack": { - "name": "horns", - "cost": 0, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 1, - "dmg_die_sides": 12 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 10 (1d12 + 4) bludgeoning damage." - } - }, - { - "name": "claws", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) slashing damage.", - "type": "action", - "attack": { - "name": "claws", - "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:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) slashing damage." - } - }, - { - "name": "fire breath (recharge 5\u20136)", - "text": "The dragon head exhales fire in a 15-\u00ad\u2010foot cone. Each creature in that area must make a DC 15 Dexterity saving throw, taking 31 (7d8) fire damage on a failed save, or half as much damage on a successful one.", - "type": "action" - } - ], - "prof": 3 -} \ No newline at end of file -- cgit v1.2.3