diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/specter.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/specter.json')
-rw-r--r-- | parsed/creatures/specter.json | 173 |
1 files changed, 173 insertions, 0 deletions
diff --git a/parsed/creatures/specter.json b/parsed/creatures/specter.json new file mode 100644 index 0000000..10fd187 --- /dev/null +++ b/parsed/creatures/specter.json @@ -0,0 +1,173 @@ +{ + "entry": "creatures", + "speed": "0 ft., fly 50 ft. (hover)", + "saves": [], + "d_resistances": [ + { + "type": "acid", + "qualifiers": [] + }, + { + "type": "cold", + "qualifiers": [] + }, + { + "type": "fire", + "qualifiers": [] + }, + { + "type": "lightning", + "qualifiers": [] + }, + { + "type": "thunder", + "qualifiers": [] + }, + { + "type": "bludgeoning", + "qualifiers": [ + "nonmagical" + ] + }, + { + "type": "piercing", + "qualifiers": [ + "nonmagical" + ] + }, + { + "type": "slashing", + "qualifiers": [ + "nonmagical" + ] + } + ], + "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": [] + }, + { + "type": "unconscious", + "qualifiers": [] + } + ], + "senses": [ + "darkvision 60 ft." + ], + "langs": "understands all languages it knew in life but can't speak", + "skills": {}, + "hit_die_count": 5, + "hit_die_sides": 8, + "name": "Specter", + "type": "undead", + "cr": 1.0, + "size": "Medium", + "alignment": "chaotic evil", + "stats": { + "str": 1, + "dex": 14, + "con": 11, + "int": 10, + "wis": 10, + "cha": 11 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "incorporeal movement", + "text": "The specter 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" + }, + { + "entry": "feature", + "name": "sunlight sensitivity", + "text": "While in sunlight, the specter has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.", + "type": "feature" + }, + { + "entry": "feature", + "name": "life drain", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "spell attack", + "name": "life drain", + "cost": -1, + "damage": [ + { + "dmg_die_count": 3, + "dmg_die_sides": 6, + "dmg_type": "necrotic", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [ + "finesse" + ], + "weapon_type": "unknown", + "text": ". The target must succeed on a DC 10 Constitution saving throw or its hit point maximum is reduced by an amount equal to the damage taken. This reduction lasts until the creature finishes a long rest. The target dies if this effect reduces its hit point maximum to 0.", + "toHitOverride": null, + "dmgBonusOverride": 0, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |