aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/wraith.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/wraith.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/wraith.json')
-rw-r--r--parser/monsters/wraith.json156
1 files changed, 156 insertions, 0 deletions
diff --git a/parser/monsters/wraith.json b/parser/monsters/wraith.json
new file mode 100644
index 0000000..a130886
--- /dev/null
+++ b/parser/monsters/wraith.json
@@ -0,0 +1,156 @@
+{
+ "speed": "0 ft., fly 60 ft. (hover)",
+ "saves": [],
+ "d_resistances": [
+ {
+ "type": "acid",
+ "qualifiers": []
+ },
+ {
+ "type": "cold",
+ "qualifiers": []
+ },
+ {
+ "type": "fire",
+ "qualifiers": []
+ },
+ {
+ "type": "lightning",
+ "qualifiers": []
+ },
+ {
+ "type": "thunder",
+ "qualifiers": []
+ },
+ {
+ "type": "bludgeoning",
+ "qualifiers": [
+ "nonmagical",
+ "non-silvered"
+ ]
+ },
+ {
+ "type": "piercing",
+ "qualifiers": [
+ "nonmagical",
+ "non-silvered"
+ ]
+ },
+ {
+ "type": "slashing",
+ "qualifiers": [
+ "nonmagical",
+ "non-silvered"
+ ]
+ }
+ ],
+ "d_vulnerabilities": [],
+ "d_immunities": [
+ {
+ "type": "necrotic",
+ "qualifiers": []
+ },
+ {
+ "type": "poison",
+ "qualifiers": []
+ }
+ ],
+ "c_immunities": [
+ {
+ "type": "charmed",
+ "qualifiers": []
+ },
+ {
+ "type": "exhaustion",
+ "qualifiers": []
+ },
+ {
+ "type": "grappled",
+ "qualifiers": []
+ },
+ {
+ "type": "paralyzed",
+ "qualifiers": []
+ },
+ {
+ "type": "petrified",
+ "qualifiers": []
+ },
+ {
+ "type": "poisoned",
+ "qualifiers": []
+ },
+ {
+ "type": "prone",
+ "qualifiers": []
+ },
+ {
+ "type": "restrained",
+ "qualifiers": []
+ }
+ ],
+ "senses": [
+ "darkvision 60 ft."
+ ],
+ "langs": "the languages it knew in life",
+ "skills": {},
+ "hit_die_count": 9,
+ "hit_die_sides": 8,
+ "name": "Wraith",
+ "type": "undead",
+ "cr": 5.0,
+ "size": "Medium",
+ "alignment": "neutral evil",
+ "stats": {
+ "str": 6,
+ "dex": 16,
+ "con": 16,
+ "int": 12,
+ "wis": 14,
+ "cha": 15
+ },
+ "inventory": [],
+ "natural_armor": [],
+ "description": "",
+ "features": [
+ {
+ "name": "incorporeal movement",
+ "text": "The wraith can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
+ "type": "feature"
+ },
+ {
+ "name": "sunlight sensitivity",
+ "text": "While in sunlight, the wraith has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
+ "type": "feature"
+ },
+ {
+ "name": "life drain",
+ "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 21 (4d8 + 3) necrotic damage. The target must succeed on a DC 14 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.",
+ "type": "action",
+ "attack": {
+ "name": "life drain",
+ "cost": 0,
+ "damage": {
+ "dmg_type": "necrotic",
+ "dmg_die_count": 4,
+ "dmg_die_sides": 8
+ },
+ "weight": 0.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "type": "unknown",
+ "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 21 (4d8 + 3) necrotic damage. The target must succeed on a DC 14 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."
+ }
+ },
+ {
+ "name": "create specter",
+ "text": "The wraith targets a humanoid within 10 feet of it that has been dead for no longer than 1 minute and died violently. The target's spirit rises as a specter in the space of its corpse or in the nearest unoccupied space. The specter is under the wraith's control. The wraith can have no more than seven specters under its control at one time.",
+ "type": "action"
+ }
+ ],
+ "prof": 3
+} \ No newline at end of file