diff options
Diffstat (limited to 'parser/monsters/wyvern.json')
-rw-r--r-- | parser/monsters/wyvern.json | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/parser/monsters/wyvern.json b/parser/monsters/wyvern.json new file mode 100644 index 0000000..52e7702 --- /dev/null +++ b/parser/monsters/wyvern.json @@ -0,0 +1,115 @@ +{ + "speed": "20 ft., fly 80 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "darkvision 60 ft." + ], + "langs": "--", + "skills": { + "Perception": 1 + }, + "hit_die_count": 13, + "hit_die_sides": 10, + "name": "Wyvern", + "type": "dragon", + "cr": 6.0, + "size": "Large", + "alignment": "unaligned", + "stats": { + "str": 19, + "dex": 10, + "con": 16, + "int": 5, + "wis": 12, + "cha": 6 + }, + "inventory": [], + "natural_armor": [ + { + "name": "natural", + "bonus": 13 + } + ], + "description": "", + "features": [ + { + "name": "multiattack", + "text": "The wyvern makes two attacks: one with its bite and one with its stinger. While flying, it can use its claws in place of one other attack.", + "type": "action" + }, + { + "name": "bite", + "text": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one creature. _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": 10, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one creature. _Hit:_ 11 (2d6 + 4) piercing damage." + } + }, + { + "name": "claws", + "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) slashing damage.", + "type": "action", + "attack": { + "name": "claws", + "cost": 0, + "damage": { + "dmg_type": "slashing", + "dmg_die_count": 2, + "dmg_die_sides": 8 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) slashing damage." + } + }, + { + "name": "stinger", + "text": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one creature. _Hit:_ 11 (2d6 + 4) piercing damage. The target must make a DC 15 Constitution saving throw, taking 24 (7d6) poison damage on a failed save, or half as much damage on a successful one.", + "type": "action", + "attack": { + "name": "stinger", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 2, + "dmg_die_sides": 6 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one creature. _Hit:_ 11 (2d6 + 4) piercing damage. The target must make a DC 15 Constitution saving throw, taking 24 (7d6) poison damage on a failed save, or half as much damage on a successful one." + } + } + ], + "prof": 3 +}
\ No newline at end of file |