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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/v1/monsters/?format=api&ordering=-hit_points&page=11",
    "previous": "https://api.open5e.com/v1/monsters/?format=api&ordering=-hit_points&page=9",
    "results": [
        {
            "slug": "adult-brass-dragon",
            "desc": "",
            "name": "Adult Brass Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": "Brass Dragon",
            "alignment": "chaotic good",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 172,
            "hit_dice": "15d12+75",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "fly": 80
            },
            "strength": 23,
            "dexterity": 10,
            "constitution": 21,
            "intelligence": 14,
            "wisdom": 13,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 8,
            "perception": 11,
            "skills": {
                "history": 7,
                "perception": 11,
                "persuasion": 8,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 21",
            "languages": "Common, Draconic",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 17 (2d10 + 6) piercing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d10",
                    "damage_bonus": 6
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d6",
                    "damage_bonus": 6
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 15 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d8",
                    "damage_bonus": 6
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 16 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons.\n**Fire Breath.** The dragon exhales fire in an 60-foot line that is 5 feet wide. Each creature in that line must make a DC 18 Dexterity saving throw, taking 45 (13d6) fire damage on a failed save, or half as much damage on a successful one.\n**Sleep Breath.** The dragon exhales sleep gas in a 60-foot cone. Each creature in that area must succeed on a DC 18 Constitution saving throw or fall unconscious for 10 minutes. This effect ends for a creature if the creature takes damage or someone uses an action to wake it.",
                    "attack_bonus": 0,
                    "damage_dice": "13d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 10 ft. of the dragon must succeed on a DC 19 Dexterity saving throw or take 13 (2d6 + 6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                }
            ],
            "spell_list": [],
            "page_no": 291,
            "environments": [
                "Desert"
            ],
            "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_adult-brass-dragon/"
        },
        {
            "slug": "hydra",
            "desc": "",
            "name": "Hydra",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 172,
            "hit_dice": "15d12+75",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hydra makes as many bite attacks as it has heads."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 10 (1d10 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d10",
                    "damage_bonus": 5
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The hydra can hold its breath for 1 hour."
                },
                {
                    "name": "Multiple Heads",
                    "desc": "The hydra has five heads. While it has more than one head, the hydra has advantage on saving throws against being blinded, charmed, deafened, frightened, stunned, and knocked unconscious.\nWhenever the hydra takes 25 or more damage in a single turn, one of its heads dies. If all its heads die, the hydra dies.\nAt the end of its turn, it grows two heads for each of its heads that died since its last turn, unless it has taken fire damage since its last turn. The hydra regains 10 hit points for each head regrown in this way."
                },
                {
                    "name": "Reactive Heads",
                    "desc": "For each head the hydra has beyond one, it gets an extra reaction that can be used only for opportunity attacks."
                },
                {
                    "name": "Wakeful",
                    "desc": "While the hydra sleeps, at least one of its heads is awake."
                }
            ],
            "spell_list": [],
            "page_no": 323,
            "environments": [
                "Swamp",
                "Caverns",
                "Plane Of Water",
                "Water"
            ],
            "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_hydra/"
        },
        {
            "slug": "ascetic-grandmaster-a5e",
            "desc": "",
            "name": "Ascetic Grandmaster",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 172,
            "hit_dice": "23d8+69",
            "speed": {
                "walk": 60,
                "climb": 60
            },
            "strength": 16,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 20,
            "charisma": 10,
            "strength_save": 8,
            "dexterity_save": 10,
            "constitution_save": 8,
            "intelligence_save": 5,
            "wisdom_save": 10,
            "charisma_save": 5,
            "perception": null,
            "skills": {
                "acrobatics": 10,
                "athletics": 8,
                "perception": 10,
                "stealth": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "damage from nonmagical weapons",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, poisoned",
            "senses": "passive Perception 22",
            "languages": "any one",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The grandmaster attacks six times."
                },
                {
                    "name": "Unarmed Strike",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 10 (1d10 + 5) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Trained Dash",
                    "desc": "The grandmaster takes the Dash action."
                }
            ],
            "reactions": [
                {
                    "name": "Deft Dodge (1/Round)",
                    "desc": "When an attacker that the grandmaster can see hits them with an attack, the grandmaster halves the attacks damage against them."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Athlete",
                    "desc": "The grandmaster only uses 5 feet of movement when standing from prone and can make a running jump after moving only 5 feet rather than 10."
                },
                {
                    "name": "Evasion",
                    "desc": "When the grandmaster 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": "Magic Resistance",
                    "desc": "The grandmaster has advantage on saving throws against spells and magical effects."
                },
                {
                    "name": "Mobile",
                    "desc": "After the grandmaster makes a melee attack against a creature on their turn, until the end of their turn they do not provoke opportunity attacks from that creature."
                },
                {
                    "name": "Reactive",
                    "desc": "The grandmaster can take a reaction on each creatures turn."
                },
                {
                    "name": "Stunning Strike (1/Turn)",
                    "desc": "When the grandmaster hits a creature with a melee attack, they can force it to make a DC 18 Constitution saving throw. On a failure, it is stunned until the end of the grandmasters next turn."
                },
                {
                    "name": "Unarmored Defense",
                    "desc": "The grandmasters AC equals 10 + their Dexterity modifier + their Wisdom modifier."
                }
            ],
            "spell_list": [],
            "page_no": 465,
            "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_ascetic-grandmaster/"
        },
        {
            "slug": "divi-a5e",
            "desc": "",
            "name": "Divi",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 172,
            "hit_dice": "15d10+90",
            "speed": {
                "walk": 30,
                "burrow": 30,
                "fly": 30
            },
            "strength": 22,
            "dexterity": 12,
            "constitution": 22,
            "intelligence": 5,
            "wisdom": 6,
            "charisma": 6,
            "strength_save": 10,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": 5,
            "wisdom_save": 6,
            "charisma_save": 6,
            "perception": null,
            "skills": {
                "athletics": 10,
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid",
            "damage_immunities": "",
            "condition_immunities": "petrified",
            "senses": "darkvision 120 ft., tremorsense 30 ft., passive Perception 16",
            "languages": "Terran",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The divi makes two melee attacks."
                },
                {
                    "name": "Crushing Hand",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage  and the target is grappled (escape DC 18). Until this grapple ends  the divi can't use Crushing Hand on another target and has advantage on Crushing Hand attacks against this target  and the target can't breathe."
                },
                {
                    "name": "Stone Club",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 24 (4d8 + 6) bludgeoning damage."
                },
                {
                    "name": "Quake (Recharge 5-6)",
                    "desc": "Amid deafening rumbling  the ground shakes in a 10-foot radius around a point on an earth or stone surface within 90 feet. The area becomes difficult terrain. Each non-elemental creature in the area makes a DC 18 Constitution saving throw  taking 24 (7d6) thunder damage and falling prone on a failure or taking half damage on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Stone Wall (1/Day)",
                    "desc": "A permanent stone wall magically rises from an earth or stone surface within 60 feet. The wall is 6 inches thick and can be up to 20 feet high and 30 feet long. If it appears in a creatures space, the creature can choose which side of the wall to move to. Each 10-foot-by-10-foot section of the wall is an object with AC 18 and 30 hit points."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Earth Glide",
                    "desc": "The divi can burrow through nonmagical, unworked earth and stone without disturbing it."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The divis innate spellcasting ability is Charisma (spell save DC 14). It can innately cast the following spells, requiring no material components: At will: alter self (can assume Medium or Large form), detect magic, stone shape, 3/day each: creation, move earth, passwall, tongues, 1/day each: conjure elemental (earth elemental only), plane shift (to Elemental Plane of Earth only)"
                }
            ],
            "spell_list": [],
            "page_no": 217,
            "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_divi/"
        },
        {
            "slug": "djinni-a5e",
            "desc": "",
            "name": "Djinni",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 172,
            "hit_dice": "15d10+90",
            "speed": {
                "walk": 30,
                "fly": 90
            },
            "strength": 18,
            "dexterity": 22,
            "constitution": 22,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": null,
            "intelligence_save": 6,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": null,
            "skills": {
                "acrobatics": 10,
                "insight": 7,
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "lightning, thunder",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "Auran",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The djinni makes three scimitar attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage plus 5 (1d10) lightning damage."
                },
                {
                    "name": "Lightning Blast",
                    "desc": "Ranged Spell Attack: +9 to hit, range 90 ft., one target. Hit: 35 (10d6) lightning damage."
                },
                {
                    "name": "Scimitar Sweep (1/Day, Giant Form Only)",
                    "desc": "The djinn makes a scimitar attack against each creature of its choice within its reach."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Giant Form (1/Day",
                    "desc": "The djinni magically becomes a Huge, semi-substantial creature of billowing cloud. In this form, it gains resistance to nonmagical damage, and its scimitar attacks gain a reach of 10 feet. The effect ends after 1 minute, when the djinni is incapacitated, or if the djinn becomes bloodied."
                },
                {
                    "name": "Whirlwind (1/Day)",
                    "desc": "A magical, 5-foot-wide, 30-foot-tall whirlwind appears in a space the djinni can see within 60 feet. The whirlwind may appear in another creatures space. If the whirlwind appears in another creatures space, or when it enters a creatures space for the first time on a turn, the creature makes a DC 18 Strength check, becoming restrained by the whirlwind on a failure. The whirlwind may restrain one creature at a time. A creature within 5 feet of the whirlwind (including the restrained creature) can use an action to make a DC 18 Strength check, freeing the restrained creature on a success. A freed creature can move to an unoccupied space within 5 feet of the whirlwind."
                },
                {
                    "name": "As a bonus action",
                    "desc": "The whirlwind disappears if the djinni loses sight of it, if the djinni dies or is incapacitated, or if the djinni dismisses it as an action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The djinnis innate spellcasting ability is Charisma (spell save DC 17). It can innately cast the following spells, requiring no material components: At will: alter self (can assume Medium or Large form), detect magic, wind wall, 3/day each: creation, major image, tongues, wind walk, 1/day each: conjure elemental (air elemental only), control weather, create food and water (10 supply), plane shift (to Elemental Plane of Air only)"
                }
            ],
            "spell_list": [],
            "page_no": 219,
            "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_djinni/"
        },
        {
            "slug": "efreeti-a5e",
            "desc": "",
            "name": "Efreeti",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 172,
            "hit_dice": "15d10+90",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 22,
            "dexterity": 18,
            "constitution": 22,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": 6,
            "wisdom_save": 7,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "athletics": 10,
                "intimidation": 7,
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "Ignan",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The efreeti makes two brass sword attacks or hurls flame twice. The efreeti can replace one attack with a kick."
                },
                {
                    "name": "Brass Sword",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 15 (2d8 + 6) slashing damage plus 7 (2d6) fire damage."
                },
                {
                    "name": "Kick",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 11 (2d4 + 6) bludgeoning damage  and the target is pushed 10 feet away from the efreet."
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 21 (6d6) fire damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Fiery Wall (1/Day)",
                    "desc": "An opaque wall of magical flame rises from the ground within 60 feet. The wall is 6 inches thick and can be up to 20 feet high and 30 feet long. Each creature within the wall when it appears makes a DC 15 Dexterity saving throw, taking 18 (4d8) fire damage on a failed save or half damage on a success. A creature also takes 18 (4d8) fire damage when it enters the wall for the first time on a turn or ends its turn there. The wall disappears when the efreet is killed or incapacitated, or when it uses an action to dismiss it."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The efreetis innate spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components: At will: alter self (can assume Medium or Large form), detect magic, 3/day each: creation, gaseous form, major image, tongues, 1/day each: conjure elemental (fire elemental only), plane shift (to Elemental Plane of Fire only)"
                }
            ],
            "spell_list": [],
            "page_no": 221,
            "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_efreeti/"
        },
        {
            "slug": "hydra-a5e",
            "desc": "",
            "name": "Hydra",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 172,
            "hit_dice": "15d12+75",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 2,
            "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": {
                "perception": 5,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hydra bites once with each of its heads."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 15 ft., one target. Hit: 10 (1d10 + 5) piercing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The hydra 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": "Rush",
                    "desc": "The hydra moves or swims up to half its Speed without provoking opportunity attacks. If this movement would pass through the space of creatures that are not incapacitated or prone, each creature makes a DC 17 Strength saving throw. On a failure, the creature is knocked prone and the hydra can enter its space without treating it as difficult terrain. On a success, the hydra can't enter the creatures space, and the hydras movement ends. If this movement ends while the hydra is sharing a space with a creature, the creature is pushed to the nearest unoccupied space."
                },
                {
                    "name": "Wrap",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one Medium or smaller creature. Hit: The target is grappled (escape DC 17) and restrained until this grappled ends. The hydra can grapple one creature for each of its heads. When one of the hydras heads is killed while it is grappling a creature, the creature that killed the head can choose one creature to free from the grapple."
                }
            ],
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The hydra can hold its breath for 1 hour."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the hydra fails a saving throw, it can choose to succeed instead. When it does so, its heads lose coordination. It is rattled until the end of its next turn."
                },
                {
                    "name": "Multiple Heads",
                    "desc": "While the hydra has more than one head, it 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": "Reactive Heads",
                    "desc": "For each head it has, the hydra can take one reaction per round, but not more than one per turn."
                },
                {
                    "name": "Regenerating Heads",
                    "desc": "The hydra has five heads. Whenever the hydra takes 25 or more damage in one turn, one of its heads dies. If all of its heads die, the hydra dies. At the end of its turn, it grows 2 heads for each head that was killed since its last turn, unless it has taken fire damage since its last turn."
                },
                {
                    "name": "Toxic Secretions",
                    "desc": "Water within 1 mile of the hydras lair is poisoned. A creature other than the hydra that is immersed in the water or drinks the water makes a DC 17 Constitution saving throw. On a failure, the creature is poisoned for 24 hours. On a success, the creature is immune to this poison for 24 hours."
                },
                {
                    "name": "Wakeful",
                    "desc": "When some of the hydras heads are asleep, others are awake."
                }
            ],
            "spell_list": [],
            "page_no": 284,
            "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_hydra/"
        },
        {
            "slug": "marid-a5e",
            "desc": "",
            "name": "Marid",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 172,
            "hit_dice": "15d10+90",
            "speed": {
                "walk": 30,
                "fly": 60,
                "swim": 90
            },
            "strength": 22,
            "dexterity": 16,
            "constitution": 22,
            "intelligence": 16,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": 7,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "perception": 6,
                "persuasion": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, lightning",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 16",
            "languages": "Aquan",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The marid makes two trident attacks. One of these can be replaced with a net attack."
                },
                {
                    "name": "Trident",
                    "desc": "Melee or Ranged Weapon Attack: +10 to hit, reach 10 ft. or range 20/60 ft., one target. Hit: 13 (2d6 + 6) piercing damage plus 5 (1d10) lightning damage. If thrown  the trident returns to the marids hand."
                },
                {
                    "name": "Net",
                    "desc": "Ranged Weapon Attack: +10 to hit, range 5/15 ft., one target. Hit: A Large  Medium  or Small target is restrained until it is freed. A creature can use its action to make a DC 18 Strength check  freeing itself or another creature within its reach on a success. The net is an object with AC 10  20 hit points  vulnerability to slashing damage  and immunity to bludgeoning  poison  and psychic damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Fog Cloud (1/Day)",
                    "desc": "The marid magically creates a heavily obscured area of fog (or, if underwater, inky water) in a 30-foot radius around a point it can see within 60 feet. The fog spreads around corners and can be dispersed by a moderate wind or current (at least 10 miles per hour). Otherwise, it disperses after 10 minutes. The marid can see through this fog."
                },
                {
                    "name": "Water Jet (While Bloodied)",
                    "desc": "The marid shoots water in a 5-foot-wide, 60-foot-long jet. Each creature in the area makes a DC 18 Dexterity saving throw. On a failure, a target takes 21 (6d6) bludgeoning damage and is pushed 20 feet away from the marid, to a maximum of 60 feet away, and knocked prone. On a success, a target takes half damage."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The marid can breathe air and water."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The marids innate spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components: At will: alter self (can assume Medium or Large form), create or destroy water, detect magic, purify food and drink, 3/day each: control water, creation, tongues, water breathing, water walk, 1/day each: conjure elemental (water elemental only), plane shift (to Elemental Plane of Water only)"
                }
            ],
            "spell_list": [],
            "page_no": 224,
            "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_marid/"
        },
        {
            "slug": "elf-shadow-fey-executioner",
            "desc": "",
            "name": "Elf, Shadow Fey Executioner",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 172,
            "hit_dice": "23d8+69",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 15,
            "constitution": 17,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 14,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "blindsight 10', darkvision 60', passive Perception 15",
            "languages": "Common, Elvish, Umbral",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Animate Severed Head then 2 of either Axes."
                },
                {
                    "name": "Bearded Axe",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 12 (2d6+5) slashing damage + 9 (2d8) necrotic."
                },
                {
                    "name": "Throwing Axes",
                    "desc": "Ranged Weapon Attack: +8 to hit 5 ft. or range 20/60' one target 8 (1d6+5) slashing damage + 9 (2d8) necrotic."
                },
                {
                    "name": "Animate Severed Head",
                    "desc": "Pulls head from its belt and commands head to fly to target executioner can see within 30'. Head does so and attaches to it by biting. While head is attached creature has vulnerability to necrotic and at start of each of executioner's turns each attached head: 5 (2d4) piercing damage to that creature. Spellcaster with head attached has disadvantage on Con saves to maintain concentration. Executioner can have at most 4 heads attached to creatures at a time. A creature including target can use action to detach head. Detached head flies back to executioner up to 30'/round."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Recall Severed Head",
                    "desc": "Commands all severed heads attached to creatures to detach and return to the executioner's belt."
                },
                {
                    "name": "Shadow Traveler (3/Day)",
                    "desc": "In shadows/dim light/darkness disappears into darkness and reappears in unoccupied space it can see within 30'. Smoke tendril appears at origin and destination."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fey Ancestry",
                    "desc": "Advantage: saves vs. charmed; Immune: magic sleep."
                },
                {
                    "name": "Necrotic Weapons",
                    "desc": "Its weapon attacks are infused with slain foes' essence. Any weapon hit deals + 2d8 necrotic (included below)."
                },
                {
                    "name": "Relentless Hunter",
                    "desc": "Advantage on any Wis (Perception) or Wis (Survival) check it makes to find a creature that shadow fey nobility have tasked it with capturing or killing."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
                }
            ],
            "spell_list": [],
            "page_no": 169,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_elf-shadow-fey-executioner/"
        },
        {
            "slug": "ankou-soul-seeker",
            "desc": "",
            "name": "Ankou Soul Seeker",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 171,
            "hit_dice": "18d10+72",
            "speed": {
                "fly": 80,
                "walk": 40
            },
            "strength": 17,
            "dexterity": 10,
            "constitution": 19,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 5,
            "perception": 8,
            "skills": {
                "perception": 8,
                "persuasion": 6,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold, necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 60 ft., passive Perception 18",
            "languages": "all",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The ankou makes three attacks: one with its bite and two with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d10+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 14 (2d10 + 3) piercing damage plus 4 (1d8) cold damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.",
                    "name": "Claw"
                },
                {
                    "desc": "The ankou exhales cold fire in a 30-foot line that is 5 feet wide. Each creature in that area must make a DC 15 Dexterity saving throw, taking 44 (8d10) cold damage on a failed save, or half as much damage on a successful one. Undead creatures automatically fail the saving throw and treat all damage dealt by this breath weapon as radiant instead of cold.",
                    "name": "Reaper's Breath (Recharge 5-6)"
                },
                {
                    "desc": "The ankou magically polymorphs into any beast, humanoid, or undead creature it has seen before that has a challenge rating no higher than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the ankou's choice). Its statistics, other than its size, are the same in each form and it doesn't gain any class features or legendary actions of the new form.",
                    "name": "Change Shape"
                },
                {
                    "desc": "The ankou can transport itself and up to eight creatures in contact with it to another plane of existence. This works like the plane shift spell, except dead or incorporeal creatures can be transported and don't have to be willing. The ankou can't use this ability to banish an unwilling creature.",
                    "name": "Usher of Souls"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When an undead creature starts its turn within 30 feet of the ankou, the undead must make a DC 15 Constitution saving throw, taking 7 (2d6) radiant damage on a failed save, or half as much damage on a successful one.",
                    "name": "Aura of Necromancy's Bane"
                },
                {
                    "desc": "As a bonus action while in dim light or darkness, the ankou becomes invisible. The cloak of shadows ends when the ankou chooses to end it as a bonus action, when the ankou dies, or if the ankou ends its turn in bright light.",
                    "name": "Cloak of Shadows"
                },
                {
                    "desc": "The ankou has the celestial type in addition to the dragon type.",
                    "name": "Death Ascended"
                }
            ],
            "spell_list": [],
            "page_no": 38,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_ankou-soul-seeker/"
        },
        {
            "slug": "ecstatic-bloom",
            "desc": "",
            "name": "Ecstatic Bloom",
            "size": "Huge",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 171,
            "hit_dice": "18d12+54",
            "speed": {
                "walk": 10
            },
            "strength": 10,
            "dexterity": 9,
            "constitution": 16,
            "intelligence": 20,
            "wisdom": 19,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 9,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "insight": 9,
                "perception": 9
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "",
            "damage_immunities": "radiant",
            "condition_immunities": "charmed, frightened",
            "senses": "truesight 120 ft. (blind beyond this radius), passive Perception 19",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "desc": "The ecstatic bloom makes three gilded beam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "6d8",
                    "desc": "Ranged Spell Attack: +9 to hit, range 150 ft., one target. Hit: 27 (6d8) radiant damage.",
                    "name": "Gilded Beam"
                },
                {
                    "desc": "The bloom summons a chorus of booming celestial voices that descend into the minds of nearby creatures. Each creature within 30 feet of the bloom must succeed on a DC 17 Wisdom saving throw or be stunned until the end of its next turn. Castigate only affects non-good-aligned creatures with an Intelligence of 5 or higher.",
                    "name": "Castigate (Recharges after a Short or Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When an undead creature starts its turn within 30 feet of the bloom, it must succeed on a DC 17 Wisdom saving throw or be turned until the end of its next turn.",
                    "name": "Aura of Life"
                },
                {
                    "desc": "At the start of each of the ecstatic bloom's turns, the bloom and each good-aligned creature, including the bloom, within 10 feet of it regains 4 (1d8) hp. If the bloom takes fire damage, this trait doesn't function at the start of the bloom's next turn. The ecstatic bloom dies only if it starts its turn with 0 hp and doesn't regain hp from this trait.",
                    "name": "Blessed Regrowth"
                },
                {
                    "desc": "Alabaster trees within 60 feet of the ecstatic bloom have advantage on all saving throws.",
                    "name": "Foster the Trees"
                },
                {
                    "desc": "The ecstatic bloom knows if a creature within 120 feet of it is good-aligned or not.",
                    "name": "Like Calls to Like"
                }
            ],
            "spell_list": [],
            "page_no": 303,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_ecstatic-bloom/"
        },
        {
            "slug": "flying-polyp",
            "desc": "",
            "name": "Flying Polyp",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 171,
            "hit_dice": "18d12+54",
            "speed": {
                "fly": 60,
                "hover": true,
                "walk": 0
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 17,
            "intelligence": 22,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "arcana": 10,
                "history": 10,
                "perception": 6
            },
            "damage_vulnerabilities": "lightning",
            "damage_resistances": "acid, cold, fire, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "prone",
            "senses": "blindsight 60 ft., passive Perception 16",
            "languages": "Deep Speech, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "desc": "The polyp makes two melee attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "3d6+5",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 15 ft., one target. Hit: 15 (3d6 + 5) bludgeoning damage. If the target is a Large or smaller creature, it is grappled (escape DC 17). Until this grapple ends, the target is restrained and is not affected by the flying polyp's Aura of Wind. The flying polyp can grapple up to two creatures at one time.",
                    "name": "Tentacle"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "3d8+5",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target grappled by the polyp. Hit: 18 (3d8 + 5) piercing damage.",
                    "name": "Bite"
                },
                {
                    "desc": "Each creature within 30 feet of the polyp must make a DC 17 Strength saving throw. On a failure, a creature takes 27 (5d10) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage but isn't knocked prone.",
                    "name": "Cyclone (Recharge 5-6)"
                },
                {
                    "desc": "The flying polyp magically enters the Ethereal Plane from the Material Plane, or vice versa.",
                    "name": "Etherealness"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature the flying polyp can see targets it with an attack, the flying polyp can unleash a line of strong wind 60 feet long and 10 feet wide in the direction of the attacker. The wind lasts until the start of the flying polyp's next turn. Each creature in the wind when it appears or that starts its turn in the wind must succeed on a DC 17 Strength saving throw or be pushed 15 feet away from the flying polyp in a direction following the line. Any creature in the line treats all movement as difficult terrain.",
                    "name": "Fist of Wind"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A creature that starts its turn within 15 feet of the polyp must succeed on a DC 17 Strength saving throw or be pushed up to 15 feet away from the polyp.",
                    "name": "Aura of Wind"
                },
                {
                    "desc": "The polyp 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": "Incorporeal Movement"
                },
                {
                    "desc": "The polyp has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The polyp's innate spellcasting ability is Intelligence (spell save DC 18). The polyp can innately cast the following spells, requiring no material components:\nAt will: invisibility (self only)\n3/day: wind walk\n1/day: control weather",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 162,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_flying-polyp/"
        },
        {
            "slug": "incinis",
            "desc": "",
            "name": "Incinis",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 171,
            "hit_dice": "18d10+72",
            "speed": {
                "walk": 40
            },
            "strength": 12,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 10,
            "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": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Ignan",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "desc": "The incinis makes two magma fist attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "2d8+5",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one creature. Hit: 14 (2d8 + 5) bludgeoning damage and 9 (2d8) fire damage.",
                    "name": "Magma Fist"
                },
                {
                    "desc": "The incinis transforms into a wave of magma, moving up to its speed in a straight line. Each creature in the path where the incinis moves must make a DC 17 Dexterity saving throw. On a failure, a target takes 21 (6d6) fire damage and, if it is a Large or smaller creature, it is pushed ahead of the incinis and knocked prone in an unoccupied space within 5 feet of where the incinis ends its movement. On a success, a target takes half the damage and is neither pushed nor knocked prone.",
                    "name": "Wave of Magma (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The elemental can move through a space as narrow as 1 inch wide without squeezing. A creature that touches the elemental or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage and must succeed on a DC 16 Strength saving throw or the weapon becomes stuck in the elemental. If the weapon's wielder can't or won't let go of the weapon, the wielder is grappled while the weapon is stuck. While stuck, the weapon can't be used. Until the grapple ends, the wielder takes 5 (1d10) fire damage at the start of each of its turns. To end the grapple, the wielder can release the weapon or pull it free by taking an action to make a DC 16 Strength check and succeeding.",
                    "name": "Magma Form"
                }
            ],
            "spell_list": [],
            "page_no": 226,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_incinis/"
        },
        {
            "slug": "thorned-sulfurlord",
            "desc": "",
            "name": "Thorned Sulfurlord",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 171,
            "hit_dice": "18d12+54",
            "speed": {
                "walk": 20
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 9,
            "charisma": 12,
            "strength_save": 9,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "athletics": 9,
                "perception": 7
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "",
            "damage_immunities": "fire, poison",
            "condition_immunities": "charmed, poisoned",
            "senses": "truesight 120 ft., passive Perception 17",
            "languages": "Abyssal, Infernal, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "desc": "The thorned sulfurlord makes two sulfur slam attacks or two fiery spike attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "2d8+5",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage plus 9 (2d8) fire damage. The target must succeed on a DC 17 Constitution saving throw or be blinded until the end of its next turn.",
                    "name": "Sulfur Slam"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "3d6+2",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 60/240 ft., one target. Hit: 12 (3d6 + 2) piercing damage plus 9 (2d8) fire damage.",
                    "name": "Fiery Spike"
                },
                {
                    "desc": "The thorned sulfurlord targets a creature that has taken fire damage from it within the last minute and causes a burst of fire to expand out from that creature in a 30-foot-radius. Each creature in the area, including the target, must make a DC 17 Dexterity saving throw, taking 35 (10d6) fire damage on a failed save, or half as much damage on a successful one. The fire ignites flammable objects in the area that aren't being worn or carried.",
                    "name": "The World Shall Know Fire (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ground within 10 feet of the thorned sulfurlord is difficult terrain.",
                    "name": "Burning Tangle"
                },
                {
                    "desc": "At the start of each of the thorned sulfurlord's turns, each creature within 10 feet of the sulfurlord takes 7 (2d6) fire damage. If the thorned sulfurlord takes cold damage, this trait doesn't function at the start of its next turn.",
                    "name": "Hell Core"
                },
                {
                    "desc": "The thorned sulfurlord knows if a creature within 100 feet of it is evil-aligned or not.",
                    "name": "Like Calls to Like"
                },
                {
                    "desc": "As a bonus action, the thorned sulfurlord sends its roots deep into the ground. For 1 minute, the sulfurlord's speed is halved, it is immune to effects that would move it, and it can't be knocked prone.",
                    "name": "Root (3/Day)"
                }
            ],
            "spell_list": [],
            "page_no": 306,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_thorned-sulfurlord/"
        },
        {
            "slug": "baba-yagas-horsemen-black-night",
            "desc": "",
            "name": "Baba Yaga's Horsemen, Black Night",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 20,
            "armor_desc": "plate and shield",
            "hit_points": 171,
            "hit_dice": "18d8+90",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 11,
            "constitution": 21,
            "intelligence": 16,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "arcana": 7,
                "athletics": 10,
                "history": 7,
                "perception": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "cold, lightning, poison",
            "condition_immunities": "exhaustion, paralyzed, poisoned",
            "senses": "Devil sight 120ft, passive Perception 18",
            "languages": "Celestial, Common, Infernal; telepathy 100 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The horseman makes three attacks with its lance or longsword. It can use Temporal Strike with one of these attacks when it is available."
                },
                {
                    "name": "Lance",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft. (disadvantage within 5 ft.), one target. Hit: 12 (1d12 + 6) piercing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "1d12+6"
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 10 (1d8 + 6) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Temporal Strike (recharge 5-6)",
                    "desc": "When the horseman strikes a target with a melee attack, in addition to taking normal damage, the target must succeed on a DC 17 Constitution saving throw or instantly age 3d10 years. A creature that ages this way has disadvantage on attack rolls, ability checks, and saving throws based on Strength, Dexterity, and Constitution until the aging is reversed. A creature that ages beyond its lifespan dies immediately. The aging reverses automatically after 24 hours, or it can be reversed magically by greater restoration or comparable magic. A creature that succeeds on the save is immune to the temporal strike effect for 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Black Night",
                    "desc": "The horseman can see perfectly in normal and magical darkness"
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the horseman is a 12th-level spellcaster. Its spellcasting ability is Charisma (save DC 16, +8 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nat will: ray of frost\n\n1/day each: dimension door, fire shield, haste, slow\n\n2/day: darkness\n\n3/day each: ethereal jaunt, phantom steed (appears as a horse colored appropriately to the horseman), plane shift (self and steed only)"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The horseman has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Peerless Rider",
                    "desc": "Any attacks directed at the horseman's mount targets the horseman instead. Its mount gains the benefit of the rider's damage and condition immunities, and if the horseman passes a saving throw against an area effect, the mount takes no damage."
                },
                {
                    "name": "Quick Draw",
                    "desc": "The horseman can switch between wielding its lance and longsword as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 29,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_baba-yagas-horsemen-black-night/"
        },
        {
            "slug": "baba-yagas-horsemen-bright-day",
            "desc": "",
            "name": "Baba Yaga's Horsemen, Bright Day",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 20,
            "armor_desc": "plate and shield",
            "hit_points": 171,
            "hit_dice": "18d8+90",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 11,
            "constitution": 21,
            "intelligence": 16,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "arcana": 7,
                "athletics": 10,
                "history": 7,
                "perception": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "lightning, poison",
            "condition_immunities": "exhaustion, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 18",
            "languages": "Celestial, Common, Infernal; telepathy 100 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The horseman makes three attacks with its lance or longsword. It can use Temporal Strike with one of these attacks when it is available."
                },
                {
                    "name": "Lance",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft. (disadvantage within 5 ft.), one target. Hit: 12 (1d12 + 6) piercing damage.",
                    "attack_bonus": 0,
                    "damage_dice": "1d12+6"
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 10 (1d8 + 6) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Temporal Strike (recharge 5-6)",
                    "desc": "When the horseman strikes a target with a melee attack, in addition to taking normal damage, the target must succeed on a DC 17 Constitution saving throw or instantly age 3d10 years. A creature that ages this way has disadvantage on attack rolls, ability checks, and saving throws based on Strength, Dexterity, and Constitution until the aging is reversed. A creature that ages beyond its lifespan dies immediately. The aging reverses automatically after 24 hours, or it can be reversed magically by greater restoration or comparable magic. A creature that succeeds on the save is immune to the temporal strike effect for 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the horseman is a 12th-level spellcaster. Its spellcasting ability is Charisma (save DC 16, +8 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nat will: sacred flame\n\n1/day each: dimension door, fire shield, haste, slow\n\n2/day: daylight\n\n3/day each: ethereal jaunt, phantom steed (appears as a horse colored appropriately to the horseman), plane shift (self and steed only)"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The horseman has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Peerless Rider",
                    "desc": "Any attacks directed at the horseman's mount targets the horseman instead. Its mount gains the benefit of the rider's damage and condition immunities, and if the horseman passes a saving throw against an area effect, the mount takes no damage."
                },
                {
                    "name": "Quick Draw",
                    "desc": "The horseman can switch between wielding its lance and longsword as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 29,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_baba-yagas-horsemen-bright-day/"
        },
        {
            "slug": "baba-yagas-horsemen-red-sun",
            "desc": "",
            "name": "Baba Yaga's Horsemen, Red Sun",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 20,
            "armor_desc": "plate and shield",
            "hit_points": 171,
            "hit_dice": "18d8+90",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 11,
            "constitution": 21,
            "intelligence": 16,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "arcana": 7,
                "athletics": 10,
                "history": 7,
                "perception": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, lightning, poison",
            "condition_immunities": "blinded, charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "passive Perception 18",
            "languages": "Celestial, Common, Infernal; telepathy 100 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The horseman makes three attacks with its lance or longsword. It can use Temporal Strike with one of these attacks when it is available."
                },
                {
                    "name": "Lance",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft. (disadvantage within 5 ft.), one target. Hit: 12 (1d12 + 6) piercing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "1d12+6"
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 10 (1d8 + 6) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Temporal Strike (recharge 5-6)",
                    "desc": "When the horseman strikes a target with a melee attack, in addition to taking normal damage, the target must succeed on a DC 17 Constitution saving throw or instantly age 3d10 years. A creature that ages this way has disadvantage on attack rolls, ability checks, and saving throws based on Strength, Dexterity, and Constitution until the aging is reversed. A creature that ages beyond its lifespan dies immediately. The aging reverses automatically after 24 hours, or it can be reversed magically by greater restoration or comparable magic. A creature that succeeds on the save is immune to the temporal strike effect for 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the horseman is a 12th-level spellcaster. Its spellcasting ability is Charisma (save DC 16, +8 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\n1/day each: dimension door, fire shield, haste, slow\n\n2/day each: continual flame, scorching ray\n\n3/day each: ethereal jaunt, phantom steed (appears as a horse colored appropriately to the horseman), plane shift (self and steed only)"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The horseman has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Peerless Rider",
                    "desc": "Any attacks directed at the horseman's mount targets the horseman instead. Its mount gains the benefit of the rider's damage and condition immunities, and if the horseman passes a saving throw against an area effect, the mount takes no damage."
                },
                {
                    "name": "Quick Draw",
                    "desc": "The horseman can switch between wielding its lance and longsword as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 29,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_baba-yagas-horsemen-red-sun/"
        },
        {
            "slug": "gypsosphinx",
            "desc": "_With black wings and a body pale as alabaster, the vulture-beaked gypsosphinx is easy to identify. As powerful servants of the gods of death and the desert, their riddles and obsessions all hinge on death and carrion. Their eyes can spot prey miles away, and the distance they climb into the sky hides their enormous size._  \nThe pale gypsosphinx shines in the desert sun and stands out in underground tombs and caverns, yet it can conceal itself when it flies in moonlit clouds. Gypsosphinxes are found anywhere bodies are buried or left to rot, and they harvest corpses from battlefields of warring desert tribes.  \n_**Gossips and Riddlers.**_ Gypsosphinxes converse with intelligent undead, priests of death gods, and with other sphinxes, but they rarely gather among their own kind. They guard their territory jealously, typically claiming a necropolis as the heart of their region.  \nLike all sphinxes, gypsosphinxes enjoy riddles. They rely on magic to solve challenging riddles they can’t solve on their own.  \n_**Night Flyers.**_ Unlike most of their cousins, gypsosphinxes are gifted fliers capable of diving steeply from the night sky to snatch carrion or a sleeping camel. The stroke of midnight has a special but unknown significance for the beasts.  \n_**Foretell Doom.**_ Occasionally, a paranoid noble seeks out a gypsosphinx and entreats the creature to reveal the time and place of his or her death, hoping to cheat fate. A gypsosphinx demands a high price for such a service, including payment in corpses of humans, unusual creatures, or near-extinct species. Even if paid, the gypsosphinx rarely honors its side of the bargain; instead, it turns its death magic against the supplicant, bringing about his or her death then and there.",
            "name": "Gypsosphinx",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 171,
            "hit_dice": "18d10+72",
            "speed": {
                "walk": 40,
                "fly": 70
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 18,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "arcana": 9,
                "history": 9,
                "perception": 9,
                "religion": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "psychic, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 90 ft., passive Perception 19",
            "languages": "Abyssal, Common, Darakhul, Sphinx",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sphinx makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 21 (3d10 + 5) piercing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "3d10"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 32 (6d8 + 5) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "6d8"
                },
                {
                    "name": "Rake",
                    "desc": "If the sphinx succeeds with both claw attacks, it automatically follows up with a rake attack. If the target fails a DC 17 Dexterity check, it is knocked prone and takes 14 (2d8 + 5) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The sphinx can take 3 legendary actions, choosing from the options below. Only one option can be used at a time and only at the end of another creature's turn. It regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Bite Attack",
                    "desc": "The sphinx makes one bite attack."
                },
                {
                    "name": "Teleport (Costs 2 Actions)",
                    "desc": "The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Cast a Spell (Costs 3 Actions)",
                    "desc": "The sphinx casts a spell from its list of prepared spells, using a spell slot as normal."
                }
            ],
            "special_abilities": [
                {
                    "name": "Inscrutable",
                    "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. Wisdom (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The sphinx's weapon attacks are magical."
                },
                {
                    "name": "Mystic Sight",
                    "desc": "A gypsosphinx sees death coming and can foretell the manner of a person's death. This ability does not come with any urge to share that information. Gypsosphinxes are notorious for hinting, teasing, and even lying about a creature's death (\"If we fight, I will kill you and eat your heart. I have seen it,\"is a favorite bluff)."
                },
                {
                    "name": "Spellcasting",
                    "desc": "the sphinx is a 9th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 17, +9 to hit with spell attacks). It requires no material components to cast its spells. The sphinx has the following wizard spells prepared:\n\ncantrips: (at will): mage hand, mending, minor illusion, poison spray\n\n1st level (4 slots): comprehend languages, detect magic, identify\n\n2nd level (3 slots): blur, darkness, locate object\n\n3rd level (3 slots): dispel magic, glyph of warding, major image\n\n4th level (3 slots): blight, greater invisibility\n\n5th level (1 slot): cloudkill"
                }
            ],
            "spell_list": [],
            "page_no": 359,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_gypsosphinx/"
        },
        {
            "slug": "steam-golem",
            "desc": "_With wicked axe blades fastened along its arms and bronze runes inlaid on its armored torso, a steam golem is a smooth-running machine of death._  \n**Magic Weapons.** The golem’s weapon attacks are magical.  \n**Boilers and Hydraulics.** A steam golem is built around a central boiler with clockwork gears and hydraulic cylinders powering its legs and arms. Most steam golems have axe blades welded onto each of their arms, and many can extend one arm into a single, long-hafted axe for additional reach. They tower 10 feet tall, and their legs are often built with reversed knee joints for greater leverage when they move. The eyes of a steam golem glow orange or red from its internal fires.  \n**Steam Whistle.** A steam golem has four to six vents for releasing steam. These whistles are mounted over the shoulders and can be heard at distances up to a mile in open terrain.  \n**Fuel Required.** A steam golem’s machinery consumes 30 lb. of coal and 100 gallons of water per day if it engages in more than brief combat. When resting or standing guard, a steam golem needs just one third of those amounts.  \n**Constructed Nature.** A golem doesn’t require air, food, drink, or sleep.",
            "name": "Steam Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 171,
            "hit_dice": "18d10+72",
            "speed": {
                "walk": 40
            },
            "strength": 26,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 10,
            "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": "fire, 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 its creator's languages but can't speak",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The steam golem makes two ax arm attacks, or one long axe attack."
                },
                {
                    "name": "Ax Arm",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 22 (4d6 + 8) slashing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "4d6"
                },
                {
                    "name": "Long Axe",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 40 (5d12 + 8) slashing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "5d12"
                },
                {
                    "name": "Steam Blast (Recharge 5-6)",
                    "desc": "A steam golem can release a blast of steam. The golem chooses whether to affect a 5-foot radius around itself or a 20-foot cube adjacent to itself. Creatures in the affected area take 38 (7d10) fire damage, or half damage with a successful DC 17 Constitution saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Whistle",
                    "desc": "When an opponent within 30 feet of the golem tries to cast a spell, the steam golem can emit a shriek from its twin steam whistles. The spellcaster must make a DC 17 Constitution saving throw. If the save succeeds, the spell is cast normally. If it fails, the spell is not cast; the spell slot is not used, but the caster's action is."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Boiler Weakness",
                    "desc": "A steam golem that's immersed in water or whose boiler is soaked with at least 20 gallons of water (such as from a water elemental) may be stopped in its tracks by the loss of steam pressure in the boiler. In the case of a water elemental, dousing a steam golem destroys the elemental and the golem must make a DC 20 Constitution saving throw. If it succeeds, the water instantly evaporates and the golem continues functioning normally. If it fails, the golem's fire is extinguished and the boiler loses pressure. The steam golem acts as if affected by a slow spell for 1d3 rounds, then becomes paralyzed until its fire is relit and it spends 15 minutes building up pressure."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The golem is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Extend Long Ax",
                    "desc": "A steam golem can extend or retract one arm into long ax form as a bonus action."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The golem has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The golem's weapon attacks are magical."
                }
            ],
            "spell_list": [],
            "page_no": 237,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_steam-golem/"
        },
        {
            "slug": "aboleth-a5e",
            "desc": "",
            "name": "Aboleth",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 171,
            "hit_dice": "18d10+72",
            "speed": {
                "walk": 10,
                "swim": 40
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 20,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 8,
            "intelligence_save": 9,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 8,
                "history": 9,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 15",
            "languages": "Deep Speech, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The aboleth attacks three times with its tentacle."
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 15 ft., one target. Hit: 19 (4d6 + 5) bludgeoning damage. The aboleth can choose instead to deal 0 damage. If the target is a creature  it makes a DC 16 Constitution saving throw. On a failure  it contracts a disease called the Sea Change. On a success  it is immune to this disease for 24 hours. While affected by this disease  the target has disadvantage on Wisdom saving throws. After 1 hour  the target grows gills  it can breathe water  its skin becomes slimy  and it begins to suffocate if it goes 12 hours without being immersed in water for at least 1 hour. This disease can be removed with a disease-removing spell cast with at least a 4th-level spell slot  and it ends 24 hours after the aboleth dies."
                },
                {
                    "name": "Slimy Cloud (1/Day, While Bloodied)",
                    "desc": "While underwater  the aboleth exudes a cloud of inky slime in a 30-foot-radius sphere. Each non-aboleth creature in the area when the cloud appears makes a DC 16 Constitution saving throw. On a failure  it takes 44 (8d10) poison damage and is poisoned for 1 minute. The slime extends around corners  and the area is heavily obscured for 1 minute or until a strong current dissipates the cloud."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The aboleth 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": "Move",
                    "desc": "The aboleth moves up to its swim speed without provoking opportunity attacks."
                },
                {
                    "name": "Telepathic Summon",
                    "desc": "One creature within 90 feet makes a DC 16 Wisdom saving throw. On a failure, it must use its reaction, if available, to move up to its speed toward the aboleth by the most direct route that avoids hazards, not avoiding opportunity attacks. This is a magical charm effect."
                },
                {
                    "name": "Baleful Charm (Costs 2 Actions)",
                    "desc": "The aboleth targets one creature within 60 feet that has contracted Sea Change. The target makes a DC 16 Wisdom saving throw. On a failure, it is magically charmed by the aboleth until the aboleth dies. The target can repeat this saving throw every 24 hours and when it takes damage from the aboleth or the aboleths allies. While charmed in this way, the target can communicate telepathically with the aboleth over any distance and it follows the aboleths orders."
                },
                {
                    "name": "Soul Drain (Costs 2 Actions)",
                    "desc": "One creature charmed by the aboleth takes 22 (4d10) psychic damage, and the aboleth regains hit points equal to the damage dealt."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The aboleth can breathe air and water."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The aboleths spellcasting ability is Charisma (spell save DC 16). It can innately cast the following spells, requiring no components: 3/day each: detect thoughts (range 120 ft, desc: ), project image (range 1 mile), phantasmal force"
                }
            ],
            "spell_list": [],
            "page_no": 16,
            "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_aboleth/"
        },
        {
            "slug": "elder-black-pudding-a5e",
            "desc": "",
            "name": "Elder Black Pudding",
            "size": "Huge",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 7,
            "armor_desc": "",
            "hit_points": 171,
            "hit_dice": "18d12+54",
            "speed": {
                "walk": 20,
                "climb": 20,
                "swim": 20
            },
            "strength": 16,
            "dexterity": 4,
            "constitution": 16,
            "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": "acid, cold, lightning, slashing",
            "condition_immunities": "blinded, charmed, deafened, fatigue, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 8",
            "languages": "",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) bludgeoning damage plus 9 (2d8) acid damage. Nonmagical armor worn by the target corrodes  taking a permanent -1 penalty to its AC protection per hit. If the penalty reduces the armors AC protection to 10  the armor is destroyed."
                },
                {
                    "name": "Multiattack",
                    "desc": "The pudding makes two pseudopod attacks. The pudding can't use Multiattack after it splits for the first time."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Split",
                    "desc": "When a Medium or larger pudding with at least 10 hit points is subjected to lightning or slashing damage, it splits into two puddings that are each one size smaller. Each new pudding has half the originals hit points (rounded down)."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The pudding can pass through an opening as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Corrosive Body",
                    "desc": "A creature that touches the pudding or hits it with a melee attack while within 5 feet takes 9 (2d8) acid damage. A nonmagical weapon made of metal or wood that hits the black pudding corrodes after dealing damage, taking a permanent -1 penalty to damage rolls per hit. If this penalty reaches -5, the weapon is destroyed. Wooden or metal nonmagical ammunition is destroyed after dealing damage. Any other metal or organic object that touches it takes 9 (2d8) acid damage."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The pudding can use its climb speed even on difficult surfaces and upside down on ceilings."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the pudding has disadvantage on attack rolls."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "An ooze doesnt require air or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 350,
            "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_elder-black-pudding/"
        },
        {
            "slug": "knight-captain-a5e",
            "desc": "",
            "name": "Knight Captain",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 171,
            "hit_dice": "18d8+90",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 10,
                "history": 6,
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "frightened",
            "senses": "passive Perception 18",
            "languages": "any two",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The knight captain attacks four times."
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 11 (1d8 + 7) slashing damage."
                },
                {
                    "name": "Composite Longbow",
                    "desc": "Ranged Weapon Attack: +10 to hit, range 150/600 ft., one target. Hit: 9 (1d8 + 5) piercing damage."
                },
                {
                    "name": "Command the Attack (1/Day)",
                    "desc": "The knight captain issues a command to all nonhostile creatures within 30 feet. Creatures who can see or hear the knight captain can use their reaction to make a single weapon attack with advantage."
                },
                {
                    "name": "Knightly Inspiration (1/Day)",
                    "desc": "The knight captain inspires creatures of their choice within 30 feet that can hear and understand them. For the next minute  inspired creatures gain an expertise die (1d4) on attack rolls and saving throws. A creature can benefit from only one Knightly Inspiration at a time  and the knight captain cannot target themselves."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The knight captain has advantage on saving throws against spells and magical effects."
                },
                {
                    "name": "Superior Heavy Armor Master",
                    "desc": "While wearing heavy armor, the knight captain reduces bludgeoning, piercing, or slashing damage they take from nonmagical weapons by 5."
                }
            ],
            "spell_list": [],
            "page_no": 477,
            "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_knight-captain/"
        },
        {
            "slug": "mountain-dwarf-lord-a5e",
            "desc": "",
            "name": "Mountain Dwarf Lord",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 171,
            "hit_dice": "18d8+90",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 10,
                "history": 6,
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "frightened",
            "senses": "passive Perception 18",
            "languages": "any two",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mountain dwarf lord attacks four times with their battleaxe."
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 11 (1d8 + 7) slashing damage."
                },
                {
                    "name": "Composite Longbow",
                    "desc": "Ranged Weapon Attack: +10 to hit, range 150/600 ft., one target. Hit: 9 (1d8 + 5) piercing damage."
                },
                {
                    "name": "Command the Attack (1/Day)",
                    "desc": "The knight captain issues a command to all nonhostile creatures within 30 feet. Creatures who can see or hear the knight captain can use their reaction to make a single weapon attack with advantage."
                },
                {
                    "name": "Knightly Inspiration (1/Day)",
                    "desc": "The knight captain inspires creatures of their choice within 30 feet that can hear and understand them. For the next minute  inspired creatures gain an expertise die (1d4) on attack rolls and saving throws. A creature can benefit from only one Knightly Inspiration at a time  and the knight captain cannot target themselves."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Shield Block",
                    "desc": "When a creature attacks the mountain dwarf lord or a target within 5 feet, the mountain dwarf lord imposes disadvantage on that attack. To do so, the mountain dwarf lord must see the attacker and be wielding a shield."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The knight captain has advantage on saving throws against spells and magical effects."
                },
                {
                    "name": "Superior Heavy Armor Master",
                    "desc": "While wearing heavy armor, the knight captain reduces bludgeoning, piercing, or slashing damage they take from nonmagical weapons by 5."
                }
            ],
            "spell_list": [],
            "page_no": 477,
            "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_mountain-dwarf-lord/"
        },
        {
            "slug": "wraith-lord-a5e",
            "desc": "",
            "name": "Wraith Lord",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 171,
            "hit_dice": "18d8+90",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 14,
            "dexterity": 20,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 18,
            "charisma": 18,
            "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": "acid, lightning, psychic, thunder; damage from nonmagical weapons",
            "damage_immunities": "cold, necrotic, poison",
            "condition_immunities": "charmed, fatigue, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "truesight 120 ft., passive Perception 14",
            "languages": "the languages it knew in life",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wraith lord can use Paralyzing Terror. It then uses Life Drain twice. If in corporeal form  it then makes a greatsword attack."
                },
                {
                    "name": "Life Drain",
                    "desc": "The wraith targets a creature within 5 feet  forcing it to make a DC 18 Constitution saving throw. On a failure  the creature takes 17 (5d6) necrotic damage  or 24 (7d6) necrotic damage if it is frightened or surprised  and its hit point maximum is reduced by an amount equal to the damage taken. This reduction lasts until the creature finishes a long rest. It dies if its hit point maximum is reduced to 0."
                },
                {
                    "name": "Greatsword (Corporeal Form Only)",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage plus 17 (5d6) poison damage  and the target makes a DC 18 Constitution saving throw. On a failure  the target is poisoned for 24 hours. While poisoned in this way  the target can't regain hit points. If a creature dies while poisoned in this way  its spirit rises as a wraith under the wraith lords control 1 minute after its death."
                },
                {
                    "name": "Paralyzing Terror",
                    "desc": "The wraith lord targets a frightened creature within 60 feet  forcing it to make a DC 18 Wisdom saving throw. On a failure  the target is paralyzed for 1 minute. It repeats the saving throw at the end of each of its turns  ending the effect on itself on a success."
                },
                {
                    "name": "Create Wraith",
                    "desc": "The wraith lord touches a humanoid corpse it killed up to 1 day ago. The creatures spirit rises as a wraith under the wraith lords control."
                },
                {
                    "name": "Corporeal Form (1/Day)",
                    "desc": "The wraith lord takes on a material form. In material form  it loses its incorporeal trait  its fly speed  and its immunity to the grappled  prone  and restrained conditions. The wraith instantly reverts to its incorporeal form if it is bloodied  and it can do so voluntarily at any time as an action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aura of Fear",
                    "desc": "A creature that starts its turn within 30 feet of a wraith lord makes a DC 17 Wisdom saving throw. On a failure, it is frightened until the start of its next turn. If a creatures saving throw is successful or the effect ends for it, it is immune to any wraith or wraith lords Aura of Fear for 24 hours."
                },
                {
                    "name": "Evil",
                    "desc": "The wraith lord radiates an Evil aura."
                },
                {
                    "name": "Incorporeal",
                    "desc": "The wraith lord can move through creatures and objects. It takes 5 (1d10) force damage if it ends its turn inside an object. If it takes radiant damage, it loses this trait until the end of its next turn."
                },
                {
                    "name": "Light Sensitivity",
                    "desc": "While in sunlight or bright light cast by a fire, the wraith lord has disadvantage on attack rolls, as well as on Perception checks that rely on sight."
                },
                {
                    "name": "Undead Nature",
                    "desc": "A wraith doesnt require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 428,
            "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_wraith-lord/"
        },
        {
            "slug": "arx-tob1-2023",
            "desc": "False",
            "name": "Arx",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 171,
            "hit_dice": "18d10 + 72",
            "speed": {
                "walk": 20,
                "fly": 30
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 19,
            "intelligence": 11,
            "wisdom": 15,
            "charisma": 8,
            "strength_save": 9,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 16,
            "skills": {
                "Athletics": 9,
                "Perception": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, lightning, poison",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 90 ft., passive Perception 16",
            "languages": "Abyssal, Infernal, telepathy 60 ft.",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The arx makes two Claw attacks and one Spear attack."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) slashing damage."
                },
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +9 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 12 (2d6 + 5) piercing damage, or 14 (2d8 + 5) piercing damage if used with two hands to make a melee attack."
                },
                {
                    "name": "Wall Smash",
                    "desc": "If the arx has its wall set up (see Emplace Wall), it can briefly close the panels of the wall in on each other. Each creature other than the arx between the panels in a 10-foot cone from the corner where the panels meet must make a DC 16 Dexterity saving throw, taking 28 (8d6) bludgeoning damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Emplace Wall (Recharge 3-6)",
                    "desc": "The arx extends its hardened elytra and casts them into the ground, creating a wall. The wall is 3 inches thick and is composed of two 10-foot-by-10-foot panels. The panels must connect perpendicular to each other, forming a corner behind the arx. If the wall falls in a creature's space when the arx places it, the creature must make a DC 16 Dexterity saving throw. On a failure, the creature takes 10 (3d6) bludgeoning damage, and the arx determines to which side of the wall the creature is pushed. On a success, the creature takes half the damage and decides to which side of the wall it is pushed."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The arx is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The arx has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Spiky Hide",
                    "desc": "A creature that touches the arx or hits it with a melee attack while within 5 feet of it takes 4 (1d8) piercing damage. This trait also applies to the arx's walls."
                }
            ],
            "spell_list": [],
            "page_no": 26,
            "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_arx/"
        },
        {
            "slug": "babayagashorsemen-tob1-2023",
            "desc": "False",
            "name": "Baba Yaga’s Horsemen",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Neutral",
            "armor_class": 20,
            "armor_desc": "plate, shield",
            "hit_points": 171,
            "hit_dice": "18d8 + 90",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 11,
            "constitution": 21,
            "intelligence": 16,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": null,
            "perception": 18,
            "skills": {
                "Arcana": 7,
                "Athletics": 10,
                "History": 7,
                "Perception": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "lightning, poison",
            "condition_immunities": "exhaustion, paralyzed, poisoned",
            "senses": "passive Perception 18",
            "languages": "Celestial, Common, Infernal, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Lance",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 12 (1d12 + 6) piercing damage plus 9 (2d8) damage of the type defined in Enchanted Weapons. The horseman has disadvantage on this attack roll if the target is within 5 feet of him."
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 10 (1d8 + 6) slashing damage, or 11 (1d10 + 6) slashing damage if used with two hands, plus 9 (2d8) damage of the type defined in Enchanted Weapons."
                },
                {
                    "name": "Horseman's Bolt",
                    "desc": "Ranged Spell Attack: +8 to hit, range 120 ft., one target. Hit: 22 (4d6 + 4) damage of the type defined in Enchanted Weapons."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The horseman casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 16):\n3/day: phantom steed (as an action)\n2/day each: darkness (black night horseman only), daylight (bright day and red sun horsemen only), dimension door, fire shield\n1/day: plane shift (self and mount only)"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Temporal Strike (Recharge 5-6)",
                    "desc": "One creature the horseman can see and that the horseman hit with a Horseman's Bolt or Longsword attack within the last minute must succeed on a DC 17 Constitution saving throw or age 16 (3d10) years. A creature that ages this way has disadvantage on attack rolls, ability checks, and saving throws that use Strength, Dexterity, and Constitution until the aging is reversed. A creature that ages beyond its lifespan dies immediately. The aging lasts until the creature finishes a long rest, or until it is reversed by a greater restoration spell or similar magic. On a successful saving throw, the creature is immune to the horseman's Temporal Strike for 24 hours."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Enchanted Weapons",
                    "desc": "The horseman's weapon attacks are magical. When the horseman hits with any weapon, the weapon deals an extra 2d8 damage of a type depending on the horseman: cold (black night), fire (red sun), radiant (bright day)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The horseman has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Peerless Rider",
                    "desc": "Any attacks directed at the horseman's mount target the horseman instead, and the horseman confers his damage resistances and immunities and his condition immunities to his mount. In addition, if the horseman and mount are subjected to an effect that allows each to make a saving throw to take only half damage, the mount takes no damage if the horseman succeeds on the saving throw."
                },
                {
                    "name": "Timeless Nature",
                    "desc": "The horseman doesn't age and doesn't require food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 30,
            "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_baba-yagas-horsemen/"
        },
        {
            "slug": "steamgolem-tob1-2023",
            "desc": "False",
            "name": "Steam Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 171,
            "hit_dice": "18d10 + 72",
            "speed": {
                "walk": 40
            },
            "strength": 26,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 10,
            "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": "fire, 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": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The steam golem makes one Axe Arm attack and one Long Axe attack."
                },
                {
                    "name": "Axe Arm",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 22 (4d6 + 8) slashing damage plus 18 (4d8) fire damage."
                },
                {
                    "name": "Long Axe",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 26 (4d8 + 8) slashing damage plus 18 (4d8) fire damage."
                },
                {
                    "name": "Steam Blast (Recharge 5-6)",
                    "desc": "The steam golem releases a blast of steam in a 30-foot cone or in a 10-foot-radius cloud that extends from it, spreading around corners. Each creature in the area must make a DC 17 Dexterity saving throw, taking 54 (12d8) fire damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Whistle (Recharge 4-6)",
                    "desc": "When a creature the steam golem can see within 30 feet of it casts a spell, the steam golem emits a shriek from its twin steam whistles. The spellcaster must succeed on a DC 17 Constitution saving throw or the spell fails and has no effect."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Boiler Weakness",
                    "desc": "If the steam golem starts its turn immersed in water, or if it was soaked with at least 20 gallons of water on its previous turn, it risks losing steam pressure in its boiler. The steam golem must succeed on a DC 20 Constitution saving throw or its internal fire is extinguished. Until its internal fire is relit, the golem's speed is halved, its AC is reduced by 2, and it must repeat the saving throw at the start of each of its turns. On a failure, it stops repeating this saving throw and becomes dormant, effectively dead until the fire is relit. A Medium or smaller creature within 5 feet of the golem can take an action to relight the golem's internal fire, making it active again."
                },
                {
                    "name": "Construct Nature",
                    "desc": "The golem doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Heated Weapons",
                    "desc": "The steam golem's weapon attacks are magical. When the golem hits with any weapon, the weapon deals an extra 4d8 fire damage (included in the attack)."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The golem is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The golem has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 220,
            "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_steam-golem/"
        },
        {
            "slug": "xhkarsh-tob1-2023",
            "desc": "False",
            "name": "Xhkarsh",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 171,
            "hit_dice": "18d10 + 72",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 19,
            "constitution": 18,
            "intelligence": 15,
            "wisdom": 16,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 6,
            "perception": 17,
            "skills": {
                "Insight": 7,
                "Perception": 7,
                "Stealth": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., tremorsense 120 ft., passive Perception 17",
            "languages": "Common, Deep Speech, Undercommon, telepathy 60 ft.",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The xhkarsh makes two Claw attacks and one Fate-Altering Stinger attack."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage plus 9 (2d8) poison damage."
                },
                {
                    "name": "Fate-Altering Stinger",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one creature. Hit: 15 (2d10 + 4) piercing damage, and the target must succeed on a DC 16 Charisma saving throw or have its fate corrupted. A creature with corrupted fate has disadvantage on Charisma checks and Charisma saving throws, can't be targeted by any divination magic, can't be perceived through magical scrying sensors, and is immune to any effect that would sense its emotions or read its thoughts. The target's fate can be restored, ending the corruption and breaking the xhkarsh's magical tie to the target, by a dispel evil and good spell or similar magic."
                },
                {
                    "name": "Invisibility",
                    "desc": "The xhkarsh magically turns invisible until it attacks or uses Seize Strand, or until its concentration ends (as if concentrating on a spell). Any equipment the xhkarsh wears or carries is invisible with it."
                },
                {
                    "name": "Seize Strand",
                    "desc": "One creature whose fate is corrupted by this xhkarsh must succeed on a DC 16 Charisma saving throw or be affected by the geas spell for 8 hours. While under the geas, the affected creature must perform a specific, seemingly minor task that furthers the decades-long goals of the xhkarsh. Such a task could be writing a letter to a specific person, damaging a seemingly random piece of equipment, or speaking a specific sentence to a particular person. The xhkarsh can use Seize Strand on a particular creature no more than once every 24 hours, regardless of success or failure on the saving throw."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Corruption's Bond",
                    "desc": "The xhkarsh ignores the range restriction on its telepathy when communicating with a creature whose fate it has corrupted. In addition, it can pinpoint the location of any such creature, as well as sense the creature's general state of health. These effects function even if the xhkarsh and the creature are on different planes of existence."
                },
                {
                    "name": "Interdimensional Nature",
                    "desc": "The xhkarsh doesn't require air, food, drink, sleep, or ambient pressure."
                }
            ],
            "spell_list": [],
            "page_no": 400,
            "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_xhkarsh/"
        },
        {
            "slug": "ooze-snow",
            "desc": "",
            "name": "Ooze, Snow",
            "size": "Huge",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 6,
            "armor_desc": "",
            "hit_points": 171,
            "hit_dice": "18d12+54",
            "speed": {
                "walk": 30,
                "burrow": 20
            },
            "strength": 18,
            "dexterity": 3,
            "constitution": 16,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60' (blind beyond), passive Perception 11",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +7 to hit, 15 ft., one target, 14 (3d6+4) bludgeoning damage + 9 (2d8) cold."
                },
                {
                    "name": "Avalanche (Recharge 4-6)",
                    "desc": "Rumbles forward stirring up snow. Moves up to 30' in straight line and can move through space of any Large or smaller creature. 1st time it enters creature's space during this move that creature: 10 (3d6) bludgeoning damage and 18 (4d8) cold and buried in slushy snow (DC 15 Dex half damage not buried). Buried creature is restrained and unable to breathe or stand up. A creature including buried creature can use action to free buried creature via DC 15 Str check. A buried creature with swim speed has advantage on this check."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "Move through space 1ft.+ wide with o squeezing."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from patch of snow."
                },
                {
                    "name": "Ice Walk",
                    "desc": "Can move across icy surfaces with o ability check. Difficult terrain of ice or snow doesn't cost it extra move."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "Doesn't require sleep."
                },
                {
                    "name": "Snow Blindness",
                    "desc": "When a creature that can see the snow ooze starts its turn within 30' of it that creature is blinded until the start of its next turn (DC 15 Con negates). This doesn't function while ooze is in dim light or darkness."
                },
                {
                    "name": "Snow Burrower",
                    "desc": "Can burrow through nonmagical snow and ice in addition to sand earth and mud."
                }
            ],
            "spell_list": [],
            "page_no": 311,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_ooze-snow/"
        },
        {
            "slug": "iaaffrat",
            "desc": "",
            "name": "Ia'affrat",
            "size": "Large",
            "type": "Elemental",
            "subtype": "Swarm",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 170,
            "hit_dice": "20d10+60",
            "speed": {
                "hover": true,
                "walk": 5,
                "fly": 40
            },
            "strength": 3,
            "dexterity": 21,
            "constitution": 16,
            "intelligence": 20,
            "wisdom": 18,
            "charisma": 23,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 11,
            "perception": 9,
            "skills": {
                "arcana": 10,
                "deception": 11,
                "insight": 9,
                "perception": 9,
                "persuasion": 11
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "",
            "damage_immunities": "fire, poison; bludgeoning, piercing, slashing",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, prone, poisoned, restrained, stunned",
            "senses": "blindsight 10 ft., darkvision 120 ft., passive Perception 19",
            "languages": "Common, Draconic, Infernal, Primordial",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 0 ft., one creature in the swarm's space. Hit: 21 (6d6) piercing damage plus 14 (4d6) fire damage plus 14 (4d6) poison damage, or 10 (3d6) piercing damage plus 7 (2d6) fire damage plus 7 (2d6) poison damage if Ia'Affrat has half of its hit points or fewer. The target must succeed on a DC 16 Constitution saving throw or be poisoned for 1 minute. A poisoned creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 10,
                    "damage_dice": "6d6"
                },
                {
                    "name": "Smoke Jump",
                    "desc": "Ia'Affrat can travel instantly to a space in sight where there's smoke."
                },
                {
                    "name": "Whirlwind (Recharge 4-6)",
                    "desc": "Each creature in Ia'Affrat's space must make a DC 18 Strength saving throw. Each creature that fails takes 28 (8d6) bludgeoning damage plus 14 (4d6) fire damage plus 14 (4d6) poison damage and is flung up 20 feet away from Ia'Affrat in a random direction and knocked prone. If the saving throw is successful, the target takes half the bludgeoning damage and isn't flung away or knocked prone. If a thrown target strikes an object, such as a wall or floor, the target takes 3 (1d6) bludgeoning damage for every 10 feet it traveled. If the target collides with another creature, that creature must succeed on a DC 18 Dexterity saving throw or take the same damage and be knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Elemental Swarm",
                    "desc": "Ia'Affrat can occupy another creature's space\n\nand vice versa, and the swarm can move through any opening\n\nlarge enough for a Tiny insect"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Ia'Affrat has advantage on saving throws against spells and other magical effects"
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "Ia'Affrat's spellcasting ability is Charisma (spell save DC 19, +11 to hit with spell attacks). Ia'Affrat can innately cast the following spells, requiring no material components:\n\nat will: fire bolt, poison spray\n\n3/day each: burning hands, invisibility, ray of enfeeblement, ray of sickness\n\n1/day each: bestow curse, contagion, harm, insect plague, fireball"
                },
                {
                    "name": "Inhabit",
                    "desc": "Ia'Affrat can enter the body of an incapacitated or dead creature by crawling into its mouth and other orifices. Inhabiting requires 1 minute, and the victim must be Small, Medium, or Large. If Ia'Affrat inhabits a dead body, it can animate it and control its movements, effectively becoming a zombie for as long as it remains inside. Ia'Affrat can abandon the body as an action. Attacks against the host deal half damage to Ia'Affrat as well, but Ia'Affrat's resistances and immunities still apply against this damage. In a living victim, Ia'Affrat can control the victim's movement and actions as if using dominate monster (save DC 19) on the victim. Ia'Affrat can consume a living victim; the target takes 5 (2d4) necrotic damage per hour while Ia'Affrat inhabits its body, and Ia'Affrat regains hit points equal to the damage dealt. When inhabiting a body, Ia'Affrat can choose to have any spell it casts with a range of self, target the inhabited body rather than itself. The skin of a creature inhabited by Ia'Affrat crawls with the forms of the insects inside. Ia'Affrat can hide this telltale sign with a Charisma (Deception) check against a viewer's passive Insight. A greater restoration spell or comparable magic forces Ia'Affrat to abandon the host."
                },
                {
                    "name": "Smoke Shroud",
                    "desc": "Ia'Affrat is shrouded in a 5-foot-radius cloud of dark smoke. This area is lightly obscured to creatures other than Ia'Affrat. Any creature that needs to breathe that begins its turn in the area must make a successful DC 16 Constitution saving throw or be stunned until the end of its turn."
                }
            ],
            "spell_list": [],
            "page_no": 98,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_iaaffrat/"
        },
        {
            "slug": "mavka",
            "desc": "_These twisted dryads have been turned into vampiric monstrosities by undead warlocks and vampiric experiments._  \n**Charred Dryads.** With burnt and blackened skin, burnt twigs for hair, and clawed hands and feet that resemble burnt and twisted roots, mavkas seem scorched and even frail. Pupil-less red eyes gleam in their eye sockets with a hellish green flame.  \n**Death Riders.** All mavkas ride Open Game License",
            "name": "Mavka",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 170,
            "hit_dice": "20d8+80",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 13,
            "charisma": 18,
            "strength_save": 9,
            "dexterity_save": 6,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 8,
            "perception": 5,
            "skills": {
                "athletics": 9,
                "nature": 5,
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, fire, necrotic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "cold, lightning",
            "condition_immunities": "",
            "senses": "darkvision 90 ft., passive Perception 15",
            "languages": "Common, Infernal, Sylvan",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mavka makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 23 (4d8 + 5) bludgeoning damage plus 11 (2d10) necrotic damage.",
                    "attack_bonus": 9,
                    "damage_dice": "4d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the mavka's innate spellcasting ability is Charisma (spell save DC 16, +8 to hit with spell attacks). She can innately cast the following spells, requiring no material components:\n\nconstant: protection from evil and good\n\nat will: create or destroy water, dancing lights, ray of frost, resistance, witch bolt\n\n3/day each: darkness, hold person, inflict wounds, invisibility, silence\n\n1/day each: animate dead, bestow curse, blindness/deafness, contagion, dispel magic, vampiric touch"
                },
                {
                    "name": "Nightmare Mount",
                    "desc": "A mavka is bonded to a nightmare when it is created. Mavkas are encountered with their mounts 95% of the time."
                },
                {
                    "name": "Sunlight Hypersensitivity",
                    "desc": "The mavka takes 20 radiant damage when she starts her turn in sunlight. While in sunlight, she has disadvantage on attack rolls and ability checks."
                }
            ],
            "spell_list": [],
            "page_no": 286,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_mavka/"
        },
        {
            "slug": "lich-a5e",
            "desc": "",
            "name": "Lich",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 170,
            "hit_dice": "20d8+80",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 20,
            "wisdom": 16,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 11,
            "intelligence_save": 12,
            "wisdom_save": 10,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 12,
                "history": 12,
                "insight": 10,
                "perception": 10,
                "religion": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, lightning",
            "damage_immunities": "necrotic, poison; damage from nonmagical weapons",
            "condition_immunities": "charmed, fatigue, frightened, paralyzed, poisoned",
            "senses": "truesight 120 ft., passive Perception 20",
            "languages": "any six",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Paralyzing Touch",
                    "desc": "Melee Spell Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (4d6 + 5) cold damage. The target makes a DC 18 Constitution saving throw. On a failure  it is paralyzed until the end of its next turn."
                },
                {
                    "name": "Arc Lightning",
                    "desc": "The lich targets up to 3 creatures within 60 feet. Each target makes a DC 18 Dexterity saving throw. On a failure  the target takes 28 (8d6) lightning damage."
                },
                {
                    "name": "Fire Bolt (Cantrip; S)",
                    "desc": "Ranged Spell Attack: +12 to hit, range 120 ft., one target. Hit: 16 (3d10) fire damage."
                },
                {
                    "name": "Thunderwave (1st-Level; S)",
                    "desc": "Thunder rolls from the lich in a 15-foot cube. Each creature in the area makes a DC 20 Constitution saving throw. On a failure  a creature takes 9 (2d8) thunder damage and is pushed 10 feet from the lich. On a success  a creature takes half damage and is not pushed."
                },
                {
                    "name": "Blur (2nd-Level; V, Concentration)",
                    "desc": "The lichs form is blurred. Attack rolls against it are made with disadvantage unless the attacker has senses that allow them to perceive without sight or to see through illusions (like blindsight or truesight)."
                },
                {
                    "name": "Fireball (3rd-Level; S, M)",
                    "desc": "Fire streaks from the lich to a point within 120 feet and explodes in a 20-foot radius  spreading around corners. Each creature in the area makes a DC 20 Dexterity saving throw  taking 21 (6d6) fire damage on a failed save or half damage on a success."
                },
                {
                    "name": "Confusion (4th-Level; S, M, Concentration)",
                    "desc": "Each creature within 10 feet of a point the lich can see within 120 feet makes a DC 20 Wisdom saving throw  becoming rattled until the end of its next turn on a success. On a failure  a creature is confused for 1 minute and can repeat the saving throw at the end of each of its turns  ending the effect on itself on a success."
                },
                {
                    "name": "Disintegrate (6th-Level; S, M)",
                    "desc": "The lich disintegrates a target within 60 feet. A Large or smaller nonmagical object or creation of magical force  or a 10-foot-cube section thereof  is automatically destroyed. A creature makes a DC 20 Dexterity saving throw  taking 75 (10d6 + 40) force damage on a failed save. If reduced to 0 hit points  the creature and its nonmagical gear are disintegrated  and the creature can be restored to life only with true resurrection or wish."
                },
                {
                    "name": "Finger of Death (7th-Level; S)",
                    "desc": "A creature within 60 feet makes a DC 20 Constitution saving throw  taking 61 (7d8 + 30) necrotic damage on a failed saving throw or half damage on a success. A humanoid killed by this spell turns into a zombie under the lichs control at the start of the lichs next turn."
                },
                {
                    "name": "Power Word Stun (8th-Level; V)",
                    "desc": "The lich targets a creature within 60 feet. If the target has more than 150 hit points  it is rattled until the end of its next turn. Otherwise  it is stunned. It can make a DC 20 Constitution saving throw at the end of each of its turns  ending the effect on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Eldritch Aura",
                    "desc": "The lich surrounds itself with a magical, rune-covered, glowing, translucent aura in a 10-foot radius. The aura moves with the lich and casts dim light inside its area. The aura disappears at the beginning of the lichs next turn."
                },
                {
                    "name": "Death Aura",
                    "desc": "The aura casts purple light. Each living creature that ends its turn inside the aura takes 17 (5d6) necrotic damage, and the lich regains the same number of hit points."
                },
                {
                    "name": "Shield Aura",
                    "desc": "The aura casts orange light. It has 35 hit points. Whenever the lich would take damage, the aura takes the damage instead, and the aura visibly weakens. If the damage reduces the aura to 0 hit points, the aura disappears, and the lich takes any excess damage."
                },
                {
                    "name": "Spell Shield Aura",
                    "desc": "The aura casts blue light. Any spell cast with a 5th-level or lower spell slot from outside the aura can't affect anything inside the aura. Using a spell to target something inside the aura or include the auras space in an area has no effect on anything inside."
                }
            ],
            "reactions": [
                {
                    "name": "Sabotage Spell",
                    "desc": "When a creature within 60 feet casts a spell that targets the lich, the lich attempts to interrupt it. The lich makes an Intelligence check against a DC of 10 + the spells level. On a success, the spell fails, and the caster takes 10 (3d6) necrotic damage."
                },
                {
                    "name": "Shield (1st-Level; V",
                    "desc": "When the lich is hit by an attack or targeted by magic missile, it gains a +5 bonus to AC (including against the triggering attack) and immunity to magic missile. These benefits last until the beginning of its next turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The lich can take 3 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": "Cast Spell",
                    "desc": "The lich casts cantrip or a 1st-level spell. The lich can use 2 legendary actions to cast a 2nd-level spell or 3 legendary actions to cast a 3rd-level spell."
                },
                {
                    "name": "Paralyzing Touch (Costs 2 Actions)",
                    "desc": "The lich uses Paralyzing Touch."
                },
                {
                    "name": "Arc Lightning (Costs 3 Actions)",
                    "desc": "The lich uses Arc Lightning."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "The lichs body or vestments are warded with three protective runes. When the lich fails a saving throw, it can choose to succeed instead. When it does so, one of its protective runes disappears."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "If it has a soul vessel, a destroyed lich gains a new body in 1d10 days, regaining all its hit points. The new body forms within 10 feet of the soul vessel."
                },
                {
                    "name": "Tongueless Utterance",
                    "desc": "Unless a spell has only a vocal component, the lich can cast the spell without providing a vocal component."
                },
                {
                    "name": "Turn Resistance",
                    "desc": "The lich has advantage on saving throws against any effect that turns undead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "A lich doesnt require air, sustenance, or sleep."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The lich is a 16th level spellcaster. Its spellcasting ability is Intelligence (spell save DC 20\n +12 to hit with spell attacks). The lich has the following wizard spells prepared:\n Cantrips (at will): fire bolt\n mage hand\n prestidigitation\n 1st-level (4 slots): detect magic\n shield\n silent image\n thunderwave\n 2nd-level (3 slots): blur\n detect thoughts\n locate object\n 3rd-level (3 slots): animate dead\n dispel magic\n fireball\n 4th-level (3 slots): confusion\n dimension door\n 5th-level (2 slots): geas\n scrying\n 6th-level (1 slot): create undead\n disintegrate\n 7th-level (1 slot): finger of death\n teleport\n 8th-level (1 slot): power word stun"
                }
            ],
            "spell_list": [],
            "page_no": 306,
            "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_lich/"
        },
        {
            "slug": "iaaffrat-tob1-2023",
            "desc": "False",
            "name": "Ia’Affrat",
            "size": "Large",
            "type": "Swarm",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 170,
            "hit_dice": "20d10 + 60",
            "speed": {
                "walk": 40,
                "fly": 20
            },
            "strength": 3,
            "dexterity": 21,
            "constitution": 16,
            "intelligence": 20,
            "wisdom": 18,
            "charisma": 23,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 11,
            "perception": 19,
            "skills": {
                "Arcana": 10,
                "Deception": 11,
                "Insight": 9,
                "Perception": 9,
                "Persuasion": 11
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "False",
            "damage_immunities": "bludgeoning, fire, piercing, poison, slashing",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "blindsight 10 ft., darkvision 120 ft., passive Perception 19",
            "languages": "Common, Infernal, Primordial, telepathy 120 ft.",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Ia'Affrat makes three Bite or Burning Claw attacks, or he makes four Flaming Insect Bolt attacks."
                },
                {
                    "name": "Bite (Shapeless Form Only)",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 0 ft., one target in the swarm's space. Hit: 21 (6d6) piercing damage plus 14 (4d6) poison damage, or 10 (3d6) piercing damage plus 7 (2d6) poison damage if Ia'Affrat has half of its hp or fewer. If the target is a creature, it must succeed on a DC 18 Constitution saving throw or be poisoned until the end of its next turn."
                },
                {
                    "name": "Burning Claw (Humanoid Form Only)",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 23 (4d8 + 5) slashing damage plus 10 (3d6) fire damage."
                },
                {
                    "name": "Flaming Insect Bolt",
                    "desc": "Ranged Spell Attack: +11 to hit, range 120 ft., one target. Hit: 16 (3d6 + 6) fire damage plus 10 (3d6) poison damage."
                },
                {
                    "name": "Inhabit (Shapeless Form Only)",
                    "desc": "Ia'Affrat crawls into the body of a Humanoid, or a Humanoid corpse that has been dead no more than 7 days, that he can see within 5 feet of him. If the target is unwilling, the target must succeed on a DC 18 Constitution saving throw or the target loses control of its body, and Ia'Affrat takes control of the body. Ia'Affrat controls the body but doesn't deprive the target of awareness. Ia'Affrat can't be targeted by any attack, spell, or other effect, and he retains his alignment, his Intelligence, Wisdom, and Charisma scores, his Hurl Flame action and Teleport and Consume Host legendary actions, and his condition immunities. He otherwise uses the target's statistics, but doesn't gain access to the target's knowledge, class features, or proficiencies. If the target was a Humanoid corpse, he uses the statistics it had before it died."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shape Swarm",
                    "desc": "Ia'Affrat can shape himself into a Large or smaller Humanoid or back into a shapeless mass of Tiny insectoid Fiends. His statistics, other than his size, are the same in each form, and he can't regain hp or gain temporary hp, except for the Consume Host legendary action. He can't take on a Humanoid form if he is occupying the space of another creature."
                },
                {
                    "name": "Teleport",
                    "desc": "Ia'Affrat teleports, along with any equipment he is wearing or carrying, up to 120 feet to an unoccupied space he can see."
                },
                {
                    "name": "Vermin Breath (Costs 2 Actions; Humanoid Form Only)",
                    "desc": "Ia'Affrat exhales 1d4 swarms of insects in spaces he can see within 30 feet. The swarms take their turns immediately after Ia'Affrat, and they are allies of Ia'Affrat, obeying his telepathic commands. They remain for 1 minute, until Ia'Affrat dies, or until Ia'Affrat dismisses them as a bonus action. Ia'Affrat can have no more than five swarms of insects under his control at a time."
                },
                {
                    "name": "Consume Host (Costs 3 Actions; Shapeless Form Only)",
                    "desc": "While inhabiting a Humanoid, Ia'Affrat consumes the host from the inside. The host takes 18 (4d8) necrotic damage, and Ia'Affrat regains hp equal to that amount."
                }
            ],
            "reactions": [],
            "legendary_desc": "Ia’Affrat can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature’s turn. Ia’Affrat regains spent legendary actions at the start of his turn.",
            "legendary_actions": [
                {
                    "name": "Teleport",
                    "desc": "Ia'Affrat teleports, along with any equipment he is wearing or carrying, up to 120 feet to an unoccupied space he can see."
                },
                {
                    "name": "Vermin Breath (Costs 2 Actions; Humanoid Form Only)",
                    "desc": "Ia'Affrat exhales 1d4 swarms of insects in spaces he can see within 30 feet. The swarms take their turns immediately after Ia'Affrat, and they are allies of Ia'Affrat, obeying his telepathic commands. They remain for 1 minute, until Ia'Affrat dies, or until Ia'Affrat dismisses them as a bonus action. Ia'Affrat can have no more than five swarms of insects under his control at a time."
                },
                {
                    "name": "Consume Host (Costs 3 Actions; Shapeless Form Only)",
                    "desc": "While inhabiting a Humanoid, Ia'Affrat consumes the host from the inside. The host takes 18 (4d8) necrotic damage, and Ia'Affrat regains hp equal to that amount."
                }
            ],
            "special_abilities": [
                {
                    "name": "Collective Mind",
                    "desc": "Ia'Affrat's individual Fiends are connected via a hive mind. He can telepathically communicate with any of his individual Fiends within 50 miles of him, and he can't be surprised. If he is reduced to half his hp or lower, his Intelligence score is reduced to 10, he immediately changes into his shapeless form, and he can't take on a Humanoid form again until he regains hp to be above half his hp or he finishes a long rest."
                },
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede Ia'Affrat's darkvision."
                },
                {
                    "name": "Grasping Limbs (Humanoid Form Only)",
                    "desc": "Ia'Affrat can wield weapons and hold, grasp, push, pull, or interact with objects that might otherwise require a more Humanoid form to accomplish."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If Ia'Affrat fails a saving throw, he can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Ia'Affrat has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Smoke Shroud",
                    "desc": "Ia'Affrat emits a cloud of dark smoke within 5 feet of himself. The area is lightly obscured to all except Ia'Affrat, and each non-devil creature that starts its turn in the smoke must succeed on a DC 18 Constitution saving throw or be blinded until the end of its turn. At the start of each of his turns, Ia'Affrat chooses whether this shroud is active."
                },
                {
                    "name": "Swarm (Shapeless Form Only)",
                    "desc": "Ia'Affrat can occupy another creature's space and vice versa and can move through any opening large enough for a Tiny insect, but he can't grapple or be grappled."
                }
            ],
            "spell_list": [],
            "page_no": 91,
            "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_iaaffrat/"
        },
        {
            "slug": "mavka-tob1-2023",
            "desc": "False",
            "name": "Mavka",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 170,
            "hit_dice": "20d8 + 80",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 13,
            "charisma": 18,
            "strength_save": 9,
            "dexterity_save": 6,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 8,
            "perception": 15,
            "skills": {
                "Athletics": 9,
                "Nature": 5,
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 90 ft., passive Perception 15",
            "languages": "Abyssal, Common, Infernal, Sylvan",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mavka makes two Enervating Slam attacks or three Necrotic Bolt attacks. If she is riding a nightmare, the nightmare can then make one Hooves attack. If both Enervating Slam attacks hit one creature, the mavka regains hp equal to the total necrotic damage dealt by both attacks."
                },
                {
                    "name": "Enervating Slam",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 23 (4d8 + 5) bludgeoning damage plus 16 (3d10) necrotic damage."
                },
                {
                    "name": "Necrotic Bolt",
                    "desc": "Ranged Spell Attack: +8 to hit, range 60 ft., one target. Hit: 26 (4d10 + 4) necrotic damage."
                },
                {
                    "name": "Flame Burst (Recharge 5-6)",
                    "desc": "While riding a nightmare, the mavka channels her power into her mount, causing its fiery light to burn those nearby. Each creature within 20 feet of the mavka must make a DC 16 Dexterity saving throw, taking 54 (12d8) fire damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The mavka casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 16):\nAt will: create or destroy water, dancing lights\n3/day each: darkness, hold person, silence\n1/day each: bestow curse, dispel magic"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Mounted Warrior",
                    "desc": "While the mavka is mounted, her mount can't be charmed or frightened."
                },
                {
                    "name": "Nightmare Mount",
                    "desc": "The mavka has formed a bond with a nightmare. The nightmare acts as a controlled mount while carrying the mavka, obeying the mavka's spoken commands. Mounting and dismounting the nightmare costs the mavka only 5 feet of movement."
                },
                {
                    "name": "Sunlight Hypersensitivity",
                    "desc": "The mavka takes 20 radiant damage when she starts her turn in sunlight. While in sunlight, she has disadvantage on attack rolls and ability checks."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The mavka doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 265,
            "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_mavka/"
        },
        {
            "slug": "youngmithraldragon-tob1-2023",
            "desc": "False",
            "name": "Young Mithral Dragon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 170,
            "hit_dice": "20d10 + 60",
            "speed": {
                "walk": 80,
                "fly": 40
            },
            "strength": 12,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 16,
            "wisdom": 17,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 6,
            "perception": 19,
            "skills": {
                "Insight": 6,
                "Perception": 9,
                "Persuasion": 6,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "slashing",
            "condition_immunities": "charmed",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 19",
            "languages": "all, telepathy 60 ft.",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage. Instead of dealing damage, the dragon can end one magical effect of its choice of 3rd level or lower on the target."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage, and if the target isn't a Construct or Undead, it must succeed on a DC 14 Constitution saving throw or lose 3 (1d6) hp at the start of each of its turns as a piece of metallic claw breaks off in the wound. Any creature can take an action to remove the claw with a successful DC 12 Wisdom (Medicine) check. The claw pops out of the wound if the target receives magical healing."
                },
                {
                    "name": "Shard Breath (Recharge 5-6)",
                    "desc": "The mithral dragon spits metallic shards in a 30-foot cone. Each creature in that area must make a DC 14 Dexterity saving throw, taking 28 (8d6) slashing damage on a failed save, or half as much damage on a successful one. The area becomes difficult terrain for 1 minute, then the shards dissolve into wisps of silvery smoke."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The dragon has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 123,
            "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_young-mithral-dragon/"
        },
        {
            "slug": "aphasian-abomination",
            "desc": "",
            "name": "Aphasian Abomination",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 170,
            "hit_dice": "20d10+60",
            "speed": {
                "walk": 0,
                "fly": 60
            },
            "strength": 1,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 17,
            "wisdom": 20,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": null,
            "intelligence_save": 7,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic; nonmagic bludgeoning, piercing, and slashing attacks",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone",
            "senses": "darkvision 120', passive Perception 19",
            "languages": "Common, telepathy 120'",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Force Blast attacks."
                },
                {
                    "name": "Force Blast",
                    "desc": "Melee or Ranged Spell Attack: +9 to hit 5 ft. or range 120' one target 23 (4d8+5) force."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "Move through space 1ft.+ wide with o squeezing."
                },
                {
                    "name": "Aphasic Field",
                    "desc": "Generates a field of psychic distortion around itself. Each creature that starts its turn within 60' of abomination: DC 17 Int save or lose ability to speak coherently saying coherent words that make no sense in context instead of what it intends to say. If creature attempts to cast a spell with verbal components it fails taking 9 (2d8) psychic per spell level of spell it attempted to cast and expends spell slot."
                },
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Immutable Form",
                    "desc": "Immune: form-altering spells/effects."
                },
                {
                    "name": "Made of Magic",
                    "desc": "Is formed of magical energy. It temporarily winks out of existence when inside an antimagic field instantly reappearing once space it occupied is no longer within area of effect. If targeted by dispel magic: 21 (6d6) damage + extra 7 (2d6) psychic for each spell level beyond 3rd if spell is cast using a higher spell slot."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 39,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_aphasian-abomination/"
        },
        {
            "slug": "hag-wood",
            "desc": "",
            "name": "Hag, Wood",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 170,
            "hit_dice": "20d8+80",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 21,
            "charisma": 15,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, poisoned",
            "senses": "darkvision 60', passive Perception 19",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claw or Toxic Splinter attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 10 (2d6+3) slashing damage + 18 (4d8) poison."
                },
                {
                    "name": "Toxic Splinter",
                    "desc": "Ranged Spell Attack: +9 to hit, 60 ft., one target, 7 (1d4+5) piercing damage + 18 (4d8) poison and poisoned 1 min (DC 16 Con negates). Effect: target paralyzed. Victim can re-save at end of each of its turns success ends effect on itself. A creature within 5 ft. of target can take its action to remove splinter with DC 13 Wis (Medicine) check ending poisoned condition."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 17) no material components: At will: charm person entangle  • 3/day: plant growth1/day: contagion"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Nettling Word",
                    "desc": "Heckles mocks or jeers one creature she can see within 30' of her. If creature can hear and understand her enraged until end of its next turn (DC 16 Cha negates). While enraged: advantage on melee attacks unable to distinguish friend from foe and must move to and attack nearest creature (not hag). If none is near enough to move to and attack enraged creature stalks off in random direction. Attacks vs. enraged creature: advantage."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "One with the Woods",
                    "desc": "While hag remains motionless in forest terrain is indistinguishable from an old decomposing log or tree stump."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Speak with Beasts and Plants",
                    "desc": "Can communicate with Beasts and Plants as if they shared a language."
                },
                {
                    "name": "Woodland Walk",
                    "desc": "Difficult terrain made of plants doesn't cost hag extra move. Can pass through plants with o being slowed by them nor taking damage from them if they have thorns spines or similar."
                }
            ],
            "spell_list": [],
            "page_no": 228,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_hag-wood/"
        },
        {
            "slug": "npc:-field-commander",
            "desc": "",
            "name": "Npc: Field Commander",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 19,
            "armor_desc": "breastplate, shield",
            "hit_points": 170,
            "hit_dice": "20d8+80",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "frightened",
            "senses": "passive Perception 15",
            "languages": "Common and one other language",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Battle Cry if available. Then three Longswords or two Longswords and uses Spellcasting. If commander hits one creature with two Longswords target: DC 16 Con save or be stunned until end of its next turn."
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 8 (1d8+4) slashing damage or 9 (1d10+4) slashing damage if used with 2 hands + 13 (3d8) necrotic or radiant (commander's choice)."
                },
                {
                    "name": "Battle Cry (Recharge 5-6)",
                    "desc": "Commander shouts a frightful and rallying battle cry. Each hostile creature within 30 of it that can hear the cry: DC 16 Wis save or be frightened for 1 min. A frightened creature can re-save at end of each of its turns success ends effect on itself. Each friendly creature within 30' of the commander and that can hear the cry has advantage on the next attack roll it makes before start of commander's next turn."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 16): At will: command protection from evil and good3/day ea: cure wounds (level 3) find steed (as an action)1/day: revivify"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Bolster Soldier",
                    "desc": "When a friendly creature the field commander can see is hit with weapon attack the commander calls out encouragement and creature gains 5 (1d10) temp hp."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aura of Courage and Protection",
                    "desc": "If conscious friendly creatures within 10 ft. of it immune to frightened and advantage on all saves."
                },
                {
                    "name": "Divine Weapons",
                    "desc": "Its weapon attacks are magical. When commander hits with any weapon weapon deals extra 3d8 necrotic or radiant (included below) commander's choice."
                }
            ],
            "spell_list": [],
            "page_no": 406,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_npc-field-commander/"
        },
        {
            "slug": "ooze-sinoper",
            "desc": "",
            "name": "Ooze, Sinoper",
            "size": "Medium",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 7,
            "armor_desc": "",
            "hit_points": 170,
            "hit_dice": "20d8+80",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 21,
            "dexterity": 5,
            "constitution": 19,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S weapons",
            "damage_immunities": "acid, cold, fire, poison",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, poisoned, prone",
            "senses": "blindsight 60' (blind beyond), passive Perception 12",
            "languages": "—",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Paint Splash attacks."
                },
                {
                    "name": "Paint Splash",
                    "desc": "Melee or Ranged Weapon Attack: +9 to hit 5 ft. or range 20/60' one creature. 18 (3d8+5) acid and target is coated in paint. Roll a die. Even result: target is coated in a warm color paint such as red orange or yellow. Odd result: target is coated in a cool color paint such as blue green or purple. A creature including target can use its action to remove the paint."
                },
                {
                    "name": "Foment Pigment (Recharge 4-6)",
                    "desc": "Activates latent magic in its paint burning/freezing paint off creatures affected by Paint Splash. Each creature coated in paint within 60' of it: 35 (10d6) cold (if coated in cool color) or fire (warm color) and poisoned 1 min (DC 16 Con half damage and isn't poisoned). Each affected creature no longer coated in paint."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "Move through space 1ft.+ wide with o squeezing."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from that work of art."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "The sinoper ooze doesn't require sleep."
                },
                {
                    "name": "Spider Climb",
                    "desc": "Difficult surfaces even ceilings no ability check."
                }
            ],
            "spell_list": [],
            "page_no": 310,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_ooze-sinoper/"
        },
        {
            "slug": "wandering-haze",
            "desc": "",
            "name": "Wandering Haze",
            "size": "Gargantuan",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 170,
            "hit_dice": "11d20+55",
            "speed": {
                "walk": 5,
                "fly": 40
            },
            "strength": 22,
            "dexterity": 16,
            "constitution": 20,
            "intelligence": 3,
            "wisdom": 13,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "acid",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 15",
            "languages": "—",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +10 to hit, 10 ft., one target, 11 (2d4+6) bludgeoning damage + 7 (2d6) acid."
                },
                {
                    "name": "Sheath of Chaos",
                    "desc": "Wraps its cloudy form tighter around those within it. Each creature in the wandering haze's space: 27 (6d8) psychic and is disoriented until end of its next turn as its mind fills with gibbering terrors of chaos that created haze's form (DC 17 Wis half damage and not disoriented). When a disoriented creature moves it moves in a random direction."
                },
                {
                    "name": "Acidic Cloudburst (Recharge 5-6)",
                    "desc": "Releases a deluge of acid. Each creature within 10 ft. of it: 35 (10d6) acid and speed halved 1 min (DC 17 Dex half damage and speed not reduced). A creature with halved speed can make a DC 17 Con save at the end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Acidic Fog",
                    "desc": "A creature that starts its turn in the wandering haze's space takes 7 (2d6) acid."
                },
                {
                    "name": "Cloud Form",
                    "desc": "Can move through a space as narrow as 1 inch wide with o squeezing and can enter a hostile creature's space and vice versa. The haze's space is heavily obscured."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from ordinary cloud or fog bank."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "Doesn't require sleep."
                }
            ],
            "spell_list": [],
            "page_no": 389,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_wandering-haze/"
        },
        {
            "slug": "conjoined-queen",
            "desc": "The torso of a pale humanoid woman melds into the thorax of a massive insect. It moves about on six pointed legs, stabbing through stone and metal alike._  \n**Born in Chaos.** The first conjoined queen was created when cultists sacrificed a captured queen to their dark insectoid god. In a ritual of chaotic magic, the human queen and an insect queen were joined, forming a chitinous chrysalis from which the conjoined queen eventually emerged.  \n**Rulers of the Many-Legged.** A conjoined queen rules from a subterranean throne room, often in a burrow under the ruins of a fallen monarchy’s castle. There she commands her insectoid host and sits atop a pile of incubating eggs.  \n**Hungry for Power.** The conjoined queen hungers for humanoid flesh but also for power. She seeks to rule and conquer humanoids and insects alike. Her armies consist of giant insects and the humanoids who ride them into battle.",
            "name": "Conjoined Queen",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "speed": {
                "burrow": 20,
                "climb": 30,
                "walk": 40
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 21,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, frightened, poisoned",
            "senses": "darkvision 60 ft., tremorsense 60 ft., passive Perception 16",
            "languages": "Common",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The conjoined queen makes two slam attacks and one sting attack."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 9 (1d10 + 4) piercing damage plus 14 (4d6) poison damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d10+4"
                },
                {
                    "name": "Queen's Wrathful Clattering (1/Day)",
                    "desc": "The conjoined queen clacks her long chitinous legs together, inciting rage in her allies. Each ally within 60 feet of the queen who can hear her has advantage on its next attack roll, and its speed is increased by 10 until the end of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The conjoined queen has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Pheromones",
                    "desc": "A creature that starts its turn within 30 feet of the conjoined queen must succeed on a DC 14 Constitution saving throw or be charmed for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. While charmed, the creature drops anything it is holding and is stunned. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the conjoined queen's Pheromones for the next 24 hours."
                },
                {
                    "name": "Tunneler",
                    "desc": "The queen can burrow through solid rock at half her burrowing speed and leaves a 5-foot-diameter tunnel in her wake."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The conjoined queen is a 9th-level spellcaster. Her spellcasting ability is Charisma (spell save DC 16, +8 to hit with spell attacks). The queen has the following sorcerer spells prepared:\nCantrips (at will): acid splash, mage hand, prestidigitation, ray of frost\n1st Level (4 slots): burning hands, magic missile, shield, thunderwave\n2nd Level (3 slots): detect thoughts, misty step, web\n3rd Level (3 slots): clairvoyance, counterspell, haste\n4th Level (3 slots): banishment, confusion\n5th Level (1 slot): insect plague"
                }
            ],
            "spell_list": [],
            "page_no": 70,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_conjoined-queen/"
        },
        {
            "slug": "nharyth",
            "desc": "A hideous mass of coiling intestines undulates, ejecting thin, transparent spears of some resinous material from its many orifices. The creature makes a wet slithering sound as it moves unsettlingly through the air._  \n**Foulness in Motion.** The nharyth defies gravity with its every movement, as it pulls itself through the air with its mass of intestine-like appendages. The creature does not seem to possess any natural means of propulsion and can even fly through areas where there is no magic.  \n**Creations of Madness.** Most scholars believe nharyth were created in some insane magical experiment. Others believe they are the spawn of some yet-unknown horror between the stars. Whatever the case, they are clearly not part of the natural ecosystem.",
            "name": "Nharyth",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d12+64",
            "speed": {
                "hover": true,
                "walk": 0,
                "fly": 40
            },
            "strength": 20,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 14,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, psychic",
            "damage_immunities": "",
            "condition_immunities": "blinded, deafened, paralyzed",
            "senses": "blindsight 120 ft. (blind beyond this radius), passive Perception 16",
            "languages": "understands Deep Speech but can’t speak",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The nharyth makes two spined slap attacks. Alternatively, it can use Spine Shot twice."
                },
                {
                    "name": "Spined Slap",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 9 (1d8 + 5) bludgeoning damage plus 8 (1d6 + 5) piercing damage, and the target must succeed on a DC 16 Constitution saving throw or be paralyzed until the end of its next turn.",
                    "attack_bonus": 9,
                    "damage_dice": "1d8+5"
                },
                {
                    "name": "Spine Shot",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 30/120 ft., one target. Hit: 12 (3d6 + 2) piercing damage, and the target must succeed on a DC 16 Constitution saving throw or its speed is halved until the end of its next turn. If the nharyth scores a critical hit, the target doesn't make a saving throw and is paralyzed until the end of its next turn instead.",
                    "attack_bonus": 6,
                    "damage_dice": "3d6+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spine Trap",
                    "desc": "With 10 minutes of work, the nharyth can create a web of nearly transparent spines in a 20-foot cube. The web must be anchored between two solid masses or layered across a floor, wall, or ceiling. A web of spines layered over a flat surface has a depth of 5 feet. The web is difficult terrain, and the spines forming it are nearly transparent, requiring a successful DC 20 Wisdom (Perception) check to notice them.\n\nA creature that starts its turn in the web of spines or that enters the web during its turn must succeed on a DC 16 Dexterity saving throw or 1d4 spines stick to it. At the start of each of its turns, the creature takes 1d4 piercing damage for each spine stuck to it. A creature, including the target, can take its action to remove 1d4 spines. If a creature starts its turn with more than 4 spines stuck to it, the creature must succeed on a DC 16 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.\n\nThe nharyth can plant up to 24 spines in a web when creating it. Once it has used 24 spines in webs, it must finish a long rest before it can use this trait again."
                }
            ],
            "spell_list": [],
            "page_no": 269,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_nharyth/"
        },
        {
            "slug": "thin-giant",
            "desc": "This tall, emaciated giant has unnaturally long arms ending in razor-sharp talons. It has a strangely conical head with glowing red eyes and fearsome fangs. Its skin is a dark gray-green, and its body is completely devoid of hair._  \n**Giant Bogeymen.** Lurking in abandoned mansions, dark wells, ancient mine shafts, and similar locations, thin giants are one of the most sinister and frightening of all giant species. The villains of many children’s nightmares, thin giants are feared even by other giants, as their life-draining bite and ability to get into tight spaces make them unsettling at best and horrifying at worst. Thin giants don’t get along with most creatures, but they have been observed leading groups of ghouls, ettercaps, and trolls to capture and devour prey.  \n**Contortion Experts.** Thin giants have remarkable control over their bodies. They can twist their limbs into unnatural positions and even bend completely double. The flexibility and elasticity help the giants shrug off crushing blows. They can stay in contorted positions for extraordinary lengths of time and use this to their advantage to ambush unsuspecting creatures.",
            "name": "Thin Giant",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d12+64",
            "speed": {
                "walk": 40
            },
            "strength": 23,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 11,
            "wisdom": 13,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 11
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, necrotic",
            "damage_immunities": "",
            "condition_immunities": "exhaustion",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Deep Speech, Giant",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The thin giant makes three melee attacks, but it can use its Consuming Bite only once."
                },
                {
                    "name": "Consuming Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) piercing damage plus 7 (2d6) necrotic damage. The target's hp maximum is reduced by an amount equal to the necrotic damage taken, and the giant 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.",
                    "attack_bonus": 10,
                    "damage_dice": "2d8+6"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 20 ft., one target. Hit: 13 (2d6 + 6) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d6+6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Contortionist",
                    "desc": "The thin giant can contort its body into unnatural positions, allowing it to easily move through any opening large enough for a Medium creature. It can squeeze through any opening large enough for a Small creature. The giant's destination must still have suitable room to accommodate its volume."
                }
            ],
            "spell_list": [],
            "page_no": 175,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_thin-giant/"
        },
        {
            "slug": "xing-tian",
            "desc": "This headless brute has two eyes in its chest and a mouth in its belly._  \n**Descendants of a Fallen God.** All xing tian descend from a god of the same name who challenged the eldest deities and lost. As punishment, his head was removed, but he simply grew eyes and a mouth on his chest and continued to fight.  \n**Fearless Warriors.** The xing tian, known by locals as “headless giants,” live on the fringes of civilization, occasionally raiding settlements for plunder and loot. They dwell in small, isolated villages where leadership roles go to the individuals who can withstand the most pain. The most powerful xing tian wear their hideous scars with pride.  \n**Symbol of Perseverance.** The xing tian’s fortitude and regenerative properties lead many to consider them a symbol of an indomitable will and the drive to continue no matter the hardships.",
            "name": "Xing Tian",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor, shield",
            "hit_points": 168,
            "hit_dice": "16d12+64",
            "speed": {
                "walk": 40
            },
            "strength": 23,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "intimidation": 6,
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "frightened",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Common, Giant",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The xing tian makes three attacks: one with its shield slam and two with its battleaxe. If both battleaxe attacks hit the same target, the target must succeed on a DC 16 Dexterity saving throw or take an extra 11 (2d10) piercing damage as the xing tian bites the target."
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage, or 22 (3d10 + 6) slashing damage if used with two hands.",
                    "attack_bonus": 10,
                    "damage_dice": "3d8+6"
                },
                {
                    "name": "Shield Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 16 (3d6 + 6) bludgeoning damage, and the target must succeed on a DC 16 Strength saving throw or be knocked prone.",
                    "attack_bonus": 10,
                    "damage_dice": "3d6+6"
                },
                {
                    "name": "Dance of the Unyielding",
                    "desc": "The xing tian stomps and waves its arms in a martial dance, and it regains 10 hp. Until the dance ends, the xing tian regains 10 hp at the start of each of its turns and melee attack rolls against the xing tian have disadvantage. It must take a bonus action on its subsequent turns to continue dancing. It can stop dancing at any time. The dance ends if the xing tian is incapacitated."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Indomitable",
                    "desc": "Any spell or effect that would make the xing tian paralyzed, restrained, or stunned ends at the end of the xing tian's next turn, regardless of the spell or effect's normal duration."
                },
                {
                    "name": "Sure-Footed",
                    "desc": "The xing tian has advantage on Strength and Dexterity saving throws made against effects that would knock it prone."
                }
            ],
            "spell_list": [],
            "page_no": 376,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_xing-tian/"
        },
        {
            "slug": "giant-sloth",
            "desc": "",
            "name": "Giant Sloth",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "speed": {
                "climb": 20,
                "walk": 20
            },
            "strength": 19,
            "dexterity": 10,
            "constitution": 19,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 7,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison",
            "damage_immunities": "",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "desc": "The giant sloth makes two attacks: one with its claw and one with its bite. If the giant sloth is grappling a creature, it can also use its Sloth's Embrace once.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 14 (3d6 + 4) slashing damage. The target is grappled (escape DC 15) if it is a Large or smaller creature and the sloth doesn't have another creature grappled.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d8+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 17 (3d8 + 4) piercing damage.",
                    "name": "Bite"
                },
                {
                    "desc": "The giant sloth crushes a creature it is grappling by pulling the creature against its fetid, furry chest. The target must make a DC 15 Strength saving throw, taking 27 (6d8) bludgeoning damage on a failed save, or half as much damage on a successful one. A creature that fails the save is also stunned until the end of its next turn.",
                    "name": "Sloth's Embrace"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Any creature that starts its turn within 15 feet of the giant sloth must succeed on a DC 15 Constitution saving throw or have disadvantage on its next attack roll or ability check.",
                    "name": "Foul Odor"
                },
                {
                    "desc": "The giant sloth moves double its normal speed and has advantage on all of its attacks for 1 round.",
                    "name": "Hunter's Dash (1/Day)"
                }
            ],
            "spell_list": [],
            "page_no": 178,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_giant-sloth/"
        },
        {
            "slug": "automata-devil",
            "desc": "_A nightmare wrapped in chains and built of cutting cogs and whirring gears, an automata devil howls like a hurricane in battle. Once chain devils, automata devils have been promoted to greater power._  \n**Guards and Overseers.** Sometimes called castigas, automata devils are made to monitor others. They are often put in charge of prisoners or infernal factories.  \n**Pierced by Chain and Wire.** This slender creature’s skin is pierced with barbs, sharp nails, and coils of wire, which have been threaded through its flesh. Chains are buried under blisters and scabs. This infernal horror’s eyelids—both front and back pairs—have been sewn back with wire, while six arms ending in large grasping hands erupt from its shoulders.  \n**Coiled Metal Whips.** The creature’s back is broad and massive. Its head is a black mass ending in two large mandibles. By its side, it carries a huge coiled whip that squirms like a snake and is said to scent lies and treachery. The creature’s stomach opens up like a second mouth, filled with spines.",
            "name": "Automata Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "speed": {
                "walk": 40
            },
            "strength": 24,
            "dexterity": 17,
            "constitution": 20,
            "intelligence": 11,
            "wisdom": 14,
            "charisma": 19,
            "strength_save": 11,
            "dexterity_save": 7,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "athletics": 11,
                "intimidation": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "Common, Infernal; telepathy 100 ft.",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The automata devil makes two melee attacks, using any combination of bite, claw, and whip attacks. The bite attack can be used only once per turn."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 18 (2d10 + 7) slashing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Whip",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 15 ft., one target. Hit: 11 (1d8 + 7) slashing damage and the target is grappled (escape DC 17) and restrained. Only two targets can be grappled by the automata devil at one time, and each grappled target prevents one whip from being used to attack. An individual target can be grappled by only one whip at a time. A grappled target takes 9 (2d8) piercing damage at the start of its turn.",
                    "attack_bonus": 11,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Punishing Maw",
                    "desc": "If a target is already grappled in a whip at the start of the automata devil's turn, both creatures make opposed Strength (Athletics) checks. If the grappled creature wins, it takes 9 (2d8) piercing damage and remains grappled. If the devil wins, the grappled creature is dragged into the devil's stomach maw, a mass of churning gears, razor teeth, and whirling blades. The creature takes 49 (4d20 + 7) slashing damage and is grappled, and the whip is free to attack again on the devil's next turn. The creature takes another 49 (4d20 + 7) slashing damage automatically at the start of each of the automata devil's turns for as long as it remains grappled in the maw. Only one creature can be grappled in the punishing maw at a time. The automata devil can freely \"spit out\"a creature or corpse during its turn, to free up the maw for another victim."
                },
                {
                    "name": "Fear Aura",
                    "desc": "Automata devils radiate fear in a 10-foot radius. A creature that starts its turn in the affected area must make a successful DC 16 Wisdom saving throw or become frightened. A creature that makes the save successfully cannot be affected by the same automata devil's fear aura again."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The automata devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the automata devils' spellcasting ability is Charisma (spell save DC 16). It can innately cast the following spells, requiring no material components:\n\nat will: charm person, suggestion, teleport\n\n1/day each: banishing smite, cloudkill"
                }
            ],
            "spell_list": [],
            "page_no": 102,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_automata-devil/"
        },
        {
            "slug": "blemmyes",
            "desc": "_This headless giant has a large mouth in its chest, with eyes bulging out on either side of it._  \n**Always Hungry.** Blemmyes are brutes that savor humanoid flesh, and they see all humanoids as potential meals. Some even have the patience to tend groups of humans, goblins, or halflings like unruly herds, farming them for food and fattening them up for maximum succulence.  \n**Cannibals.** So great is their hideous hunger that blemmyes are not above eating their own kind; they cull and consume the weakest specimens of their race when other food is scarce. The most terrible habit of these monsters is that they seldom wait for their food to die, or even for a battle to conclude, before launching into a grisly feast.",
            "name": "Blemmyes",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 13,
            "constitution": 20,
            "intelligence": 7,
            "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": {
                "intimidation": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Giant",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The blemmyes makes two slam attacks and one bite attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 19 (4d6 + 5) piercing damage. If the target is a Medium or smaller incapacitated creature, that creature is swallowed. While swallowed, the creature is blinded and restrained, it has total cover against attacks and other effects from outside the blemmyes, and it takes 14 (4d6) acid damage at the start of each of the blemmyes' turns. If the blemmyes takes 20 damage or more during a single turn from a creature inside it, the blemmyes must succeed on a DC 16 Constitution saving throw at the end of that turn or regurgitate the swallowed creature, which falls prone in a space within 5 feet of the blemmyes. The blemmyes can have only one target swallowed at a time. If the blemmyes dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 5 feet of movement, exiting prone.",
                    "attack_bonus": 8,
                    "damage_dice": "4d6"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 16 Wisdom saving throw or be stunned until the end of its next turn.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 30/120 ft., one target. Hit: 27 (4d10 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 16 Wisdom saving throw or be frightened until the end of its next turn.",
                    "attack_bonus": 8,
                    "damage_dice": "4d10"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Carnivorous Compulsion",
                    "desc": "If it can see an incapacitated creature, the blemmyes must succeed on a DC 11 Wisdom save or be compelled to move toward that creature and attack it."
                }
            ],
            "spell_list": [],
            "page_no": 37,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_blemmyes/"
        },
        {
            "slug": "dune-mimic",
            "desc": "_When a dune mimic strikes, the sand surges and shifts, a sinkhole opens, and sandy tendrils snatch at nearby creatures._  \n**Enormous Forms.** Though most commonly seen as dunes, a dune mimic can take the form of a date palm grove, a riverbank, an enormous boulder, or other large shapes in the landscape.  \n**A King’s Guardians.** Dune mimics were created by a forgotten king as guardians for his desert tomb. Somewhere, dozens of them guard vast wealth.  \n**Spread by Spores.** Although not intended to reproduce, they began producing spores spontaneously and replicating themselves, so that now they’re spread across the deserts. Luckily for the other inhabitants, dune mimics reproduce just once per century.",
            "name": "Dune Mimic",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d12+64",
            "speed": {
                "walk": 10
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 18,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid",
            "condition_immunities": "prone",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dune mimic makes four pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage. If the dune mimic is in object or terrain form, the target is subjected to the mimic's Adhesive trait.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Engulf",
                    "desc": "The dune mimic engulfs all creatures it has grappled. An engulfed creature can't breathe, is restrained, is no longer grappled, has total cover against attacks and other effects outside the dune mimic, and takes 18 (4d8) acid damage at the start of each of the dune mimic's turns. When the dune mimic moves, the engulfed creature moves with it. An engulfed creature can try to escape by taking an action to make a DC 15 Strength check. On a success, the creature escapes and enters a space of its choice within 5 feet of the dune mimic."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shapechanger",
                    "desc": "The dune mimic can use its action to polymorph into a Huge object or terrain feature (maximum area 25 x 25 feet) or back into its true, amorphous form. Since its coating of dust, sand, and gravel can't be hidden, it usually disguises itself as a terrain feature or eroded ruin. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Adhesive (Object or Terrain Form Only)",
                    "desc": "The dune mimic adheres to anything that touches it. A creature adhered to the dune mimic is also grappled by it (escape DC 15). Ability checks made to escape this grapple have disadvantage. The dune mimic can harden its outer surface, so only the creatures it chooses are affected by this trait."
                },
                {
                    "name": "False Appearance (Object or Terrain Form Only)",
                    "desc": "While the dune mimic remains motionless, it is indistinguishable from an ordinary object or terrain feature."
                },
                {
                    "name": "Grappler",
                    "desc": "The dune mimic has advantage on attack rolls against a creature grappled by it."
                }
            ],
            "spell_list": [],
            "page_no": 162,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_dune-mimic/"
        },
        {
            "slug": "mirror-hag",
            "desc": "_A mirror hag forces an unsuspecting creature to reflect on its own superficiality by gazing into the hag’s horrible face._  \n**Hideous Hex.** Until a creature can see past the hag’s deformities, it suffers the pain of a disfigured life. Some mirror hags do this for the betterment of all, but most do it because causing pain amuses them.  \n**Warped Features.** Mirror hags are hunchbacked, with growths and lesions covering their skin. Their joints misalign, and the extremities of their bones press against their skin. However, it is their faces that inspire legends: the blackest moles sprouting long white hairs, noses resembling half-eaten carrots, and eyes mismatched in size, color, and alignment. If a creature recoils from a mirror hag’s looks, she bestows her reconfiguring curse on it.  \n**Mirror Covens.** Mirror hags can form a coven with two other hags. Generally, mirror hags only form covens with other mirror hags, but from time to time a mirror hag will join a coven of witches or green hags.",
            "name": "Mirror Hag",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d8+96",
            "speed": {
                "walk": 30,
                "fly": 10
            },
            "strength": 15,
            "dexterity": 16,
            "constitution": 22,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 19,
            "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": "thunder",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "A mirror hag can use its Reconfiguring Curse and make one melee attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 21 (4d8 + 3) piercing damage, or 39 (8d8 + 3) piercing damage against a stunned target.",
                    "attack_bonus": 6,
                    "damage_dice": "4d8"
                },
                {
                    "name": "Quarterstaff",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Reconfiguring Curse",
                    "desc": "The mirror hag curses a living creature within 60 feet, giving it beastly or hideous features. The target of the reconfiguring curse must succeed on a DC 15 Constitution saving throw or take 1d6 Charisma damage. A successful save renders the target immune to further uses of that hag's curse for 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the hag's innate spellcasting ability is Charisma (spell save DC 15, +7 to hit with spell attacks). She can innately cast the following spells, requiring no material components:\n\nat will: disguise self, inflict wounds (4d10), message, ray of enfeeblement\n\n1/day each: detect thoughts, dispel magic, lightning bolt, locate creature, shillelagh, stinking cloud, teleport"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The hag has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Confounding Ugliness",
                    "desc": "When confronting a mirror hag at any range, a creature must make a choice at the start of each of its turns: either avert its eyes so that it has disadvantage on attack rolls against the hag until the start of its next turn, or look at the hag and make a DC 15 Constitution saving throw. Failure on the saving throw leaves the character stunned until the start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 243,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_mirror-hag/"
        },
        {
            "slug": "risen-reaver",
            "desc": "_A body that might once have been human now has four legs and nightmarishly long, thick arms. What’s worse, its skin has been flayed off, revealing the dead muscle and sinew beneath._  \n**Spirt of War.** The risen reaver is an undead born from a warrior fallen on the battlefield. Its body becomes an avatar of combat, with four legs and a pair of long, heavy arms. In the process, it sheds its skin, becoming entirely undead muscle, bone, and sinew.  \n**Absorb Weapons.** When risen reavers take form, they absorb all weapons around them. Some of these weapons pierce their bodies, and others become part of the risen reaver’s armament. Their four legs are tipped with blades on which they walk like metallic spiders. Their arms are covered in weaponry infused into their flesh, which they use to crush and flay any living creatures they encounter.  \n**Battle Mad.** Risen reavers are battle‑maddened spirits of vengeance and slaughter, obsessed with the chaos of combat that led to their own death. They hunt the living with the sole purpose of killing, and they thrive on violence and murder. As they died, so should others die.  \n**Undead Nature.** A risen reaver doesn’t require air, food, drink, or sleep.",
            "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": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "any languages it knew in life",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The risen reaver makes three blade attacks."
                },
                {
                    "name": "Blade",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 15 (2d10 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Life Sense",
                    "desc": "The risen reaver automatically detects all living creatures within 120 feet. This sense is blocked by 3 feet of wood, 1 foot of earth or stone, an inch of metal, or a thin sheet of lead."
                },
                {
                    "name": "Pounce",
                    "desc": "When the risen reaver hits an enemy with its blade attack after moving at least 20 feet, the target creature must make a DC 15 Strength saving throw. On a failure, the creature falls prone and the risen reaver can use a bonus action to make a single blade attack."
                },
                {
                    "name": "Infused Arsenal",
                    "desc": "As a bonus action, the risen reaver can absorb one unattended weapon into its body. For every weapon it absorbs, it deals +1 damage with its blade attacks ( maximum of +3)."
                },
                {
                    "name": "Skitter",
                    "desc": "The risen reaver can take the Dash action as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 328,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_risen-reaver/"
        }
    ]
}