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/rug_of_smothering.json | 110 +++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 parser/monsters/rug_of_smothering.json (limited to 'parser/monsters/rug_of_smothering.json') diff --git a/parser/monsters/rug_of_smothering.json b/parser/monsters/rug_of_smothering.json new file mode 100644 index 0000000..01bd760 --- /dev/null +++ b/parser/monsters/rug_of_smothering.json @@ -0,0 +1,110 @@ +{ + "speed": "10 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "poison", + "qualifiers": [] + }, + { + "type": "psychic", + "qualifiers": [] + } + ], + "c_immunities": [ + { + "type": "blinded", + "qualifiers": [] + }, + { + "type": "charmed", + "qualifiers": [] + }, + { + "type": "deafened", + "qualifiers": [] + }, + { + "type": "frightened", + "qualifiers": [] + }, + { + "type": "paralyzed", + "qualifiers": [] + }, + { + "type": "petrified", + "qualifiers": [] + }, + { + "type": "poisoned", + "qualifiers": [] + } + ], + "senses": [ + "blindsight 60 ft. (blind beyond this radius)" + ], + "langs": "--", + "skills": {}, + "hit_die_count": 6, + "hit_die_sides": 10, + "name": "Rug of Smothering", + "type": "construct", + "cr": 2.0, + "size": "Large", + "alignment": "unaligned", + "stats": { + "str": 17, + "dex": 14, + "con": 10, + "int": 1, + "wis": 3, + "cha": 1 + }, + "inventory": [], + "natural_armor": [], + "description": "", + "features": [ + { + "name": "antimagic susceptibility", + "text": "The rug is incapacitated while in the area of an antimagic field. If targeted by **_dispel magic_**, the rug must succeed on a Constitution saving throw against the caster's spell save DC or fall unconscious for 1 minute.", + "type": "feature" + }, + { + "name": "damage transfer", + "text": "While it is grappling a creature, the rug takes only half the damage dealt to it, and the creature grappled by the rug takes the other half.", + "type": "feature" + }, + { + "name": "false appearance", + "text": "While the rug remains motionless, it is indistinguishable from a normal rug.", + "type": "feature" + }, + { + "name": "smother", + "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one Medium or smaller creature. _Hit:_ The creature is grappled (escape DC 13). Until this grapple ends, the target is restrained, blinded, and at risk of suffocating, and the rug can't smother another target. In addition, at the start of each of the target's turns, the target takes 10 (2d6 + 3) bludgeoning damage.", + "type": "action", + "attack": { + "name": "smother", + "cost": 0, + "damage": { + "dmg_type": "-", + "dmg_die_count": 0, + "dmg_die_sides": 0 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one Medium or smaller creature. _Hit:_ The creature is grappled (escape DC 13). Until this grapple ends, the target is restrained, blinded, and at risk of suffocating, and the rug can't smother another target. In addition, at the start of each of the target's turns, the target takes 10 (2d6 + 3) bludgeoning damage." + } + } + ], + "prof": 2 +} \ No newline at end of file -- cgit v1.2.3