From 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 Apr 2021 14:17:08 -0400 Subject: Removed data files from repo --- parser/monsters/spider.json | 77 --------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 parser/monsters/spider.json (limited to 'parser/monsters/spider.json') diff --git a/parser/monsters/spider.json b/parser/monsters/spider.json deleted file mode 100644 index 8f988a1..0000000 --- a/parser/monsters/spider.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "speed": "20 ft., climb 20 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [ - "darkvision 30 ft." - ], - "langs": "--", - "skills": { - "Stealth": 1 - }, - "hit_die_count": 1, - "hit_die_sides": 4, - "name": "Spider", - "type": "beast", - "cr": 0.0, - "size": "Tiny", - "alignment": "unaligned", - "stats": { - "str": 2, - "dex": 14, - "con": 8, - "int": 1, - "wis": 10, - "cha": 2 - }, - "inventory": [], - "natural_armor": { - "name": "", - "bonus": 0 - }, - "description": "", - "features": [ - { - "name": "spider climb", - "text": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.", - "type": "feature" - }, - { - "name": "web sense", - "text": "While in contact with a web, the spider knows the exact location of any other creature in contact with the same web.", - "type": "feature" - }, - { - "name": "web walker", - "text": "The spider ignores movement restrictions caused by webbing.", - "type": "feature" - }, - { - "name": "bite", - "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 1 piercing damage, and the target must succeed on a DC 9 Constitution saving throw or take 2 (1d4) poison damage.", - "type": "action", - "attack": { - "name": "bite", - "cost": 0, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 1, - "dmg_die_sides": 1 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 1 piercing damage, and the target must succeed on a DC 9 Constitution saving throw or take 2 (1d4) poison damage." - } - } - ], - "prof": 2 -} \ No newline at end of file -- cgit v1.2.3