aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/specter.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/specter.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/specter.json')
-rw-r--r--parser/monsters/specter.json152
1 files changed, 152 insertions, 0 deletions
diff --git a/parser/monsters/specter.json b/parser/monsters/specter.json
new file mode 100644
index 0000000..9610dbd
--- /dev/null
+++ b/parser/monsters/specter.json
@@ -0,0 +1,152 @@
+{
+ "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": [],
+ "natural_armor": [],
+ "description": "",
+ "features": [
+ {
+ "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"
+ },
+ {
+ "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"
+ },
+ {
+ "name": "life drain",
+ "text": "_Melee Spell Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 10 (3d6) necrotic damage. 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.",
+ "type": "action",
+ "attack": {
+ "name": "life drain",
+ "cost": 0,
+ "damage": {
+ "dmg_type": "necrotic",
+ "dmg_die_count": 3,
+ "dmg_die_sides": 6
+ },
+ "weight": 0.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "type": "unknown",
+ "text": "_Melee Spell Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 10 (3d6) necrotic damage. 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."
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file