diff options
Diffstat (limited to 'parser/monsters/young_gold_dragon.json')
-rw-r--r-- | parser/monsters/young_gold_dragon.json | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/parser/monsters/young_gold_dragon.json b/parser/monsters/young_gold_dragon.json new file mode 100644 index 0000000..11bf760 --- /dev/null +++ b/parser/monsters/young_gold_dragon.json @@ -0,0 +1,126 @@ +{ + "speed": "40 ft., fly 80 ft., swim 40 ft.", + "saves": [ + "dex", + "con", + "wis", + "cha" + ], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "fire", + "qualifiers": [] + } + ], + "c_immunities": [], + "senses": [ + "blindsight 30 ft.", + "darkvision 120 ft." + ], + "langs": "Common, Draconic", + "skills": { + "Insight": 1, + "Perception": 2, + "Persuasion": 1, + "Stealth": 1 + }, + "hit_die_count": 17, + "hit_die_sides": 10, + "name": "Young Gold Dragon", + "type": "dragon", + "cr": 10.0, + "size": "Large", + "alignment": "lawful good", + "stats": { + "str": 23, + "dex": 14, + "con": 21, + "int": 16, + "wis": 13, + "cha": 20 + }, + "inventory": [], + "natural_armor": [ + { + "name": "natural", + "bonus": 18 + } + ], + "description": "", + "features": [ + { + "name": "amphibious", + "text": "The dragon can breathe air and water.", + "type": "feature" + }, + { + "name": "multiattack", + "text": "The dragon makes three attacks: one with its bite and two with its claws.", + "type": "action" + }, + { + "name": "bite", + "text": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10 + 6) piercing damage.", + "type": "action", + "attack": { + "name": "bite", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 2, + "dmg_die_sides": 10 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10 + 6) piercing damage." + } + }, + { + "name": "claw", + "text": "_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6 + 6) slashing damage.", + "type": "action", + "attack": { + "name": "claw", + "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:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6 + 6) slashing damage." + } + }, + { + "name": "breath weapons (recharge 5\u20136)", + "text": "The dragon uses one of the following breath weapons.", + "type": "action" + }, + { + "name": "fire breath", + "text": "The dragon exhales fire in a 30-foot cone. Each creature in that area must make a DC 17 Dexterity saving throw, taking 55 (10d10) fire damage on a failed save, or half as much damage on a successful one.", + "type": "action" + }, + { + "name": "weakening breath", + "text": "The dragon exhales gas in a 30-foot cone. Each creature in that area must succeed on a DC 17 Strength saving throw or have disadvantage on Strength-based attack rolls, Strength checks, and Strength saving throws for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.", + "type": "action" + } + ], + "prof": 4 +}
\ No newline at end of file |