aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/mimic.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-29 14:17:08 -0400
committerYour Name <you@example.com>2021-04-29 14:17:08 -0400
commit5a813a75412ac9b8fadb90c9abd46dd95aee8e9b (patch)
tree75c5466d459c793430a6481cd276a624cd843794 /parser/monsters/mimic.json
parentcd57ad6e208728bafcbc8c7d7b85d88603706978 (diff)
downloaddmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip
Removed data files from repo
Diffstat (limited to 'parser/monsters/mimic.json')
-rw-r--r--parser/monsters/mimic.json115
1 files changed, 0 insertions, 115 deletions
diff --git a/parser/monsters/mimic.json b/parser/monsters/mimic.json
deleted file mode 100644
index 187e128..0000000
--- a/parser/monsters/mimic.json
+++ /dev/null
@@ -1,115 +0,0 @@
-{
- "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