From 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 15:14:34 -0400 Subject: Initial commit --- parser/monsters/duergar.json | 116 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 parser/monsters/duergar.json (limited to 'parser/monsters/duergar.json') diff --git a/parser/monsters/duergar.json b/parser/monsters/duergar.json new file mode 100644 index 0000000..904dedf --- /dev/null +++ b/parser/monsters/duergar.json @@ -0,0 +1,116 @@ +{ + "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", + "cost": 5000, + "ac": 14, + "strength": 0, + "disadvantage": false, + "weight": 45.0, + "type": "medium" + }, + { + "name": "shield", + "cost": 1000, + "ac": 2, + "strength": 0, + "disadvantage": false, + "weight": 6.0, + "type": "shield" + }, + { + "name": "war pick", + "cost": 500, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 1, + "dmg_die_sides": 8 + }, + "weight": 2.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "martial melee weapons", + "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", + "cost": 50, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 1, + "dmg_die_sides": 6 + }, + "weight": 2.0, + "range": [ + 30, + 120 + ], + "reach": 5, + "properties": [ + "thrown" + ], + "type": "simple melee weapons", + "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": [], + "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