diff options
Diffstat (limited to 'parsed/creatures/vrock.json')
-rw-r--r-- | parsed/creatures/vrock.json | 175 |
1 files changed, 175 insertions, 0 deletions
diff --git a/parsed/creatures/vrock.json b/parsed/creatures/vrock.json new file mode 100644 index 0000000..af88bbc --- /dev/null +++ b/parsed/creatures/vrock.json @@ -0,0 +1,175 @@ +{ + "entry": "creatures", + "speed": "40 ft., fly 60 ft.", + "saves": [ + "dex", + "wis", + "cha" + ], + "d_resistances": [ + { + "type": "cold", + "qualifiers": [] + }, + { + "type": "fire", + "qualifiers": [] + }, + { + "type": "lightning", + "qualifiers": [] + }, + { + "type": "bludgeoning", + "qualifiers": [ + "nonmagical" + ] + }, + { + "type": "piercing", + "qualifiers": [ + "nonmagical" + ] + }, + { + "type": "slashing", + "qualifiers": [ + "nonmagical" + ] + } + ], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "poison", + "qualifiers": [] + } + ], + "c_immunities": [ + { + "type": "poisoned", + "qualifiers": [] + } + ], + "senses": [ + "darkvision 120 ft." + ], + "langs": "Abyssal, telepathy 120 ft.", + "skills": {}, + "hit_die_count": 11, + "hit_die_sides": 10, + "name": "Vrock", + "type": "fiend (demon)", + "cr": 6.0, + "size": "Large", + "alignment": "chaotic evil", + "stats": { + "str": 17, + "dex": 15, + "con": 18, + "int": 8, + "wis": 13, + "cha": 8 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "natural", + "bonus": 15 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "magic resistance", + "text": "The vrock has advantage on saving throws against spells and other magical effects.", + "type": "feature" + }, + { + "entry": "feature", + "name": "multiattack", + "text": "The vrock makes two attacks: one with its beak and one with its talons.", + "type": "action" + }, + { + "entry": "feature", + "name": "beak", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "beak", + "cost": -1, + "damage": [ + { + "dmg_die_count": 2, + "dmg_die_sides": 6, + "dmg_type": "piercing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "talons", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "talons", + "cost": -1, + "damage": [ + { + "dmg_die_count": 2, + "dmg_die_sides": 10, + "dmg_type": "slashing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "spores (recharge 6)", + "text": "A 15\u00ad\u2010foot\u00ad\u2010radius cloud of toxic spores extends out from the vrock. The spores spread around corners. Each creature in that area must succeed on a DC 14 Constitution saving throw or become poisoned. While poisoned in this way, a target takes 5 (1d10) poison damage at the start of each of its turns. A target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. Emptying a vial of holy water on the target also ends the effect on it.", + "type": "action" + }, + { + "entry": "feature", + "name": "stunning screech (1/day)", + "text": "The vrock emits a horrific screech. Each creature within 20 feet of it that can hear it and that isn't a demon must succeed on a DC 14 Constitution saving throw or be stunned until the end of the vrock's next turn.", + "type": "action" + } + ], + "prof": 3 +}
\ No newline at end of file |