aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/phase_spider.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2023-05-30 18:33:10 -0400
committerYour Name <you@example.com>2023-05-30 18:33:10 -0400
commite1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch)
treeb48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/phase_spider.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/phase_spider.json')
-rw-r--r--parsed/creatures/phase_spider.json94
1 files changed, 94 insertions, 0 deletions
diff --git a/parsed/creatures/phase_spider.json b/parsed/creatures/phase_spider.json
new file mode 100644
index 0000000..4a759a8
--- /dev/null
+++ b/parsed/creatures/phase_spider.json
@@ -0,0 +1,94 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft., climb 30 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [
+ "darkvision 60 ft."
+ ],
+ "langs": "--",
+ "skills": {
+ "Stealth": 2
+ },
+ "hit_die_count": 5,
+ "hit_die_sides": 10,
+ "name": "Phase Spider",
+ "type": "monstrosity",
+ "cr": 3.0,
+ "size": "Large",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 15,
+ "dex": 15,
+ "con": 12,
+ "int": 6,
+ "wis": 10,
+ "cha": 6
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 13
+ },
+ "text": "A phase spider possesses the magical ability to phase in and out of the Ethereal Plane. It seems to appear out of nowhere and quickly vanishes after attacking. Its movement on the Ethereal Plane before coming back to the Material Plane makes it seem like it can teleport.",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "ethereal jaunt",
+ "text": "As a bonus action, the spider can magically shift from the Material Plane to the Ethereal Plane, or vice versa.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "spider climb",
+ "text": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "web walker",
+ "text": "The spider ignores movement restrictions caused by webbing.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "bite",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "bite",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 10,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ", and the target must make a DC 11 Constitution saving throw, taking 18 (4d8) poison damage on a failed save, or half as much damage on a successful one. If the poison damage reduces the target to 0 hit points, the target is stable but poisoned for 1 hour, even after regaining hit points, and is paralyzed while poisoned in this way.",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file