diff options
Diffstat (limited to 'parsed/creatures/roper.json')
-rw-r--r-- | parsed/creatures/roper.json | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/parsed/creatures/roper.json b/parsed/creatures/roper.json new file mode 100644 index 0000000..421a243 --- /dev/null +++ b/parsed/creatures/roper.json @@ -0,0 +1,132 @@ +{ + "entry": "creatures", + "speed": "10 ft., climb 10 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "darkvision 60 ft." + ], + "langs": "--", + "skills": { + "Perception": 1, + "Stealth": 2 + }, + "hit_die_count": 11, + "hit_die_sides": 10, + "name": "Roper", + "type": "monstrosity", + "cr": 5.0, + "size": "Large", + "alignment": "neutral evil", + "stats": { + "str": 18, + "dex": 8, + "con": 17, + "int": 7, + "wis": 16, + "cha": 6 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "natural", + "bonus": 20 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "false appearance", + "text": "While the roper remains motionless, it is indistinguishable from a normal cave formation, such as a stalagmite.", + "type": "feature" + }, + { + "entry": "feature", + "name": "grasping tendrils", + "text": "The roper can have up to six tendrils at a time. Each tendril can be attacked (AC 20; 10 hit points; immunity to poison and psychic damage). Destroying a tendril deals no damage to the roper, which can extrude a replacement tendril on its next turn. A tendril can also be broken if a creature takes an action and succeeds on a DC 15 Strength check against it.", + "type": "feature" + }, + { + "entry": "feature", + "name": "spider climb", + "text": "The roper can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.", + "type": "feature" + }, + { + "entry": "feature", + "name": "multiattack", + "text": "The roper makes four attacks with its tendrils, uses Reel, and makes one attack with its bite.", + "type": "action" + }, + { + "entry": "feature", + "name": "bite", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "bite", + "cost": -1, + "damage": [ + { + "dmg_die_count": 4, + "dmg_die_sides": 8, + "dmg_type": "piercing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "tendril", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "tendril", + "cost": -1, + "damage": [], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 50, + "properties": [], + "weapon_type": "unknown", + "text": "The target is grappled (escape DC 15). Until the grapple ends, the target is restrained and has disadvantage on Strength checks and Strength saving throws, and the roper can't use the same tendril on another target.", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "reel", + "text": "The roper pulls each creature grappled by it up to 25 feet straight toward it.", + "type": "action" + } + ], + "prof": 3 +}
\ No newline at end of file |