From 056c006c687995198d0ec02eeebc2b00a6097879 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Dec 2024 19:32:14 -0500 Subject: Removed parsed/ as a thing that is version controlled --- parsed/creatures/phase_spider.json | 94 -------------------------------------- 1 file changed, 94 deletions(-) delete mode 100644 parsed/creatures/phase_spider.json (limited to 'parsed/creatures/phase_spider.json') diff --git a/parsed/creatures/phase_spider.json b/parsed/creatures/phase_spider.json deleted file mode 100644 index 4a759a8..0000000 --- a/parsed/creatures/phase_spider.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "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 -- cgit v1.2.3