aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/mimic.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/mimic.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/mimic.json')
-rw-r--r--parser/monsters/mimic.json117
1 files changed, 117 insertions, 0 deletions
diff --git a/parser/monsters/mimic.json b/parser/monsters/mimic.json
new file mode 100644
index 0000000..d345303
--- /dev/null
+++ b/parser/monsters/mimic.json
@@ -0,0 +1,117 @@
+{
+ "speed": "15 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [
+ {
+ "type": "acid",
+ "qualifiers": []
+ }
+ ],
+ "c_immunities": [
+ {
+ "type": "prone",
+ "qualifiers": []
+ }
+ ],
+ "senses": [
+ "darkvision 60 ft."
+ ],
+ "langs": "--",
+ "skills": {
+ "Stealth": 2
+ },
+ "hit_die_count": 9,
+ "hit_die_sides": 8,
+ "name": "Mimic",
+ "type": "monstrosity (shapechanger)",
+ "cr": 2.0,
+ "size": "Medium",
+ "alignment": "neutral",
+ "stats": {
+ "str": 17,
+ "dex": 12,
+ "con": 15,
+ "int": 5,
+ "wis": 13,
+ "cha": 8
+ },
+ "inventory": [],
+ "natural_armor": [
+ {
+ "name": "natural",
+ "bonus": 12
+ }
+ ],
+ "description": "",
+ "features": [
+ {
+ "name": "shapechanger",
+ "text": "The mimic can use its action to polymorph into an object or back into its true, amorphous form. Its statistics 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": "adhesive (object form only)",
+ "text": "The mimic adheres to anything that touches it. A Huge or smaller creature adhered to the mimic is also grappled by it (escape DC 13). Ability checks made to escape this grapple have disadvantage.",
+ "type": "feature"
+ },
+ {
+ "name": "false appearance (object form only)",
+ "text": "While the mimic remains motionless, it is indistinguishable from an ordinary object.",
+ "type": "feature"
+ },
+ {
+ "name": "grappler",
+ "text": "The mimic has advantage on attack rolls against any creature grappled by it.",
+ "type": "feature"
+ },
+ {
+ "name": "pseudopod",
+ "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8 + 3) bludgeoning damage. If the mimic is in object form, the target is subjected to its Adhesive trait.",
+ "type": "action",
+ "attack": {
+ "name": "pseudopod",
+ "cost": 0,
+ "damage": {
+ "dmg_type": "bludgeoning",
+ "dmg_die_count": 1,
+ "dmg_die_sides": 8
+ },
+ "weight": 0.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "type": "unknown",
+ "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8 + 3) bludgeoning damage. If the mimic is in object form, the target is subjected to its Adhesive trait."
+ }
+ },
+ {
+ "name": "bite",
+ "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8 + 3) piercing damage plus 4 (1d8) acid damage.",
+ "type": "action",
+ "attack": {
+ "name": "bite",
+ "cost": 0,
+ "damage": {
+ "dmg_type": "piercing",
+ "dmg_die_count": 1,
+ "dmg_die_sides": 8
+ },
+ "weight": 0.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "type": "unknown",
+ "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8 + 3) piercing damage plus 4 (1d8) acid damage."
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file