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/duergar.json | 83 -------------------------------------------- 1 file changed, 83 deletions(-) delete mode 100644 parser/monsters/duergar.json (limited to 'parser/monsters/duergar.json') diff --git a/parser/monsters/duergar.json b/parser/monsters/duergar.json deleted file mode 100644 index d7f795e..0000000 --- a/parser/monsters/duergar.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "speed": "25 ft.", - "saves": [], - "d_resistances": [ - { - "type": "poison", - "qualifiers": [] - } - ], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [ - "darkvision 120 ft." - ], - "langs": "Dwarvish, Undercommon", - "skills": {}, - "hit_die_count": 4, - "hit_die_sides": 8, - "name": "Duergar", - "type": "humanoid (dwarf)", - "cr": 1.0, - "size": "Medium", - "alignment": "lawful evil", - "stats": { - "str": 14, - "dex": 11, - "con": 14, - "int": 11, - "wis": 10, - "cha": 9 - }, - "inventory": [ - { - "name": "scale mail", - "type": "armor", - "text": "scale mail armor" - }, - { - "name": "shield", - "type": "armor", - "text": "shield armor" - }, - { - "name": "war pick", - "type": "weapon", - "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8 + 2) piercing damage, or 11 (2d8 + 2) piercing damage while enlarged." - }, - { - "name": "javelin", - "type": "weapon", - "text": "_Melee or _Ranged Weapon Attack:__ +4 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 5 (1d6 + 2) piercing damage, or 9 (2d6 + 2) piercing damage while enlarged." - } - ], - "natural_armor": { - "name": "", - "bonus": 0 - }, - "description": "", - "features": [ - { - "name": "duergar resilience", - "text": "The duergar has advantage on saving throws against poison, spells, and illusions, as well as to resist being charmed or paralyzed.", - "type": "feature" - }, - { - "name": "sunlight sensitivity", - "text": "While in sunlight, the duergar has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.", - "type": "feature" - }, - { - "name": "enlarge (recharges after a short or long rest)", - "text": "For 1 minute, the duergar magically increases in size, along with anything it is wearing or carrying. While enlarged, the duergar is Large, doubles its damage dice on Strength-based weapon attacks (included in the attacks), and makes Strength checks and Strength saving throws with advantage. If the duergar lacks the room to become Large, it attains the maximum size possible in the space available.", - "type": "action" - }, - { - "name": "invisibility (recharges after a short or long rest)", - "text": "The duergar magically turns invisible until it attacks, casts a spell, or uses its Enlarge, or until its concentration is broken, up to 1 hour (as if concentrating on a spell). Any equipment the duergar wears or carries is invisible with it.", - "type": "action" - } - ], - "prof": 2 -} \ No newline at end of file -- cgit v1.2.3