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

GET /monsters/?ordering=-armor_class&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?ordering=-armor_class&page=4",
    "previous": "https://api.open5e.com/monsters/?ordering=-armor_class&page=2",
    "results": [
        {
            "slug": "roper_bf",
            "desc": "",
            "name": "Roper",
            "size": "large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 111,
            "hit_dice": "",
            "speed": {
                "walk": 15,
                "climb": 10
            },
            "strength": 24,
            "dexterity": 8,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 16,
            "charisma": 6,
            "strength_save": 7,
            "dexterity_save": -1,
            "constitution_save": 3,
            "intelligence_save": -2,
            "wisdom_save": 3,
            "charisma_save": -2,
            "perception": 16,
            "skills": {},
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "Monstrosity Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "-",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The roper makes one Bite attack and three Grasping Tendril attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 22 (4d8+4) piercing damage."
                },
                {
                    "name": "Grasping Tendril",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 50 ft., one creature. _Hit:_ 6 (1d4+4) bludgeoning damage, and the target is grappled (escape DC 15). Until the grapple ends, the target is restrained and has disadvantage on STR checks and STR saves, and the roper can't use the same Grasping Tendril on another target. A creature immune to the poisoned condition doesn't have disadvantage on STR checks and STR saves from the tendril."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Reel",
                    "desc": "The roper pulls each creature grappled by it up to 25 feet straight toward it."
                }
            ],
            "reactions": [
                {
                    "name": "Snapping Tendril",
                    "desc": "When a Grasping Tendril that is grappling a creature is destroyed, the roper can quickly pull the remains of that tendril back to it with a whipping snap. Each creature within 10 feet of the roper must succeed on a DC 15 DEX save or be knocked prone."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Climbing Tendrils",
                    "desc": "If at least four of the roper's Grasping Tendrils aren't grappling creatures, the roper has a climbing speed of 30 feet."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the roper remains motionless, it is indistinguishable from a normal conical or spire-like cave formation, such as a stalagmite or stalactite."
                },
                {
                    "name": "Grasping Tendrils",
                    "desc": "The roper can have up to six Grasping Tendrils at a time. Each Grasping Tendril can be attacked (AC 20; 10 HP; vulnerable to thunder damage; immune to poison and psychic damage). Destroying a Grasping Tendril deals no damage to the roper, which can extrude a replacement tendril on its next turn. A Grasping Tendril can also be broken if a creature takes an action and succeeds on a DC 15 STR check against it."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The roper is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The roper can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_roper/"
        },
        {
            "slug": "graknork",
            "desc": "Towering over the frozen landscape, this immense saurian monstrosity possesses a terrifying shark-like head with a multitude of serrated teeth. The monster has three eyes: two soulless black pits and a third larger eye that glows with a freezing blue light._  \n**Terror of the North.** The legendary graknork is one of the most powerful monsters to roam the endless tundra and taiga of the north and is feared by all who live in the rugged and frozen expanses of the world. Only the largest white dragons surpass the graknork in size and strength, and lesser creatures give the monster a wide berth. Graknorks are mostly found on land but are reasonable swimmers. They have no problem taking to the water to pursue escaping prey or to hunt fishermen and even whales. Graknorks are solitary creatures and cannot stand the presence of their own kind, attacking and eating juvenile graknorks that cross their path. When they do mate, it is a destructive affair with the female uprooting dozens of trees to build her nest. A typical graknork is more than forty feet long, though even larger specimens have been sighted in the coldest regions of the world.  \n**Great Blue Eye.** While the graknork’s raw physical prowess is justifiably feared, the aspect of its appearance that causes the greatest consternation is its great, freezing blue eye. Its eye is said to possess terrible and wondrous powers, including seeing through illusions, freezing souls outright, and causing everlasting blizzards. Most of these tales are mere fancy and hearsay spun by northern tribesmen, yet there is no denying that the graknork’s central eye is a fearsome weapon.",
            "name": "Graknork",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 201,
            "hit_dice": "13d20+65",
            "speed": {
                "swim": 30,
                "walk": 50
            },
            "strength": 25,
            "dexterity": 18,
            "constitution": 21,
            "intelligence": 5,
            "wisdom": 13,
            "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": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "darkvision 90 ft., passive Perception 16",
            "languages": "—",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The graknork makes three attacks: one with its bite and two with its claws. Alternatively, it can use its Eye Ray twice. If both claw attacks hit a Large or smaller creature, the creature must succeed on a DC 18 Strength saving throw or take an additional 9 (2d8) slashing damage and be knocked prone."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 23 (3d10 + 7) piercing damage.",
                    "attack_bonus": 12,
                    "damage_dice": "3d10+7"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 20 (3d8 + 7) slashing damage.",
                    "attack_bonus": 12,
                    "damage_dice": "3d8+7"
                },
                {
                    "name": "Eye Ray",
                    "desc": "Ranged Weapon Attack: +9 to hit, range 30/120 ft., one target. Hit: 17 (5d6) cold damage.",
                    "attack_bonus": 9,
                    "damage_dice": "5d6"
                },
                {
                    "name": "Freezing Eye (Recharge 5-6)",
                    "desc": "The graknork's blue eye flares open and releases a beam of icy energy in a line that is 120-feet long and 10 feet wide. Each creature in that line must make a DC 18 Dexterity saving throw. On a failure, a creature takes 35 (10d6) cold damage and is restrained for 1 minute as its limbs freeze. On a success, a creature takes half the damage and isn't restrained. A restrained creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. Alternatively, the restrained creature can be freed if it takes at least 10 fire damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Sight",
                    "desc": "The graknork has advantage on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 182,
            "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_graknork/"
        },
        {
            "slug": "ancient-brass-dragon",
            "desc": "",
            "name": "Ancient Brass Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "Brass Dragon",
            "alignment": "chaotic good",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 297,
            "hit_dice": "17d20+119",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "fly": 80
            },
            "strength": 27,
            "dexterity": 10,
            "constitution": 25,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 13,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": 10,
            "perception": 14,
            "skills": {
                "history": 9,
                "perception": 14,
                "persuasion": 10,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 24",
            "languages": "Common, Draconic",
            "challenge_rating": "20",
            "cr": 20.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: +14 to hit, reach 15 ft., one target. Hit: 19 (2d10 + 8) piercing damage.",
                    "attack_bonus": 14,
                    "damage_dice": "2d10",
                    "damage_bonus": 8
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 15 (2d6 + 8) slashing damage.",
                    "attack_bonus": 14,
                    "damage_dice": "2d6",
                    "damage_bonus": 8
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 20 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage.",
                    "attack_bonus": 14,
                    "damage_dice": "2d8",
                    "damage_bonus": 8
                },
                {
                    "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 18 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 90-foot line that is 10 feet wide. Each creature in that line must make a DC 21 Dexterity saving throw, taking 56 (16d6) 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 90-foot cone. Each creature in that area must succeed on a DC 21 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": "16d6"
                },
                {
                    "name": "Change Shape",
                    "desc": "The dragon magically polymorphs into a humanoid or beast 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 dragon's choice).\nIn a new form, the dragon retains its alignment, hit points, Hit Dice, ability to speak, proficiencies, Legendary Resistance, lair actions, and Intelligence, Wisdom, and Charisma scores, as well as this action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form."
                }
            ],
            "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 15 ft. of the dragon must succeed on a DC 22 Dexterity saving throw or take 15 (2d6 + 8) 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": 290,
            "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_ancient-brass-dragon/"
        },
        {
            "slug": "ancient-white-dragon",
            "desc": "",
            "name": "Ancient White Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "White Dragon",
            "alignment": "chaotic evil",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 333,
            "hit_dice": "18d20+144",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 26,
            "dexterity": 10,
            "constitution": 26,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 8,
            "perception": 13,
            "skills": {
                "perception": 13,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 23",
            "languages": "Common, Draconic",
            "challenge_rating": "20",
            "cr": 20.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: +14 to hit, reach 15 ft., one target. Hit: 19 (2d10 + 8) piercing damage plus 9 (2d8) cold damage.",
                    "attack_bonus": 14,
                    "damage_dice": "2d10+2d8",
                    "damage_bonus": 8
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 15 (2d6 + 8) slashing damage.",
                    "attack_bonus": 14,
                    "damage_dice": "2d6",
                    "damage_bonus": 8
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 20 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage.",
                    "attack_bonus": 14,
                    "damage_dice": "2d8",
                    "damage_bonus": 8
                },
                {
                    "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": "Cold Breath (Recharge 5-6)",
                    "desc": "The dragon exhales an icy blast in a 90-foot cone. Each creature in that area must make a DC 22 Constitution saving throw, taking 72 (16d8) cold damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 0,
                    "damage_dice": "16d8"
                }
            ],
            "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 15 ft. of the dragon must succeed on a DC 22 Dexterity saving throw or take 15 (2d6 + 8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Ice Walk",
                    "desc": "The dragon can move across and climb icy surfaces without needing to make an ability check. Additionally, difficult terrain composed of ice or snow doesn't cost it extra movement."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                }
            ],
            "spell_list": [],
            "page_no": 288,
            "environments": [
                "Tundra",
                "Arctic"
            ],
            "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_ancient-white-dragon/"
        },
        {
            "slug": "dragon-turtle",
            "desc": "",
            "name": "Dragon Turtle",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 341,
            "hit_dice": "22d20+110",
            "speed": {
                "walk": 20,
                "swim": 40
            },
            "strength": 25,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "Aquan, Draconic",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon turtle makes three attacks: one with its bite and two with its claws. It can make one tail attack in place of its two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 26 (3d12 + 7) piercing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "3d12",
                    "damage_bonus": 7
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 16 (2d8 + 7) slashing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "2d8",
                    "damage_bonus": 7
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 26 (3d12 + 7) bludgeoning damage. If the target is a creature, it must succeed on a DC 20 Strength saving throw or be pushed up to 10 feet away from the dragon turtle and knocked prone.",
                    "attack_bonus": 13,
                    "damage_dice": "3d12",
                    "damage_bonus": 7
                },
                {
                    "name": "Steam Breath (Recharge 5-6)",
                    "desc": "The dragon turtle exhales scalding steam in a 60-foot cone. Each creature in that area must make a DC 18 Constitution saving throw, taking 52 (15d6) fire damage on a failed save, or half as much damage on a successful one. Being underwater doesn't grant resistance against this damage.",
                    "attack_bonus": 0,
                    "damage_dice": "15d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon turtle can breathe air and water."
                }
            ],
            "spell_list": [],
            "page_no": 303,
            "environments": [
                "Underwater",
                "Coastal",
                "Plane Of Water",
                "Desert",
                "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_dragon-turtle/"
        },
        {
            "slug": "iron-golem",
            "desc": "",
            "name": "Iron Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": "Golems",
            "alignment": "unaligned",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 210,
            "hit_dice": "20d10+100",
            "speed": {
                "walk": 30
            },
            "strength": 24,
            "dexterity": 9,
            "constitution": 20,
            "intelligence": 3,
            "wisdom": 11,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 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 the languages of its creator but can't speak",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The golem makes two melee attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage.",
                    "attack_bonus": 13,
                    "damage_dice": "3d8",
                    "damage_bonus": 7
                },
                {
                    "name": "Sword",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 23 (3d10 + 7) slashing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "3d10",
                    "damage_bonus": 7
                },
                {
                    "name": "Poison Breath (Recharge 5-6)",
                    "desc": "The golem exhales poisonous gas in a 15-foot cone. Each creature in that area must make a DC 19 Constitution saving throw, taking 45 (10d8) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 0,
                    "damage_dice": "10d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fire Absorption",
                    "desc": "Whenever the golem is subjected to fire damage, it takes no damage and instead regains a number of hit points equal to the fire damage dealt."
                },
                {
                    "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."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The golem's weapon attacks are magical."
                }
            ],
            "spell_list": [],
            "page_no": 317,
            "environments": [
                "Any"
            ],
            "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_iron-golem/"
        },
        {
            "slug": "roper",
            "desc": "",
            "name": "Roper",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 93,
            "hit_dice": "11d10+33",
            "speed": {
                "walk": 10,
                "climb": 10
            },
            "strength": 18,
            "dexterity": 8,
            "constitution": 17,
            "intelligence": 7,
            "wisdom": 16,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The roper makes four attacks with its tendrils, uses Reel, and makes one attack with its bite."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 22 (4d8 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "4d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 50 ft., one creature. Hit: The target is grappled (escape DC 15). Until the grapple ends, the target is restrained and has disadvantage on Strength checks and Strength saving throws, and the roper can't use the same tendril on another target.",
                    "attack_bonus": 7
                },
                {
                    "name": "Reel",
                    "desc": "The roper pulls each creature grappled by it up to 25 ft. straight toward it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the roper remains motionless, it is indistinguishable from a normal cave formation, such as a stalagmite."
                },
                {
                    "name": "Grasping Tendrils",
                    "desc": "The roper can have up to six tendrils at a time. Each tendril can be attacked (AC 20; 10 hit points; immunity to poison and psychic damage). Destroying a tendril deals no damage to the roper, which can extrude a replacement tendril on its next turn. A tendril can also be broken if a creature takes an action and succeeds on a DC 15 Strength check against it."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The roper can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "spell_list": [],
            "page_no": 342,
            "environments": [
                "Underdark",
                "Caverns"
            ],
            "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_roper/"
        },
        {
            "slug": "ancient-mithral-dragon",
            "desc": "_Mithral dragons are wise and learned, and are legendary peacemakers and spellcasters. They pursue their own interests when not called to settle disputes._  \n_**Glimmering Champions.**_ Light glints off a mithral dragon’s glossy scales, shining silver-white, and its tiny wings fold flush against its body—but open like a fan to expose shimmering, diaphanous membranes. Its narrow head, with bare slits for its eyes and nostrils, ends in a slender neck. The dragon’s sleek look continues into its body and a mithral dragon’s impossibly thin frame makes it look extremely fragile.  \n_**Rage in Youth.**_ Younger mithral dragons raid and pillage as heavily as any chromatic dragon, driven largely by greed to acquire a worthy hoard—though they are less likely to kill for sport or out of cruelty. In adulthood and old age, however, they are less concerned with material wealth and more inclined to value friendship, knowledge, and a peaceful life spent in pursuit of interesting goals.  \n_**Peacemakers.**_ Adult and older mithral dragons are diplomats and arbitrators by temperament (some dragons cynically call them referees), enjoying bringing some peace to warring factions. Among all dragons, their strict neutrality and ability to ignore many attacks make them particularly well suited to these vital roles.",
            "name": "Ancient Mithral Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 297,
            "hit_dice": "17d20+119",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 29,
            "dexterity": 16,
            "constitution": 25,
            "intelligence": 24,
            "wisdom": 25,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 13,
            "intelligence_save": 13,
            "wisdom_save": 13,
            "charisma_save": 13,
            "perception": 13,
            "skills": {
                "athletics": 15,
                "history": 13,
                "insight": 13,
                "intimidation": 13,
                "perception": 13,
                "persuasion": 13
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from",
            "damage_immunities": "acid, thunder",
            "condition_immunities": "charmed",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 23",
            "languages": "Celestial, Common, Draconic, Primordial",
            "challenge_rating": "18",
            "cr": 18.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: +15 to hit, reach 15 ft., one target. Hit: 22 (2d12 + 9) piercing damage.",
                    "attack_bonus": 15,
                    "damage_dice": "2d12"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 10 ft., one target. Hit: 18 (2d8 + 9) slashing damage, and the target loses 5 hit point from bleeding at the start of each of its turns for six rounds unless it receives magical healing. Bleeding damage is cumulative; the target loses 5 hp per round for each bleeding wound it's taken from a mithral dragon's claws.",
                    "attack_bonus": 15,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 20 ft., one target. Hit: 20 (2d10 + 9) bludgeoning damage.",
                    "attack_bonus": 15,
                    "damage_dice": "2d10"
                },
                {
                    "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 21 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of its turn, 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 Weapon (Recharge 5-6)",
                    "desc": "A mithral dragon can spit a 60-foot-long, 5-foot-wide line of metallic shards. Targets in its path take 59 (17d6) magical slashing damage and lose another 10 hit points from bleeding at the start of their turns for 6 rounds; slashing and bleed damage is halved by a successful DC 21 Dexterity saving throw. Only magical healing stops the bleeding before 6 rounds. The shards dissolve into wisps of smoke 1 round after the breath weapon's use."
                }
            ],
            "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 feet of the dragon must succeed on a DC 23 Dexterity saving throw or take 18 (2d8 + 9) 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."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the dragon's innate spellcasting ability is Intelligence (spell save DC 21). It can innately cast the following spells, requiring no material components:\n\nat will: tongues\n\n5/day each: counterspell, dispel magic, enhance ability"
                },
                {
                    "name": "Mithral Shards",
                    "desc": "Ancient mithral dragons can choose to retain the mithral shards of their breath weapon as a hazardous zone of spikes. Treat as a spike growth zone that does 2d8 magical slashing damage for every 5 feet travelled."
                },
                {
                    "name": "Spellcasting",
                    "desc": "the dragon is a 15th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 21, +13 to hit with spell attacks). It requires no material components to cast its spells. The dragon has the following wizard spells prepared:\n\ncantrips (at will): acid splash, light, mage hand, minor illusion, prestidigitation\n\n1st level (4 slots): charm person, expeditious retreat, magic missile, unseen servant\n\n2nd level (3 slots): blur, hold person, see invisibility\n\n3rd level (3 slots): haste, lightning bolt, protection from energy\n\n4th level (3 slots): dimension door, stoneskin, wall of fire\n\n5th level (2 slots): polymorph, teleportation circle\n\n6th level (1 slot): guards and wards\n\n7th level (1 slot): forcecage\n\n8th level (1 slot): antimagic field"
                }
            ],
            "spell_list": [],
            "page_no": 132,
            "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_ancient-mithral-dragon/"
        },
        {
            "slug": "ancient-wind-dragon",
            "desc": "_Howling wind encircles the white- and gray-scaled dragon, filling and pushing its wings without the need for them to beat._  \nWind dragons view anywhere touched by air as their property, and mortals point to them as the epitome of arrogance. Their narcissism is not without reason, for awe-inspiring power supports their claims of rightful control. To the dragons of the shifting gales, strength is the ultimate arbiter. Although wind dragon wyrmlings are the weakest of the newborn dragons, they grow in power rapidly, and few fully-grown dragons are seen as stronger.  \n_**Braggarts and Bullies.**_ Wind dragons number among the greatest bullies and worst tyrants among mortal creatures. The sometimes foolhardy creatures take personal offense at any perceived challenge and great pleasure in humiliating rivals. They claim great swathes of territory but care little for its governance, and they perceive the mortals in that territory as possessions. Vassals receive only dubious protection in exchange for unflinching loyalty. A wind dragon might seek bloody vengeance for the murder of a follower, but it’s unlikely to go to any length to prevent the loss of life in the first place.  \n_**Lords of the Far Horizons.**_ Some believe that the dragons of the winds claim much more than they are capable of controlling or patrolling. Because they so love altitude, they prefer to rule and meet with earth-bound supplicants at the highest point available: the summit of a great mountain or atop a towering monument erected by fearful slaves. But these dragons are also driven by wanderlust, and often travel far from their thrones. They always return eventually, ready to subjugate new generations and to press a tyrannical claw on the neck of anyone who questions their right to rule.  \n_**Perpetual Infighting.**_ These wandering tyrants are even more territorial among their own kind than they are among groundlings. Simple trespass by one wind dragon into the territory of another can lead to a battle to the death. Thus their numbers never grow large, and the weakest among them are frequently culled.  \nWind dragons’ hoards typically consist of only a few truly valuable relics. Other dragons might sleep on a bed of coins, but common things bore wind dragons quickly. While all true dragons desire and display great wealth, wind dragons concentrate their riches in a smaller number of notable trophies or unique historic items—often quite portable.  \n\n## Wind Dragon’s Lair\n\n  \nWind dragons make their lairs in locations where they can overlook and dominate the land they claim as theirs, but remote enough so the inhabitants can’t pester them with requests for protection or justice. They have little to fear from the elements, so a shallow cave high up on an exposed mountain face is ideal. Wind dragons enjoy heights dotted with rock spires and tall, sheer cliffs where the dragon can perch in the howling wind and catch staggering updrafts and downdrafts sweeping through the canyons and tearing across the crags. Non-flying creatures find these locations much less hospitable.  \n\n### Lair Actions\n\n  \nOn initiative count 20 (losing initiative ties), the dragon takes a lair action to generate one of the following effects; the dragon can’t use the same effect two rounds in a row.\n* Sand and dust swirls up from the floor in a 20-foot radius sphere within 120 feet of the dragon at a point the dragon can see. The sphere spreads around corners. The area inside the sphere is lightly obscured, and each creature in the sphere at the start of its turn must make a successful DC 15 Constitution saving throw or be blinded for 1 minute. A blinded creature repeats the saving throw at the start of each of its turns, ending the effect on itself with a success.\n* Fragments of ice and stone are torn from the lair’s wall by a blast of wind and flung along a 15-foot cone. Creatures in the cone take 18 (4d8) bludgeoning damage, or half damage with a successful DC 15 Dexterity saving throw.\n* A torrent of wind blasts outward from the dragon in a 60-foot radius, either racing just above the floor or near the ceiling. If near the floor, it affects all creatures standing in the radius; if near the ceiling, it affects all creatures flying in the radius. Affected creatures must make a successful DC 15 Strength saving throw or be knocked prone and stunned until the end of their next turn.",
            "name": "Ancient Wind Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 425,
            "hit_dice": "23d20+184",
            "speed": {
                "walk": 40,
                "fly": 120
            },
            "strength": 28,
            "dexterity": 19,
            "constitution": 26,
            "intelligence": 18,
            "wisdom": 17,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 11,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": 12,
            "perception": 17,
            "skills": {
                "acrobatics": 11,
                "arcana": 11,
                "intimidation": 12,
                "perception": 17,
                "stealth": 11
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "lightning, ranged weapons",
            "condition_immunities": "charmed, exhausted, paralyzed, restrained",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 27",
            "languages": "Common, Draconic, Dwarvish, Elvish, Primordial",
            "challenge_rating": "22",
            "cr": 22.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wind dragon can use its Frightful Presence and then makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 15 ft., one target. Hit: 22 (2d12 + 9) piercing damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d12"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. Hit: 18 (2d8 + 9) slashing damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 20 ft., one target. Hit: 20 (2d10 + 9) bludgeoning damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Breath of Gales (Recharge 5-6)",
                    "desc": "The dragon exhales a blast of wind in a 90-foot cone. Each creature in that cone takes 55 (10d10) bludgeoning damage and is pushed 50 feet away from the dragon and knocked prone; a successful DC 23 Strength saving throw halves the damage and prevents being pushed (but not being knocked prone). All flames in the cone are extinguished."
                },
                {
                    "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 20 Wisdom saving throw or become frightened for 1 minute. A creature repeats the saving throw at the end of its turn, 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."
                }
            ],
            "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 feet of the dragon must succeed on a DC 24 Dexterity saving throw or take 20 (2d10 + 9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the dragon's innate spellcasting ability is Charisma (spell save DC 20). It can innately cast the following spells, requiring no material components:\n\nat will: feather fall\n\n5/day each: lightning bolt, ice storm"
                },
                {
                    "name": "Fog Vision",
                    "desc": "The dragon sees normally through light or heavy obscurement caused by fog, mist, clouds, or high wind."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The dragon has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Uncontrollable",
                    "desc": "The dragon's movement is never impeded by difficult terrain, and its speed can't be reduced by spells or magical effects. It can't be restrained (per the condition), and it escapes automatically from any nonmagical restraints (such as chains, entanglement, or grappling) by spending 5 feet of movement. Being underwater imposes no penalty on its movement or attacks."
                },
                {
                    "name": "Whirling Winds",
                    "desc": "Gale-force winds rage around the dragon, making it immune to ranged weapon attacks except for those from siege weapons."
                },
                {
                    "name": "Wind Dragon's Lair",
                    "desc": "on initiative count 20 (losing initiative ties), the dragon takes a lair action to generate one of the following effects; the dragon can't use the same effect two rounds in a row.\n\n- Sand and dust swirls up from the floor in a 20-foot radius sphere within 120 feet of the dragon at a point the dragon can see. The sphere spreads around corners. The area inside the sphere is lightly obscured, and each creature in the sphere at the start of its turn must make a successful DC 15 Constitution saving throw or be blinded for 1 minute. A blinded creature repeats the saving throw at the start of each of its turns, ending the effect on itself with a success.\n\n- Fragments of ice and stone are torn from the lair's wall by a blast of wind and flung along a 15-foot cone. Creatures in the cone take 18 (4d8) bludgeoning damage, or half damage with a successful DC 15 Dexterity saving throw.\n\n- A torrent of wind blasts outward from the dragon in a 60-foot radius, either racing just above the floor or near the ceiling. If near the floor, it affects all creatures standing in the radius; if near the ceiling, it affects all creatures flying in the radius. Affected creatures must make a successful DC 15 Strength saving throw or be knocked prone and stunned until the end of their next turn."
                }
            ],
            "spell_list": [],
            "page_no": 142,
            "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_ancient-wind-dragon/"
        },
        {
            "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": "eye-golem",
            "desc": "_An eye golem is muscular giant, well-proportioned with smooth, marble-white skin covered in eye-like sigils. When it opens one of its eyes opens for a moment, a beam as bright as the sun shines forth, piercing the darkness._  \n**Covered in Arcana.** Eye golems stand at least ten feet tall, and their magically durable hide is covered with real eyes as well as arcane sigils that resemble eyes.  \n**Blinds Victims.** An eye golem rarely kills its victims, but leaves them blinded, wandering and tormented, seeing only visions of the eye golem flashing through their memory. This drives some mad while others instead choose to serve the golem, becoming devoted to the one who still holds sight.  \n**All Eyes Open.** When killed, an eye golem does not simply fall down dead. All of its eyes open at once, a deafening bellow is heard for miles, and a blinding burst of light shines from the body. When the light and noise stop, hundreds of perfectly preserved eyeballs are left on the ground, still warm and fresh and without scars or damage. Thin beams of arcane energy connecting the eyes to their owners can be detected with a successful DC 25 Intelligence (Arcana) check. Those who wield the central eye once the golem is slain can use it to restore stolen eyes to their victims.  \n**Constructed Nature.** A golem doesn’t require air, food, drink, or sleep.",
            "name": "Eye Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 157,
            "hit_dice": "15d10+75",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 9,
            "constitution": 20,
            "intelligence": 5,
            "wisdom": 11,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "perception": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire, poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "condition_immunities": "charmed, exhausted, frightened, paralyzed, petrified, poisoned",
            "senses": "truesight 120 ft., passive Perception 18",
            "languages": "understands the language of its creator, but can't speak",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The golem makes two melee attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5ft., one target. Hit: 24 (4d8 + 6) bludgeoning damage.",
                    "attack_bonus": 10,
                    "damage_dice": "4d8"
                },
                {
                    "name": "Gaze of Ancient Light (Recharge 6)",
                    "desc": "The golem emits a burst of blinding light, affecting all opponents within 30 feet who are visible to it. These creatures must make a successful DC 17 Constitution saving throw or be permanently blinded. All affected creatures, including those that save successfully, are stunned until the end of their next turn."
                },
                {
                    "name": "Primal Voice of Doom (1/Day)",
                    "desc": "The golem intones a disturbing invocation of the sun god. Creatures within 30 feet of the golem must make a successful DC 17 Wisdom saving throw or become frightened Deaf or unhearing creatures are unaffected."
                },
                {
                    "name": "Shoot into the Sun (1 minute/day)",
                    "desc": "When roused for combat, the golem opens many of its eyes, emitting blinding light. All ranged attacks, including ranged spells that require a spell attack roll, are made with disadvantage against the golem. The effect persists as long as the eye golem desires, up to a total of 1 minute (10 rounds) per day."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "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."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The golem's weapon attacks are magical."
                }
            ],
            "spell_list": [],
            "page_no": 233,
            "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_eye-golem/"
        },
        {
            "slug": "jotun-giant",
            "desc": "_The earth shudders with every footfall of a Jotun giant, the immortal enemies of the gods. Tall enough to look a titan in the eye and strong enough to wrestle a linnorm, Jotun gaints are the lords of giantkind. Their enormous halls are carved in mountains and glaciers throughout the frozen wastes._  \n**Foes of the Gods.** As foes of the northern gods, they plot to regain their former status as lords of Creation. Many know ancient secrets and snippets of antediluvian arcane lore, and so may have abilities beyond those listed below. More powerful Jotun giants straddle the line between mortal and demigod.  \n**Contests and Challenges.** Like many giants, the Jotun enjoy a challenge, even from tiny little humans. Only the mightiest heroes can challenge a Jotun giant’s might in physical combat. Using cunning or trickery is a safer bet—though being too cunning is also angers them, and Jotun giants are no fools.  \n**Seekers of Ragnarok.** The Jotun giants know great magic, and strive to bring about end times of Ragnarok.",
            "name": "Jotun Giant",
            "size": "Gargantuan",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 407,
            "hit_dice": "22d20+176",
            "speed": {
                "walk": 60
            },
            "strength": 30,
            "dexterity": 8,
            "constitution": 26,
            "intelligence": 18,
            "wisdom": 20,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 11,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "arcana": 10,
                "history": 10,
                "nature": 10,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Common, Giant",
            "challenge_rating": "22",
            "cr": 22.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two greatclub attacks and a frightful presence attack, or one rock throwing attack."
                },
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 30 ft., one target. Hit: 55 (10d8 + 10) bludgeoning damage.",
                    "attack_bonus": 16,
                    "damage_dice": "10d8"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +16 to hit, range 90/240 ft., one target. Hit: 49 (6d12 + 10) bludgeoning damage.",
                    "attack_bonus": 16,
                    "damage_dice": "6d12"
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the giant's choice that is within 120 feet of the giant and aware of it must succeed on a DC 19 Wisdom saving throw or become frightened for 1 minute. A creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success. Once a creature's saving throw is successful, it is immune to the giant's Frightful Presence for the next 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Rock Catching",
                    "desc": "If a rock or similar object is hurled at the giant, the giant can, with a successful DC 10 Dexterity saving throw, catch the missile and take no bludgeoning damage from it."
                }
            ],
            "legendary_desc": "The Jotun giant can take 1 legendary action, and only at the end of another creature's turn. The giant regains the spent legendary action at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The Jotun giant makes a Wisdom (Perception) check."
                },
                {
                    "name": "Planar Return",
                    "desc": "If banished, a Jotun giant can return to the plane it departed 2/day. If banished a third time, it cannot return."
                },
                {
                    "name": "Sweeping Blow",
                    "desc": "The Jotun giant can sweep its greatclub in an arc around itself. The sweep affects a semicircular path 30 feet wide around the giant. All targets in that area take 46 (8d8 + 10) bludgeoning damage, or no damage with a successful DC 19 Dexterity saving throw."
                }
            ],
            "special_abilities": [
                {
                    "name": "Immortality",
                    "desc": "Jotuns suffer no ill effects from age, and are immune to effects that reduce ability scores and hit point maximum."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the Jotun giant's innate spellcasting ability is Wisdom (spell save DC 19). It can innately cast the following spells, requiring no material components:\n\nat will: earthquake, shapechange, speak with animals\n\n3/day: bestow curse, gust of wind\n\n1/day: divination"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The giant has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The giant's weapon attacks are magical."
                },
                {
                    "name": "Too Big to Notice",
                    "desc": "The sheer size of the Jotun giant often causes those near it to confuse one at rest for part of the landscape. The jotun has advantage on Stealth checks when not moving."
                }
            ],
            "spell_list": [],
            "page_no": 222,
            "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_jotun-giant/"
        },
        {
            "slug": "skein-witch",
            "desc": "_Skein witches are androgynous humanoids mummified in writhing diamond thread. Their skin is translucent, and suspended inside their bodies are dozens of quivering hourglasses in place of organs._  \n**Shepherd Destiny.** Skein witches are curators of destiny and enforcers of what must be. They voyage across the planes, weaving the strands of fate at the behest of their goddess-creator. Although they carry out their charge without regard to petty mortal concerns, they can be persuaded to bend fate for powerful petitioners whose interests align with those of their goddess.  \n**Surrounded by Guardians.** Despite their supernatural abilities, a skein witch’s physical body is frail. Because of that, they tend to surround themselves with undead, constructs, or other brutish, soulless guardians cut free from the thread of fate.  \n**Fear All Cards.** If a deck of many things is brought within 30 feet of a skein witch, she emits a psychic wail and disintegrates.",
            "name": "Skein Witch",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 162,
            "hit_dice": "25d8+50",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 6,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 16,
            "wisdom": 20,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 8,
            "wisdom_save": 10,
            "charisma_save": 10,
            "perception": 15,
            "skills": {
                "history": 8,
                "insight": 15,
                "perception": 15
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant",
            "damage_immunities": "fire, lightning, psychic",
            "condition_immunities": "",
            "senses": "truesight 60 ft., passive Perception 25",
            "languages": "Celestial, telepathy (100 ft.)",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The skein witch makes two Inexorable Thread attacks."
                },
                {
                    "name": "Inexorable Threads",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 30 ft., one target. Hit: 27 (5d8 + 5) radiant damage, and the target is \"one step closer to death.\"If the target is reduced to 0 hit points, it's treated as if it's already failed one death saving throw. This effect is cumulative; each inexorable threads hit adds one unsuccessful death saving throw. If a character who's been hit three or more times by inexorable threads is reduced to 0 hit points, he or she dies immediately. This effect lasts until the character completes a long rest.",
                    "attack_bonus": 9,
                    "damage_dice": "5d8"
                },
                {
                    "name": "Bind Fates (1/Day)",
                    "desc": "One target within 60 feet of the skein witch must make a DC 18 Wisdom saving throw. On a failed save, the target's fate is bound to one random ally of the target. Any damage or condition the target suffers is inflicted on the individual to which they are bound instead, and vice versa. A creature can be bound to only one other creature at a time. This effect lasts until either of the affected creatures gains a level, or until a heal or heroes' feast lifts this binding."
                },
                {
                    "name": "Destiny Distortion Wave (Recharge 5-6)",
                    "desc": "The skein witch projects a 60-foot cone of distortion that frays the strands of fate. All targets in the cone take 55 (10d10) force damage, or half damage with a successful DC 18 Wisdom saving throw. In addition, if more than one target that failed its saving throw is affected by a condition, those conditions are randomly redistributed among the targets with failed saving throws."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bend Fate (3/day)",
                    "desc": "If the skein witch fails a saving throw, she may choose to succeed instead and reflect the effect of the failed saving throw onto one enemy within 30 feet. The skein witch still suffers the effect of a successful saving throw, if any. The new target is entitled to a saving throw as if it were the original target of the attack, but with disadvantage."
                },
                {
                    "name": "Fear All Cards",
                    "desc": "If a deck of many things is brought within 30 feet of a skein witch, she emits a psychic wail and disintegrates."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The skein witch has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Misty Step (At Will)",
                    "desc": "The skein witch can step between places as a bonus action."
                },
                {
                    "name": "Sealed Destiny (1/Day)",
                    "desc": "The skein witch attunes herself to the threads of the PCs' fates. Ask each player to write down their prediction of how the PC to their left will die, and at what level. Collect the notes without revealing the answers. When one of those PCs dies, reveal the prediction. If the character died in the manner predicted, they fulfill their destiny and are immediately resurrected by the gods as a reward. If they died at or within one level of the prediction, they return to life with some useful insight into the destiny of someone important."
                }
            ],
            "spell_list": [],
            "page_no": 349,
            "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_skein-witch/"
        },
        {
            "slug": "barong",
            "desc": "",
            "name": "Barong",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 225,
            "hit_dice": "18d10+126",
            "speed": {
                "fly": 60,
                "walk": 60
            },
            "strength": 25,
            "dexterity": 20,
            "constitution": 25,
            "intelligence": 18,
            "wisdom": 23,
            "charisma": 22,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 13,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 12,
            "perception": 12,
            "skills": {
                "insight": 12,
                "perception": 12,
                "persuasion": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "radiant",
            "condition_immunities": "charmed, exhaustion, frightened",
            "senses": "truesight 120 ft., passive Perception 22",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "desc": "Barong makes two attacks: one with his bite and one with his claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 13,
                    "damage_dice": "1d8+7",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 11 (1d8 + 7) piercing damage plus 18 (4d8) radiant damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 13,
                    "damage_dice": "1d6+7",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 10 (1d6 + 7) slashing damage plus 18 (4d8) radiant damage.",
                    "name": "Claws"
                },
                {
                    "desc": "Barong can summon any combination of 2d4 good-aligned ghosts, uraeuses or couatls; 1d4 temple dogs, unicorns, or good-aligned wraiths; or one buraq or deva. The spirits and celestials appear in unoccupied spaces within 60 feet of Barong and act as his allies. They remain for 1 minute or until Barong dismisses them as an action.",
                    "name": "Summon Spirit (1/Day)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature makes an attack against Barong or one of his allies within 30 feet, Barong grants the target of the attack a +5 bonus to its AC until the start of his next turn.",
                    "name": "Divine Protection"
                }
            ],
            "legendary_desc": "Barong 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. Barong regains spent legendary actions at the start of his turn.",
            "legendary_actions": [
                {
                    "desc": "Barong makes one claw attack.",
                    "name": "Claw"
                },
                {
                    "desc": "Each creature he chooses within 30 feet of him can immediately repeat a saving throw to end one condition currently affecting it.",
                    "name": "Enlightening Roar"
                },
                {
                    "desc": "Barong roars a command at one allied undead or celestial within 30 feet of him. It can move up to its speed and make one attack as a reaction. The creature doesn't provoke an opportunity attack from this movement. Bats Bats exist in hundreds of species, from the harmless messenger bats of the ghoul empire to the ravening blood-devouring vampire bats found in various castles and deep jungles. The giant albino bat and the giant vampire bat are two monsters that vex adventurers more often than most, and they are often allies of darakhul, werebats, dhampirs, and vampires.",
                    "name": "Divine Command (Costs 2 Actions)"
                }
            ],
            "special_abilities": [
                {
                    "desc": "All allies within 30 feet of Barong gain a +6 bonus to saving throws as long as Barong is conscious.",
                    "name": "Aura of Protection"
                },
                {
                    "desc": "Barong's weapon attacks are magical. When he hits with any weapon, the weapon deals an extra 18 (4d8) radiant damage (already included below).",
                    "name": "Divine Weapons"
                },
                {
                    "desc": "Barong has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "Barong has advantage on attack rolls against a creature if at least one of his allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                }
            ],
            "spell_list": [],
            "page_no": 49,
            "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_barong/"
        },
        {
            "slug": "green-knight-of-the-woods",
            "desc": "",
            "name": "Green Knight of the Woods",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 20,
            "armor_desc": "plate, shield",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 7,
                "intimidation": 6,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with cold iron",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The green knight makes two attacks: one with its battle axe and one with its shield bash.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d8+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage, or 9 (1d10 + 4) slashing damage if used with two hands.",
                    "name": "Battle Axe"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage and the target is grappled (escape DC 15). Until this grapple ends, the target is restrained by magical vines springing forth from the green knight's shield, and the green knight can't make shield bash attacks against other targets.",
                    "name": "Shield Bash"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 7 (1d6 + 4) piercing damage.",
                    "name": "Javelin"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When the green knight is hit by a melee attack from a creature it has successfully challenged, it can make one battle axe attack with advantage against the attacker.",
                    "name": "Knight's Rebuke"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the green knight's head is severed by a vorpal weapon or by other means, magical vines sprout from its neck and the head reattaches by the start of the green knight's next turn, preventing the green knight from dying from the loss of its head.",
                    "name": "Headsman's Woe"
                },
                {
                    "desc": "As a bonus action, the green knight targets one creature that it can see within 30 feet and issues a challenge. If the target can see the green knight, it must succeed on a DC 14 Wisdom saving throw or become magically compelled to engage the green knight in melee combat for 1 minute, or until the knight challenges a new opponent. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.\n\nOn its turn, the affected creature must move towards the green knight and make a melee attack against the green knight.",
                    "name": "Knight's Challenge (3/Day)"
                },
                {
                    "desc": "The green knight has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The green knight can communicate with beasts and plants as if they shared a language.",
                    "name": "Speak with Beasts and Plants"
                }
            ],
            "spell_list": [],
            "page_no": 209,
            "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_green-knight-of-the-woods/"
        },
        {
            "slug": "haunted-giant",
            "desc": "",
            "name": "Haunted Giant",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "12d12+48",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 8,
            "constitution": 19,
            "intelligence": 5,
            "wisdom": 9,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": 2,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "athletics": 8,
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "Giant",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The giant makes two greatclub attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d8+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage.",
                    "name": "Greatclub"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d10+5",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 60/240 ft., one target. Hit: 21 (3d10 + 5) bludgeoning damage.",
                    "name": "Rock"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Three ghostly spirits haunt the giant. The spirits are incorporeal, remain within 10 feet of the giant at all times, and can't take actions. Each uses the giant's AC and saving throws, has 15 hp and can only be harmed by radiant damage. If an ancestral spirit is reduced to 0 hp, it disappears temporarily. Reduce the giant's AC by 1 and remove one trait granted by the spirits for each spirit that is driven off. Ancestral spirits can't be turned.",
                    "name": "Ancestral Spirits"
                },
                {
                    "desc": "At the start of its turn, the giant can gain advantage on all melee weapon attack rolls during that turn, but attack rolls against it have advantage until the start of its next turn. This trait is granted by the ancestral spirits.",
                    "name": "Reckless"
                },
                {
                    "desc": "The giant can see invisible creatures and objects as if they were visible and can see into the Ethereal Plane. This trait is granted by the ancestral spirits.",
                    "name": "See Invisibility"
                },
                {
                    "desc": "The giant is immune to the charmed and frightened conditions. This trait is granted by the ancestral spirits.",
                    "name": "Steadfast"
                }
            ],
            "spell_list": [],
            "page_no": 183,
            "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_haunted-giant/"
        },
        {
            "slug": "mountain-giant",
            "desc": "",
            "name": "Mountain Giant",
            "size": "Gargantuan",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 313,
            "hit_dice": "19d20+114",
            "speed": {
                "walk": 50
            },
            "strength": 26,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 14,
            "wisdom": 20,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 13,
            "intelligence_save": 9,
            "wisdom_save": 12,
            "charisma_save": 7,
            "perception": 12,
            "skills": {
                "athletics": 15,
                "perception": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold, fire, lightning, thunder; bludgeoning",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, stunned",
            "senses": "tremorsense 120 ft., passive Perception 22",
            "languages": "Common, Giant, Terran",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "desc": "The mountain giant makes two slam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 15,
                    "damage_dice": "2d12+8",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 20 ft., one target. Hit: 21 (2d12 + 8) bludgeoning damage.",
                    "name": "Slam"
                },
                {
                    "attack_bonus": 15,
                    "damage_dice": "5d12+8",
                    "desc": "Ranged Weapon Attack: +15 to hit, range 100/400 ft., one target. Hit: 40 (5d12 + 8) bludgeoning damage.",
                    "name": "Boulder"
                },
                {
                    "desc": "The mountain giant unleashes a barrage of boulders in a 60-foot cone. Each creature in that area must make a DC 22 Dexterity saving throw. On a failure, a creature takes 58 (9d12) bludgeoning damage and is knocked prone and restrained. On a success, the creature takes half the damage and isn't knocked prone or restrained. A target, including the restrained creature can take an action to make a DC 20 Strength (Athletics) or Dexterity (Acrobatics) check, freeing the restrained creature on a success.",
                    "name": "Boulder Spray (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "A mountain giant 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 mountain giant regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "desc": "The mountain giant commands the earth itself to assist in the fight. The giant chooses three creatures it can see within 60 feet. Each target must succeed on a DC 21 Dexterity saving throw or be restrained until the start of its next turn.",
                    "name": "Grasping Soil"
                },
                {
                    "desc": "The mountain giant emits a tremendous growl. Each creature within 20 feet of the giant must make a DC 21 Constitution saving throw. On a failure, a creature takes 21 (6d6) thunder damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.",
                    "name": "Roar (Costs 2 Actions)"
                },
                {
                    "desc": "A piece of the mountain giant's body tears away in the form of an earth elemental. The earth elemental acts on the same initiative count as the mountain giant, obeying the mountain giant's commands and fighting until destroyed. The mountain giant can have no more than five earth elementals under its control at one time.",
                    "name": "Spawn Elemental (Costs 3 Actions)"
                }
            ],
            "special_abilities": [
                {
                    "desc": "If the mountain giant fails a saving throw, it can choose to succeed instead.",
                    "name": "Legendary Resistance (2/Day)"
                },
                {
                    "desc": "A mountain giant has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The mountain giant can move and shape the terrain around it. This trait works like the move earth spell, except it has no duration, and the giant can manipulate any stone, natural or worked.",
                    "name": "Mountain Master"
                },
                {
                    "desc": "The mountain giant deals triple damage to objects and structures with its melee and ranged weapon attacks.",
                    "name": "Siege Monster"
                }
            ],
            "spell_list": [],
            "page_no": 185,
            "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_mountain-giant/"
        },
        {
            "slug": "vampiric-knight",
            "desc": "",
            "name": "Vampiric Knight",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 20,
            "armor_desc": "plate, shield",
            "hit_points": 127,
            "hit_dice": "15d8+60",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 17,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "athletics": 9,
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "the languages it knew in life",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "desc": "The vampiric knight makes two impaling longsword attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "1d8+5",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) slashing damage, or 10 (1d10 + 5) slashing damage if used with two hands, plus 9 (2d8) necrotic damage. The vampiric knight impales the target on its longsword, grappling the target if it is a Medium or smaller creature (escape DC 17). Until the grapple ends, the target is restrained, takes 9 (2d8) necrotic damage at the start of each of its turns, and the vampiric knight can't make longsword attacks against other targets.",
                    "name": "Impaling Longsword"
                },
                {
                    "desc": "Each living creature within 20 feet of the vampiric knight must make a DC 17 Constitution saving throw, taking 42 (12d6) necrotic damage on a failed save, or half as much damage on a successful one.",
                    "name": "Channel Corruption (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature makes an attack against an allied vampire, the knight can grant the vampire a +3 bonus to its AC if the knight is within 5 feet of the vampire.",
                    "name": "Shield"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The vampiric knight regains 20 hp at the start of its turn if it has at least 1 hp and isn't in running water. If it takes radiant damage or damage from holy water, this trait doesn't function at the start of the vampiric knight's next turn.",
                    "name": "Regeneration"
                },
                {
                    "desc": "The vampiric knight has the following flaws:\nForbiddance. The vampiric knight can't enter a residence without an invitation from one of the occupants.\nHarmed by Running Water. The vampiric knight takes 20 acid damage if it ends its turn in running water.\nStake to the Heart. If a piercing weapon made of wood is driven into the vampiric knight's heart while the knight is incapacitated in its resting place, the vampiric knight is paralyzed until the stake is removed.",
                    "name": "Vampire Weaknesses"
                }
            ],
            "spell_list": [],
            "page_no": 369,
            "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_vampiric-knight/"
        },
        {
            "slug": "wyvern-knight",
            "desc": "",
            "name": "Wyvern Knight",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 20,
            "armor_desc": "plate, shield",
            "hit_points": 102,
            "hit_dice": "12d8+48",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 15,
            "strength_save": 6,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison",
            "damage_immunities": "poisoned",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Common, Draconic",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The wyvern knight makes two lance attacks. If the wyvern knight is riding a war wyvern, its mount can then make one bite, claw, or stinger attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d12+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 9 (1d12 + 3) piercing damage plus 10 (3d6) poison damage. The wyvern knight has disadvantage on attacks with this weapon against creatures within 5 feet of it and can wield this weapon in one hand instead of two while mounted.",
                    "name": "Lance"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d10",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 100/400 ft., one target. Hit: 5 (1d10) piercing damage plus 10 (3d6) poison damage.",
                    "name": "Heavy Crossbow"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d4+3",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage plus 10 (3d6) poison damage.",
                    "name": "Dagger"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature the wyvern knight can see attacks a target that is within 5 feet of it, including a creature it is riding, the knight can use a reaction to impose disadvantage on the attack roll. The knight must be wielding a shield.",
                    "name": "Protection"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The wyvern knight has advantage on saving throws against being frightened.",
                    "name": "Brave"
                },
                {
                    "desc": "When the wyvern knight falls while wearing this ring, it descends 60 feet per round and takes no damage from falling.",
                    "name": "Ring of Feather Falling"
                }
            ],
            "spell_list": [],
            "page_no": 385,
            "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_wyvern-knight/"
        },
        {
            "slug": "adult-black-dragon-a5e",
            "desc": "",
            "name": "Adult Black Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 22,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": null,
            "skills": {
                "history": 8,
                "perception": 7,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 20",
            "languages": "Common, Draconic",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can use Acid Spit."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) acid damage. Instead of dealing piercing damage  the dragon can grapple the target (escape DC 20)  and a Large or smaller creature grappled in this way is restrained. While grappling a creature  the dragon can't bite or use Acid Spit against another target."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Acid Spit",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 19 Dexterity saving throw. The creature takes 22 (4d10) acid damage on a failure or half damage on a success. A creature that fails the save also takes 5 (1d10) ongoing acid damage. A creature can use an action to end the ongoing damage."
                },
                {
                    "name": "Acid Breath (Recharge 5-6)",
                    "desc": "The dragon exhales sizzling acid in a 60-foot-long  5-foot-wide line. Each creature in that area makes a DC 19 Dexterity saving throw  taking 63 (14d8) acid damage on a failed save or half damage on a success. A creature that fails the save is blinded until the end of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon 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": "Darkness",
                    "desc": "The dragon creates a 20-foot-radius sphere of magical darkness originating from a point it can see within 120 feet. Darkvision can't penetrate this darkness. The darkness lasts for 1 minute or until the dragon uses this action again."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 17 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 20 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Ambusher",
                    "desc": "When submerged in water, the dragon has advantage on Stealth checks. If the dragon hits a creature that can't see it with its bite, it can deal piercing damage and grapple the target simultaneously."
                },
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, it sheds some of its scales, which turn to mud. If it has no more uses of this ability, its Armor Class is reduced to 17 until it finishes a long rest."
                },
                {
                    "name": "Ruthless (1/Round)",
                    "desc": "After scoring a critical hit on its turn, the dragon can immediately make one claw attack."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 17). It can innately cast the following spells, requiring no material components. 3/day each:fog cloud, pass without trace, legend lore, speak with dead"
                }
            ],
            "spell_list": [],
            "page_no": 102,
            "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_adult-black-dragon/"
        },
        {
            "slug": "adult-black-dragon-lich-a5e",
            "desc": "",
            "name": "Adult Black Dragon Lich",
            "size": "Huge",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 22,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": null,
            "skills": {
                "history": 8,
                "perception": 7,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid, necrotic, poison",
            "condition_immunities": "charmed, fatigued, frightened, paralyzed, poisoned",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 20",
            "languages": "Common, Draconic",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can use Acid Spit."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) acid damage. Instead of dealing piercing damage  the dragon can grapple the target (escape DC 20)  and a Large or smaller creature grappled in this way is restrained. While grappling a creature  the dragon can't bite or use Acid Spit against another target."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Acid Spit",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 19 Dexterity saving throw. The creature takes 22 (4d10) acid damage on a failure or half damage on a success. A creature that fails the save also takes 5 (1d10) ongoing acid damage. A creature can use an action to end the ongoing damage."
                },
                {
                    "name": "Acid Breath (Recharge 5-6)",
                    "desc": "The dragon exhales sizzling acid or necrotic energy in a 60-foot-long  5-foot-wide line. Each creature in that area makes a DC 19 Dexterity saving throw  taking 31 (7d8) acid damage and 31 (7d8) necrotic damage on a failed save or half damage on a success. A creature that fails the save is blinded until the end of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon 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": "Darkness",
                    "desc": "The dragon creates a 20-foot-radius sphere of magical darkness originating from a point it can see within 120 feet. Darkvision can't penetrate this darkness. The darkness lasts for 1 minute or until the dragon uses this action again."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 17 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 20 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Ambusher",
                    "desc": "When submerged in water, the dragon has advantage on Stealth checks. If the dragon hits a creature that can't see it with its bite, it can deal piercing damage and grapple the target simultaneously."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 17). It can innately cast the following spells, requiring no material components. 3/day each: animate dead, fog cloud, legend lore, pass without trace, speak with dead"
                }
            ],
            "spell_list": [],
            "page_no": 96,
            "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_adult-black-dragon-lich/"
        },
        {
            "slug": "adult-blue-dragon-a5e",
            "desc": "",
            "name": "Adult Blue Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 275,
            "hit_dice": "22d12+132",
            "speed": {
                "walk": 40,
                "burrow": 30,
                "fly": 80,
                "swim": 30
            },
            "strength": 24,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 16,
            "wisdom": 14,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 12,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": 10,
            "perception": null,
            "skills": {
                "perception": 8,
                "stealth": 6,
                "survival": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., tremorsense 60 ft., darkvision 120 ft., passive Perception 21",
            "languages": "Common, Draconic, one more",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can use Arc Lightning."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 23 (3d10 + 7) piercing damage plus 4 (1d8) lightning damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 20 (3d8 + 7) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Arc Lightning",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 20 Dexterity saving throw. The creature takes 16 (3d10) lightning damage on a failure or half damage on a success. Also on a failure  the lightning jumps. Choose a creature within 30 feet of the target that hasnt been hit by this ability on this turn  and repeat the effect against it  possibly causing the lightning to jump again."
                },
                {
                    "name": "Lightning Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a 90-foot-long  5-foot wide-line of lightning. Each creature in that area makes a DC 20 Dexterity saving throw  taking 77 (14d10) lightning damage on a failed save or half damage on a success. A creature that fails the save can't take reactions until the end of its next turn."
                },
                {
                    "name": "Quake",
                    "desc": "While touching natural ground  the dragon sends pulses of thunder rippling through it. Creatures within 30 feet make a DC 20 Strength saving throw  taking 11 (2d10) bludgeoning damage and falling prone on a failure. If a Large or smaller creature that fails the save is standing on sand  it also sinks partially  becoming restrained as well. A creature restrained in this way can spend half its movement to escape."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon 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": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 18 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 20 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                },
                {
                    "name": "Quake (Costs 2 Actions)",
                    "desc": "The dragon uses its Quake action."
                }
            ],
            "special_abilities": [
                {
                    "name": "Desert Farer",
                    "desc": "The dragon ignores difficult terrain or obscurement caused by sand or gravel, even while flying. Additionally, it ignores the effects of extreme heat."
                },
                {
                    "name": "Dune Splitter",
                    "desc": "The dragon can remain submerged in sand and gravel for up to 4 hours. It has advantage on Stealth checks made to hide in this way."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, it sheds some of its scales, which turn to sand. If it has no more uses of this ability, its Armor Class is reduced to 17 until it finishes a long rest."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 18). It can innately cast the following spells, requiring no material components. 3/day each:blur, silent image, blight, hypnotic pattern"
                }
            ],
            "spell_list": [],
            "page_no": 107,
            "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_adult-blue-dragon/"
        },
        {
            "slug": "adult-earth-dragon-a5e",
            "desc": "",
            "name": "Adult Earth Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 287,
            "hit_dice": "23d12+138",
            "speed": {
                "walk": 40,
                "fly": 40,
                "burrow": 60
            },
            "strength": 22,
            "dexterity": 14,
            "constitution": 22,
            "intelligence": 22,
            "wisdom": 14,
            "charisma": 20,
            "strength_save": 12,
            "dexterity_save": null,
            "constitution_save": 12,
            "intelligence_save": 8,
            "wisdom_save": 8,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "athletics": 12,
                "insight": 8,
                "nature": 12,
                "perception": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "damage from nonmagical weapons",
            "damage_immunities": "",
            "condition_immunities": "petrified",
            "senses": "darkvision 120 ft., tremorsense 90 ft., passive Perception 21",
            "languages": "Common, Draconic, Terran",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its slam. In place of its bite attack  it can use Rock Spire."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 28 (4d10 + 6) piercing damage. Instead of dealing piercing damage  the dragon can grapple the target (escape DC 20)  and a Large or smaller creature grappled in this way is restrained. While grappling a creature  the dragon can't bite another target."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) bludgeoning damage."
                },
                {
                    "name": "Scouring Breath (Recharge 5-6)",
                    "desc": "The dragon exhales scouring sand and stones in a 60-foot cone. Each creature in that area makes a DC 20 Dexterity saving throw  taking 56 (16d6) slashing damage on a failed save or half damage on a success. A creature that fails the save is also blinded until the end of its next turn."
                },
                {
                    "name": "Rock Spire",
                    "desc": "A permanent  25-foot-tall  5-foot-radius spire of rock magically rises from a point on the ground within 60 feet. A creature in the spires area when it appears makes a DC 19 Dexterity saving throw  taking 13 (3d8) piercing damage on a failure or half damage on a success. A creature that fails this saving throw by 10 or more is impaled at the top of the spire. A creature can use an action to make a DC 12 Strength check  freeing the implaced creature on a success. The impaled creature is also freed if the spire is destroyed. The spire is an object with AC 16  30 hit points and immunity to poison and psychic damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon 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": "Shake the Foundation",
                    "desc": "The dragon causes the ground to roil, creating a permanent, 40-foot-radius area of difficult terrain centered on a point the dragon can see. If the dragon is bloodied, creatures in the area make a DC 20 Dexterity saving throw, falling prone on a failure."
                },
                {
                    "name": "Slam Attack (Costs 2 Actions)",
                    "desc": "The dragon makes a slam attack."
                },
                {
                    "name": "Entomb (While Bloodied",
                    "desc": "The dragon targets a creature on the ground within 60 feet, forcing it to make a DC 15 Dexterity saving throw. On a failure, the creature is magically entombed 5 feet under the earth. While entombed, the target is blinded, restrained, and can't breathe. A creature can use an action to make a DC 15 Strength check, freeing an entombed creature on a success."
                }
            ],
            "special_abilities": [
                {
                    "name": "Earth Glide",
                    "desc": "The dragon can burrow through nonmagical, unworked earth and stone without disturbing it."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the dragon remains motionless within its linked area, it is indistinguishable from a natural rocky outcropping."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, it becomes more like rock. Its movement is halved until the end of its next turn."
                },
                {
                    "name": "Essence Link",
                    "desc": "The essence dragon is spiritually linked to a specific area or landmark. The dragon gains no benefit from a long rest when more than 1 mile away from its linked area. If the dragon dies, the area it is linked to loses its vital essence until it forms a new essence dragon, which can take centuries. When a creature first enters an area that has lost its vital essence in this way, they gain a level of fatigue and a level of strife. This fatigue and strife can be removed only by completing a long rest outside the area."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 15). It can innately cast the following spells, requiring no material components. 3/day each:locate animals or plants, spike growth, stone shape, wall of stone"
                }
            ],
            "spell_list": [],
            "page_no": 127,
            "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_adult-earth-dragon/"
        },
        {
            "slug": "adult-gold-dragon-a5e",
            "desc": "",
            "name": "Adult Gold Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 324,
            "hit_dice": "24d12+168",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 26,
            "dexterity": 14,
            "constitution": 24,
            "intelligence": 16,
            "wisdom": 14,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 13,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": 13,
            "perception": null,
            "skills": {
                "insight": 8,
                "perception": 8,
                "persuasion": 13,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 21",
            "languages": "Common, Draconic, one more",
            "challenge_rating": "20",
            "cr": 20.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 15 ft., one target. Hit: 32 (4d10 + 10) piercing damage plus 9 (2d8) fire damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 10 ft., one target. Hit: 28 (4d8 + 10) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 20 ft., one target. Hit: 23 (3d8 + 10) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Greatsword (Humanoid Form Only)",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 5 ft., one target. Hit: 17 (2d6 + 10) slashing damage."
                },
                {
                    "name": "Molten Spit",
                    "desc": "The dragon targets one creature within 60 feet  forcing it to make a DC 25 Dexterity saving throw. The creature takes 27 (5d10) fire damage on a failure or half on a success. Liquid gold pools in a 5-foot-square occupied by the creature and remains hot for 1 minute. A creature that ends its turn in the gold or enters it for the first time on a turn takes 22 (4d10) fire damage."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons:"
                },
                {
                    "name": "Molten Breath",
                    "desc": "The dragon exhales molten gold in a 90-foot cone. Each creature in the area makes a DC 25 Dexterity saving throw  taking 88 (16d10) fire damage on a failed save or half damage on a success. A creature that fails the saving throw is covered in a shell of rapidly cooling gold  reducing its Speed to 0. A creature can use an action to break the shell  ending the effect."
                },
                {
                    "name": "Weakening Breath",
                    "desc": "The dragon exhales weakening gas in a 90-foot cone. Each creature in the area must succeed on a DC 25 Constitution saving throw or suffer disadvantage on weapon attack rolls for 1 minute. A weakened creature repeats the saving throw at the end of each of its turns  ending the effect on a success."
                },
                {
                    "name": "Change Shape",
                    "desc": "The dragon magically takes the shape of a humanoid or beast  or changes 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 (dragons choice). In the new form  the dragons stats are unchanged except for its size. It can't use Molten Spit  Breath Weapons  Tail Attack  or Wing Attack except in dragon form. In beast form  it can attack only with its bite and claws  if appropriate to its form. If the beast form is Large or smaller  the reach of these attacks is reduced to 5 feet. In humanoid form  it can attack only with its greatsword."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                },
                {
                    "name": "Vanguard",
                    "desc": "When another creature the dragon can see within 20 feet is hit by an attack, the dragon deflects the attack, turning the hit into a miss."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon 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": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 25 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 26 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                },
                {
                    "name": "Fiery Reprisal (Costs 2 Actions)",
                    "desc": "The dragon uses Molten Spit against the last creature to deal damage to it."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, some of its scales melt away, forming pools of molten gold. If it has no more uses of this ability, its Armor Class is reduced to 17 until it finishes a long rest."
                },
                {
                    "name": "Valor",
                    "desc": "Creatures of the dragons choice within 30 feet gain a +2 bonus to saving throws and are immune to the charmed and frightened conditions."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 21). It can innately cast the following spells, requiring no material components. 3/day each:bless, healing word,banishment, greater restoration"
                }
            ],
            "spell_list": [],
            "page_no": 172,
            "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_adult-gold-dragon/"
        },
        {
            "slug": "adult-red-dragon-a5e",
            "desc": "",
            "name": "Adult Red Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 310,
            "hit_dice": "23d12+161",
            "speed": {
                "walk": 40,
                "climb": 40,
                "fly": 80
            },
            "strength": 26,
            "dexterity": 10,
            "constitution": 24,
            "intelligence": 16,
            "wisdom": 14,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 13,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": 11,
            "perception": null,
            "skills": {
                "intimidation": 11,
                "perception": 9,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 22",
            "languages": "Common, Draconic, one more",
            "challenge_rating": "20",
            "cr": 20.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can Spit Fire."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 24 (3d10 + 8) piercing damage plus 4 (1d8) fire damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 5 ft., one target. Hit: 21 (3d8 + 8) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 15 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Cruel Tyranny",
                    "desc": "The dragon snarls and threatens its minions  driving them to immediate action. The dragon chooses one creature it can see and that can hear the dragon. The creature uses its reaction to make one weapon attack with advantage."
                },
                {
                    "name": "Spit Fire",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 21 Dexterity saving throw. The creature takes 22 (4d10) fire damage on a failure or half damage on a success. A creature that fails the save also takes 5 (1d10) ongoing fire damage. A creature can use an action to end the ongoing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a blast of fire in a 60-foot cone. Each creature in that area makes a DC 21 Dexterity saving throw  taking 73 (21d6) fire damage on a failed save or half damage on a success. A creature that fails the saving throw also takes 5 (1d10) ongoing fire damage. While affected by this ongoing damage  it is frightened of the dragon. A creature can use an action to end the ongoing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon 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": "Cruel Tyranny",
                    "desc": "The dragon uses its Cruel Tyranny action."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 19 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 21 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, it sheds some of its scales, which turn to sand. If it has no more uses of this ability, its Armor Class is reduced to 17 until it finishes a long rest."
                },
                {
                    "name": "Searing Heat",
                    "desc": "A creature that touches the dragon or hits it with a melee attack for the first time on a turn takes 7 (2d6) fire damage."
                },
                {
                    "name": "Volcanic Tyrant",
                    "desc": "The dragon is immune to the effects of poisonous gases caused by volcanic environments. It also ignores difficult terrain caused by lava."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 19). It can innately cast the following spells, requiring no material components. 3/day each:command, hold person, glyph of warding, wall of fire"
                }
            ],
            "spell_list": [],
            "page_no": 118,
            "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_adult-red-dragon/"
        },
        {
            "slug": "adult-sapphire-dragon-a5e",
            "desc": "",
            "name": "Adult Sapphire Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 304,
            "hit_dice": "29d12+116",
            "speed": {
                "walk": 40,
                "burrow": 30,
                "fly": 80
            },
            "strength": 22,
            "dexterity": 22,
            "constitution": 18,
            "intelligence": 22,
            "wisdom": 20,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": 12,
            "wisdom_save": 11,
            "charisma_save": 10,
            "perception": null,
            "skills": {
                "arcana": 12,
                "deception": 10,
                "history": 12,
                "insight": 11,
                "perception": 11,
                "persuasion": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic",
            "condition_immunities": "fatigue",
            "senses": "darkvision 120 ft., passive Perception 24",
            "languages": "Common, Deep Speech, Draconic, Undercommon, telepathy 120 ft.",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite  it can use Psionic Wave."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) psychic damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage."
                },
                {
                    "name": "Psionic Wave",
                    "desc": "The dragon psionically emits a wave of crushing mental pressure. Each creature within 20 feet makes a DC 18 Wisdom saving throw  taking 16 (3d10) psychic damage on a failed save or half damage on a success. Creatures suffering ongoing psychic damage make this saving throw with disadvantage."
                },
                {
                    "name": "Discognitive Breath (Recharge 5-6)",
                    "desc": "The dragon unleashes psychic energy in a 60-foot cone. Each creature in that area makes a DC 18 Intelligence saving throw  taking 60 (11d10) psychic damage and 11 (2d10) ongoing psychic damage on a failed save or half as much psychic damage and no ongoing psychic damage on a success. The ongoing damage ends if a creature falls unconscious. A creature can also use an action to ground itself in reality  ending the ongoing damage."
                },
                {
                    "name": "Prognosticate (3/Day)",
                    "desc": "The dragon psionically makes a prediction of an event up to 100 years in the future. This prediction has a 67 percent chance of being perfectly accurate and a 33 percent chance of being partially or wholly wrong. Alternatively  the dragon can choose to gain truesight to a range of 90 feet for 1 minute."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon 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": "Foretell",
                    "desc": "The dragon psionically catches a glimpse of a fast-approaching moment and plans accordingly. The dragon rolls a d20 and records the number rolled. Until the end of the dragons next turn, the dragon can replace the result of any d20 rolled by it or a creature within 120 feet with the foretold number. Each foretold roll can be used only once."
                },
                {
                    "name": "Psionic Wave (Costs 2 Actions)",
                    "desc": "The dragon uses Psionic Wave."
                },
                {
                    "name": "Shatter Mind (Costs 2 Actions)",
                    "desc": "The dragon targets a creature within 60 feet, forcing it to make a DC 23 Intelligence saving throw. On a failure, the creature takes 22 (4d10) ongoing psychic damage. An affected creature repeats the saving throw at the end of each of its turns, ending the ongoing psychic damage on a success. A creature can also use an action to ground itself in reality, ending the ongoing damage."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, its eyes dull as it briefly loses its connection to the future. Until the end of its next turn, it can't use Foretell, Prognosticate, or Prophesy Doom, and it loses its Predictive Harmonics trait."
                },
                {
                    "name": "Predictive Harmonics",
                    "desc": "The dragon is psionically aware of its own immediate future. The dragon cannot be surprised, and any time the dragon would make a roll with disadvantage, it makes that roll normally instead."
                },
                {
                    "name": "Psionic Powers",
                    "desc": "The dragons psionic abilities are considered both magical and psionic."
                },
                {
                    "name": "Far Thoughts",
                    "desc": "The dragon is aware of any creature that uses a psionic ability or communicates telepathically within 100 miles of it. As an action, the dragon can psionically observe a creature, object, or location it is familiar with within 100 miles. While observing a subject in this way, the dragon can see, hear, and communicate telepathically, but it is blind and deaf in regard to its physical senses and does not require food or water. The dragon can psionically observe a subject indefinitely and can end this effect and return to its own senses as an action."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 18). It can innately cast the following spells, requiring no material components. 3/day each:comprehend languages, detect thoughts, telekinesis, wall of force"
                }
            ],
            "spell_list": [],
            "page_no": 150,
            "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_adult-sapphire-dragon/"
        },
        {
            "slug": "adult-silver-dragon-a5e",
            "desc": "",
            "name": "Adult Silver Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 283,
            "hit_dice": "21d12+147",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 24,
            "dexterity": 14,
            "constitution": 24,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 13,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 11,
            "perception": null,
            "skills": {
                "arcana": 9,
                "history": 9,
                "perception": 7,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 20",
            "languages": "Common, Draconic, one more",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws. In place of its bite  it can use Spit Frost."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 23 (3d10 + 7) piercing damage plus 4 (1d8) cold damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 20 (3d8 + 7) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Rapier (Humanoid Form Only)",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 11 (1d8 + 7) piercing damage."
                },
                {
                    "name": "Spit Frost",
                    "desc": "The creature targets one creature within 60 feet  forcing it to make a DC 21 Constitution saving throw. The creature takes 16 (3d10) cold damage on a failure or half damage on a success. On a failure  the creatures Speed is also halved until the end of its next turn. Flying creatures immediately fall unless they are magically kept aloft."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons:"
                },
                {
                    "name": "Frost Breath",
                    "desc": "The dragon exhales freezing wind in a 60-foot cone. Each creature in the area makes a DC 21 Constitution saving throw  taking 72 (16d8) cold damage on a failed save or half damage on a success. On a failure  the creature is also slowed until the end of its next turn."
                },
                {
                    "name": "Paralyzing Breath",
                    "desc": "The dragon exhales paralytic gas in a 60-foot cone. Each creature in the area must succeed on a DC 20 Constitution saving throw or be paralyzed until the end of its next turn."
                },
                {
                    "name": "Change Shape",
                    "desc": "The dragon magically takes the shape of a humanoid or beast  or changes 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 (dragons choice). In the new form  the dragons stats are unchanged except for its size. It can't use Spit Frost  Breath Weapons  Tail Attack  or Wing Attack except in dragon form. In beast form  it can attack only with its bite and claws  if appropriate to its form. If the beast form is Large or smaller  the reach of these attacks is reduced to 5 feet. In humanoid form  it can attack only with its rapier."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon 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": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 19 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 21 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                },
                {
                    "name": "Windstorm (Costs 2 Actions)",
                    "desc": "Pounding winds surround the dragon in a 20-foot radius. A creature in this area attempting to move closer to the dragon must spend 2 feet of movement for every 1 foot closer it moves, and ranged attacks against the dragon are made with disadvantage. A creature that starts its turn in the windstorm makes a DC 20 Constitution saving throw, taking 5 (1d10) cold damage on a failure. The windstorm lasts until the start of the dragons next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Cloud Strider",
                    "desc": "The dragon suffers no harmful effects from high altitudes. When flying at high altitude, the dragon can, after 1 minute of concentration, discorporate into clouds. In this form, it has advantage on Stealth checks, its fly speed increases to 300 feet, it is immune to all nonmagical damage, it has resistance to magical damage, and it can't take any actions except Hide. If it takes damage or descends more than 500 feet from where it transformed, it immediately returns to its corporeal form. It can revert to its true form as an action."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, some of its scales dissipate into clouds. If it has no more uses of this ability, its Armor Class is reduced to 17 until it finishes a long rest."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 19). It can innately cast the following spells, requiring no material components. 3/day each:charm person, faerie fire,awaken, geas"
                }
            ],
            "spell_list": [],
            "page_no": 178,
            "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_adult-silver-dragon/"
        },
        {
            "slug": "balor-a5e",
            "desc": "",
            "name": "Balor",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 299,
            "hit_dice": "26d12+130",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 26,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 20,
            "wisdom": 20,
            "charisma": 22,
            "strength_save": 14,
            "dexterity_save": 10,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 11,
            "charisma_save": 12,
            "perception": null,
            "skills": {
                "intimidation": 12,
                "perception": 11
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, lightning; damage from nonmagical weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 120 ft., passive Perception 21",
            "languages": "Abyssal, telepathy 120 ft.",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The balor attacks with its lightning sword and its fire whip."
                },
                {
                    "name": "Lightning Sword",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 21 (3d8 + 8) slashing damage plus 18 (4d8) lightning damage."
                },
                {
                    "name": "Fire Whip",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 45 ft., one target. Hit: 18 (3d6 + 8) slashing damage plus 14 (4d6) fire damage  and the target makes a DC 19 Strength saving throw. On a failure  it is pulled up to 40 feet towards the balor."
                },
                {
                    "name": "Whip Crack (1/Day)",
                    "desc": "A 90-foot cone of thunderous flame emanates from the balor. Each creature in the area makes a DC 19 Constitution saving throw  taking 28 (8d6) fire damage and 28 (8d6) thunder damage and falling prone on a failed save or taking half damage on a successful one."
                },
                {
                    "name": "Teleport",
                    "desc": "The balor magically teleports to a space within 120 feet that it can see."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Instinctive Teleport",
                    "desc": "After the balor takes damage, it uses Teleport."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Chaotic Evil",
                    "desc": "The balor radiates a Chaotic and Evil aura."
                },
                {
                    "name": "Death Throes",
                    "desc": "When the balor dies, it explodes. Each creature within 30 feet makes a DC 19 Dexterity saving throw, taking 52 (15d6) fire damage on a failed save or half damage on a success."
                },
                {
                    "name": "Fire Aura",
                    "desc": "At the start of the balors turn, each creature within 10 feet takes 10 (3d6) fire damage. A creature that touches the balor or hits it with a melee attack takes 10 (3d6) fire damage."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The balor has advantage on saving throws against spells and magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 66,
            "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_balor/"
        },
        {
            "slug": "balor-general-a5e",
            "desc": "",
            "name": "Balor General",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 379,
            "hit_dice": "33d12+165",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 26,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 20,
            "wisdom": 20,
            "charisma": 22,
            "strength_save": 14,
            "dexterity_save": 10,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 11,
            "charisma_save": 12,
            "perception": null,
            "skills": {
                "intimidation": 12,
                "perception": 11
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, lightning; damage from nonmagical weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 120 ft., passive Perception 21",
            "languages": "Abyssal, telepathy 120 ft.",
            "challenge_rating": "24",
            "cr": 24.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The balor attacks with its lightning sword and its fire whip."
                },
                {
                    "name": "Lightning Sword",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 21 (3d8 + 8) slashing damage plus 18 (4d8) lightning damage."
                },
                {
                    "name": "Fire Whip",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 45 ft., one target. Hit: 18 (3d6 + 8) slashing damage plus 14 (4d6) fire damage  and the target makes a DC 19 Strength saving throw. On a failure  it is pulled up to 40 feet towards the balor."
                },
                {
                    "name": "Whip Crack (1/Day)",
                    "desc": "A 90-foot cone of thunderous flame emanates from the balor. Each creature in the area makes a DC 19 Constitution saving throw  taking 28 (8d6) fire damage and 28 (8d6) thunder damage and falling prone on a failed save or taking half damage on a successful one."
                },
                {
                    "name": "Teleport",
                    "desc": "The balor magically teleports to a space within 120 feet that it can see."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Avenging Sword",
                    "desc": "When damaged by a melee weapon attack, the balor attacks with its lightning sword."
                },
                {
                    "name": "Hunters Whip",
                    "desc": "When damaged by a ranged weapon attack, spell, area effect, or magical effect, the balor uses Teleport and then attacks with its fire whip."
                },
                {
                    "name": "Avenging Bolt (1/Day",
                    "desc": "When damaged by a ranged weapon attack, spell, or magical effect, a 100-foot-long, 5-foot-wide lightning bolt springs from the balors extended sword. Each creature in the area makes a DC 19 Dexterity saving throw, taking 42 (12d6) lightning damage on a failed save or half damage on a success."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Chaotic Evil",
                    "desc": "The balor radiates a Chaotic and Evil aura."
                },
                {
                    "name": "Death Throes",
                    "desc": "When the balor dies, it explodes. Each creature within 30 feet makes a DC 19 Dexterity saving throw, taking 52 (15d6) fire damage on a failed save or half damage on a success."
                },
                {
                    "name": "Fire Aura",
                    "desc": "At the start of the balors turn, each creature within 10 feet takes 10 (3d6) fire damage. A creature that touches the balor or hits it with a melee attack takes 10 (3d6) fire damage."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The balor has advantage on saving throws against spells and magical effects."
                },
                {
                    "name": "Legendary Resistance (2/Day)",
                    "desc": "If the balor general fails a saving throw, it can choose to succeed instead. When it does so, it wards itself with its sword. The lightning that wreathes the sword winks out. The lightning reappears at the beginning of the balors next turn. Until then, the balors lightning sword deals no lightning damage, and the balor can't use Avenging Bolt."
                },
                {
                    "name": "Fast Reflexes",
                    "desc": "The balor general may take two reactions per round, but not more than one per turn."
                }
            ],
            "spell_list": [],
            "page_no": 66,
            "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_balor-general/"
        },
        {
            "slug": "bone-devil-a5e",
            "desc": "",
            "name": "Bone Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 142,
            "hit_dice": "15d10+60",
            "speed": {
                "walk": 50,
                "fly": 40
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 16,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 6,
            "wisdom_save": 7,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "athletics": 8,
                "deception": 7,
                "insight": 7,
                "perception": 7,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; damage from nonmagical, non-silvered weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 16",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Barbed Spear",
                    "desc": "Melee or Ranged Weapon Attack: +8 to hit, reach 10 ft. or range 20/60 ft., one target. Hit: 15 (2d10 + 4) piercing damage. If the attack is a melee attack against a creature  the target is grappled (escape DC 16). Until this grapple ends  the devil can't use its barbed spear on another target."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 17 (2d12 + 4) piercing damage."
                },
                {
                    "name": "Invisibility",
                    "desc": "The devil magically turns invisible  along with any equipment it carries. This invisibility ends if the devil makes an attack  falls unconscious  or dismisses the effect."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one creature. Hit: 13 (2d8 + 4) piercing damage plus 14 (4d6) poison damage, and the target makes a DC 15 Constitution saving throw, becoming poisoned for 1 minute on a failure. The target can repeat this saving throw at the end of each of its turns, ending the effect on a success."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devils Sight",
                    "desc": "The devils darkvision penetrates magical darkness."
                },
                {
                    "name": "Lawful Evil",
                    "desc": "The devil radiates a Lawful and Evil aura."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 80,
            "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_bone-devil/"
        },
        {
            "slug": "fallen-planetar-a5e",
            "desc": "",
            "name": "Fallen Planetar",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 250,
            "hit_dice": "20d10+140",
            "speed": {
                "walk": 40,
                "fly": 120
            },
            "strength": 22,
            "dexterity": 22,
            "constitution": 24,
            "intelligence": 22,
            "wisdom": 24,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 12,
            "perception": null,
            "skills": {
                "athletics": 11,
                "insight": 12,
                "perception": 12,
                "religion": 12
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "radiant; damage from nonmagical weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 60 ft., passive Perception 22",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The planetar attacks twice with its flaming sword."
                },
                {
                    "name": "Flaming Sword",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 20 (4d6 + 6) slashing damage plus 21 (6d6) ongoing fire or radiant damage (the planetars choice). A creature can use an action to extinguish this holy flame on itself or a creature within 5 feet."
                },
                {
                    "name": "Heavenly Bolt",
                    "desc": "The planetar fires a lightning bolt in a line 100 feet long and 5 feet wide. Each creature in the line makes a Dexterity saving throw  taking 56 (16d6) lightning damage on a failed save  or half damage on a success."
                },
                {
                    "name": "Heal (2/Day)",
                    "desc": "The planetar touches a creature other than itself  magically healing 60 hit points of damage and ending any blindness  curse  deafness  disease  or poison on the target."
                },
                {
                    "name": "Consume Life Energy (1/Day)",
                    "desc": "The angel feasts on the departing life energy of a humanoid within 5 feet. The target must have been slain within the last hour. The angel magically gains temporary hit points equal to half the dead creatures maximum hit points. These hit points last until depleted. Only a spell cast with a 9th-level slot can raise the corpse from the dead."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Awe-Inspiring Gaze (Gaze)",
                    "desc": "The planetar targets a creature within 90 feet. The target makes a DC 20 Wisdom saving throw. On a failure, it is frightened until the end of its next turn. If the target makes its saving throw, it is immune to any angels Awe-Inspiring Gaze for the next 24 hours."
                }
            ],
            "reactions": [
                {
                    "name": "Protective Parry",
                    "desc": "When a creature within 5 feet would be hit with a melee attack, the planetar applies disadvantage to the attack roll."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Champion of Truth",
                    "desc": "The planetar automatically detects lies. Additionally, it cannot lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The planetars spellcasting ability is Charisma (spell save DC 20). The planetar can innately cast the following spells, requiring no material components: 1/day each: commune, control weather, raise dead"
                }
            ],
            "spell_list": [],
            "page_no": 19,
            "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_fallen-planetar/"
        },
        {
            "slug": "gorgon-a5e",
            "desc": "",
            "name": "Gorgon",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "walk": 50
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "petrified",
            "senses": "passive Perception 14",
            "languages": "",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (2d12 + 5) piercing damage  and the target makes a DC 16 Strength saving throw  falling prone on a failure. If the gorgon moves at least 20 feet straight towards the target before the attack  the attack deals an extra 6 (1d12) piercing damage."
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) bludgeoning damage."
                },
                {
                    "name": "Petrifying Breath (Recharge 5-6)",
                    "desc": "The gorgon exhales petrifying gas in a 30-foot cone. Each creature in the area makes a DC 14 Constitution saving throw. On a failure  a creature is restrained as it begins to turn to stone. At the beginning of the gorgons next turn  the creature repeats the saving throw. On a success  the effect ends. On a failure  the creature is petrified. This petrification can be removed with greater restoration or similar magic."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Trample Underfoot",
                    "desc": "The gorgon attacks a prone creature with its hooves."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 253,
            "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_gorgon/"
        },
        {
            "slug": "minotaur-champion-a5e",
            "desc": "",
            "name": "Minotaur Champion",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 262,
            "hit_dice": "21d12+126",
            "speed": {
                "walk": 50
            },
            "strength": 22,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 14,
            "strength_save": 11,
            "dexterity_save": 5,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 21",
            "languages": "Abyssal, Undercommon",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The minotaur gores once and attacks twice with its greataxe."
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) piercing damage  and the target makes a DC 19 Strength saving throw  being pushed up to 5 feet away and falling prone on a failure. If the minotaur moves at least 10 feet straight towards the target before the attack  the attack deals an extra 13 (3d8) damage."
                },
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 25 (3d12 + 6) slashing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The minotaur exhales fire in a 30-foot cone. Each creature in the area makes a DC 19 Dexterity saving throw  taking 55 (10d10) fire damage on a failed save or half damage on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Roar of Triumph",
                    "desc": "If the minotaur reduced a living creature to 0 hit points since the end of its last turn, it roars and gains 35 (10d6) temporary hit points."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Labyrinthine Recall",
                    "desc": "The minotaur can perfectly recall any route it has traveled."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The minotaur has advantage on saving throws against spells and magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 335,
            "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_minotaur-champion/"
        },
        {
            "slug": "pit-fiend-a5e",
            "desc": "",
            "name": "Pit Fiend",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 300,
            "hit_dice": "24d10+168",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 26,
            "dexterity": 16,
            "constitution": 24,
            "intelligence": 22,
            "wisdom": 18,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 13,
            "intelligence_save": 12,
            "wisdom_save": 10,
            "charisma_save": 13,
            "perception": null,
            "skills": {
                "athletics": 14,
                "insight": 10,
                "perception": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; damage from nonmagical, non-silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 120 ft., passive Perception 21",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "20",
            "cr": 20.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The pit fiend attacks with its bite and mace."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 5 ft., one target. Hit: 22 (4d6 + 8) piercing damage. If the target is a creature  it makes a DC 20 Constitution saving throw. On a failure  it is poisoned for 1 minute. While poisoned in this way  the target can't regain hit points and takes 21 (6d6) ongoing poison damage at the start of each of its turns. The target can repeat this saving throw at the end of each of its turns  ending the effect on a success."
                },
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 22 (4d6 + 8) bludgeoning damage plus 21 (6d6) fire damage. If the target is a Medium or smaller creature  it makes a DC 22 Strength saving throw. On a failure  it is pushed 15 feet away from the pit fiend and knocked prone."
                },
                {
                    "name": "Circle of Fire (1/Day, While Bloodied)",
                    "desc": "A 15-foot-tall  1-foot-thick  20-foot-diameter ring of fire appears around the pit fiend  with the pit fiend at the center. The fire is opaque to every creature except the pit fiend. When the ring of fire appears  each creature it intersects makes a DC 18 Dexterity saving throw  taking 22 (5d8) fire damage on a failed save or half damage on a successful one. A creature takes 22 (5d8) damage the first time each turn it enters the area or when it ends its turn there. The fire lasts 1 minute or until the pit fiend dismisses it  becomes incapacitated  or leaves its area."
                },
                {
                    "name": "Fireball (3rd-Level; V, S)",
                    "desc": "Fire streaks from the pit fiend to a point within 120 feet and explodes in a 20-foot radius  spreading around corners. Each creature in the area makes a DC 18 Dexterity saving throw  taking 21 (6d6) fire damage on a failed save or half damage on a success."
                },
                {
                    "name": "Hold Monster (5th-Level; V, S, Concentration)",
                    "desc": "A creature within 60 feet that the pit fiend can see makes a DC 18 Wisdom saving throw. On a failure  it is paralyzed for 1 minute. The creature repeats the save at the end of each of its turns  ending the effect on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one creature. Hit: 19 (2d10 + 8) slashing damage, and the target is grappled (escape DC 22). While the target is grappled, the pit fiend can't use its claw against a different creature."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 24 (3d10 + 8) bludgeoning damage."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fear Aura",
                    "desc": "A creature hostile to the pit fiend that starts its turn within 20 feet of it makes a DC 18 Wisdom saving throw. On a failure, it is frightened until the start of its next turn. On a success, it is immune to this pit fiends Fear Aura for 24 hours."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The pit fiends spellcasting ability is Wisdom (spell save DC 18). It can innately cast the following spells, requiring no material components: At will: detect magic, fireball, 3/day each: hold monster, sending"
                }
            ],
            "spell_list": [],
            "page_no": 86,
            "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_pit-fiend/"
        },
        {
            "slug": "pit-fiend-general-a5e",
            "desc": "",
            "name": "Pit Fiend General",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 600,
            "hit_dice": "48d10+336",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 26,
            "dexterity": 16,
            "constitution": 24,
            "intelligence": 22,
            "wisdom": 18,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 13,
            "intelligence_save": 12,
            "wisdom_save": 10,
            "charisma_save": 13,
            "perception": null,
            "skills": {
                "athletics": 14,
                "insight": 10,
                "perception": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; damage from nonmagical, non-silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 120 ft., passive Perception 21",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "20",
            "cr": 20.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The pit fiend attacks with its bite and mace."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 5 ft., one target. Hit: 22 (4d6 + 8) piercing damage. If the target is a creature  it makes a DC 20 Constitution saving throw. On a failure  it is poisoned for 1 minute. While poisoned in this way  the target can't regain hit points and takes 21 (6d6) ongoing poison damage at the start of each of its turns. The target can repeat this saving throw at the end of each of its turns  ending the effect on a success."
                },
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 22 (4d6 + 8) bludgeoning damage plus 21 (6d6) fire damage. If the target is a Medium or smaller creature  it makes a DC 22 Strength saving throw. On a failure  it is pushed 15 feet away from the pit fiend and knocked prone."
                },
                {
                    "name": "Circle of Fire (1/Day, While Bloodied)",
                    "desc": "A 15-foot-tall  1-foot-thick  20-foot-diameter ring of fire appears around the pit fiend  with the pit fiend at the center. The fire is opaque to every creature except the pit fiend. When the ring of fire appears  each creature it intersects makes a DC 18 Dexterity saving throw  taking 22 (5d8) fire damage on a failed save or half damage on a successful one. A creature takes 22 (5d8) damage the first time each turn it enters the area or when it ends its turn there. The fire lasts 1 minute or until the pit fiend dismisses it  becomes incapacitated  or leaves its area."
                },
                {
                    "name": "Fireball (3rd-Level; V, S)",
                    "desc": "Fire streaks from the pit fiend to a point within 120 feet and explodes in a 20-foot radius  spreading around corners. Each creature in the area makes a DC 18 Dexterity saving throw  taking 21 (6d6) fire damage on a failed save or half damage on a success."
                },
                {
                    "name": "Hold Monster (5th-Level; V, S, Concentration)",
                    "desc": "A creature within 60 feet that the pit fiend can see makes a DC 18 Wisdom saving throw. On a failure  it is paralyzed for 1 minute. The creature repeats the save at the end of each of its turns  ending the effect on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one creature. Hit: 19 (2d10 + 8) slashing damage, and the target is grappled (escape DC 22). While the target is grappled, the pit fiend can't use its claw against a different creature."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 24 (3d10 + 8) bludgeoning damage."
                }
            ],
            "reactions": [],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fear Aura",
                    "desc": "A creature hostile to the pit fiend that starts its turn within 20 feet of it makes a DC 18 Wisdom saving throw. On a failure, it is frightened until the start of its next turn. On a success, it is immune to this pit fiends Fear Aura for 24 hours."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The pit fiends spellcasting ability is Wisdom (spell save DC 18). It can innately cast the following spells, requiring no material components: At will: detect magic, fireball, 3/day each: hold monster, sending"
                }
            ],
            "spell_list": [],
            "page_no": 88,
            "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_pit-fiend-general/"
        },
        {
            "slug": "planetar-a5e",
            "desc": "",
            "name": "Planetar",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 250,
            "hit_dice": "20d10+140",
            "speed": {
                "walk": 40,
                "fly": 120
            },
            "strength": 22,
            "dexterity": 22,
            "constitution": 24,
            "intelligence": 22,
            "wisdom": 24,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 12,
            "perception": null,
            "skills": {
                "athletics": 11,
                "insight": 12,
                "perception": 12,
                "religion": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant; damage from nonmagical weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 60 ft., passive Perception 22",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The planetar attacks twice with its flaming sword."
                },
                {
                    "name": "Flaming Sword",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 20 (4d6 + 6) slashing damage plus 21 (6d6) ongoing fire or radiant damage (the planetars choice). A creature can use an action to extinguish this holy flame on itself or a creature within 5 feet."
                },
                {
                    "name": "Heavenly Bolt",
                    "desc": "The planetar fires a lightning bolt in a line 100 feet long and 5 feet wide. Each creature in the line makes a Dexterity saving throw  taking 56 (16d6) lightning damage on a failed save  or half damage on a success."
                },
                {
                    "name": "Heal (2/Day)",
                    "desc": "The planetar touches a creature other than itself  magically healing 60 hit points of damage and ending any blindness  curse  deafness  disease  or poison on the target."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Awe-Inspiring Gaze (Gaze)",
                    "desc": "The planetar targets a creature within 90 feet. The target makes a DC 20 Wisdom saving throw. On a failure, it is frightened until the end of its next turn. If the target makes its saving throw, it is immune to any angels Awe-Inspiring Gaze for the next 24 hours."
                }
            ],
            "reactions": [
                {
                    "name": "Protective Parry",
                    "desc": "When a creature within 5 feet would be hit with a melee attack, the planetar applies disadvantage to the attack roll."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Champion of Truth",
                    "desc": "The planetar automatically detects lies. Additionally, it cannot lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The planetars spellcasting ability is Charisma (spell save DC 20). The planetar can innately cast the following spells, requiring no material components: 1/day each: commune, control weather, raise dead"
                }
            ],
            "spell_list": [],
            "page_no": 20,
            "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_planetar/"
        },
        {
            "slug": "xorn-a5e",
            "desc": "",
            "name": "Xorn",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 73,
            "hit_dice": "7d8+42",
            "speed": {
                "walk": 20,
                "burrow": 20
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 3,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid; damage from nonmagical, non-adamantine weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., tremorsense 60 ft., passive Perception 16",
            "languages": "Terran",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The xorn makes three claw attacks and then makes a bite attack if it can."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature that was hit by the xorns claws at least twice this turn. Hit: 13 (2d8 + 4) piercing damage  and the xorn consumes one of the following nonmagical objects in the targets possession: a worn set of metal armor or a carried metal weapon or shield  a piece of metal equipment  a gem  or up to 1 000 coins. For 1 minute after an item is consumed  a creature can retrieve it from the gullet of a willing  incapacitated  or dead xorn  taking 7 (2d6) acid damage in the process."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Camouflage",
                    "desc": "The xorn has advantage on Stealth checks made to hide in rocky terrain."
                },
                {
                    "name": "Earth Glide",
                    "desc": "The xorn can burrow through nonmagical, unworked earth and stone without disturbing it."
                },
                {
                    "name": "Treasure Sense",
                    "desc": "The xorn can locate by smell coins and gems within 500 feet."
                }
            ],
            "spell_list": [],
            "page_no": 431,
            "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_xorn/"
        },
        {
            "slug": "adultflamedragon-tob1-2023",
            "desc": "False",
            "name": "Adult Flame Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 275,
            "hit_dice": "22d12 + 132",
            "speed": {
                "walk": 80,
                "fly": 40
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 23,
            "intelligence": 17,
            "wisdom": 14,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 10,
            "perception": 22,
            "skills": {
                "Deception": 10,
                "Perception": 12,
                "Persuasion": 10,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "fire",
            "condition_immunities": "False",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 22",
            "languages": "Common, Draconic, Ignan",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage plus 10 (3d6) fire damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 15 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage."
                },
                {
                    "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 18 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": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon exhales fire in a 60-foot cone. Each creature in that area must make a DC 19 Dexterity saving throw, taking 56 (16d6) fire damage on a failed save, or half as much damage on a successful one. Each creature in that area must also succeed on a DC 18 Wisdom saving throw or go on a rampage for 1 minute. A rampaging creature must attack the nearest creature other than the dragon on its turn. If no other creature is near enough to move to and attack, the rampaging creature stalks off in a random direction, seeking a target for its rage. The rampaging creature can repeat the Wisdom saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shifting Flames",
                    "desc": "The dragon magically transforms into a Huge or smaller fire-based Elemental (such as a salamander, magma mephit, or fire elemental) or back into its true form, which is a Dragon. Without wings or other way of flying, it loses its flying speed. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies."
                },
                {
                    "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 feet of the dragon must succeed on a DC 17 Dexterity saving throw or take 11 (2d6 + 4) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "reactions": [],
            "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 feet of the dragon must succeed on a DC 17 Dexterity saving throw or take 11 (2d6 + 4) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Fire Incarnate",
                    "desc": "Creatures with resistance to fire damage don't have resistance to the fire damage dealt by the flame dragon. A creature with immunity to fire damage is still immune to the dragon's fire damage."
                },
                {
                    "name": "Heated Body",
                    "desc": "A creature that touches the flame dragon or hits it with a melee attack while within 5 feet of it takes 10 (3d6) fire damage."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                }
            ],
            "spell_list": [],
            "page_no": 118,
            "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_adult-flame-dragon/"
        },
        {
            "slug": "adultseadragon-tob1-2023",
            "desc": "False",
            "name": "Adult Sea Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 275,
            "hit_dice": "22d12 + 132",
            "speed": {
                "walk": 60,
                "fly": 40
            },
            "strength": 25,
            "dexterity": 10,
            "constitution": 23,
            "intelligence": 17,
            "wisdom": 15,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 12,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": 10,
            "perception": 24,
            "skills": {
                "Perception": 14,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "cold",
            "condition_immunities": "False",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 24",
            "languages": "Common, Draconic, Primordial",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon uses its Frightful Presence. It then makes one Bite attack and two Fin attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 18 (2d10 + 7) piercing damage plus 10 (3d6) cold damage."
                },
                {
                    "name": "Fin",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage."
                },
                {
                    "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 18 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": "Tidal Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a crushing wave of frigid seawater in a 60-foot cone. Each creature in that area must make a DC 20 Dexterity saving throw. On a failure, the creature takes 33 (6d10) bludgeoning damage and 33 (6d10) cold damage and is pushed up to 30 feet away from the dragon and knocked prone. On a success, the creature takes half the damage and isn't pushed or knocked prone."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "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 feet of the dragon must succeed on a DC 21 Dexterity saving throw or take 14 (2d6 + 7) bludgeoning damage and be knocked prone. The dragon can then move up to half its flying speed, or half its swimming speed if in the water."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The dragon deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 126,
            "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_adult-sea-dragon/"
        },
        {
            "slug": "adultvoiddragon-tob1-2023",
            "desc": "False",
            "name": "Adult Void Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 229,
            "hit_dice": "17d12 + 119",
            "speed": {
                "walk": 80,
                "fly": 40
            },
            "strength": 24,
            "dexterity": 10,
            "constitution": 25,
            "intelligence": 16,
            "wisdom": 13,
            "charisma": 21,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 12,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 10,
            "perception": 21,
            "skills": {
                "Arcana": 13,
                "History": 13,
                "Perception": 11,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "cold",
            "condition_immunities": "charmed, frightened",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 21",
            "languages": "Common, Draconic, Void Speech",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon uses its Aura of Madness. It then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 18 (2d10 + 7) piercing damage plus 10 (3d6) cold damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage."
                },
                {
                    "name": "Aura of Madness",
                    "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 18 Wisdom saving throw or suffer short-term madness 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 Aura of Madness for the next 24 hours."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons."
                },
                {
                    "name": "Gravitic Breath",
                    "desc": "The dragon exhales localized gravity in a 60-foot cube, originating from the dragon. When a creature ends a fall in the cube, it takes 1d10 bludgeoning damage for every 10 feet it fell, to a maximum of 20d10. A creature that enters the cube for the first time on a turn or starts its turn there must make a DC 20 Dexterity saving throw. On a failure, the creature is restrained. On a success, the creature's speed is halved as long as it remains in the cube. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. The cube lasts until the dragon's breath weapon recharges."
                },
                {
                    "name": "Stellar Breath",
                    "desc": "The dragon exhales star fire in a 60-foot cone. Each creature in that area must make a DC 20 Dexterity saving throw, taking 31 (9d6) fire damage and 31 (9d6) radiant damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Void Twist",
                    "desc": "The dragon adds 5 to its AC against one attack that would hit it, as it twists reality to open a small rift in space to protect itself. To do so, the dragon must be able to see the attacker. If the attack misses by 5 or more, the dragon can choose to open a second, connected rift next to another creature it can see within 30 feet of it to direct the attack at that creature instead, using the original attack roll result against the new target's AC."
                }
            ],
            "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": "Void Slip (Costs 2 Actions)",
                    "desc": "The dragon twists the fabric of space around it, disappearing and reappearing in an unoccupied space it can see within 120 feet of it. Each creature within 10 feet of the dragon must succeed on a DC 20 Constitution saving throw or take 14 (4d6) cold damage and be knocked prone."
                }
            ],
            "special_abilities": [
                {
                    "name": "Chill of the Void",
                    "desc": "Creatures with resistance to cold damage don't have resistance to the cold damage dealt by the Void dragon. A creature with immunity to cold damage is still immune to the dragon's cold damage."
                },
                {
                    "name": "Expert Void Traveler",
                    "desc": "The Void dragon doesn't require air, food, drink, sleep, or ambient pressure. While traveling in the Void, the dragon magically glides on solar winds, covering immense distances in short times."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                }
            ],
            "spell_list": [],
            "page_no": 129,
            "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_adult-void-dragon/"
        },
        {
            "slug": "camazotz-tob1-2023",
            "desc": "False",
            "name": "Camazotz",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 537,
            "hit_dice": "43d10 + 301",
            "speed": {
                "walk": 80,
                "fly": 30
            },
            "strength": 30,
            "dexterity": 22,
            "constitution": 25,
            "intelligence": 12,
            "wisdom": 22,
            "charisma": 25,
            "strength_save": null,
            "dexterity_save": 13,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 13,
            "charisma_save": 14,
            "perception": 23,
            "skills": {
                "Acrobatics": 13,
                "Athletics": 17,
                "Deception": 14,
                "Insight": 13,
                "Intimidation": 14,
                "Perception": 13
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "acid, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, poison, thunder",
            "condition_immunities": "charmed, deafened, frightened, paralyzed, petrified, poisoned, stunned",
            "senses": "blindsight 120 ft., truesight 30 ft., passive Perception 23",
            "languages": "Abyssal, Common, Dwarvish, Primordial, telepathy 300 ft.",
            "challenge_rating": "22",
            "cr": 22.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Camazotz makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 5 ft., one target. Hit: 38 (8d6 + 10) piercing damage plus 7 (2d6) fire damage, and the target must succeed on a DC 22 Constitution saving throw or its Strength score is reduced by 1d4. The target dies if this reduces its Strength to 0. Otherwise, the reduction lasts until the target finishes a long rest. A Humanoid that dies from this reduction rises 1d4 days later as a vampire under Camazotz's control, unless the Humanoid is restored to life or its body is destroyed. Camazotz can have no more than five vampires under his control at a time."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 10 ft., one target. Hit: 31 (6d6 + 10) slashing damage plus 7 (2d6) fire damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "Camazotz exhales unholy fire in a 30-foot cone. Each creature in the area must make a DC 22 Dexterity saving throw, taking 33 (6d10) fire damage and 33 (6d10) necrotic damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Call Bats (3/Day)",
                    "desc": "Camazotz magically calls 4d6 giant bats or swarms of bats, or he magically calls 2d6 vrocks that have membranous instead of feathered wings. The called creatures arrive in 1d4 rounds, acting as allies of Camazotz and obeying his telepathic commands. The creatures remain for 1 hour, until Camazotz dies, or until Camazotz dismisses them as a bonus action. Camazotz can have no more than twenty four giant bats or swarms of bats, or twelve vrocks under his control at a time."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Camazotz casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 22):\nAt will: darkness, detect evil and good, dispel magic\n3/day each: dominate person, haste\n1/day: incendiary cloud"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Camazotz magically transforms into a Large giant bat covered in smoldering ashes, or back into his true form, which is a Fiend. His statistics, other than his size, are the same in each form. Any equipment he is wearing or carrying transforms with him. He turns into a pile of greasy ash if destroyed."
                },
                {
                    "name": "Detect",
                    "desc": "Camazotz makes a Wisdom (Perception) check."
                },
                {
                    "name": "Move",
                    "desc": "Camazotz moves up to his speed, or he flies up to half his speed. This movement doesn't provoke opportunity attacks."
                },
                {
                    "name": "Cast a Spell (Costs 2 Actions)",
                    "desc": "Camazotz uses Spellcasting."
                },
                {
                    "name": "Fiery Wing Beat (Costs 2 Actions)",
                    "desc": "Camazotz beats his wings, extinguishing mundane and magical light sources. Each creature within 10 feet of Camazotz must succeed on a DC 22 Dexterity saving throw or take 14 (4d6) fire damage and be knocked prone."
                }
            ],
            "reactions": [],
            "legendary_desc": "Camazotz 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. Camazotz regains spent legendary actions at the start of his turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "Camazotz makes a Wisdom (Perception) check."
                },
                {
                    "name": "Move",
                    "desc": "Camazotz moves up to his speed, or he flies up to half his speed. This movement doesn't provoke opportunity attacks."
                },
                {
                    "name": "Cast a Spell (Costs 2 Actions)",
                    "desc": "Camazotz uses Spellcasting."
                },
                {
                    "name": "Fiery Wing Beat (Costs 2 Actions)",
                    "desc": "Camazotz beats his wings, extinguishing mundane and magical light sources. Each creature within 10 feet of Camazotz must succeed on a DC 22 Dexterity saving throw or take 14 (4d6) fire damage and be knocked prone."
                }
            ],
            "special_abilities": [
                {
                    "name": "Heated Body",
                    "desc": "A creature that touches Camazotz or hits him with a melee attack while within 5 feet of him takes 7 (2d6) fire damage."
                },
                {
                    "name": "Keen Hearing",
                    "desc": "Camazotz has advantage on Wisdom (Perception) checks that rely on hearing."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If Camazotz fails a saving throw, he can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Camazotz has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 76,
            "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_camazotz/"
        },
        {
            "slug": "cambium-tob1-2023",
            "desc": "False",
            "name": "Cambium",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 264,
            "hit_dice": "23d10 + 138",
            "speed": {
                "walk": 30,
                "fly": 40
            },
            "strength": 21,
            "dexterity": 16,
            "constitution": 23,
            "intelligence": 17,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 11,
            "intelligence_save": 8,
            "wisdom_save": 8,
            "charisma_save": 9,
            "perception": 18,
            "skills": {
                "Arcana": 8,
                "Deception": 9,
                "Insight": 8,
                "Medicine": 8,
                "Perception": 8,
                "Stealth": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, poisoned, prone",
            "senses": "darkvision 60 ft., passive Perception 18",
            "languages": "Common, Draconic, Infernal",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Needle Fingers",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 21 (3d10 + 5) piercing damage."
                },
                {
                    "name": "Poison Ray",
                    "desc": "Ranged Spell Attack: +9 to hit, range 60 ft., one target. Hit: 22 (4d8 + 4) poison damage, and the target must succeed on a DC 17 Constitution saving throw or become poisoned until the end of its next turn."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The cambium casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 17):\nAt will: alter self, detect thoughts, spare the dying\n3/day each: hold person, protection from poison, heal\n1/day: plane shift (self only)"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Damage Ability",
                    "desc": "The cambium twists the bodily humors of a creature within 30 feet of it that isn't a Construct or Undead and that it hit with Needle Fingers in the past minute. The target must succeed on a DC 17 Constitution saving throw or its Strength, Dexterity, or Constitution score (the cambium's choice) is reduced by 1d4. The target falls unconscious if this reduces an ability score to 0. This reduction lasts until the target finishes a long rest."
                },
                {
                    "name": "Imbalance Humors",
                    "desc": "If the cambium has hit a creature that isn't a Construct or Undead with Needle Fingers in the past minute, it can cause a surge in one of the target's bodily humors, causing an imbalance. The target must succeed on a DC 17 Constitution saving throw or suffer one of the following effects of the cambium's choice. Unless noted otherwise, the target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Sanguine Flux",
                    "desc": "The target can't regain hp—naturally or magically—until after it finishes a long rest."
                },
                {
                    "name": "Choleric Flux",
                    "desc": "The target becomes confused for 1 minute. This effect works as if the target failed a saving throw against the confusion spell, except the cambium doesn't have to maintain concentration."
                },
                {
                    "name": "Melancholic Flux",
                    "desc": "The target is incapacitated and its speed is halved for 1 minute."
                },
                {
                    "name": "Phlegmatic Flux",
                    "desc": "The target is poisoned for 1 minute.\n\n\nCarrion Beetle\n\nThe beetles wore golden bridles and carried huge leather sacks of stone and guano. They marched without stopping; dozens, even hundreds, bringing fresh earth to the white-fungus trees of the great forests. Their claws skittered with a sound like horseshoes slipping on stone, but their multiple legs ensured they never fell. The air around them singed the nostrils with the taint of acid."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 49,
            "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_cambium/"
        },
        {
            "slug": "hraesvelgr-tob1-2023",
            "desc": "False",
            "name": "Hraesvelgr",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": "null",
            "alignment": "Titan)",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 241,
            "hit_dice": "21d12 + 105",
            "speed": {
                "walk": 120,
                "fly": 20
            },
            "strength": 25,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 17,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": 9,
            "wisdom_save": 9,
            "charisma_save": 11,
            "perception": 19,
            "skills": {
                "Athletics": 13,
                "Perception": 9,
                "Survival": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "lightning, thunder",
            "damage_immunities": "cold; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "exhaustion",
            "senses": "passive Perception 19",
            "languages": "Auran, Common, Giant (can’t speak in roc form)",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Hraesvelgr makes one Beak attack and two Talon attacks, or he makes three Fist attacks. Alternatively, he can make three Gale Blast attacks. If two Fist attacks hit one creature, the target must succeed on a DC 19 Constitution saving throw or be stunned until the end of its next turn."
                },
                {
                    "name": "Beak (Roc Form Only)",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 25 (4d8 + 7) piercing damage."
                },
                {
                    "name": "Fist (Giant Form Only)",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage."
                },
                {
                    "name": "Talons (Roc Form Only)",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 17 (3d6 + 7) slashing damage, and the target is grappled (escape DC 17). Until this grapple ends, the target is restrained. Hraesvelgr has two talons, each of which can grapple only one target."
                },
                {
                    "name": "Gale Blast",
                    "desc": "Ranged Spell Attack: +11 to hit, range 120 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage plus 7 (2d6) cold damage."
                },
                {
                    "name": "Swallow (Roc Form Only)",
                    "desc": "Hraesvelgr makes one Beak attack against a Large or smaller creature he is grappling. If the attack hits, the target is also swallowed, and the grapple ends. While swallowed, the creature is blinded and restrained, it has total cover against attacks and other effects outside Hraesvelgr, and it takes 17 (5d6) acid damage at the start of each of Hraesvelgr's turns. Hraesvelgr can have only one creature swallowed at a time."
                },
                {
                    "name": "Sudden Gust (Recharge 5-6)",
                    "desc": "Hraesvelgr unleashes a powerful gust of wind in a 60-foot line that is 10 feet wide. Each creature in the line must make a DC 19 Strength saving throw. On a failure, a creature takes 63 (18d6) bludgeoning damage and is pushed up to 15 feet away from Hraesvelgr. On a success, a creature takes half the damage and isn't pushed."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Hraesvelgr transforms into a roc or back into his true form, which is a Giant. His statistics, other than his speed, are the same in each form. Any equipment he is wearing or carrying isn't transformed. He reverts to his true form if he dies."
                },
                {
                    "name": "Attack",
                    "desc": "Hraesvelgr makes a Fist or Talons attack."
                },
                {
                    "name": "Move",
                    "desc": "Hraesvelgr moves up to his speed, or flies up to half his flying speed if in roc form, without provoking opportunity attacks."
                },
                {
                    "name": "Ear-Splitting Screech (Costs 2 Actions; Roc Form Only)",
                    "desc": "Hraesvelgr lets out an ear-splitting screech. Each creature within 30 feet of Hraesvelgr must succeed on a DC 19 Constitution saving throw or take 14 (4d6) thunder damage and be deafened until the end of its next turn."
                }
            ],
            "reactions": [],
            "legendary_desc": "Hraesvelgr 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. Hraesvelgr regains spent legendary actions at the start of his turn.",
            "legendary_actions": [
                {
                    "name": "Attack",
                    "desc": "Hraesvelgr makes a Fist or Talons attack."
                },
                {
                    "name": "Move",
                    "desc": "Hraesvelgr moves up to his speed, or flies up to half his flying speed if in roc form, without provoking opportunity attacks."
                },
                {
                    "name": "Ear-Splitting Screech (Costs 2 Actions; Roc Form Only)",
                    "desc": "Hraesvelgr lets out an ear-splitting screech. Each creature within 30 feet of Hraesvelgr must succeed on a DC 19 Constitution saving throw or take 14 (4d6) thunder damage and be deafened until the end of its next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Keen Sight (Roc Form Only)",
                    "desc": "Hraesvelgr has advantage on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Influence Weather",
                    "desc": "Nearby weather responds to Hraesvelgr's desires. At the start of each minute, Hraesvelgr can choose to change the precipitation and wind within 3 miles of him by one stage, up or down (no action required). This effect works like the changing weather conditions aspect of the control weather spell, except Hraesvelgr can't change the temperature and the conditions change immediately."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If Hraesvelgr fails a saving throw, he can choose to succeed instead."
                }
            ],
            "spell_list": [],
            "page_no": 207,
            "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_hraesvelgr/"
        },
        {
            "slug": "maskwight-tob1-2023",
            "desc": "False",
            "name": "Mask Wight",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 207,
            "hit_dice": "18d8 + 126",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 18,
            "constitution": 24,
            "intelligence": 15,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": 11,
            "dexterity_save": 9,
            "constitution_save": 12,
            "intelligence_save": 7,
            "wisdom_save": 8,
            "charisma_save": 9,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "acid, fire, lightning, cold; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, poisoned, stunned, unconscious",
            "senses": "darkvision 60 ft., truesight 30 ft., passive Perception 13",
            "languages": "Abyssal, Common, Infernal",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mask wight makes two Khopesh of Oblivion attacks and one Spiked Gauntlet attack. If both Khopesh of Oblivion attacks hit one creature, the target must succeed on a DC 17 Wisdom saving throw or forget cherished memories of one object or location until it interacts with that object or location again. The object or location can't be an object on the target or a location within its sight when it fails this saving throw."
                },
                {
                    "name": "Khopesh of Oblivion",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) slashing damage plus 13 (3d8) necrotic damage."
                },
                {
                    "name": "Spiked Gauntlet",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) bludgeoning damage plus 13 (3d8) necrotic damage. If the target is a Large or smaller creature, it must succeed on a DC 17 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Wail of the Forgotten (Recharge 6)",
                    "desc": "The mask wight emits an ear-piercing wail. Each creature within 30 feet of the mask wight must make a DC 17 Charisma saving throw. On a failure, a creature takes 35 (10d6) thunder damage and 27 (6d8) psychic damage and is deafened for 1 hour. On a success, a creature takes half the damage and isn't deafened. A creature killed by this wail is erased from the memories of every creature in the planes that ever saw or interacted with it, all written or pictorial references to the target fade away, and its body is obliterated. Only divine beings and creatures that saw the creature die are unaffected by this memory erasure. The slain creature can be restored to life only by means of a true resurrection or a wish spell."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Necrotic Weapons",
                    "desc": "The mask wight's weapon attacks are magical. When the mask wight hits with any weapon, the weapon deals an extra 3d8 necrotic damage (included in the attack)."
                },
                {
                    "name": "Single-Minded Purpose",
                    "desc": "The mask wight has advantage on attack rolls against fiends and creatures wielding fiendish power, such as tieflings or some sorcerers and warlocks."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The mask wight doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 264,
            "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_mask-wight/"
        },
        {
            "slug": "mechuiti-tob1-2023",
            "desc": "False",
            "name": "Mechuiti",
            "size": "Gargantuan",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 462,
            "hit_dice": "25d20 + 200",
            "speed": {
                "walk": 60
            },
            "strength": 29,
            "dexterity": 19,
            "constitution": 27,
            "intelligence": 18,
            "wisdom": 18,
            "charisma": 22,
            "strength_save": 17,
            "dexterity_save": 12,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": null,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "cold",
            "damage_resistances": "False",
            "damage_immunities": "acid, fire, lightning, poison; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, frightened, poisoned, stunned",
            "senses": "truesight 120 ft., passive Perception 22",
            "languages": "Abyssal, Celestial, Common, Draconic, Primordial, telepathy 300 ft.",
            "challenge_rating": "27",
            "cr": 27.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Mechuiti can use his Frightful Presence. He then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 10 ft., one target. Hit: 31 (4d10 + 9) piercing damage plus 21 (6d6) fire damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 20 ft., one target. Hit: 27 (4d8 + 9) slashing damage plus 21 (6d6) fire damage. If Mechuiti scores a critical hit, he rolls damage dice three times, instead of twice."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of Mechuiti's choice that is within 120 feet of Mechuiti and aware of him must succeed on a DC 24 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 Mechuiti's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Burning Acid Breath (Recharge 5-6)",
                    "desc": "Mechuiti exhales fire and acid in a 60-foot cone. Each creature in that area must make a DC 24 Dexterity saving throw, taking 49 (14d6) fire damage and 49 (14d6) acid damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Mechuiti casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 22):\nAt will: dispel magic, hold monster, wall of fire\n3/day each: fire storm, power word stun"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": "Mechuiti 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. Mechuiti regains spent legendary actions at the start of his turn.",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "Mechuiti moves up to his speed, or he climbs up to half his speed. This movement doesn't provoke opportunity attacks."
                },
                {
                    "name": "Burn from the Inside",
                    "desc": "Mechuiti chooses a creature within 120 feet of him that is infected with the Mechuiti's deadly ichor disease. The target must make a DC 24 Constitution saving throw. On a failure, the target takes 10 (3d6) fire damage and 10 (3d6) acid damage and catches fire. On a success, the target takes half the damage and doesn't catch fire. Until a creature uses an action to douse the fire, the target takes 7 (2d6) fire damage at the start of each of its turns."
                },
                {
                    "name": "Cast a Spell (Costs 2 Actions)",
                    "desc": "Mechuiti uses Spellcasting."
                }
            ],
            "special_abilities": [
                {
                    "name": "Demon Lord's Ichor",
                    "desc": "When Mechuiti is subjected to piercing damage or slashing damage, a spray of caustic blood spurts from his hide. Each creature within 10 feet of Mechuiti must succeed on a DC 24 Constitution saving throw or becoming infected with the Mechuiti's deadly ichor disease and be poisoned until the disease is cured. Every 24 hours that elapse, the target must repeat the saving throw, reducing its hp maximum by 14 (4d6) on a failure. This reduction lasts until the disease is cured. The creature dies if the disease reduces its hp maximum to 0. The disease can be cured by the greater restoration spell or similar magic or when the creature succeeds on three saving throws."
                },
                {
                    "name": "Fiery Weapons",
                    "desc": "Mechuiti's weapon attacks are magical. When Mechuiti hits with any weapon, the weapon deals an extra 6d6 fire damage (included in the attack)."
                },
                {
                    "name": "Immolating Corona",
                    "desc": "At the start of each of Mechuiti's turns, each creature within 10 feet of him takes 10 (3d6) fire damage and must succeed on a DC 24 Constitution saving throw or catch fire. A creature that touches Mechuiti or hits him with a melee attack while within 5 feet of him takes 10 (3d6) fire damage and must succeed on a DC 24 Constitution saving throw or catch fire. Until a creature uses an action to douse the fire, the creature on fire takes 7 (2d6) fire damage at the start of each of its turns."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If Mechuiti fails a saving throw, he can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Mechuiti has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Speak with Simians",
                    "desc": "Mechuiti can communicate with apes and monkeys as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 78,
            "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_mechuiti/"
        },
        {
            "slug": "orobasdevil-tob1-2023",
            "desc": "False",
            "name": "Orobas Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 19,
            "armor_desc": "natural armor, shield",
            "hit_points": 203,
            "hit_dice": "14d10 + 126",
            "speed": {
                "walk": 40
            },
            "strength": 26,
            "dexterity": 14,
            "constitution": 28,
            "intelligence": 23,
            "wisdom": 26,
            "charisma": 21,
            "strength_save": 13,
            "dexterity_save": 7,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 13,
            "charisma_save": null,
            "perception": 23,
            "skills": {
                "Deception": 10,
                "History": 11,
                "Insight": 13,
                "Perception": 13,
                "Persuasion": 10
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 90 ft., passive Perception 23",
            "languages": "Celestial, Infernal, telepathy 100 ft.",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The orobas makes one Bite attack, one Flail attack, and one Stomp attack, or it makes four Hurl Flame attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) piercing damage plus 13 (3d8) fire damage and 10 (3d6) poison damage, and the target must succeed on a DC 18 Constitution saving throw or become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Flail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage plus 13 (3d8) fire damage."
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 11 (1d6 + 8) bludgeoning damage plus 13 (3d8) fire damage."
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +10 to hit, range 120 ft., one target. Hit: 23 (4d8 + 5) fire damage."
                },
                {
                    "name": "Teleport",
                    "desc": "The orobas magically teleports, along with any equipment, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The orobas casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 18):\nAt will: augury, detect thoughts, guidance\n3/day each: locate creature, nondetection\n1/day each: contact other plane (as an action), legend lore (as an action)"
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Prediction (3/Day)",
                    "desc": "When the orobas makes an ability check or attack, it can choose to have advantage on the roll."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Deceptive Advice",
                    "desc": "When the orobas casts a spell of the divination school, it has advantage on Charisma (Deception) checks for 1 minute."
                },
                {
                    "name": "Hellish Weapons",
                    "desc": "The orobas's weapon attacks are magical. When the orobas hits with any weapon, the weapon deals an extra 3d8 fire damage (included in the attack)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The orobas has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Sense Consecrated",
                    "desc": "The orobas can pinpoint the location of Celestials, consecrated places or objects, and creatures wielding divine or celestial power, such as clerics, paladins, or aasimars, within 60 feet of it."
                }
            ],
            "spell_list": [],
            "page_no": 99,
            "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_orobas-devil/"
        },
        {
            "slug": "slowstorm-tob1-2023",
            "desc": "False",
            "name": "Slow Storm",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 220,
            "hit_dice": "21d8 + 126",
            "speed": {
                "walk": 60
            },
            "strength": 20,
            "dexterity": 19,
            "constitution": 22,
            "intelligence": 11,
            "wisdom": 18,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "lightning",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 14",
            "languages": "Auran, Common",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The slow storm makes three Slam attacks or four Lightning Bolt attacks. If two Slam attacks hit one creature, the target must succeed on a DC 18 Constitution saving throw or be wracked with pain for 1 minute. While the target is wracked with pain, minute bits of electricity dance within its body, and the target takes 4 (1d8) lightning damage for every 5 feet it moves. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 21 (3d10 + 5) bludgeoning damage plus 9 (2d8) lightning damage."
                },
                {
                    "name": "Lightning Bolt",
                    "desc": "Ranged Spell Attack: +9 to hit, range 120 ft., one target. Hit: 22 (4d8 + 4) lightning damage."
                },
                {
                    "name": "Static Shock (Recharge 5-6)",
                    "desc": "The slow storm releases built-up electricity in a 60-foot cone. Each creature in the area must make a DC 18 Constitution saving throw, taking 54 (12d8) lightning damage on a failed save, or half as much damage on a successful one. A creature that fails this saving throw by 5 or more is also stunned for 1 minute. A stunned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "The slow storm doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Eye of the Storm",
                    "desc": "The slow storm is surrounded by a 15-foot-radius wind storm. The storm imposes disadvantage on ranged weapon attack rolls and Wisdom (Perception) checks based on sight or hearing within the area. The winds extinguish open flames and disperse fog. A flying creature in the storm must land at the end of its turn or fall. Each creature that starts its turn in the area must succeed on a DC 18 Dexterity saving throw or take 9 (2d8) lightning damage. The storm's area is difficult terrain for any creature other than the slow storm."
                }
            ],
            "spell_list": [],
            "page_no": 333,
            "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_slow-storm/"
        },
        {
            "slug": "stardrake-tob1-2023",
            "desc": "False",
            "name": "Star Drake",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 189,
            "hit_dice": "18d10 + 90",
            "speed": {
                "walk": 100,
                "fly": 40
            },
            "strength": 20,
            "dexterity": 17,
            "constitution": 21,
            "intelligence": 16,
            "wisdom": 24,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 10,
            "perception": 22,
            "skills": {
                "Arcana": 8,
                "History": 8,
                "Insight": 12,
                "Perception": 12,
                "Religion": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "cold, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "blinded, charmed, frightened, paralyzed",
            "senses": "truesight 120 ft., passive Perception 22",
            "languages": "Abyssal, Celestial, Common, Draconic, Infernal, Primordial",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The drake makes one Bite attack and two Claw attacks, or it makes four Searing Star attacks. If two Searing Star attacks hit one creature, that creature must succeed on a DC 18 Constitution saving throw or be blinded until the end of its next turn."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) piercing damage plus 18 (4d8) force damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage plus 18 (4d8) force damage."
                },
                {
                    "name": "Searing Star",
                    "desc": "Ranged Spell Attack: +12 to hit, range 120 ft., one target. Hit: 14 (2d6 + 7) radiant damage plus 9 (2d8) force damage."
                },
                {
                    "name": "Planar Traveler",
                    "desc": "The star drake can transport itself to a different plane of existence. This works like the plane shift spell, except the drake can affect only itself and can't use this action to banish an unwilling creature to another plane."
                },
                {
                    "name": "Plane-Altered Breath (Recharge 5-6)",
                    "desc": "The drake exhales raw magic in a 60-foot cone. Each creature in that area must make a DC 18 Dexterity saving throw, taking 55 (10d10) force damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The drake has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Nimbus of Swirling Stars",
                    "desc": "At the start of each of the drake's turns, each creature within 10 feet of it and that can see it must succeed on a DC 18 Constitution saving throw or be incapacitated until the end of its next turn."
                },
                {
                    "name": "Planar Weapons",
                    "desc": "The drake's weapon attacks are magical. When it hits with any weapon, the weapon deals an extra 4d8 force damage (included in the attack)."
                }
            ],
            "spell_list": [],
            "page_no": 146,
            "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_star-drake/"
        }
    ]
}