list: API endpoint for returning a list of monsters.
retrieve: API endpoint for returning a particular monster.

GET /monsters/?format=api&ordering=challenge_rating&page=58
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=challenge_rating&page=59",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=challenge_rating&page=57",
    "results": [
        {
            "slug": "giant-ape",
            "desc": "",
            "name": "Giant Ape",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 157,
            "hit_dice": "15d12+60",
            "speed": {
                "walk": 40,
                "climb": 40
            },
            "strength": 23,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 7,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 9,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ape makes two fist attacks."
                },
                {
                    "name": "Fist",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) bludgeoning damage.",
                    "attack_bonus": 9,
                    "damage_dice": "3d10",
                    "damage_bonus": 6
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +9 to hit, range 50/100 ft., one target. Hit: 30 (7d6 + 6) bludgeoning damage.",
                    "attack_bonus": 9,
                    "damage_dice": "7d6",
                    "damage_bonus": 6
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 373,
            "environments": [
                "Jungle",
                "Forest"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_giant-ape/"
        },
        {
            "slug": "oni",
            "desc": "",
            "name": "Oni",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "chain mail",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 19,
            "dexterity": 11,
            "constitution": 16,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 5,
            "perception": 4,
            "skills": {
                "arcana": 5,
                "deception": 8,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The oni makes two attacks, either with its claws or its glaive."
                },
                {
                    "name": "Claw (Oni Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Glaive",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) slashing damage, or 9 (1d10 + 4) slashing damage in Small or Medium form.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10",
                    "damage_bonus": 4
                },
                {
                    "name": "Change Shape",
                    "desc": "The oni magically polymorphs into a Small or Medium humanoid, into a Large giant, or back into its true form. Other than its size, its statistics are the same in each form. The only equipment that is transformed is its glaive, which shrinks so that it can be wielded in humanoid form. If the oni dies, it reverts to its true form, and its glaive reverts to its normal size."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The oni's innate spellcasting ability is Charisma (spell save DC 13). The oni can innately cast the following spells, requiring no material components:\n\nAt will: darkness, invisibility\n1/day each: charm person, cone of cold, gaseous form, sleep"
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The oni's weapon attacks are magical."
                },
                {
                    "name": "Regeneration",
                    "desc": "The oni regains 10 hit points at the start of its turn if it has at least 1 hit point."
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/darkness/?format=api",
                "https://api.open5e.com/v2/spells/invisibility/?format=api",
                "https://api.open5e.com/v2/spells/charm-person/?format=api",
                "https://api.open5e.com/v2/spells/cone-of-cold/?format=api",
                "https://api.open5e.com/v2/spells/gaseous-form/?format=api",
                "https://api.open5e.com/v2/spells/sleep/?format=api"
            ],
            "page_no": 336,
            "environments": [
                "Urban",
                "Forest"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_oni/"
        },
        {
            "slug": "shield-guardian",
            "desc": "",
            "name": "Shield Guardian",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 142,
            "hit_dice": "15d10+60",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 8,
            "constitution": 18,
            "intelligence": 7,
            "wisdom": 10,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 10",
            "languages": "understands commands given in any language but can't speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The guardian makes two fist attacks."
                },
                {
                    "name": "Fist",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Shield",
                    "desc": "When a creature makes an attack against the wearer of the guardian's amulet, the guardian grants a +2 bonus to the wearer's AC if the guardian is within 5 feet of the wearer."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bound",
                    "desc": "The shield guardian is magically bound to an amulet. As long as the guardian and its amulet are on the same plane of existence, the amulet's wearer can telepathically call the guardian to travel to it, and the guardian knows the distance and direction to the amulet. If the guardian is within 60 feet of the amulet's wearer, half of any damage the wearer takes (rounded up) is transferred to the guardian."
                },
                {
                    "name": "Regeneration",
                    "desc": "The shield guardian regains 10 hit points at the start of its turn if it has at least 1 hit. point."
                },
                {
                    "name": "Spell Storing",
                    "desc": "A spellcaster who wears the shield guardian's amulet can cause the guardian to store one spell of 4th level or lower. To do so, the wearer must cast the spell on the guardian. The spell has no effect but is stored within the guardian. When commanded to do so by the wearer or when a situation arises that was predefined by the spellcaster, the guardian casts the stored spell with any parameters set by the original caster, requiring no components. When the spell is cast or a new spell is stored, any previously stored spell is lost."
                }
            ],
            "spell_list": [],
            "page_no": 345,
            "environments": [
                "Temple",
                "Urban",
                "Ruin",
                "Laboratory",
                "Tomb"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_shield-guardian/"
        },
        {
            "slug": "stone-giant",
            "desc": "",
            "name": "Stone Giant",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": "Giants",
            "alignment": "neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "11d12+55",
            "speed": {
                "walk": 40
            },
            "strength": 23,
            "dexterity": 15,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 12,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two greatclub attacks."
                },
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 15 ft., one target. Hit: 19 (3d8 + 6) bludgeoning damage.",
                    "attack_bonus": 9,
                    "damage_dice": "3d8",
                    "damage_bonus": 6
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +9 to hit, range 60/240 ft., one target. Hit: 28 (4d10 + 6) bludgeoning damage. If the target is a creature, it must succeed on a DC 17 Strength saving throw or be knocked prone.",
                    "attack_bonus": 9,
                    "damage_dice": "4d10",
                    "damage_bonus": 6
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Rock Catching",
                    "desc": "If a rock or similar object is hurled at the giant, the giant can, with a successful DC 10 Dexterity saving throw, catch the missile and take no bludgeoning damage from it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Stone Camouflage",
                    "desc": "The giant has advantage on Dexterity (Stealth) checks made to hide in rocky terrain."
                }
            ],
            "spell_list": [],
            "page_no": 313,
            "environments": [
                "Hill",
                "Underdark",
                "Hills",
                "Mountains",
                "Mountain",
                "Plane Of Earth"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_stone-giant/"
        },
        {
            "slug": "young-black-dragon",
            "desc": "",
            "name": "Young Black Dragon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": "Black Dragon",
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 11,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 5,
            "perception": 6,
            "skills": {
                "perception": 6,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 16",
            "languages": "Common, Draconic",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage plus 4 (1d8) acid damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10+1d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                },
                {
                    "name": "Acid Breath (Recharge 5-6)",
                    "desc": "The dragon exhales acid in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 14 Dexterity saving throw, taking 49 (11d8) acid damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 0,
                    "damage_dice": "11d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                }
            ],
            "spell_list": [],
            "page_no": 281,
            "environments": [
                "Swamp"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_young-black-dragon/"
        },
        {
            "slug": "young-copper-dragon",
            "desc": "",
            "name": "Young Copper Dragon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": "Copper Dragon",
            "alignment": "chaotic good",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 119,
            "hit_dice": "14d10+42",
            "speed": {
                "walk": 40,
                "climb": 40,
                "fly": 80
            },
            "strength": 19,
            "dexterity": 12,
            "constitution": 17,
            "intelligence": 16,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 5,
            "perception": 7,
            "skills": {
                "deception": 5,
                "perception": 7,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 17",
            "languages": "Common, Draconic",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10",
                    "damage_bonus": 4
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons.\n**Acid Breath.** The dragon exhales acid in an 40-foot line that is 5 feet wide. Each creature in that line must make a DC 14 Dexterity saving throw, taking 40 (9d8) acid damage on a failed save, or half as much damage on a successful one.\n**Slowing Breath.** The dragon exhales gas in a 30-foot cone. Each creature in that area must succeed on a DC 14 Constitution saving throw. On a failed save, the creature can't use reactions, its speed is halved, and it can't make more than one attack on its turn. In addition, the creature can use either an action or a bonus action on its turn, but not both. These effects last for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself with a successful save.",
                    "attack_bonus": 0,
                    "damage_dice": "9d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 297,
            "environments": [
                "Hill"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_young-copper-dragon/"
        },
        {
            "slug": "firetamer",
            "desc": "Firetamers are the elite elementalists of the fire elemental wardens, using their attunement to the primordial forces of the world to not just create fire, not just command it, but tame it to their will. A firetamer is nothing like the manic pyromancers; while the latter recklessly wields fire as a weapon, firetamers use their talent to protect others from fire’s destructive power—or to use that same power to destroy those who threaten their people. Firetamers are almost always accompanied by a salamander, a fire elemental, or a small herd of magma or smoke mephits.",
            "name": "Firetamer",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "neutral good",
            "armor_class": 17,
            "armor_desc": "red dragon scale mail",
            "hit_points": 92,
            "hit_dice": "16d8+20",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Common, Druidic, Primordial (Ignan)",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage plus 14 (4d6) fire damage. Flamecharm (Recharges after a Short or Long Rest). The firetamer can cast dominate monster (save DC 16) on a fire elemental or other fire elemental creature. If the elemental has 150 or more hit points, it has advantage on the saving throw.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6+4d6",
                    "damage_bonus": 2
                },
                {
                    "name": "Flamecharm (Recharges after a Short or Long Rest)",
                    "desc": "The firetamer can cast _dominate monster_ (save DC 16) on a fire elemental or other fire elemental creature. If the elemental has 150 or more hit points, it has advantage on the saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flameform",
                    "desc": "As a bonus action, the firetamer can transform into a **fire elemental**. While in this form, the firetamer cannot cast spells, but can expend a spell slot as a bonus action to regain 1d8 hit points per level of the spell slot expended. When the firetamer is reduced to 0 hit points, falls unconscious, or dies in this form, it reverts to its humanoid form. It can remain in flameform for up to 5 hours, and can enter flameform twice, regaining expended uses after completing a short or long rest."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The firetamer is a 9th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 16, +8 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, mending, produce flame\n* 1st level (4 slots): cure wounds, faerie fire, longstrider, jump\n* 2nd level (3 slots): flame blade, heat metal, lesser restoration\n* 3rd level (3 slots): daylight, dispel magic, protection from energy\n* 4th level (3 slots): blight, freedom of movement, wall of fire 5th level (1 slot): conjure elemental"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/druidcraft/?format=api",
                "https://api.open5e.com/v2/spells/mending/?format=api",
                "https://api.open5e.com/v2/spells/produce-flame/?format=api",
                "https://api.open5e.com/v2/spells/cure-wounds/?format=api",
                "https://api.open5e.com/v2/spells/faerie-fire/?format=api",
                "https://api.open5e.com/v2/spells/longstrider/?format=api",
                "https://api.open5e.com/v2/spells/jump/?format=api",
                "https://api.open5e.com/v2/spells/flame-blade/?format=api",
                "https://api.open5e.com/v2/spells/heat-metal/?format=api",
                "https://api.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api.open5e.com/v2/spells/daylight/?format=api",
                "https://api.open5e.com/v2/spells/dispel-magic/?format=api",
                "https://api.open5e.com/v2/spells/protection-from-energy/?format=api",
                "https://api.open5e.com/v2/spells/blight/?format=api",
                "https://api.open5e.com/v2/spells/freedom-of-movement/?format=api",
                "https://api.open5e.com/v2/spells/wall-of-fire/?format=api",
                "https://api.open5e.com/v2/spells/conjure-elemental/?format=api"
            ],
            "page_no": 128,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/",
            "v2_converted_path": "/v2/creatures/tdcs_firetamer/"
        },
        {
            "slug": "stoneguard",
            "desc": "The elemental wardens of earth are a stoic people, slow to change socially, and more likely to fight defensive battles and outlast enemies than wage offensive wars. The stoneguard are the perfect embodiment of this ideal; their druidic training has been augmented by ancient combat techniques, allowing them to hold fast against a tide of enemies. They craft arms and armor from the granite around them, and their magical stonecraft rivals that of the dwarves.",
            "name": "Stoneguard",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "lawful neutral",
            "armor_class": 15,
            "armor_desc": "granite half plate",
            "hit_points": 152,
            "hit_dice": "16d8+80",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "petrified",
            "senses": "tremorsense 30 ft., passive Perception 12",
            "languages": "Common, Druidic, Primordial (Terran)",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The stoneguard makes three granite maul attacks."
                },
                {
                    "name": "Granite Maul",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage. If the attack hits, the stoneguard may also immediately cast _thunderwave_ as a bonus action. This casting uses a spell slot, but no material components.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Sentinel",
                    "desc": "When a creature within 5 feet of the stoneguard attacks a target other than the stoneguard, it can make a single attack roll against the attacker."
                },
                {
                    "name": "Skin to Stone",
                    "desc": "When the stoneguard is attacked, it may gain resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks until the end of the attacker’s turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spellcasting",
                    "desc": "The stoneguard is a 3rd-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, resistance\n* 1st level (4 slots): goodberry, speak with animals, thunderwave\n* 2nd level (2 slots): hold person, spike growth"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/druidcraft/?format=api",
                "https://api.open5e.com/v2/spells/resistance/?format=api",
                "https://api.open5e.com/v2/spells/goodberry/?format=api",
                "https://api.open5e.com/v2/spells/speak-with-animals/?format=api",
                "https://api.open5e.com/v2/spells/thunderwave/?format=api",
                "https://api.open5e.com/v2/spells/hold-person/?format=api",
                "https://api.open5e.com/v2/spells/spike-growth/?format=api"
            ],
            "page_no": 128,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/",
            "v2_converted_path": "/v2/creatures/tdcs_stoneguard/"
        },
        {
            "slug": "assassin-a5e",
            "desc": "",
            "name": "Assassin",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 97,
            "hit_dice": "15d8+30",
            "speed": {
                "walk": 35
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": 4,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 6,
                "deception": 4,
                "perception": 4,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 10 ft., darkvision 30 ft., passive Perception 14",
            "languages": "any two",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage plus 10 (3d6) poison damage."
                },
                {
                    "name": "Hand Crossbow",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 30/120 ft., one target. Hit: 6 (1d6 + 3) piercing damage plus 10 (3d6) poison damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Cunning Action",
                    "desc": "The assassin takes the Dash, Disengage, Hide, or Use an Object action."
                },
                {
                    "name": "Rapid Attack",
                    "desc": "The assassin attacks with their shortsword."
                },
                {
                    "name": "Assassins specialize in dealing quiet",
                    "desc": "While some kill for pay, others do so for ideological or political reasons."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Assassinate",
                    "desc": "During the first turn of combat, the assassin has advantage on attack rolls against any creature that hasnt acted. On a successful hit, each creature of the assassins choice that can see the assassins attack is rattled until the end of the assassins next turn."
                },
                {
                    "name": "Dangerous Poison",
                    "desc": "As part of making an attack, the assassin can apply a dangerous poison to their weapon (included below). The assassin carries 3 doses of this poison. A single dose can coat one melee weapon or up to 5 pieces of ammunition."
                },
                {
                    "name": "Evasion",
                    "desc": "When the assassin makes a Dexterity saving throw against an effect that deals half damage on a success, they take no damage on a success and half damage on a failure."
                },
                {
                    "name": "Sneak Attack (1/Turn)",
                    "desc": "The assassin deals an extra 21 (6d6) damage when they hit with a weapon attack while they have advantage on the attack, or when the assassins target is within 5 feet of an ally of the assassin while the assassin doesnt have disadvantage on the attack."
                }
            ],
            "spell_list": [],
            "page_no": 467,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_assassin/"
        },
        {
            "slug": "chimera-a5e",
            "desc": "",
            "name": "Chimera",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": -1,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 21",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Headbutt",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage. The target must succeed on a DC 15 Strength saving throw or fall prone."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 4) slashing damage  or 14 (4d4 + 4) slashing damage against a prone target."
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "The dragon head breathes fire in a 15-foot cone. Creatures in the area make a DC 15 Dexterity saving throw  taking 21 (6d6) fire damage on a failed save or half damage on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Swipe (1/Day)",
                    "desc": "If a creature within 5 feet hits the chimera with a melee attack, the attacker is battered by the chimeras tail. The attacker makes a DC 15 Strength saving throw. On a failure, it takes 9 (2d4 + 4) bludgeoning damage and is pushed 10 feet from the chimera and knocked prone."
                },
                {
                    "name": "Winged Charge (1/Day)",
                    "desc": "If a creature the chimera can see hits it with a ranged attack, the chimera leaps off the ground and moves up to its fly speed towards the attacker. If within range, the chimera then makes a headbutt attack against the attacker."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The chimera can take 2 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Bite",
                    "desc": "The chimera uses its Bite attack."
                },
                {
                    "name": "Claw",
                    "desc": "The chimera uses its Claw attack."
                }
            ],
            "special_abilities": [
                {
                    "name": "Reactive Heads",
                    "desc": "The chimera can take three reactions per round, but not more than one per turn."
                },
                {
                    "name": "Three Heads",
                    "desc": "The chimera has advantage on Perception checks and on saving throws against being blinded, charmed, deafened, frightened, stunned, and knocked unconscious, and it can't be flanked."
                },
                {
                    "name": "Wakeful",
                    "desc": "When one of the chimeras heads is asleep, the others are awake."
                }
            ],
            "spell_list": [],
            "page_no": 45,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_chimera/"
        },
        {
            "slug": "coven-night-hag-a5e",
            "desc": "",
            "name": "Coven Night Hag",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 120,
            "hit_dice": "16d8+48",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 16,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 6,
                "deception": 6,
                "insight": 5,
                "perception": 5,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Abyssal, Common, Infernal",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 12 (2d8 + 3) slashing damage  and the target is subject to the hags Curse trait."
                },
                {
                    "name": "Sleep Touch",
                    "desc": "Melee Spell Attack: +5 to hit, reach 5 ft., one creature. Hit: The target falls asleep for 4 hours or until it takes damage or is shaken awake. Once the hag successfully hits a target  it can't make this attack again until it finishes a long rest."
                },
                {
                    "name": "Shapeshift",
                    "desc": "The hag magically polymorphs into a Small or Medium humanoid. Equipment it is carrying isnt transformed. It retains its claws in any form. It has no true form and remains in its current form when it dies."
                },
                {
                    "name": "Planar Travel (3/Day)",
                    "desc": "The hag magically enters the Ethereal Plane from the Material Plane  or vice versa. Alternatively  the hag is magically transported to the Material Plane  Hell  or the Abyss  arriving within 10 miles of its desired destination."
                },
                {
                    "name": "Nightmare Haunting (1/Day)",
                    "desc": "While on the Ethereal Plane  the hag magically touches a sleeping creature that is under the night hags Curse and is not protected by a magic circle or protection from evil and good spell or similar magic. As long as the touch persists  the target has terrible nightmares. If the nightmares last for 1 hour  the target gains no benefit from the rest  and its hit point maximum is reduced by 5 (1d10) until the curse ends. If this effect reduces the targets hit points maximum to 0  the target dies and the hag captures its soul. The reduction to the targets hit point maximum lasts until removed by greater restoration or similar magic."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Fragmentary Dream",
                    "desc": "The hag creates a terrifying illusion visible only to one creature that it can see within 120 feet. The creature makes a DC 14 Wisdom saving throw. It takes 22 (4d10) psychic damage and becomes frightened until the end of its turn on a failure, or takes half damage on a success."
                }
            ],
            "reactions": [
                {
                    "name": "Steal Magic (3/Day)",
                    "desc": "When a creature the hag can see within 60 feet casts a spell using a 3rd-level or lower spell slot, the hag attempts to steal its power. The caster makes a DC 14 saving throw using its spellcasting ability. On a failure, the spell fails, and the hag gains 5 (1d10) temporary hit points per level of the spell slot used."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Curse",
                    "desc": "A creature touched by the hags claws is magically cursed for 30 days. While under this curse, the target has disadvantage on attack rolls made against the hag."
                },
                {
                    "name": "Evil",
                    "desc": "The hag radiates an Evil aura."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The hag has advantage on saving throws against spells and magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 270,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_coven-night-hag/"
        },
        {
            "slug": "cyclops-a5e",
            "desc": "",
            "name": "Cyclops",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 126,
            "hit_dice": "11d12+55",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "animal": 0,
                "survival": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The cyclops makes two melee attacks."
                },
                {
                    "name": "Club",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 120 ft. (see Poor Depth Perception)  one target. Hit: 32 (5d10 + 5) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Thick Skulled (1/Day)",
                    "desc": "The cyclops can end one condition on itself that was imposed through a failed Wisdom saving throw."
                }
            ],
            "reactions": [
                {
                    "name": "Big Windup",
                    "desc": "When a creature hits the cyclops with a melee attack, the cyclops readies a powerful strike against its attacker. The cyclops has advantage on the next club attack it makes against the attacker before the end of its next turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Panicked Rage",
                    "desc": "While a cyclops is frightened and the source of its fear is in sight, it makes attack rolls with advantage instead of disadvantage."
                },
                {
                    "name": "Poor Depth Perception",
                    "desc": "The cyclops makes all ranged attacks with disadvantage."
                }
            ],
            "spell_list": [],
            "page_no": 58,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_cyclops/"
        },
        {
            "slug": "diplodocus-a5e",
            "desc": "",
            "name": "Diplodocus",
            "size": "Gargantuan",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 139,
            "hit_dice": "9d20+45",
            "speed": {
                "walk": 30
            },
            "strength": 24,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The diplodocus makes a stomp attack and a tail attack against two different targets."
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 21 (4d6 + 7) bludgeoning damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 15 ft., one target. Hit: 17 (3d6 + 7) bludgeoning damage. If the target is a Large or smaller creature  it is pushed 10 feet away from the diplodocus and knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 90,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_diplodocus/"
        },
        {
            "slug": "dread-troll-a5e",
            "desc": "",
            "name": "Dread Troll",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 105,
            "hit_dice": "10d10+50",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The troll makes two bite attacks and three claw attacks."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The troll has advantage on Perception checks that rely on smell."
                },
                {
                    "name": "Regeneration",
                    "desc": "The troll regains 10 hit points at the start of its turn. If the troll takes acid or fire damage, this trait doesnt function on its next turn. The troll dies only if it starts its turn with 0 hit points and doesnt regenerate."
                },
                {
                    "name": "Severed Limbs",
                    "desc": "If the troll is dealt a critical hit with a slashing weapon, one of its extremities is severed. The extremity has AC 15, 10 hit points, a Speed of 10, and the trolls Regeneration trait. The troll controls the severed extremity and perceives through it with the appropriate senses (for instance, it sees through the eyes of its severed head). As a bonus action, the troll can reattach the extremity. While the troll is missing the extremity, its maximum hit points are reduced by 10. Roll d6 to determine the severed extremity:"
                },
                {
                    "name": "1-4: Arm",
                    "desc": "If the troll has an arm, it loses an arm. It loses one of its claw attacks, and the severed arm can make a claw attack."
                },
                {
                    "name": "5-6: Head",
                    "desc": "If the troll has a head, it loses its head. It loses its bite attack, and the severed head can make a bite attack."
                }
            ],
            "spell_list": [],
            "page_no": 413,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_dread-troll/"
        },
        {
            "slug": "gelatinous-wall-a5e",
            "desc": "",
            "name": "Gelatinous Wall",
            "size": "Huge",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 6,
            "armor_desc": "",
            "hit_points": 136,
            "hit_dice": "13d12+52",
            "speed": {
                "walk": 30,
                "swim": 15
            },
            "strength": 16,
            "dexterity": 2,
            "constitution": 18,
            "intelligence": 1,
            "wisdom": 6,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "blinded, charmed, deafened, fatigue, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 8",
            "languages": "",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (3d6) acid damage plus 9 (2d6 + 2) bludgeoning damage."
                },
                {
                    "name": "Engulf",
                    "desc": "The cube moves up to its Speed. While doing so  it can enter Large or smaller creatures spaces. Whenever the cube enters a creatures space  the creature makes a DC 13 Dexterity saving throw. If the creature is unaware of the cubes presence  it makes its saving throw against Engulf with disadvantage. On a success  the creature may use its reaction  if available  to move up to half its Speed without provoking opportunity attacks. If the creature doesnt move  it is engulfed by the cube."
                },
                {
                    "name": "A creature engulfed by the cube takes 10 (3d6) acid damage plus 9 (2d6 + 2) bludgeoning damage, can't breathe, is restrained, and takes 10 (3d6) acid damage plus 9 (2d6 + 2) bludgeoning damage at the start of each of the cubes turns",
                    "desc": "It can be seen but has total cover. It moves with the cube. The cube can hold as many creatures as fit in its space without squeezing."
                },
                {
                    "name": "An engulfed creature can escape by using an action to make a DC 13 Strength check",
                    "desc": "On a success  the creature moves to a space within 5 feet of the cube. A creature within 5 feet can take the same action to free an engulfed creature  but takes 10 (3d6) acid damage plus 9 (2d6 + 2) bludgeoning damage in the process."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Engulfing Body",
                    "desc": "A creature that enters the cubes space is subjected to the saving throw and consequences of its Engulf attack."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the cube has disadvantage on attack rolls."
                },
                {
                    "name": "Transparent",
                    "desc": "While the cube is motionless, creatures unaware of its presence must succeed on a DC 15 Perception check to spot it."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "An ooze doesnt require air or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 351,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_gelatinous-wall/"
        },
        {
            "slug": "giant-ape-a5e",
            "desc": "",
            "name": "Giant Ape",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 115,
            "hit_dice": "11d12+44",
            "speed": {
                "walk": 40,
                "climb": 40
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 8,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ape attacks twice with its fists."
                },
                {
                    "name": "Fists",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 21 (3d10+5) bludgeoning damage."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 50/100 ft., one target. Hit: 26 (6d6+5) bludgeoning damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 444,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_giant-ape/"
        },
        {
            "slug": "half-shadow-dragon-assassin-a5e",
            "desc": "",
            "name": "Half-Shadow Dragon Assassin",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 97,
            "hit_dice": "15d8+30",
            "speed": {
                "walk": 35
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": 4,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 6,
                "deception": 4,
                "perception": 4,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 14",
            "languages": "Draconic plus any two",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage plus 10 (3d6) poison damage."
                },
                {
                    "name": "Hand Crossbow",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 30/120 ft., one target. Hit: 6 (1d6 + 3) piercing damage plus 10 (3d6) poison damage."
                },
                {
                    "name": "Anguished Breath (Recharge 5-6)",
                    "desc": "The assassin exhales a shadowy maelstrom of anguish in a 15-foot cone. Each creature in that area makes a DC 12 Wisdom saving throw  taking 22 (4d8) necrotic damage on a failed save or half damage on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Cunning Action",
                    "desc": "The assassin takes the Dash, Disengage, Hide, or Use an Object action."
                },
                {
                    "name": "Rapid Attack",
                    "desc": "The assassin attacks with their shortsword."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Assassinate",
                    "desc": "During the first turn of combat, the assassin has advantage on attack rolls against any creature that hasnt acted. On a successful hit, each creature of the assassins choice that can see the assassins attack is rattled until the end of the assassins next turn."
                },
                {
                    "name": "Dangerous Poison",
                    "desc": "As part of making an attack, the assassin can apply a dangerous poison to their weapon (included below). The assassin carries 3 doses of this poison. A single dose can coat one melee weapon or up to 5 pieces of ammunition."
                },
                {
                    "name": "Evasion",
                    "desc": "When the assassin makes a Dexterity saving throw against an effect that deals half damage on a success, they take no damage on a success and half damage on a failure."
                },
                {
                    "name": "Sneak Attack (1/Turn)",
                    "desc": "The assassin deals an extra 21 (6d6) damage when they hit with a weapon attack while they have advantage on the attack, or when the assassins target is within 5 feet of an ally of the assassin while the assassin doesnt have disadvantage on the attack."
                }
            ],
            "spell_list": [],
            "page_no": 274,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_half-shadow-dragon-assassin/"
        },
        {
            "slug": "medusa-a5e",
            "desc": "",
            "name": "Medusa",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 120,
            "hit_dice": "16d8+48",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 5,
                "insight": 5,
                "perception": 5,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The medusa makes any combination of two attacks with its snake hair and longbow."
                },
                {
                    "name": "Snake Hair",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage plus 7 (2d6) poison damage  plus an additional 3 (1d6) piercing damage if the target is a creature that is surprised or that can't see the medusa."
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 150/600 ft., one target. Hit: 8 (1d8 + 4) piercing damage plus 7 (2d6) poison damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Petrifying Gaze",
                    "desc": "When a creature starts its turn within 60 feet of the medusa and can see the medusas eyes, it can choose to shut its eyes until the beginning of its next turn unless it is surprised or incapacitated. Otherwise, the medusa uses its petrifying gaze on the creature. If the medusa sees its own reflection and doesnt shut its eyes, it is subject to its own gaze."
                },
                {
                    "name": "A creature subject to the medusas petrifying gaze makes a DC 14 Constitution saving throw",
                    "desc": "If it rolls a natural 1 on the save, it is petrified instantly. If it otherwise fails the save, it is restrained as it begins to be petrified. The creature repeats the saving throw at the end of its turn, ending the effect on itself on a success and becoming petrified on a failure. The petrification can be removed with greater restoration or similar powerful magic."
                }
            ],
            "spell_list": [],
            "page_no": 323,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_medusa/"
        },
        {
            "slug": "merclops-a5e",
            "desc": "",
            "name": "Merclops",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 126,
            "hit_dice": "11d12+55",
            "speed": {
                "swim": 60
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "animal": 0,
                "survival": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The merclops makes two melee attacks."
                },
                {
                    "name": "Club",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage."
                },
                {
                    "name": "Harpoon",
                    "desc": "Melee or Ranged Weapon Attack: +8 to hit, reach 10 ft. or range 90 ft. (see Poor Depth Perception)  one target. Hit: 27 (4d10 + 5) piercing damage. The target makes a DC 16 Strength saving throw. On a failure  the merclops pulls the target up to 30 feet toward the merclops."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Thick Skulled (1/Day)",
                    "desc": "The merclops can end one condition on itself that was imposed through a failed Wisdom saving throw."
                }
            ],
            "reactions": [
                {
                    "name": "Big Windup",
                    "desc": "When a creature hits the merclops with a melee attack, the merclops readies a powerful strike against its attacker. The merclops has advantage on the next club attack it makes against the attacker before the end of its next turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Panicked Rage",
                    "desc": "While a merclops is frightened and the source of its fear is in sight, it makes attack rolls with advantage instead of disadvantage."
                },
                {
                    "name": "Poor Depth Perception",
                    "desc": "The merclops makes all ranged attacks with disadvantage."
                },
                {
                    "name": "Aquatic",
                    "desc": "The merclops can breathe underwater."
                }
            ],
            "spell_list": [],
            "page_no": 58,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_merclops/"
        },
        {
            "slug": "ogre-mage-a5e",
            "desc": "",
            "name": "Ogre Mage",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 102,
            "hit_dice": "12d10+36",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 5,
                "deception": 6,
                "perception": 4,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ogre makes two melee attacks."
                },
                {
                    "name": "Claw (Ogre Mage Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage."
                },
                {
                    "name": "Iron Club",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 17 (2d12 + 4) bludgeoning damage  or 10 (1d12 + 4) bludgeoning damage in Small or Medium form. When the ogre hits or touches a target with its club  it can end any spell on the target that was cast with a 3rd-level or lower spell slot."
                },
                {
                    "name": "Read Scroll (1/Day)",
                    "desc": "The ogre casts a spell from a magical scroll without expending the scrolls magic."
                },
                {
                    "name": "Darkness (2nd-Level; V, S, Concentration)",
                    "desc": "Magical darkness spreads from a point within 30 feet of the ogre  filling a 15-foot-radius sphere and spreading around corners. It remains for 1 minute. A creature with darkvision can't see through this darkness  and nonmagical light can't illuminate it."
                },
                {
                    "name": "Hold Person (2nd-Level; V, S, Concentration)",
                    "desc": "One humanoid the ogre can see within 60 feet makes a DC 14 Wisdom saving throw. On a failure  the target is paralyzed for 1 minute  repeating the saving throw at the end of each of its turns  ending the effect on a success."
                },
                {
                    "name": "Invisibility (2nd-Level; V, S, Concentration)",
                    "desc": "The ogre is invisible for 1 hour. The spell ends if the ogre attacks or casts a spell."
                },
                {
                    "name": "Gaseous Form (3rd-Level; V, S, Concentration)",
                    "desc": "The ogre and its gear becomes a hovering cloud of gas for 1 hour. Its Speed is 0  and its fly speed is 30. It can't attack  use or drop objects  talk  or cast spells. It can enter another creatures space and pass through small holes and cracks but can't pass through liquid. It is resistant to nonmagical damage  has advantage on Strength  Dexterity and Constitution saving throws  and can't fall."
                },
                {
                    "name": "Cone of Cold (5th-Level; V, S)",
                    "desc": "Frost blasts from the ogre in a 60-foot cone. Each creature in the area makes a DC 14 Constitution saving throw  taking 36 (8d8) cold damage on a failure or half damage on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shapeshift",
                    "desc": "The ogre changes its form into a Small or Medium humanoid, or back into its true form, which is a Large giant. Other than its size, its statistics are the same in each form. Its iron club, armor, and clothing change size with it. It reverts to its true form when it dies."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The ogres innate spellcasting ability is Charisma (spell save DC 14). It can innately cast the following spells, requiring no material components: At will: darkness, invisibility, 1/day: charm person, cone of cold, gaseous form, hold person"
                }
            ],
            "spell_list": [],
            "page_no": 348,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_ogre-mage/"
        },
        {
            "slug": "plesiosaurus-a5e",
            "desc": "",
            "name": "Plesiosaurus",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "6d10+12",
            "speed": {
                "walk": 20,
                "swim": 40
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage. The target makes a DC 14 Strength saving throw. On a failure  it is pulled up to 5 feet towards the plesiosaurus."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The plesiosaurus can hold its breath for 1 hour."
                }
            ],
            "spell_list": [],
            "page_no": 90,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_plesiosaurus/"
        },
        {
            "slug": "shield-guardian-a5e",
            "desc": "",
            "name": "Shield Guardian",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 133,
            "hit_dice": "14d10+56",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, fatigue, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands all languages but can't speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The guardian attacks twice with its fist."
                },
                {
                    "name": "Fist",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage."
                },
                {
                    "name": "Self-Repair",
                    "desc": "The guardian regains 15 hit points."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Absorb Damage",
                    "desc": "If the guardian is within 60 feet of its master when the master takes damage, half the damage (rounded up) is transferred to the guardian."
                },
                {
                    "name": "Shield",
                    "desc": "If the guardian is within 5 feet of its master when the master is attacked, the guardian grants a +3 bonus to its masters AC."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amulet",
                    "desc": "The guardian is magically bound to an amulet. It knows the distance and direction to the amulet while it is on the same plane of existence. Whoever wears the amulet becomes the guardians master and can magically command the guardian to travel to it."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The guardian is immune to any effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The guardian has advantage on saving throws against spells and magical effects."
                },
                {
                    "name": "Spell Storing",
                    "desc": "A spellcaster wearing the guardians amulet can use the guardian to store a spell. The spellcaster casts a spell using a 4th-level or lower spell slot on the guardian, choosing any spell parameters. The spell has no effect when thus cast. The guardian can cast this spell once, using no components, when ordered to do so by its master or under other predefined circumstances. When a spell is stored in the guardian, any previously stored spell is lost."
                },
                {
                    "name": "Constructed Nature",
                    "desc": "Guardians dont require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 264,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_shield-guardian/"
        },
        {
            "slug": "spell-warped-chuul-a5e",
            "desc": "",
            "name": "Spell-warped Chuul",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "speed": {
                "walk": 30,
                "swim": 40
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 5,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "understands Deep Speech but can't speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "If the chuul is grappling a creature  it uses its tentacle on that creature. It then makes two pincer attacks."
                },
                {
                    "name": "Pincer",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one Large or smaller target. Hit: 11 (2d6 + 4) bludgeoning damage. If the target is a creature  it is grappled (escape DC 15). When carrying a grappled creature  the chuul can move at full speed. A pincer that is being used to grapple a creature can be used only to attack that creature."
                },
                {
                    "name": "Tentacle",
                    "desc": "A grappled creature makes a DC 14 Constitution saving throw. On a failure  it is paralyzed for 1 minute. The creature repeats the saving throw at the end of each of its turns  ending the paralysis on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The chuul can breathe air and water."
                },
                {
                    "name": "Detect Magic",
                    "desc": "The chuul senses a magical aura around any visible creature or object within 120 feet that bears magic."
                },
                {
                    "name": "Spell-warped",
                    "desc": "The spell-warped Chuul possesses one of the following traits."
                },
                {
                    "name": "Absorb Magic",
                    "desc": "The chuul has advantage on saving throws against spells and other magical effects. Whenever the chuul successfully saves against a spell or magical effect, it magically gains 5 (1d10) temporary hit points. While these temporary hit points last, the chuuls pincer attacks deal an additional 3 (1d6) force damage."
                },
                {
                    "name": "King-Sized Claw",
                    "desc": "One of the chuuls pincers deals 18 (4d6 + 4) bludgeoning damage on a successful hit. A creature grappled by this pincer makes ability checks to escape the grapple with disadvantage."
                },
                {
                    "name": "Rune Drinker",
                    "desc": "Whenever the chuul takes damage from a magic weapon, until the start of the chuuls next turn attacks made with that weapon have disadvantage, and the chuul gains a +4 bonus to AC."
                },
                {
                    "name": "Sparking Wand",
                    "desc": "A wand of lightning bolts adorns the chuuls carapace. A creature that starts its turn within 10 feet must make a successful DC 14 Dexterity saving throw or take 7 (2d6) lightning damage. As an action, a creature within 5 feet of the chuul can grab the wand by making a successful DC 14 Athletics or Sleight of Hand check. A creature that fails this check must make a DC 14 Dexterity saving throw. On a failed save, the creature takes 7 (2d6) lightning damage and is knocked prone. On a successful save, a creature takes half damage and isnt knocked prone."
                }
            ],
            "spell_list": [],
            "page_no": 48,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_spell-warped-chuul/"
        },
        {
            "slug": "spymaster-a5e",
            "desc": "",
            "name": "Spymaster",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 97,
            "hit_dice": "15d8+30",
            "speed": {
                "walk": 35
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": 4,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 6,
                "deception": 4,
                "perception": 4,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 10 ft., darkvision 30 ft., passive Perception 14",
            "languages": "any two",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage."
                },
                {
                    "name": "Hand Crossbow",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 30/120 ft., one target. Hit: 6 (1d6 + 3) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Cunning Action",
                    "desc": "The assassin takes the Dash, Disengage, Hide, or Use an Object action."
                },
                {
                    "name": "Rapid Attack",
                    "desc": "The assassin attacks with their shortsword."
                },
                {
                    "name": "Don Disguise",
                    "desc": "The spymaster uses a disguise kit, making a Deception check to create the disguise. While the spymaster is wearing a disguise, their true identity can't be determined even if the disguise fails."
                },
                {
                    "name": "Study Adversary",
                    "desc": "The spymaster studies the defenses of a creature engaged in combat. The spymaster gains advantage on all attacks and contested ability checks against that creature for 24 hours or until they study a different creature."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Assassinate",
                    "desc": "During the first turn of combat, the assassin has advantage on attack rolls against any creature that hasnt acted. On a successful hit, each creature of the assassins choice that can see the assassins attack is rattled until the end of the assassins next turn."
                },
                {
                    "name": "Dangerous Poison",
                    "desc": "As part of making an attack, the assassin can apply a dangerous poison to their weapon (included below). The assassin carries 3 doses of this poison. A single dose can coat one melee weapon or up to 5 pieces of ammunition."
                },
                {
                    "name": "Evasion",
                    "desc": "When the assassin makes a Dexterity saving throw against an effect that deals half damage on a success, they take no damage on a success and half damage on a failure."
                },
                {
                    "name": "Sneak Attack (1/Turn)",
                    "desc": "The assassin deals an extra 21 (6d6) damage when they hit with a weapon attack while they have advantage on the attack, or when the assassins target is within 5 feet of an ally of the assassin while the assassin doesnt have disadvantage on the attack."
                }
            ],
            "spell_list": [],
            "page_no": 468,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_spymaster/"
        },
        {
            "slug": "winter-hag-a5e",
            "desc": "",
            "name": "Winter Hag",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 120,
            "hit_dice": "16d8+48",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 16,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 6,
                "deception": 7,
                "insight": 6,
                "perception": 6,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Common, Draconic, Sylvan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hag attacks with its claws and uses Ice Bolt."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) slashing damage."
                },
                {
                    "name": "Ice Bolt",
                    "desc": "Ranged Spell Attack: +7 to hit, range 60 ft., one creature. Hit: 15 (2d10 + 4) cold damage  and the target makes a DC 15 Constitution saving throw. A creature under the hags curse automatically fails this saving throw. On a failure  the creature is restrained as it begins to turn to ice. At the end of the creatures next turn  the creature repeats the saving throw. On a success  the effect ends. On a failure  the creature is petrified into ice. This petrification can be removed with greater restoration or similar magic."
                },
                {
                    "name": "Shapeshift",
                    "desc": "The hag magically polymorphs into a Small or Medium humanoid or back into its true form. Its statistics are the same in each form. Equipment it is carrying isnt transformed. It retains a streak of white hair in any form. It returns to its true form if it dies."
                },
                {
                    "name": "Invisibility (2nd-Level; V, S, Concentration)",
                    "desc": "The hag is invisible for 1 hour. The spell ends if the hag attacks or casts a spell."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Ice Shield",
                    "desc": "The hag adds 3 to its AC against one melee attack that would hit it made by a creature it can see. If the attack misses, the attacker takes 14 (4d6) cold damage."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Curse",
                    "desc": "A creature that accepts a gift from the hag is magically cursed for 30 days. While it is cursed, the target automatically fails saving throws against the hags charm person, geas, and scrying spells, and the hag can cast control weather centered on the creature."
                },
                {
                    "name": "Icy Travel",
                    "desc": "The hag is not hindered by cold weather, icy surfaces, snow, wind, or storms. Additionally, the hag and her allies leave no trace when walking on snow or ice."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The hags innate spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components: At will: charm person, dancing lights, invisibility, minor illusion, passwall (ice only), 1/day: control weather (extreme cold), geas, scrying"
                }
            ],
            "spell_list": [],
            "page_no": 272,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_winter-hag/"
        },
        {
            "slug": "causticcharger-tob1-2023",
            "desc": "False",
            "name": "Caustic Charger",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 133,
            "hit_dice": "14d12 + 42",
            "speed": {
                "walk": 10,
                "burrow": 30
            },
            "strength": 19,
            "dexterity": 11,
            "constitution": 16,
            "intelligence": 4,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "acid",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The caustic charger makes two Ram attacks. It can replace one Ram attack with a Tentacles attack."
                },
                {
                    "name": "Ram",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 22 (4d8 + 4) bludgeoning damage, and if the target is a Large or smaller creature, it must succeed on a DC 15 Strength saving throw or be knocked prone. If the charger moved at least 10 feet straight toward the target immediately before the hit, the target has disadvantage on the saving throw."
                },
                {
                    "name": "Tentacles",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage plus 14 (4d6) acid damage. If the target is a creature, it must succeed on a DC 15 Constitution saving throw or be paralyzed for 1 minute. The paralyzed creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If the caustic charger attacks a target that is not in the charger's space, the target takes half the acid damage and has advantage on the saving throw."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Slurp",
                    "desc": "The caustic charger feeds on a creature paralyzed by its Tentacles attack. The target must succeed on a DC 15 Constitution saving throw or its hp maximum is reduced by half the amount of acid damage dealt by the Tentacles attack that caused the paralysis, and the charger regains hp equal to that amount. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Straddler",
                    "desc": "The caustic charger can end its move in the space of a prone Large or smaller creature. A creature standing up from prone in the same space as the charger can move to a space within 5 feet of the charger as part of standing up."
                },
                {
                    "name": "Wastes Walk",
                    "desc": "Difficult terrain composed of rocks or sand doesn't cost the caustic charger extra movement."
                }
            ],
            "spell_list": [],
            "page_no": 51,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_caustic-charger/"
        },
        {
            "slug": "chelicerae-tob1-2023",
            "desc": "False",
            "name": "Chelicerae",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 153,
            "hit_dice": "18d10 + 54",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 17,
            "constitution": 17,
            "intelligence": 18,
            "wisdom": 15,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 5,
            "perception": 15,
            "skills": {
                "Acrobatics": 6,
                "Athletics": 9,
                "Perception": 5,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) piercing damage, and the target must succeed on a DC 15 Constitution saving throw or become poisoned for 1 minute. If the target is a Medium or smaller creature and the chelicerae doesn't have another creature grappled, the target is grappled (escape DC 15). A poisoned target is also unconscious while poisoned in this way. The poisoned target can repeat the saving throw at the end of each of its turns, ending the poisoned condition on itself on a success."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 15 (2d8 + 6) slashing damage."
                },
                {
                    "name": "Magical Discharge (Recharge Special)",
                    "desc": "The chelicerae releases some of its stored magical energy in a burst. Each creature within 15 feet of the chelicerae must make a DC 15 Dexterity saving throw, taking 36 (8d8) force damage on a failed save, or half as much damage on a successful one. After using Magical Discharge, the chelicerae can't do so again until it successfully siphons magic from a creature or until it finishes a long rest."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The chelicerae casts one of the following spells, requiring no material or verbal components and using Intelligence as the spellcasting ability (spell save DC 15):\nAt will: mage hand, minor illusion\n1/day each: haste, hold person, invisibility, phantasmal killer"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Nimble Moves",
                    "desc": "The chelicerae takes the Dash or Disengage action."
                },
                {
                    "name": "Siphon Magic",
                    "desc": "The chelicerae siphons magic from a spellcaster it is grappling. The target must succeed on a DC 15 Intelligence saving throw or lose one spell slot of the highest level it can cast. The chelicerae then regains an expended use of its Spellcasting."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The chelicerae has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The chelicerae can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "spell_list": [],
            "page_no": 53,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_chelicerae/"
        },
        {
            "slug": "coraldrake-tob1-2023",
            "desc": "False",
            "name": "Coral Drake",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d8 + 60",
            "speed": {
                "walk": 60
            },
            "strength": 19,
            "dexterity": 17,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 17,
            "skills": {
                "Acrobatics": 6,
                "Perception": 7,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "Draconic",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The coral drake makes one Bite attack and two Spined Fin attacks. It can replace its Bite attack with a Stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) piercing damage."
                },
                {
                    "name": "Spined Fin",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage, and the target must succeed on a DC 15 Constitution saving throw or be poisoned for 1 minute. While poisoned, the target takes 5 (2d4) poison damage at the start of each of its turns. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Biting Breath (Recharge 5-6)",
                    "desc": "The coral drake pressurizes the throat sacs that contain its growing young and spews tiny, ravenous hatchling drakes in a 15-foot cone. Each creature in the area must make a DC 15 Dexterity saving throw. On a failure, a creature takes 21 (6d6) piercing damage and is blinded for 1 minute. On a success, a creature takes half the damage and isn't blinded. A blinded creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Underwater Camouflage",
                    "desc": "The coral drake has advantage on Dexterity (Stealth) checks made while underwater."
                },
                {
                    "name": "Water Breathing",
                    "desc": "The coral drake can breathe only underwater."
                }
            ],
            "spell_list": [],
            "page_no": 140,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_coral-drake/"
        },
        {
            "slug": "corruptedchieftain-tob1-2023",
            "desc": "False",
            "name": "Corrupted Chieftain",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 133,
            "hit_dice": "14d10 + 56",
            "speed": {
                "walk": 40
            },
            "strength": 23,
            "dexterity": 8,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 7,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": 8,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 8",
            "languages": "Common, Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The corrupted ogre can use its Chieftain's Command or Chieftain's Might. It then makes two Greatclub or Javelin attacks."
                },
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage plus 9 (2d8) force damage."
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +9 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 13 (2d6 + 6) piercing damage plus 9 (2d8) force damage."
                },
                {
                    "name": "Chieftain's Command",
                    "desc": "The corrupted chieftain barks an order to one Giant it can see within 30 feet of it, sharing a measure of its power with the target. The target has advantage on the next attack roll it makes before the start of the chieftain's next turn. In addition, the next attack roll against the target before the start of the chieftain's next turn has disadvantage."
                },
                {
                    "name": "Chieftain's Might",
                    "desc": "The corrupted chieftain causes its eyes to glow, its muscles to swell, and the ground beneath its feet to rumble. Each creature within 15 feet of the chieftain must succeed on a DC 15 Wisdom saving throw or be frightened until the end of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Aggressive",
                    "desc": "The corrupted chieftain moves up to its speed toward a hostile creature it can see."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic-Infused Weapons",
                    "desc": "The power coursing through the corrupted chieftain's veins flows into its weapons. The chieftain's weapon attacks are magical. When the chieftain hits with any weapon, the weapon deals an extra 2d8 force damage (included in the attack)."
                },
                {
                    "name": "Spiked Hide",
                    "desc": "A creature that touches the ogre or hits it with a melee attack while within 5 feet of it takes 5 (2d4) piercing damage."
                }
            ],
            "spell_list": [],
            "page_no": 289,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_corrupted-chieftain/"
        },
        {
            "slug": "deathwisp-tob1-2023",
            "desc": "False",
            "name": "Deathwisp",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 82,
            "hit_dice": "11d8 + 33",
            "speed": {
                "walk": 60
            },
            "strength": 6,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 18,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 16,
            "skills": {
                "Perception": 6,
                "Stealth": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "the languages it knew in life",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The deathwisp makes two Ghostly Pike attacks, or it can make one Ghostly Pike attack and one Life Drain attack."
                },
                {
                    "name": "Ghostly Pike",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) force damage plus 9 (2d8) necrotic damage."
                },
                {
                    "name": "Life Drain",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 23 (4d8 + 5) necrotic damage. The target must succeed on a DC 15 Constitution saving throw or its hp maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0."
                },
                {
                    "name": "Create Specter",
                    "desc": "The deathwisp targets a Humanoid within 10 feet of it that has been dead for no longer than 1 minute and died violently. The target's spirit rises as a specter in the space of its corpse or in the nearest unoccupied space. This specter is under the deathwisp's control. The deathwisp can have no more than twelve specters under its control at one time."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Traveler (3/Day)",
                    "desc": "While in shadows, dim light, or darkness, the deathwisp disappears into the darkness and reappears in an unoccupied space it can see within 30 feet. A tendril of inky smoke appears at the origin and destination when it uses this bonus action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Flicker",
                    "desc": "The deathwisp flickers in and out of sight. Ranged weapon attacks against it are made with disadvantage."
                },
                {
                    "name": "Incorporeal Movement",
                    "desc": "The deathwisp can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside a solid object."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the deathwisp has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The deathwisp doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 71,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_deathwisp/"
        },
        {
            "slug": "dissimortuum-tob1-2023",
            "desc": "False",
            "name": "Dissimortuum",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "15d8 + 45",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 8,
            "wisdom": 11,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "the languages of its creator",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dissimortuum makes three Claw attacks. It can replace one Claw attack with a use of Terrifying Mask."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 15 (3d8 + 2) slashing damage."
                },
                {
                    "name": "Terrifying Mask",
                    "desc": "Each non-Undead creature within 60 feet of the dissimortuum that can see it must succeed on a DC 15 Wisdom saving throw or be frightened for 1 minute. A frightened creature can repeat the saving throw, ending the effect on itself on a success. If a target's saving throw is successful or the effect ends for it, the target becomes immune to the dissimortuum's Terrifying Mask for the next 24 hours."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Spider Climb",
                    "desc": "The dissimortuum can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The dissimortuum doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 106,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_dissimortuum/"
        },
        {
            "slug": "dwarvenringmage-tob1-2023",
            "desc": "False",
            "name": "Dwarven Ringmage",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Any Alignment",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 136,
            "hit_dice": "21d8 + 42",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 18,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": 7,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Arcana": 7,
                "History": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "poison",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Dwarvish",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Ring Staff",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage plus 10 (3d6) acid, cold, fire, lightning, or thunder damage (the ringmage's choice)."
                },
                {
                    "name": "Ring Magic",
                    "desc": "The dwarven ringmage draws circles of magic in the air and sends them toward one creature it can see within 30 feet of it, causing one of the following effects:"
                },
                {
                    "name": "Spellcasting",
                    "desc": "The dwarven ringmage casts one of the following spells, requiring no material components and using Intelligence as the spellcasting ability (spell save DC 15):\nAt will: color spray, mage hand, true strike\n3/day each: expeditious retreat, fly, haste\n1/day each: greater invisibility, wall of stone"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Dwarven Resilience",
                    "desc": "The dwarven ringmage has advantage on saving throws against poison."
                }
            ],
            "spell_list": [],
            "page_no": 409,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_dwarven-ringmage/"
        },
        {
            "slug": "einherjar-tob1-2023",
            "desc": "False",
            "name": "Einherjar",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 18,
            "armor_desc": "chain mail, shield",
            "hit_points": 119,
            "hit_dice": "14d8 + 56",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 19,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Animal Handling": 5,
                "Intimidation": 6,
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "piercing from nonmagical attacks",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "truesight 60 ft., passive Perception 15",
            "languages": "Celestial, Common",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The einherjar makes two Battleaxe attacks, or it makes three Celestial Bolt attacks. It can replace one attack with Celestial Blessing, if available."
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage, or 9 (1d10 + 4) slashing damage if used with two hands, plus 13 (3d8) radiant damage."
                },
                {
                    "name": "Celestial Bolt",
                    "desc": "Ranged Spell Attack: +5 to hit, range 60 ft., one target. Hit: 15 (3d8 + 2) radiant damage."
                },
                {
                    "name": "Celestial Blessing (Recharge 5-6)",
                    "desc": "The einherjar calls on its celestial patrons for one of the following blessings:"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Battle Frenzy",
                    "desc": "The einherjar has advantage on all attack rolls it makes while it is below 30 hp."
                },
                {
                    "name": "Fearsome Gaze",
                    "desc": "The stare of an einherjar is especially piercing to Humanoids. It has advantage on any Charisma (Intimidation) check it makes against a Humanoid."
                },
                {
                    "name": "Runic Weapons",
                    "desc": "The einherjar's weapon attacks are magical. When the einherjar hits with any weapon, the weapon deals an extra 3d8 radiant damage (included in the attack)."
                }
            ],
            "spell_list": [],
            "page_no": 156,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_einherjar/"
        },
        {
            "slug": "eldershadowdrake-tob1-2023",
            "desc": "False",
            "name": "Elder Shadow Drake",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10 + 48",
            "speed": {
                "walk": 60,
                "fly": 20
            },
            "strength": 22,
            "dexterity": 13,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 9,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": 15,
            "skills": {
                "Perception": 5,
                "Stealth": 7
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "False",
            "damage_immunities": "cold",
            "condition_immunities": "False",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Common, Draconic, Umbral",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elder shadow drake makes one Bite attack and two Tail Slap attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) piercing damage."
                },
                {
                    "name": "Tail Slap",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage."
                },
                {
                    "name": "Invisibility",
                    "desc": "The drake magically turns invisible until it attacks, uses Shadow Step, or starts its turn in sunlight, or until its concentration ends (as if concentrating on a spell). Any equipment the drake wears or carries is invisible with it. The drake must be in dim light or darkness to use this action."
                },
                {
                    "name": "Stygian Breath (Recharge 5-6)",
                    "desc": "The elder shadow drake spits a ball of black liquid on a point the dragon can see within 60 feet of it. The ball bursts into a 20-foot-radius sphere of black mist centered on that point for 1 minute. Each creature in the mist when it appears must make a DC 15 Constitution saving throw, taking 42 (12d6) cold damage on a failed save, or half as much damage on a successful one. The mist spreads around corners, and its area is magical darkness. No natural light can illuminate the mist. If any of the mist overlaps with an area of light created by a spell of 1st level or lower, the spell creating the light is dispelled."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Step",
                    "desc": "The drake teleports, along with any equipment it is wearing or carrying, up to 60 feet to an unoccupied space it can see. The origin and destination spaces must be in dim light or darkness."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Shadow Sight",
                    "desc": "The drake has advantage on Wisdom (Perception) checks made while in dim light or darkness, and magical darkness doesn't impede the drake's darkvision."
                }
            ],
            "spell_list": [],
            "page_no": 143,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_elder-shadow-drake/"
        },
        {
            "slug": "enchantress-tob1-2023",
            "desc": "False",
            "name": "Enchantress",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 123,
            "hit_dice": "19d8 + 38",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 17,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": 16,
            "skills": {
                "Arcana": 4,
                "Deception": 7,
                "Perception": 6,
                "Persuasion": 7,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Common, Elvish, Umbral",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage plus 14 (4d6) psychic damage."
                },
                {
                    "name": "Shadow Bolt",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 11 (2d6 + 4) cold damage plus 9 (2d8) necrotic damage."
                },
                {
                    "name": "Beguiling Whispers (Recharge 5-6)",
                    "desc": "The enchantress speaks sweet words to a creature she can see within 60 feet of her and that can hear her. The creature must succeed on a DC 15 Charisma saving throw or be charmed for 1 minute. While charmed in this way, the creature has disadvantage on Wisdom and Charisma saving throws against spells cast by the enchantress."
                },
                {
                    "name": "Leadership (Recharges after a Short or Long Rest)",
                    "desc": "For 1 minute, the enchantress can utter a special command or warning whenever a nonhostile creature that she can see within 30 feet of her makes an attack roll or a saving throw. The creature can add a d4 to its roll, provided it can hear and understand the enchantress. A creature can benefit from only one Leadership die at a time. This effect ends if the enchantress is incapacitated."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The enchantress casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 15):\nAt will: command, message\n3/day: charm person, enthrall, fear, hold person, hypnotic pattern\n1/day: confusion, dominate person, greater invisibility, hold monster, phantasmal killer"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Traveler (3/Day)",
                    "desc": "While in shadows, dim light, or darkness, the shadow fey disappears into the darkness and reappears in an unoccupied space it can see within 30 feet. A tendril of inky smoke appears at the origin and destination when it uses this bonus action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Fey Ancestry",
                    "desc": "The enchantress has advantage on saving throws against being charmed, and magic can't put her to sleep."
                },
                {
                    "name": "Phrenic Weapons",
                    "desc": "The enchantress's weapon attacks are magical. When she hits with any weapon, the weapon deals an extra 4d6 psychic damage (included in the attack)."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the shadow fey has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 160,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_enchantress/"
        },
        {
            "slug": "ghostknight-tob1-2023",
            "desc": "False",
            "name": "Ghost Knight",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 17,
            "armor_desc": "half plate",
            "hit_points": 130,
            "hit_dice": "20d8 + 40",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Athletics": 6,
                "Animal Handling": 3,
                "Perception": 3,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "necrotic",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ghost knight makes three Battleaxe or Lance attacks. If the ghost knight is mounted, it can make two Battleaxe or Lance attacks, and its mount can make one melee weapon attack."
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage, or 8 (1d10 + 3) slashing damage if used with two hands, plus 7 (2d6) necrotic damage."
                },
                {
                    "name": "Lance",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 9 (1d12 + 3) piercing damage plus 7 (2d6) necrotic damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Locked Saddle",
                    "desc": "The ghost knight can't be knocked prone, dismounted, or moved against its will while mounted."
                },
                {
                    "name": "Mounted Warrior",
                    "desc": "The ghost knight is rarely seen without its warhorse skeleton mount. The warhorse skeleton wears custom barding that raises its Armor Class to 15, and it has immunity to necrotic damage. While the ghost knight is mounted, its mount can't be charmed or frightened."
                },
                {
                    "name": "Necrotic Weapons",
                    "desc": "The ghost knight's weapon attacks are magical. When the knight hits with any weapon, the weapon deals an extra 2d6 necrotic damage (included in the attack)."
                },
                {
                    "name": "Spirited Charge",
                    "desc": "If the ghost knight moves at least 20 feet straight toward a creature while mounted and then hits with a Lance attack on the same turn, the ghost knight can use a bonus action to command its mount to make one melee weapon attack against that creature as a reaction."
                },
                {
                    "name": "Turning Defiance",
                    "desc": "The ghost knight and any undead within 30 feet of it have advantage on saving throws against effects that turn undead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The ghost knight doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 199,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_ghost-knight/"
        },
        {
            "slug": "gildeddevil-tob1-2023",
            "desc": "False",
            "name": "Gilded Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "15d8 + 45",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 15,
            "constitution": 17,
            "intelligence": 15,
            "wisdom": 18,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 6,
            "perception": 14,
            "skills": {
                "Deception": 9,
                "History": 5,
                "Insight": 7,
                "Persuasion": 9,
                "Sleight of Hand": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing damage from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Celestial, Common, Draconic, Infernal, telepathy 120 ft.",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gilded devil makes two Golden Flail attacks or three Hurl Flame attacks."
                },
                {
                    "name": "Golden Flail",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 10 (1d10 + 5) bludgeoning damage plus 14 (4d6) fire damage."
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 14 (3d6 + 4) fire damage."
                },
                {
                    "name": "Teleport (Recharge 4-6)",
                    "desc": "The gilded devil magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Voracious Greed",
                    "desc": "The gilded devil magically consumes up to 1 cubic foot of nonmagical jewelry or coins made of precious material within 5 feet of it. It regains 5 hp for every 200 gp of the consumed objects' value. If the jewelry or coins are being worn or carried by a creature, that creature must succeed on a DC 15 Dexterity saving throw to prevent the consumption."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The gilded devil casts one of the following spells, requiring no material components and using Wisdom as the spellcasting ability (spell save DC 15):\nAt will: alter self, detect thoughts, suggestion\n3/day each: charm person, scrying"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Betrayal of Riches (Recharge 4-6)",
                    "desc": "One creature wearing jewelry (an object made of precious material and worth at least 100 gp) the gilded devil can see within 60 feet of it must make a DC 15 Wisdom saving throw. On a failure, the target takes 13 (3d8) bludgeoning damage and suffers an effect until it finishes a short rest. The effect is based on the location of the worn jewelry (devil's choice if worn in multiple locations): on upper limbs, its melee damage is halved; on lower limbs, its speed is halved; on head, it is blinded or deafened (devil's choice); on body, it has vulnerability to bludgeoning damage. On a success, the target takes half the damage and doesn't suffer an additional effect."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the gilded devil's darkvision."
                },
                {
                    "name": "Golden Flail",
                    "desc": "The gilded devil's Golden Flail attacks are magical. When the devil hits with the Golden Flail, the flail deals an extra 4d6 fire damage (included in the attack). In addition, the devil can transform the flail into gold jewelry or back into a weapon as a bonus action."
                },
                {
                    "name": "Liar's Largesse",
                    "desc": "If a creature accepts a gift of jewelry from the gilded devil, the creature becomes cursed until cured by a remove curse spell or similar magic. While cursed, the creature has disadvantage on saving throws against the devil's spells and abilities."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The gilded devil has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 95,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_gilded-devil/"
        },
        {
            "slug": "heraldofdarkness-tob1-2023",
            "desc": "False",
            "name": "Herald of Darkness",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 105,
            "hit_dice": "10d10 + 50",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 15,
            "charisma": 19,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 15,
            "skills": {
                "Athletics": 8,
                "Deception": 7,
                "Perception": 5,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, cold, lightning",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 240 ft., passive Perception 15",
            "languages": "Common, Elvish, Goblin, Infernal, Sylvan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The herald of darkness makes two Embrace Darkness or Shadow Sword attacks."
                },
                {
                    "name": "Embrace Darkness (Shadow Form Only)",
                    "desc": "Melee Spell Attack: +7 to hit, reach 0 ft., one creature in the herald's space. Hit: 18 (3d8 + 5) necrotic damage, and the target must succeed on a DC 15 Constitution saving throw or be paralyzed until the end of its next turn."
                },
                {
                    "name": "Shadow Sword (Fiend Form Only)",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) slashing damage plus 9 (2d8) necrotic damage."
                },
                {
                    "name": "Majesty of the Abyss (Recharge 5-6)",
                    "desc": "The herald of darkness emits a sinister burst of infernal power. Each creature within 15 feet of the herald and that can see it must make a DC 15 Constitution saving throw. On a failure, a creature takes 27 (6d8) necrotic damage and is blinded for 1 minute. On a success, a creature takes half the damage and isn't blinded. A creature that fails the saving throw by 5 or more is also paralyzed until the end of its next turn. A blinded creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Shape",
                    "desc": "The herald magically transforms into a Large shadow or back into its true form, which is a Fiend. Its statistics are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Made of Shadows (Shadow Form Only)",
                    "desc": "The herald of darkness has resistance to bludgeoning, piercing, and slashing damage and can enter a hostile creature's space and stop there. In addition, it can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Shadow's Sight",
                    "desc": "Magical darkness doesn't impede the herald's darkvision."
                }
            ],
            "spell_list": [],
            "page_no": 233,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_herald-of-darkness/"
        },
        {
            "slug": "laketroll-tob1-2023",
            "desc": "False",
            "name": "Lake Troll",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "12d10 + 60",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 13,
            "constitution": 20,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3,
                "Stealth": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The lake troll makes one Bite attack and two Claw attacks. If both Claw attacks hit one creature that is wielding a weapon, the target must succeed on a DC 16 Dexterity saving throw or the target's weapon takes a permanent and cumulative −1 penalty to damage rolls. If the weapon's penalty drops to −5, the weapon is destroyed. If the target is wielding more than one weapon, the troll chooses which weapon to affect."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 10 (1d8 + 6) slashing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) piercing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The lake troll can breathe air and water."
                },
                {
                    "name": "Keen Smell",
                    "desc": "The lake troll has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Regeneration",
                    "desc": "The lake troll regains 10 hp at the start of its turn. If the lake troll takes cold or fire damage, it regains only 5 hp at the start of its next turn. If the lake troll takes both cold and fire damage, this trait doesn't function at the start of the lake troll's next turn. The lake troll dies only if it starts its turn with 0 hp and doesn't regenerate."
                }
            ],
            "spell_list": [],
            "page_no": 370,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_lake-troll/"
        },
        {
            "slug": "possessedpillar-tob1-2023",
            "desc": "False",
            "name": "Possessed Pillar",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 95,
            "hit_dice": "10d10 + 40",
            "speed": {
                "walk": 20
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 19,
            "intelligence": 3,
            "wisdom": 11,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "understands the languages of its creator but can’t speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The possessed pillar makes two Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage plus 9 (2d8) necrotic damage or radiant damage (the pillar's choice)."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The possessed pillar doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Divine Fists",
                    "desc": "The possessed pillar's weapon attacks are magical. When the pillar hits with a Slam attack, the Slam deals an extra 2d8 necrotic damage or radiant damage (included in the attack), the pillar's choice."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the pillar remains motionless, it is indistinguishable from a statue or a carved column."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The pillar is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The pillar has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magnetic Body",
                    "desc": "The eldritch magic powering the possessed pillar causes the pillar's body to produce a minor magnetic field. When a creature hits the pillar with a weapon made of metal, it must succeed on a DC 15 Strength saving throw or the weapon sticks to the pillar. If the creature can't or won't let go of the weapon, it is also stuck to the pillar and restrained. A stuck weapon can't be used. A creature can take its action to remove one metal object from the pillar by succeeding on a DC 15 Strength check. The pillar can release one creature or metal object stuck to it as a bonus action. If the pillar dies, all creatures and metal objects stuck to it are released."
                }
            ],
            "spell_list": [],
            "page_no": 295,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_possessed-pillar/"
        },
        {
            "slug": "psoglav-tob1-2023",
            "desc": "False",
            "name": "Psoglav",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 115,
            "hit_dice": "11d10 + 55",
            "speed": {
                "walk": 60,
                "fly": 40
            },
            "strength": 21,
            "dexterity": 23,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 19,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 7,
            "perception": 17,
            "skills": {
                "Acrobatics": 9,
                "Perception": 7,
                "Intimidation": 7,
                "Stealth": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 30 ft., darkvision 60 ft., passive Perception 17",
            "languages": "Abyssal, Common, telepathy 60 ft.",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The psoglav makes three Bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (2d12 + 5) piercing damage."
                },
                {
                    "name": "Invisibility",
                    "desc": "The psoglav magically turns invisible until it attacks or uses Shadow-Stealing Ray, or until its concentration ends (as if concentrating on a spell). Any equipment the psoglav wears or carries is invisible with it."
                },
                {
                    "name": "Shadow-Stealing Ray (Recharge 5-6)",
                    "desc": "The psoglav emits a beam from its single eye at one creature it can see within 60 feet of it. The target must make a DC 15 Constitution saving throw. On a failure, the target is pushed up to 20 feet away from the psoglav, and its shadow becomes a creature under the psoglav's control for 24 hours or until the shadow is reduced to 0 hp. On a success, the target is pushed up to 10 feet away from the psoglav and its shadow isn't stolen. Each controlled shadow uses the statistics of a shadow, except it can't create shadows from killing Humanoids. The psoglav can have no more than five shadows under its control at a time. The shadow becomes permanently under the psoglav's control if the shadow's original owner dies."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Jump (3/Day)",
                    "desc": "While in shadows, dim light, or darkness, the psoglav disappears into the darkness and reappears in an unoccupied space it can see within 60 feet."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The psoglav has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The psoglav's weapon attacks are magical."
                }
            ],
            "spell_list": [],
            "page_no": 86,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_psoglav/"
        },
        {
            "slug": "redhag-tob1-2023",
            "desc": "False",
            "name": "Red Hag",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d8 + 64",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 18,
            "wisdom": 21,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 18,
            "skills": {
                "Arcana": 10,
                "Deception": 5,
                "Insight": 8,
                "Perception": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 18",
            "languages": "Common, Druidic, Giant, Sylvan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage plus 9 (2d8) necrotic damage."
                },
                {
                    "name": "Blood Bolt",
                    "desc": "Ranged Spell Attack: +8 to hit, range 60 ft., one target. Hit: 14 (2d8 + 5) necrotic damage. If the target is a creature with blood, it must succeed on a DC 16 Constitution saving throw or be poisoned until the end of its next turn."
                },
                {
                    "name": "Siphon Blood (Recharge 5-6)",
                    "desc": "The red hag drains blood from nearby creatures. Each creature that isn't a Construct or Undead within 20 feet of the red hag must make a DC 16 Constitution saving throw, taking 35 (10d6) necrotic damage on a failed save, or half as much damage on a successful one. If at least one creature fails the saving throw, the next spell the red hag casts is cast as if the spell used a spell slot two levels higher than the spell's lowest level."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The red hag casts one of the following spells, requiring no material components and using Wisdom as the spellcasting ability (spell save DC 16):\nAt will: animal friendship, druidcraft, entangle\n3/day: cure wounds, dispel magic, lesser restoration\n1/day: control water, freedom of movement"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The red hag can breathe air and water."
                },
                {
                    "name": "Blood Sense",
                    "desc": "The red hag can pinpoint the location of creatures that aren't Constructs or Undead within 60 feet of her and can sense the general direction of such creatures within 1 mile of her."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The red hag has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "The red hag can communicate with Beasts as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 228,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_red-hag/"
        },
        {
            "slug": "risenreaver-tob1-2023",
            "desc": "False",
            "name": "Risen Reaver",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 168,
            "hit_dice": "16d10 + 80",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 20,
            "intelligence": 9,
            "wisdom": 7,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Perception": 1
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 120 ft., passive perception 11",
            "languages": "the languages it knew in life",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The risen reaver makes three Bladed Fist attacks."
                },
                {
                    "name": "Bladed Fist",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) slashing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Skitter",
                    "desc": "The risen reaver takes the Dash action."
                }
            ],
            "reactions": [
                {
                    "name": "Infused Arsenal",
                    "desc": "When the risen reaver is hit with a nonmagical melee weapon or when it starts its turn in the same space as a nonmagical melee weapon that isn't being worn or carried, it absorbs the weapon into its body. If the weapon is being wielded by an attacker, the attacker must succeed on a DC 15 Strength saving throw or lose its weapon. For 1 minute, the reaver has resistance to the type of damage dealt by that weapon, and when it hits with its Bladed Fist, the fist deals an extra 2 (1d4) damage of the type dealt by the weapon. The reaver can absorb no more than three weapons in this way every 24 hours."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Blood Sense",
                    "desc": "The risen reaver can pinpoint the location of creatures that aren't Constructs or Undead within 60 feet of it and can sense the general direction of such creatures within 1 mile of it."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The risen reaver doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 309,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_risen-reaver/"
        },
        {
            "slug": "sandspider-tob1-2023",
            "desc": "False",
            "name": "Sand Spider",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 135,
            "hit_dice": "18d10 + 36",
            "speed": {
                "walk": 20,
                "burrow": 30
            },
            "strength": 20,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Perception": 4,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., tremorsense 60 ft., passive Perception 14",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sand spider makes one Bite attack and two Impaling Leg attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one creature. Hit: 10 (1d10 + 5) piercing damage plus 10 (3d6) poison damage."
                },
                {
                    "name": "Impaling Leg",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) piercing damage. If the target is a Medium or smaller creature, it must succeed on a DC 16 Strength saving throw or be grappled (escape DC 16). Until this grapple ends, the target is restrained and takes 7 (2d6) piercing damage at the start of each of its turns, and the sand spider can't use the same Impaling Leg on another target. The sand spider has four Impaling Legs."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Trapdoor Ambush",
                    "desc": "When the sand spider is burrowed just below the surface of sand and a Medium or smaller creature enters the space on the surface just above where it is burrowed, the sand spider makes one Impaling Leg attack against the creature, bursting from the sand and revealing itself in the process. The target has disadvantage on the saving throw to avoid being grappled."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Sand Camouflage",
                    "desc": "The sand spider has advantage on Dexterity (Stealth) checks made to hide in sandy terrain."
                }
            ],
            "spell_list": [],
            "page_no": 346,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_sand-spider/"
        },
        {
            "slug": "shadowbeast-tob1-2023",
            "desc": "False",
            "name": "Shadow Beast",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 112,
            "hit_dice": "15d8 + 45",
            "speed": {
                "walk": 40
            },
            "strength": 6,
            "dexterity": 20,
            "constitution": 17,
            "intelligence": 14,
            "wisdom": 14,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 12,
            "skills": {
                "Stealth": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "False",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, restrained",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Elvish, Umbral, Void Speech",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The shadow beast makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage plus 7 (2d6) necrotic damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) slashing damage plus 7 (2d6) necrotic damage."
                },
                {
                    "name": "Frightful Shadows (Recharge 5-6)",
                    "desc": "The shadow beast releases a wave of shadows filled with frightening images of eyes, fangs, and other barely seen and terrifying beasts in a 30-foot cone. Each creature in the area must make a DC 15 Wisdom saving throw. On a failure, a creature takes 42 (12d6) necrotic damage and is frightened for 1 minute. On a success, a creature takes half the damage and isn't frightened. A frightened creature must take the Dash action and move away from the shadow beast by the safest available route on each of its turns, unless there is nowhere to move. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Incorporeal Movement",
                    "desc": "The shadow beast can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The shadow beast has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Shadow Weapons",
                    "desc": "The shadow beast's weapon attacks are magical. When the shadow beast hits with any weapon, the weapon deals an extra 2d6 necrotic damage (included in the attack)."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the shadow beast has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 324,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_shadow-beast/"
        },
        {
            "slug": "souleater-tob1-2023",
            "desc": "False",
            "name": "Soul Eater",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 105,
            "hit_dice": "14d8 + 42",
            "speed": {
                "walk": 60,
                "fly": 30
            },
            "strength": 13,
            "dexterity": 22,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 11,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 3,
            "perception": 13,
            "skills": {
                "Intimidation": 3,
                "Perception": 3,
                "Stealth": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "paralyzed, poisoned, prone, stunned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Abyssal, Infernal, telepathy 60 ft.",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The soul eater makes two Claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage plus 10 (3d6) psychic damage."
                },
                {
                    "name": "Hasten Consumption (Recharge 5-6)",
                    "desc": "The soul eater emits a wave of psychic energy to hasten the demise of nearby creatures, bringing them one step closer to having their souls consumed. Each creature within 20 feet of the soul eater must make a DC 14 Charisma saving throw, taking 31 (9d6) psychic damage on a failed save, or half as much damage on a successful one. A creature reduced to below half its hp maximum by this effect has disadvantage on the saving throw against the soul eater's Soul Drain for 1 minute."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Soul Drain",
                    "desc": "When the soul eater reduces a target to 0 hp, the soul eater consumes that creature's soul. The victim must succeed on a DC 14 Constitution saving throw or immediately die as the soul eater consumes its soul. A creature killed in this way can be restored to life only by means of a true resurrection or a wish spell. If the soul eater is killed within 120 feet of the body of a soul it consumed and the victim has been dead for no longer than 1 minute, the victim's soul returns to the body and returns to life, unconscious and stable with 0 hp."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The soul eater has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Soul Sense",
                    "desc": "The soul eater can pinpoint the location of creatures that have souls within 60 feet of it and can sense the general direction of such creatures within 1 mile of it."
                }
            ],
            "spell_list": [],
            "page_no": 336,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_soul-eater/"
        },
        {
            "slug": "spark-tob1-2023",
            "desc": "False",
            "name": "Spark",
            "size": "Tiny",
            "type": "Elemental",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 104,
            "hit_dice": "16d4 + 64",
            "speed": {
                "walk": 60,
                "fly": 10
            },
            "strength": 4,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "lightning",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Primordial",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spark makes three Electric Touch attacks."
                },
                {
                    "name": "Electric Touch",
                    "desc": "Melee Spell Attack: +6 to hit, reach 5 ft., one target. Hit: 16 (3d8 + 3) lightning damage."
                },
                {
                    "name": "Inhabit",
                    "desc": "One Humanoid that the spark can see within 5 feet of it must succeed on a DC 14 Charisma saving throw or be inhabited by the spark. The spark then disappears, fusing with the target's nervous system, and the target is incapacitated and loses control of its body. The spark now controls the body but doesn't deprive the target of awareness. The spark can't be targeted by any attack, spell, or other effect, and it retains its alignment, Intelligence, Wisdom, Charisma, immunity to being paralyzed, petrified, or unconscious, and its Electric Touch attack. It otherwise uses the inhabited target's statistics, but doesn't gain access to the target's knowledge, class features, or proficiencies."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "The spark doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 337,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_spark/"
        },
        {
            "slug": "spiderofleng-tob1-2023",
            "desc": "False",
            "name": "Spider of Leng",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 144,
            "hit_dice": "17d10 + 51",
            "speed": {
                "walk": 20
            },
            "strength": 14,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 18,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 6,
            "intelligence_save": 7,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Athletics": 5,
                "Perception": 3,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, poisoned, unconscious",
            "senses": "darkvision 240 ft., passive Perception 13",
            "languages": "Common, Void Speech",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spider of Leng makes two Claw attacks and one Staff of Leng attack, or it makes three Spit Venom attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage plus 4 (1d8) poison damage."
                },
                {
                    "name": "Staff of Leng",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 3) bludgeoning damage plus 7 (2d6) psychic damage, and the target must succeed on a DC 15 Wisdom saving throw or be stunned until the end of is next turn."
                },
                {
                    "name": "Spit Venom",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 20/60 ft., one target. Hit: 16 (3d8 + 3) poison damage, and the target must succeed on a DC 15 Constitution saving throw or be poisoned and blinded until the end of its next turn."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The spider of Leng casts one of the following spells, requiring no material components and using Intelligence as the spellcasting ability (spell save DC 15):\nAt will: comprehend languages, detect magic\n3/day each: confusion, silence\n1/day each: arcane eye, hypnotic pattern"
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Poisonous Riposte",
                    "desc": "The spider of Leng adds 3 to its AC against one melee attack that would hit it. To do so, the spider must see the attacker. If this effect causes the attack to miss, the attacker takes 4 (1d8) poison damage."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Eldritch Understanding",
                    "desc": "The spider of Leng can read and use any spell scroll or magic item, ignoring all class, race, and level requirements."
                },
                {
                    "name": "Poisonous Blood",
                    "desc": "A creature that hits the spider of Leng with a melee attack while within 5 feet of it takes 4 (1d8) poison damage."
                },
                {
                    "name": "Poisonous Death",
                    "desc": "When the spider of Leng dies, the poisonous blood in its body vaporizes, forming a cloud in the spider's space until initiative count 20 on the next round. Each creature within 5 feet of the spider and each creature that enters the cloud for the first time on a turn must make a DC 15 Constitution saving throw, taking 9 (2d8) poison damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "spell_list": [],
            "page_no": 341,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_spider-of-leng/"
        },
        {
            "slug": "swarmoffiredancers-tob1-2023",
            "desc": "False",
            "name": "Swarm of Fire Dancers",
            "size": "Medium",
            "type": "Swarm",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 90,
            "hit_dice": "12d8 + 36",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "fire, poison",
            "condition_immunities": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Ignan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The swarm of fire dancers can use its Frightening Visage, if available. It then makes two Singe attacks."
                },
                {
                    "name": "Singe",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 0 ft., one target in the swarm's space. Hit: 22 (4d10) fire damage, or 11 (2d10) fire damage if the swarm has half its hp or fewer."
                },
                {
                    "name": "Frightening Visage (Recharge 5-6)",
                    "desc": "The swarm rearranges itself into the shape of a giant, blue, flaming Humanoid skull. Each Humanoid within 30 feet of the swarm that can see it must succeed on a DC 16 Wisdom saving throw or be frightened for 1 minute. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "The swarm of fire dancers doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Fire Form",
                    "desc": "A creature that touches the swarm or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. In addition, the first time the swarm enters a creature's space on a turn, that creature takes 5 (1d10) fire damage and catches fire. Until a creature, which can include the target, uses an action to douse the fire, the creature takes 5 (1d10) fire damage at the start of each of its turns."
                },
                {
                    "name": "Illumination",
                    "desc": "The swarm sheds bright light in a 30-foot radius and dim light to an additional 30 feet."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny Elemental. The swarm can't regain hp or gain temporary hp."
                },
                {
                    "name": "Water Susceptibility",
                    "desc": "For every 5 feet the swarm moves in water, or for every gallon of water splashed on it, it takes 1 cold damage."
                }
            ],
            "spell_list": [],
            "page_no": 354,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_swarm-of-fire-dancers/"
        },
        {
            "slug": "umbralvampire-tob1-2023",
            "desc": "False",
            "name": "Umbral Vampire",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 84,
            "hit_dice": "13d8 + 26",
            "speed": {
                "walk": 40
            },
            "strength": 1,
            "dexterity": 18,
            "constitution": 15,
            "intelligence": 14,
            "wisdom": 14,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 15,
            "skills": {
                "Perception": 5,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "cold, necrotic, poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Umbral, Void Speech",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The umbral vampire can use its Umbral Grasp. It then makes two Shadow Touch attacks."
                },
                {
                    "name": "Shadow Touch",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 17 (3d8 + 4) necrotic damage, and the target's Strength score is reduced by 1d4. The target dies if this reduces its Strength to 0. Otherwise, the reduction lasts until the target finishes a short or long rest. A non-evil Humanoid slain by this attack rises 24 hours later as a shadow under the vampire's control, unless the Humanoid is restored to life. The vampire can have no more than five shadows under its control at one time."
                },
                {
                    "name": "Umbral Grasp",
                    "desc": "The umbral vampire sends a giant hand of shadow to grab one creature it can see that is in dim light or darkness within 30 feet of it. The target must succeed on a DC 15 Dexterity saving throw or be restrained by wisps of magical shadow for 1 minute. While restrained, the target takes 9 (2d8) necrotic damage at the start of each of its turns. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. The umbral vampire can have no more than two creatures restrained by its Umbral Grasp at a time."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Stealth",
                    "desc": "While in dim light or darkness, the umbral vampire takes the Hide action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Incorporeal Movement",
                    "desc": "The umbral vampire can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the umbral vampire has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The umbral vampire doesn't require air."
                }
            ],
            "spell_list": [],
            "page_no": 382,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_umbral-vampire/"
        }
    ]
}