diff options
Diffstat (limited to 'parser/monsters/wight.json')
-rw-r--r-- | parser/monsters/wight.json | 162 |
1 files changed, 162 insertions, 0 deletions
diff --git a/parser/monsters/wight.json b/parser/monsters/wight.json new file mode 100644 index 0000000..63dc25e --- /dev/null +++ b/parser/monsters/wight.json @@ -0,0 +1,162 @@ +{ + "speed": "30 ft.", + "saves": [], + "d_resistances": [ + { + "type": "necrotic", + "qualifiers": [] + }, + { + "type": "bludgeoning", + "qualifiers": [ + "nonmagical", + "non-silvered" + ] + }, + { + "type": "piercing", + "qualifiers": [ + "nonmagical", + "non-silvered" + ] + }, + { + "type": "slashing", + "qualifiers": [ + "nonmagical", + "non-silvered" + ] + } + ], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "poison", + "qualifiers": [] + } + ], + "c_immunities": [ + { + "type": "exhaustion", + "qualifiers": [] + }, + { + "type": "poisoned", + "qualifiers": [] + } + ], + "senses": [ + "darkvision 60 ft." + ], + "langs": "the languages it knew in life", + "skills": { + "Perception": 1, + "Stealth": 1 + }, + "hit_die_count": 6, + "hit_die_sides": 8, + "name": "Wight", + "type": "undead", + "cr": 3.0, + "size": "Medium", + "alignment": "neutral evil", + "stats": { + "str": 15, + "dex": 14, + "con": 16, + "int": 10, + "wis": 13, + "cha": 15 + }, + "inventory": [ + { + "name": "studded leather", + "cost": 4500, + "ac": 12, + "strength": 0, + "disadvantage": false, + "weight": 13.0, + "type": "light" + }, + { + "name": "longsword", + "cost": 1500, + "damage": { + "dmg_type": "slashing", + "dmg_die_count": 1, + "dmg_die_sides": 8 + }, + "weight": 3.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [ + "versatile" + ], + "type": "martial melee weapons", + "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8 + 2) slashing damage, or 7 (1d10 + 2) slashing damage if used with two hands." + }, + { + "name": "longbow", + "cost": 5000, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 1, + "dmg_die_sides": 8 + }, + "weight": 2.0, + "range": [ + 150, + 600 + ], + "reach": 0, + "properties": [ + "ammunition", + "heavy", + "two-handed" + ], + "type": "martial ranged weapons", + "text": "_Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 6 (1d8 + 2) piercing damage." + } + ], + "natural_armor": [], + "description": "", + "features": [ + { + "name": "sunlight sensitivity", + "text": "While in sunlight, the wight has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.", + "type": "feature" + }, + { + "name": "multiattack", + "text": "The wight makes two longsword attacks or two longbow attacks. It can use its Life Drain in place of one longsword attack.", + "type": "action" + }, + { + "name": "life drain", + "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6 + 2) necrotic damage. The target must succeed on a DC 13 Constitution saving throw or its hit point maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hit point maximum to 0. \nA humanoid slain by this attack rises 24 hours later as a zombie under the wight's control, unless the humanoid is restored to life or its body is destroyed. The wight can have no more than twelve zombies under its control at one time.", + "type": "action", + "attack": { + "name": "life drain", + "cost": 0, + "damage": { + "dmg_type": "necrotic", + "dmg_die_count": 1, + "dmg_die_sides": 6 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6 + 2) necrotic damage. The target must succeed on a DC 13 Constitution saving throw or its hit point maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hit point maximum to 0. \nA humanoid slain by this attack rises 24 hours later as a zombie under the wight's control, unless the humanoid is restored to life or its body is destroyed. The wight can have no more than twelve zombies under its control at one time." + } + } + ], + "prof": 2 +}
\ No newline at end of file |