aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/doppelganger.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/doppelganger.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/doppelganger.json')
-rw-r--r--parser/monsters/doppelganger.json85
1 files changed, 85 insertions, 0 deletions
diff --git a/parser/monsters/doppelganger.json b/parser/monsters/doppelganger.json
new file mode 100644
index 0000000..3afeb88
--- /dev/null
+++ b/parser/monsters/doppelganger.json
@@ -0,0 +1,85 @@
+{
+ "speed": "30 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [
+ {
+ "type": "charmed",
+ "qualifiers": []
+ }
+ ],
+ "senses": [
+ "darkvision 60 ft."
+ ],
+ "langs": "Common",
+ "skills": {
+ "Deception": 2,
+ "Insight": 1
+ },
+ "hit_die_count": 8,
+ "hit_die_sides": 8,
+ "name": "Doppelganger",
+ "type": "monstrosity",
+ "cr": 3.0,
+ "size": "Medium",
+ "alignment": "neutral",
+ "stats": {
+ "str": 11,
+ "dex": 18,
+ "con": 14,
+ "int": 11,
+ "wis": 12,
+ "cha": 14
+ },
+ "inventory": [],
+ "natural_armor": [],
+ "description": "",
+ "features": [
+ {
+ "name": "shapechanger",
+ "text": "The doppelganger can use its action to polymorph into a Small or Medium humanoid it has seen, or back into its true form. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.",
+ "type": "feature"
+ },
+ {
+ "name": "ambusher",
+ "text": "The doppelganger has advantage on attack rolls against any creature it has surprised. Surprise Attack. If the doppelganger surprises a creature and hits it with an attack during the first round of combat, the target takes an extra 10 (3d6) damage from the attack.",
+ "type": "feature"
+ },
+ {
+ "name": "multiattack",
+ "text": "The doppelganger makes two melee attacks.",
+ "type": "action"
+ },
+ {
+ "name": "slam",
+ "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6 + 4) bludgeoning damage.",
+ "type": "action",
+ "attack": {
+ "name": "slam",
+ "cost": 0,
+ "damage": {
+ "dmg_type": "bludgeoning",
+ "dmg_die_count": 1,
+ "dmg_die_sides": 6
+ },
+ "weight": 0.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "type": "unknown",
+ "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6 + 4) bludgeoning damage."
+ }
+ },
+ {
+ "name": "read thoughts",
+ "text": "The doppelganger magically reads the surface thoughts of one creature within 60 feet of it. The effect can penetrate barriers, but 3 feet of wood or dirt, 2 feet of stone, 2 inches of metal, or a thin sheet of lead blocks it. While the target is in range, the doppelganger can continue reading its thoughts, as long as the doppelganger's concentration isn't broken (as if concentrating on a spell). While reading the target's mind, the doppelganger has advantage on Wisdom (Insight) and Charisma (Deception, Intimidation, and Persuasion) checks against the target.",
+ "type": "action"
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file