From 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 15:14:34 -0400 Subject: Initial commit --- parser/monsters/chimera.json | 120 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 parser/monsters/chimera.json (limited to 'parser/monsters/chimera.json') diff --git a/parser/monsters/chimera.json b/parser/monsters/chimera.json new file mode 100644 index 0000000..95da74c --- /dev/null +++ b/parser/monsters/chimera.json @@ -0,0 +1,120 @@ +{ + "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