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/drider.json | 116 -------------------------------------------- 1 file changed, 116 deletions(-) delete mode 100644 parser/monsters/drider.json (limited to 'parser/monsters/drider.json') diff --git a/parser/monsters/drider.json b/parser/monsters/drider.json deleted file mode 100644 index a075db6..0000000 --- a/parser/monsters/drider.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "speed": "30 ft., climb 30 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [ - "darkvision 120 ft." - ], - "langs": "Elvish, Undercommon", - "skills": { - "Perception": 1, - "Stealth": 2 - }, - "hit_die_count": 13, - "hit_die_sides": 10, - "name": "Drider", - "type": "monstrosity", - "cr": 6.0, - "size": "Large", - "alignment": "chaotic evil", - "stats": { - "str": 16, - "dex": 16, - "con": 18, - "int": 13, - "wis": 14, - "cha": 12 - }, - "inventory": [ - { - "name": "longsword", - "type": "weapon", - "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8 + 3) slashing damage, or 8 (1d10 + 3) slashing damage if used with two hands." - }, - { - "name": "longbow", - "type": "weapon", - "text": "_Ranged Weapon Attack:_ +6 to hit, range 150/600 ft., one target. _Hit:_ 7 (1d8 + 3) piercing damage plus 4 (1d8) poison damage." - } - ], - "natural_armor": { - "name": "natural", - "bonus": 19 - }, - "description": "", - "features": [ - { - "name": "fey ancestry", - "text": "The drider has advantage on saving throws against being charmed, and magic can't put the drider to sleep.", - "type": "feature" - }, - { - "name": "spellcasting", - "text": "The drider's innate spellcasting ability is Wisdom (spell save DC 13). The drider can innately cast the following spells, requiring no material components: \nAt will: **_dancing lights_** \n1/day each: **_darkness_**, **_faerie fire_**", - "type": "spellcasting", - "spellcasting_ability": "wis", - "innate": true, - "levels": [ - { - "slots": 0, - "spells": [ - "dancing lights" - ] - }, - { - "slots": 1, - "spells": [ - "darkness", - "faerie fire" - ] - } - ] - }, - { - "name": "spider climb", - "text": "The drider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check. Sunlight Sensitivity. While in sunlight, the drider has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.", - "type": "feature" - }, - { - "name": "web walker", - "text": "The drider ignores movement restrictions caused by webbing.", - "type": "feature" - }, - { - "name": "multiattack", - "text": "The drider makes three attacks, either with its longsword or its longbow. It can replace one of those attacks with a bite attack.", - "type": "action" - }, - { - "name": "bite", - "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) piercing damage plus 9 (2d8) poison damage.", - "type": "action", - "attack": { - "name": "bite", - "cost": 0, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 1, - "dmg_die_sides": 4 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 2 (1d4) piercing damage plus 9 (2d8) poison damage." - } - } - ], - "prof": 3 -} \ No newline at end of file -- cgit v1.2.3