aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/duergar.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/duergar.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/duergar.json')
-rw-r--r--parser/monsters/duergar.json116
1 files changed, 116 insertions, 0 deletions
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