From 056c006c687995198d0ec02eeebc2b00a6097879 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Dec 2024 19:32:14 -0500 Subject: Removed parsed/ as a thing that is version controlled --- parsed/creatures/remorhaz.json | 102 ----------------------------------------- 1 file changed, 102 deletions(-) delete mode 100644 parsed/creatures/remorhaz.json (limited to 'parsed/creatures/remorhaz.json') diff --git a/parsed/creatures/remorhaz.json b/parsed/creatures/remorhaz.json deleted file mode 100644 index d74086f..0000000 --- a/parsed/creatures/remorhaz.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "entry": "creatures", - "speed": "30 ft., burrow 20 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [ - { - "type": "cold", - "qualifiers": [] - }, - { - "type": "fire", - "qualifiers": [] - } - ], - "c_immunities": [], - "senses": [ - "darkvision 60 ft.", - "tremorsense 60 ft." - ], - "langs": "--", - "skills": {}, - "hit_die_count": 17, - "hit_die_sides": 12, - "name": "Remorhaz", - "type": "monstrosity", - "cr": 11.0, - "size": "Huge", - "alignment": "unaligned", - "stats": { - "str": 24, - "dex": 13, - "con": 21, - "int": 4, - "wis": 10, - "cha": 5 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "natural", - "bonus": 17 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "heated body", - "text": "A creature that touches the remorhaz or hits it with a melee attack while within 5 feet of it takes 10 (3d6) fire damage.", - "type": "feature" - }, - { - "entry": "feature", - "name": "bite", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "bite", - "cost": -1, - "damage": [ - { - "dmg_die_count": 6, - "dmg_die_sides": 10, - "dmg_type": "piercing", - "is_or": false - }, - { - "dmg_die_count": 3, - "dmg_die_sides": 6, - "dmg_type": "fire", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 0, - 0 - ], - "reach": 10, - "properties": [], - "weapon_type": "unknown", - "text": ". If the target is a creature, it is grappled (escape DC 17). Until this grapple ends, the target is restrained, and the remorhaz can't bite another target.", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": null - } - }, - { - "entry": "feature", - "name": "swallow", - "text": "The remorhaz makes one bite attack against a Medium or smaller creature it is grappling. If the attack hits, that creature takes the bite's damage and is swallowed, and the grapple ends. While swallowed, the creature is blinded and restrained, it has total cover against attacks and other effects outside the remorhaz, and it takes 21 (6d6) acid damage at the start of each of the remorhaz's turns. \nIf the remorhaz takes 30 damage or more on a single turn from a creature inside it, the remorhaz must succeed on a DC 15 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the remorhaz. If the remorhaz dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 15 feet of movement, exiting prone.", - "type": "action" - } - ], - "prof": 4 -} \ No newline at end of file -- cgit v1.2.3