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

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

{
    "count": 2847,
    "next": "https://api.open5e.com/v1/monsters/?format=api&page=3",
    "previous": "https://api.open5e.com/v1/monsters/?format=api",
    "results": [
        {
            "slug": "adult-silver-dragon",
            "desc": "",
            "name": "Adult Silver Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": "Silver Dragon",
            "alignment": "lawful good",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 243,
            "hit_dice": "18d12+126",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 27,
            "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": 11,
            "skills": {
                "arcana": 8,
                "history": 8,
                "perception": 11,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 21",
            "languages": "Common, Draconic",
            "challenge_rating": "16",
            "cr": 16.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: +13 to hit, reach 10 ft., one target. Hit: 19 (2d10 + 8) piercing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "2d10",
                    "damage_bonus": 8
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) slashing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "2d6",
                    "damage_bonus": 8
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage.",
                    "attack_bonus": 13,
                    "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**Cold Breath.** The dragon exhales an icy blast in a 60-foot cone. Each creature in that area must make a DC 20 Constitution saving throw, taking 58 (13d8) cold damage on a failed save, or half as much damage on a successful one.\n**Paralyzing Breath.** The dragon exhales paralyzing gas in a 60-foot cone. Each creature in that area must succeed on a DC 20 Constitution saving throw or be paralyzed 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.",
                    "attack_bonus": 0,
                    "damage_dice": "13d8"
                },
                {
                    "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 10 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": 302,
            "environments": [
                "Urban",
                "Feywild",
                "Mountains",
                "Mountain"
            ],
            "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"
        },
        {
            "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"
        },
        {
            "slug": "adult-void-dragon",
            "desc": "_A dragon seemingly formed of the night sky has bright white stars for eyes. Lesser stars twinkle in the firmament of the dragon’s body._  \n**Children of the Stars.** Void dragons drift through the empty spaces beyond the boundaries of the mortal world, wanderers between the stars. They are aloof, mingling only with the otherworldly beings that live above and beyond the earth, including the incarnate forms of the stars themselves. When lesser creatures visit void dragons, the dragons themselves barely notice.  \n**Witnesses to the Void.** Void dragons are intensely knowledgeable creatures, but they have seen too much, lingering at the edge of the void itself. Gazing into the yawning nothing outside has taken a toll. The void dragons carry a piece of that nothing with them, and it slowly devours their being. They are all unhinged, and their madness is contagious. It flows out of them to break the minds of lesser beings when the dragons fly into a rage and lash out.  \n**Voracious Scholars.** Despite their removed existence and strange quirks, void dragons still hoard treasure. Gems that glitter like the stars of their home are particularly prized. Their crowning piece, however, is knowledge. Void dragons jealously hoard scraps of forbidden and forgotten lore of any kind and spend most of their time at home poring over these treasures. Woe to any who disturbs this collection, for nothing ignites their latent madness like a violation of their hoard.  \n\n## A Void Dragon’s Lair\n\n  \nThe true lair of a void dragon exists deep in the freezing, airless void between stars. Hidden away in caves on silently drifting asteroids or shimmering atop the ruins of a Star Citadel, the void dragon’s lair rests in the great void of space.  \nWhen a void dragon claims a home elsewhere, it forges a connection to its true lair. It prefers towering mountain peaks, valleys, or ruins at high elevation with a clear view of the sky. It can reach through space from this lair to reach its treasure hoard hidden in the void. That connection has repercussions, of course, and the most powerful void dragons leave their mark on the world around them when they roost. Intrusions from beyond and a thirst for proscribed knowledge are common near their lairs.  \nIf fought in its lair, its Challenge increases by 1, to 15 for an adult (13,000 XP) and 25 for an ancient void dragon (75,000 XP).  \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* The dragon negates natural gravity within its lair (an area affected by its gravitic breath is unaffected). Creatures drift 10 feet away from the ground over the course of a round and are restrained. Flying creatures can move at half speed, unless they have the (hover) tag or use magical flight, in which case they move normally. This effect persists until initiative count 20 on the following round.\n* The Void briefly overlaps the dragon’s lair in a 20-foot-radius sphere of blackness punctuated by deep blue streaks and pinpoints of light. The sphere is centered on a point the dragon can see within 120 feet of the dragon. The area spreads around corners, is heavily obscured, and contains no air (creatures must hold their breath). Each creature in the sphere when it appears must make a DC 15 Constitution saving throw, taking 10 (3d6) cold damage on a failed save or half as much on a successful one. Any creature that ends its turn in the sphere takes 10 (3d6) cold damage. The sphere lasts until the dragon uses this lair action again or until the dragon dies.\n* The dragon rips the fabric of space, forcing two creatures it can see within 120 feet of it to suddenly exist in the same place. Space itself repels the creatures to their original positions. Each creature takes 16 (3d10) force damage and is knocked prone, or takes half as much damage and is not knocked prone with a successful DC 15 Strength saving throw.\n  \n### Regional Effects\n\n  \nThe region containing a legendary void dragon’s lair is warped by the dragon’s magic, which creates one or more of the following effects:\n* Secrets have a way of coming to light within 6 miles of the lair. Clues are inadvertently discovered, slips of the tongue hint at a hidden truth, and creatures become morbidly curious for forbidden knowledge.\n* Light is muted within 6 miles of the lair. Nonmagical illumination, including sunlight, can’t create bright light in this area.\n* Visitations from otherworldly beings occur and disembodied voices whisper in the night within 6 miles of the dragon’s lair. Celestials, fey, and fiends of CR 2 or lower can slip into the world in this area.\n  \nIf the dragon dies, these effects fade over the course of 1d10 days.",
            "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": {
                "hover": true,
                "walk": 40,
                "fly": 80
            },
            "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": 11,
            "skills": {
                "arcana": 13,
                "history": 13,
                "perception": 11,
                "persuasion": 10,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "charmed, frightened",
            "senses": "blindsight 60ft, darkvision 120ft, passive Perception 21",
            "languages": "Common, Draconic, Void Speech",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon can use its Aura of Madness. It then makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 18 (2d10 + 7) piercing damage plus 7 (2d6) cold damage.",
                    "attack_bonus": 12,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage plus 3 (1d6) cold damage.",
                    "attack_bonus": 12,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage.",
                    "attack_bonus": 12,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Aura of Madness",
                    "desc": "As ancient void dragon, with DC 18 Wisdom saving throw."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons:"
                },
                {
                    "name": "Gravitic Breath",
                    "desc": "The dragon exhales a 60-foot cube of powerful localized gravity, originating from the dragon. Falling damage in the area increases to 1d10 per 10 feet fallen. When a creature starts its turn within the area or enters it for the first time in a turn, including when the dragon creates the field, 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 field. A restrained creature repeats the saving throw at the end of its turn. The field persists until the dragon's breath recharges, and it can't use gravitic breath twice consecutively."
                },
                {
                    "name": "Stellar Flare 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."
                },
                {
                    "name": "Teleport",
                    "desc": "The dragon magically teleports to any open space within 100 feet."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Void Twist",
                    "desc": "When the dragon is hit by a ranged attack it can create a small rift in space to increase its AC by 5 against that attack. If the attack misses because of this increase the dragon can choose a creature within 30 feet to become the new target for that attack. Use the original attack roll to determine if the attack hits the new target."
                }
            ],
            "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. Each creature within 15 feet of the dragon must succeed on a DC 18 Dexterity saving throw or take 12 (2d6 + 5) bludgeoning damage and be knocked prone. The dragon can then teleport to an unoccupied space within 40 feet."
                },
                {
                    "name": "Void Cache (Costs 3 Actions)",
                    "desc": "The dragon can magically reach into its treasure hoard and retrieve one item. If it is holding an item, it can use this ability to deposit the item into its hoard."
                }
            ],
            "special_abilities": [
                {
                    "name": "Chill of the Void",
                    "desc": "Cold damage dealt by the void dragon ignores resistance to cold damage, but not cold immunity."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Void Dweller",
                    "desc": "As ancient void dragon."
                }
            ],
            "spell_list": [],
            "page_no": 139,
            "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/"
        },
        {
            "slug": "adult-wasteland-dragon",
            "desc": "",
            "name": "Adult Wasteland Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 225,
            "hit_dice": "18d12+108",
            "speed": {
                "burrow": 30,
                "climb": 40,
                "fly": 70,
                "walk": 40
            },
            "strength": 26,
            "dexterity": 10,
            "constitution": 21,
            "intelligence": 14,
            "wisdom": 13,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "force",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 16",
            "languages": "Common, Draconic",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "desc": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 12,
                    "damage_dice": "2d10+8",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 19 (2d10 + 8) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 12,
                    "damage_dice": "2d6+8",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) slashing damage.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 12,
                    "damage_dice": "2d8+8",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage.",
                    "name": "Tail"
                },
                {
                    "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": "Frightful Presence"
                },
                {
                    "desc": "The dragon blasts warped arcane energy in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 18 Dexterity saving throw, taking 49 (11d8) force damage on a failed save, or half as much damage on a successful one.",
                    "name": "Warped Energy Breath (Recharge 5-6)"
                }
            ],
            "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": [
                {
                    "desc": "The dragon makes a Wisdom (Perception) check.",
                    "name": "Detect"
                },
                {
                    "desc": "The dragon makes a tail attack.",
                    "name": "Tail Attack"
                },
                {
                    "desc": "The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 18 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.",
                    "name": "Wing Attack (Costs 2 Actions)"
                }
            ],
            "special_abilities": [
                {
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead.",
                    "name": "Legendary Resistance (3/Day)"
                }
            ],
            "spell_list": [],
            "page_no": 118,
            "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/"
        },
        {
            "slug": "adult-white-dragon",
            "desc": "",
            "name": "Adult White Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": "White Dragon",
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 200,
            "hit_dice": "16d12+96",
            "speed": {
                "walk": 40,
                "burrow": 30,
                "fly": 80,
                "swim": 40
            },
            "strength": 22,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 6,
            "perception": 11,
            "skills": {
                "perception": 11,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 21",
            "languages": "Common, Draconic",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 17 (2d10 + 6) piercing damage plus 4 (1d8) cold damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d10+1d8",
                    "damage_bonus": 6
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d6",
                    "damage_bonus": 6
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 15 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d8",
                    "damage_bonus": 6
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 ft. of the dragon and aware of it must succeed on a DC 14 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 60-foot cone. Each creature in that area must make a DC 19 Constitution saving throw, taking 54 (12d8) cold damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 0,
                    "damage_dice": "12d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 10 ft. of the dragon must succeed on a DC 19 Dexterity saving throw or take 13 (2d6 + 6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "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": 289,
            "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"
        },
        {
            "slug": "adult-white-dragon-a5e",
            "desc": "",
            "name": "Adult White Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 250,
            "hit_dice": "20d12+120",
            "speed": {
                "walk": 40,
                "burrow": 30,
                "fly": 80,
                "swim": 40
            },
            "strength": 22,
            "dexterity": 12,
            "constitution": 22,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "intimidation": 7,
                "perception": 7,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 20",
            "languages": "Common, Draconic",
            "challenge_rating": "16",
            "cr": 16.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 ice."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit  reach 10 ft.  one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) cold damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit  reach 5 ft.  one target. Hit: 19 (3d8 + 6) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit  reach 15 ft.  one target. Hit: 15 (2d8 + 6) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Spit Ice",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 19 Dexterity saving throw. On a failure  the target takes 16 (3d10) cold damage  and its speed is reduced to 0 until the end of its next turn. On a success  it takes half damage."
                },
                {
                    "name": "Cold Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a 60-foot cone of frost. Each creature in the area makes a DC 19 Constitution saving throw. On a failure  it takes 52 (15d6) cold damage  and its speed is reduced to 0 until the end of its next turn. On a success  it takes half 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": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 15 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turn, 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 19 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": "Raging Storm (1/Day",
                    "desc": "For 1 minute, gusts of sleet emanate from the dragon in a 40-foot-radius sphere, spreading around corners. The area is lightly obscured and the ground is difficult terrain The first time a creature moves on its turn while in the area, it must succeed on a DC 15 Dexterity saving throw or fall prone (or fall if it is flying)."
                }
            ],
            "special_abilities": [
                {
                    "name": "Cold Mastery",
                    "desc": "The dragons movement and vision is not hindered by cold, icy surfaces, snow, wind, or storms. Additionally, the dragon can choose to burrow through snow and ice without leaving a trace."
                },
                {
                    "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 ice. If it has no more uses of this ability, its Armor Class is reduced to 16 until it finishes a long rest."
                },
                {
                    "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:dominate beast, fire shield, animal friendship, sleet storm"
                }
            ],
            "spell_list": [],
            "page_no": 122,
            "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"
        },
        {
            "slug": "adult-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": "Adult Wind Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 237,
            "hit_dice": "19d12+114",
            "speed": {
                "walk": 40,
                "fly": 90
            },
            "strength": 24,
            "dexterity": 19,
            "constitution": 22,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": 12,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": 10,
            "perception": 14,
            "skills": {
                "acrobatics": 10,
                "intimidation": 10,
                "perception": 14,
                "stealth": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "charmed, exhausted, paralyzed, restrained",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 24",
            "languages": "Common, Draconic, Primordial",
            "challenge_rating": "17",
            "cr": 17.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: +13 to hit, reach 10 ft., one target. Hit: 18 (2d10 + 7) piercing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage.",
                    "attack_bonus": 13,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Breath of Gales (Recharge 5-6)",
                    "desc": "The dragon exhales a blast of wind in a 60-foot cone. Each creature in that cone takes 27 (5d10) bludgeoning damage and is pushed 25 feet away from the dragon and knocked prone; a successful DC 20 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 18 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 21 Dexterity saving throw or take 14 (2d6 + 7) 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 18). It can innately cast the following spells, requiring no material components:\n\nat will: feather fall\n\n3/day: lightning bolt"
                },
                {
                    "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. Ranged weapon attacks against it are made with disadvantage."
                }
            ],
            "spell_list": [],
            "page_no": 143,
            "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/"
        },
        {
            "slug": "adultcavedragon-tob1-2023",
            "desc": "False",
            "name": "Adult Cave Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 270,
            "hit_dice": "20d12 + 140",
            "speed": {
                "walk": 40,
                "burrow": 40
            },
            "strength": 27,
            "dexterity": 12,
            "constitution": 25,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 13,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": 9,
            "perception": 24,
            "skills": {
                "Perception": 14,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "blinded, poisoned",
            "senses": "blindsight 60 ft., tremorsense 120 ft., passive Perception 24",
            "languages": "Common, Darakhul, Draconic",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "description": "The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "description": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 19 (2d10 + 8) piercing damage plus 10 (3d6) poison damage."
                },
                {
                    "name": "Claw",
                    "description": "Melee Weapon Attack: +14 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) slashing damage."
                },
                {
                    "name": "Tail",
                    "description": "Melee Weapon Attack: +14 to hit, reach 15 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage."
                },
                {
                    "name": "Frightful Presence",
                    "description": "Each creature of the dragon’s choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 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": "Poison Breath (Recharge 5–6)",
                    "description": "The dragon exhales a cone of black, poisonous gas in a 60-foot cone. Each target in that area must make a DC 21 Constitution saving throw. On a failure, a creature takes 56 (16d6) poison damage and is poisoned until it finishes a short rest. A creature can repeat the saving throw at the end of each hour, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Ruff Spikes",
                    "description": "When a creature moves to a space within 5 feet of the cave dragon, the dragon flares its many feelers and spikes. The creature must succeed on a DC 21 Dexterity saving throw or take 9 (2d8) piercing damage and be prevented from entering that space."
                }
            ],
            "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",
                    "description": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "description": "The dragon makes a Tail attack."
                },
                {
                    "name": "Limb Sweep (Costs 2 Actions)",
                    "description": "The dragon sweeps its wingless limbs outward. Each creature within 10 feet of the dragon must succeed on a DC 21 Dexterity saving throw or take 15 (2d6 + 8) bludgeoning damage and be pushed up to 10 feet away from the dragon and knocked prone."
                }
            ],
            "special_abilities": [
                {
                    "name": "Darkness Aura",
                    "description": "The cave dragon emits magical darkness in a 30-foot radius around it. The darkness moves with the dragon and spreads around corners. Darkvision can’t penetrate this darkness, and no natural light can illuminate it. If any of the darkness overlaps with an area of light created by a spell of 3rd level or lower, the spell creating the light is dispelled. At the start of each of its turns, the dragon chooses whether this aura is active. A successful dispel magic (DC 14) cast on the dragon suppresses this aura for 1 minute."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "description": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Magical Tunneler",
                    "description": "The cave dragon can burrow through nonmagical unworked earth and stone. While doing so, the dragon can choose whether to leave the material it moves through undisturbed or leave a 10-foot diameter tunnel in its wake."
                },
                {
                    "name": "Spiked Climb",
                    "description": "The dragon uses its spikes to hold itself in place while climbing, allowing it to climb difficult surfaces, including upside down on ceilings, without needing to make an ability check. If it climbs upside down on a ceiling or suspends itself on a vertical surface while leaving its claws free, it can’t use the Ruff Spikes reaction."
                }
            ],
            "spell_list": [],
            "page_no": 114,
            "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/"
        },
        {
            "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",
                    "description": "The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "description": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) piercing damage plus 10 (3d6) fire damage."
                },
                {
                    "name": "Claw",
                    "description": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage."
                },
                {
                    "name": "Tail",
                    "description": "Melee Weapon Attack: +9 to hit, reach 15 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage."
                },
                {
                    "name": "Frightful Presence",
                    "description": "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)",
                    "description": "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",
                    "description": "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",
                    "description": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "description": "The dragon makes a Tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "description": "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",
                    "description": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "description": "The dragon makes a Tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "description": "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",
                    "description": "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",
                    "description": "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)",
                    "description": "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/"
        },
        {
            "slug": "adultmithraldragon-tob1-2023",
            "desc": "False",
            "name": "Adult Mithral Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 253,
            "hit_dice": "22d12 + 110",
            "speed": {
                "walk": 80,
                "fly": 40
            },
            "strength": 12,
            "dexterity": 22,
            "constitution": 21,
            "intelligence": 18,
            "wisdom": 19,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 12,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": 10,
            "perception": 26,
            "skills": {
                "History": 10,
                "Insight": 10,
                "Perception": 16,
                "Persuasion": 10,
                "Stealth": 12
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "slashing",
            "condition_immunities": "charmed",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 26",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "description": "The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "description": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 17 (2d10 + 6) piercing damage. Instead of dealing damage, the dragon can end one magical effect of its choice of 5th level or lower on the target."
                },
                {
                    "name": "Claw",
                    "description": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 13 (2d6 +6) slashing damage, and if the target isn’t a Construct or Undead, it must succeed on a DC 19 Constitution saving throw or lose 7 (2d6) hp at the start of each of its turns as a piece of metallic claw breaks off in the wound. Any creature can take an action to remove the claw with a successful DC 14 Wisdom (Medicine) check. The claw pops out of the wound if the target receives magical healing."
                },
                {
                    "name": "Tail",
                    "description": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage."
                },
                {
                    "name": "Frightful Presence",
                    "description": "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 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": "Shard Breath (Recharge 5–6)",
                    "description": "The mithral dragon spits metallic shards in a 60-foot cone. Each creature in that area must make a DC 19 Constitution saving throw, taking 42 (12d6) slashing damage on a failed save, or half as much on a successful one. The area becomes difficult terrain for 1 minute, then the shards dissolve into wisps of silvery smoke. When a creature moves into or within the area, it takes 7 (2d6) slashing damage for every 5 feet it travels."
                }
            ],
            "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",
                    "description": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "description": "The dragon makes a Tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "description": "The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 20 Dexterity saving throw or take 13 (2d6 + 6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "description": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "description": "The dragon has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Mithral Scales",
                    "description": "If the dragon rolls a 20 on a saving throw against a spell that targets only it, the dragon is unaffected, and the spell is reflected back at the caster as though it originated from the dragon, turning the caster into the target."
                }
            ],
            "spell_list": [],
            "page_no": 122,
            "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/"
        },
        {
            "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",
                    "description": "The dragon uses its Frightful Presence. It then makes one Bite attack and two Fin attacks."
                },
                {
                    "name": "Bite",
                    "description": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 18 (2d10 + 7) piercing damage plus 10 (3d6) cold damage."
                },
                {
                    "name": "Fin",
                    "description": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage."
                },
                {
                    "name": "Tail",
                    "description": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage."
                },
                {
                    "name": "Frightful Presence",
                    "description": "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)",
                    "description": "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",
                    "description": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "description": "The dragon makes a Tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "description": "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",
                    "description": "The dragon can breathe air and water."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "description": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Siege Monster",
                    "description": "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/"
        },
        {
            "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",
                    "description": "The dragon uses its Aura of Madness. It then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "description": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 18 (2d10 + 7) piercing damage plus 10 (3d6) cold damage."
                },
                {
                    "name": "Claw",
                    "description": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage."
                },
                {
                    "name": "Tail",
                    "description": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage."
                },
                {
                    "name": "Aura of Madness",
                    "description": "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)",
                    "description": "The dragon uses one of the following breath weapons."
                },
                {
                    "name": "Gravitic Breath",
                    "description": "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",
                    "description": "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",
                    "description": "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",
                    "description": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "description": "The dragon makes a Tail attack."
                },
                {
                    "name": "Void Slip (Costs 2 Actions)",
                    "description": "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",
                    "description": "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",
                    "description": "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)",
                    "description": "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/"
        },
        {
            "slug": "adultwinddragon-tob1-2023",
            "desc": "False",
            "name": "Adult Wind Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 187,
            "hit_dice": "15d12 + 90",
            "speed": {
                "walk": 90,
                "fly": 30
            },
            "strength": 24,
            "dexterity": 16,
            "constitution": 22,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": 22,
            "skills": {
                "Acrobatics": 13,
                "Intimidation": 9,
                "Perception": 12,
                "Stealth": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold",
            "damage_immunities": "lightning",
            "condition_immunities": "False",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 22",
            "languages": "Common, Draconic, Primordial",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "description": "The wind dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "description": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 18 (2d10 + 7) piercing damage."
                },
                {
                    "name": "Claw",
                    "description": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage."
                },
                {
                    "name": "Tail",
                    "description": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage."
                },
                {
                    "name": "Frightful Presence",
                    "description": "Each creature of the dragon’s choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 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": "Tempest Breath (Recharge 5–6)",
                    "description": "The dragon exhales a blast of stormy wind in a 60-foot cone. Each creature in that area must make a DC 19 Strength saving throw. On a failure, a creature takes 27 (6d8) bludgeoning damage and 27 (6d8) lightning damage and is pushed up to 30 feet away from the dragon and knocked prone. On a success, a creature takes half the damage and isn’t pushed or knocked prone. Unprotected flames, such as torches, in the area are extinguished, and protected flames, such as those in lanterns, have a 75 percent chance of being extinguished."
                }
            ],
            "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",
                    "description": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "description": "The dragon makes a Tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "description": "The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 20 Dexterity saving throw or take 14 (2d6 + 7) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Freedom of Movement",
                    "description": "The dragon ignores difficult terrain, and magical effects can’t reduce its speed or cause it to be restrained. It can spend 5 feet of movement to escape from nonmagical restraints or being grappled."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "description": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Storm Sight",
                    "description": "The dragon can see through areas obscured by fog, mist, clouds, or precipitation."
                },
                {
                    "name": "Whirling Winds",
                    "description": "Gale force winds rage around the dragon’s body. Ranged weapon attack rolls against the dragon have disadvantage."
                }
            ],
            "spell_list": [],
            "page_no": 134,
            "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/"
        },
        {
            "slug": "agnibarra",
            "desc": "",
            "name": "Agnibarra",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 39,
            "hit_dice": "6d6+18",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "cold",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "Common, Ignan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) slashing damage plus 3 (1d6) fire damage. If the target is a creature or a flammable object, it ignites. Until a creature takes an action to douse the fire, the target takes 5 (1d10) fire damage at the start of each of its turns.",
                    "name": "Burning Claw"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d6+2",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 15/30 ft., one target. Hit: 9 (2d6 + 2) fire damage. If the target is a creature or a flammable object, it ignites. Until a creature takes an action to douse the fire, the target takes 5 (1d10) fire damage at the start of each of its turns.",
                    "name": "Spit Fire"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A creature that touches the agnibarra or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage, and flammable objects within 5 feet of the agnibarra that aren't being worn or carried ignite.",
                    "name": "Body in Flames"
                },
                {
                    "desc": "The agnibarra sheds bright light in a 10-foot radius and dim light an additional 10 feet.",
                    "name": "Illumination"
                }
            ],
            "spell_list": [],
            "page_no": 9,
            "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/"
        },
        {
            "slug": "ahu-nixta",
            "desc": "",
            "name": "Ahu-Nixta",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "clockwork armor",
            "hit_points": 67,
            "hit_dice": "9d10+18",
            "speed": {
                "fly": 30,
                "swim": 30,
                "walk": 30
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 19,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Deep Speech, Void Speech",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The ahu-nixta makes three melee attacks. It can cast one at will spell in place of two melee attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage.",
                    "name": "Whirring Blades"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 10 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "name": "Pronged Scepter"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d10+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) bludgeoning damage.",
                    "name": "Bashing Rod"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The creature within the machine is a somewhat shapeless mass, both protected and given concrete manipulators by its armor. The clockwork armor has a variety of manipulators that the ahu-nixta can use to attack or to interact with objects outside of the armor. When the ahu-nixta is reduced to 0 hp, its clockwork armor breaks and the ahunixta exits it. Once out of its armor, the creature's pulpy mass no longer receives the benefits of the listed Damage or Condition Immunities, except for psychic and prone.\n\nWithout its clockwork armor, the ahu-nixta has the following statistics: AC 12, hp 37 (5d10 + 10), Strength 9 (-1), and all its modes of travel are reduced to 20 feet. In addition, it has no attack actions, though it can still cast its spells. The ahu-nixta's body can form eyes, mouths, and grabbing appendages. Its grabbing appendages can pick up objects and manipulate them, but the appendages can't be used for combat. The ahu-nixta's extra appendages can open and close glass-covered viewing ports in the clockwork armor, requiring no action, so it can see and interact with objects outside the armor.\n\nThe ahu-nixta can exit or enter its clockwork armor as a bonus action.",
                    "name": "Clockwork Encasement"
                },
                {
                    "desc": "The clockwork armor of the ahu-nixta is immune to any spell or effect that would alter its form, as is the creature that controls it as long as the ahu-nixta remains within the armor.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The ahu-nixta's innate spellcasting ability is Intelligence (spell save DC 14, +6 to hit with spell attacks). The ahu-nixta can innately cast the following spells, requiring no material components.\nAt will: fear, fire bolt (2d10), telekinesis",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 11,
            "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/"
        },
        {
            "slug": "ahu-nixta-cataphract",
            "desc": "At the core of its clockwork armor, the creature is a shapeless horror from beyond the stars._  \n**Clockwork Armor.** Weak and easy prey in their natural state, the ahu-nixta long ago mastered the art of clockwork design, building armor that could carry them through the voids between stars and bolster their physical abilities. After mastering clockwork design, the ahu-nixta turned to enhancing themselves to better utilize greater and greater clockwork creations.  \n**Evolved Terrors.** As ahu-nixta age and prove themselves against their people’s enemies, they are forcibly evolved in eugenic chambers and given new armor. The ahu-nixta are comprised of Open Game License",
            "name": "Ahu-Nixta Cataphract",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "clockwork armor",
            "hit_points": 135,
            "hit_dice": "18d10+36",
            "speed": {
                "hover": true,
                "walk": 30,
                "fly": 30
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 14,
            "intelligence": 19,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Deep Speech, Void Speech",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The cataphract makes three melee attacks. It can cast one at will spell in place of two melee attacks. Alternatively, it can use its Arcane Cannon twice."
                },
                {
                    "name": "Whirring Blades",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (3d4 + 5) slashing damage, and the target must succeed on a DC 15 Dexterity saving throw or take 5 (2d4) slashing damage at the start of its next turn.",
                    "attack_bonus": 8,
                    "damage_dice": "3d4+5"
                },
                {
                    "name": "Pronged Scepter",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5"
                },
                {
                    "name": "Bashing Rod",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) bludgeoning damage",
                    "attack_bonus": 8,
                    "damage_dice": "2d10+5"
                },
                {
                    "name": "Arcane Cannon",
                    "desc": "Ranged Spell Attack: +7 to hit, range 100 ft., one target. Hit: 18 (4d8) force damage, and the target must succeed on a DC 15 Strength saving throw or be knocked prone.",
                    "attack_bonus": 7,
                    "damage_dice": "4d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Clockwork Encasement",
                    "desc": "The creature within the machine is a somewhat shapeless mass, both protected and given concrete manipulators by its armor. The clockwork armor has a variety of manipulators that the ahu-nixta can use to attack or to interact with objects outside of the armor. When the ahu-nixta is reduced to 0 hp, its clockwork armor breaks and the ahu-nixta exits it. Once out of its armor, the creature’s pulpy mass no longer receives the benefits of the listed Damage or Condition Immunities, except for psychic and prone.\n\nWithout its clockwork armor, the ahu-nixta has the following statistics: AC 12, hp 37 (5d10 + 10), Strength 9 (-1), and all its modes of travel are reduced to 20 feet. In addition, it has no attack actions, though it can still cast its spells. The ahu-nixta’s body can form eyes, mouths, and grabbing appendages. Its grabbing appendages can pick up objects and manipulate them, but the appendages can’t be used for combat. The ahu-nixta’s extra appendages can open and close glass-covered viewing ports in the clockwork armor, requiring no action, so it can see and interact with objects outside the armor. \n\nThe ahu-nixta can exit or enter its clockwork armor as a bonus action."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The ahu-nixta’s clockwork armor is immune to any spell or effect that would alter its form, as is the creature that controls it as long as the ahu-nixta remains within the armor."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The ahu-nixta’s innate spellcasting ability is Intelligence (spell save DC 15, +7 to hit with spell attacks). The ahu-nixta can innately cast the following spells, requiring no material components:\nAt will: fear, fire bolt (2d10), telekinesis"
                }
            ],
            "spell_list": [],
            "page_no": 9,
            "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/"
        },
        {
            "slug": "ahu-nixta-drudge",
            "desc": "At the core of its clockwork armor, the creature is a shapeless horror from beyond the stars._  \n**Clockwork Armor.** Weak and easy prey in their natural state, the ahu-nixta long ago mastered the art of clockwork design, building armor that could carry them through the voids between stars and bolster their physical abilities. After mastering clockwork design, the ahu-nixta turned to enhancing themselves to better utilize greater and greater clockwork creations.  \n**Evolved Terrors.** As ahu-nixta age and prove themselves against their people’s enemies, they are forcibly evolved in eugenic chambers and given new armor. The ahu-nixta are comprised of Open Game License",
            "name": "Ahu-Nixta Drudge",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "clockwork armor",
            "hit_points": 26,
            "hit_dice": "4d8+8",
            "speed": {
                "fly": 30,
                "hover": true,
                "walk": 30
            },
            "strength": 15,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Deep Speech, Void Speech",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Whirring Blades",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) slashing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Clockwork Encasement",
                    "desc": "The creature within the machine is a somewhat shapeless mass, both protected and given concrete manipulators by its armor. The clockwork armor has a few manipulators that the ahu-nixta can use to attack or to interact with objects outside of the armor. Unlike other ahu-nixta, the drudge can’t live outside its armor and dies when its armor is reduced to 0 hp."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The drudge’s clockwork armor is immune to any spell or effect that would alter its form, as is the creature that controls it as long as the ahu-nixta remains within the armor."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The ahu-nixta’s innate spellcasting ability is Intelligence (spell save DC 11, +3 to hit with spell attacks). The ahunixta can innately cast the following spells, requiring no material components:\nAt will: fire bolt  (1d10)\n1/day: fear"
                }
            ],
            "spell_list": [],
            "page_no": 10,
            "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/"
        },
        {
            "slug": "ahu-nixta-mechanon",
            "desc": "",
            "name": "Ahu-Nixta Mechanon",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 51,
            "hit_dice": "6d8+24",
            "speed": {
                "walk": 20,
                "climb": 10
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 14,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60', passive Perception 10",
            "languages": "understands Deep Speech and Void Speech but has limited speech",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Utility Arms or one Slam and one Utility Arm."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 10 (2d6+3) bludgeoning damage."
                },
                {
                    "name": "Utility Arm",
                    "desc": "Uses one of the following attack options:Grabbing Claw Melee Weapon Attack: +5 to hit, 10 ft., one target, 8 (2d4+3) piercing damage. If target is a creature is grappled by mechanon (escape DC 13). Until grapple ends creature restrained mechanon can’t use Claw on another target. Sonic Disruptor Ranged Spell Attack: +4 to hit, 60 ft., one target, 9 (2d6+2) thunder. If target is a creature: DC 12 Con save or incapacitated until end of its next turn.Telekinetic Projector Mechanon fires a ray at a target it can see within 60'. If target is a creature: DC 13 Str save or mechanon moves it up to 30' in any direction. If target is an object weighing 300 pounds or less that isn’t being worn or carried it is moved up to 30' in any direction. Mechanon can use projector to manipulate simple tools or open doors and containers."
                },
                {
                    "name": "Adapt Appendage",
                    "desc": "Swaps its Utility Arm with Utility Arm of any other mechanon within 5 ft. of it."
                },
                {
                    "name": "Repair (2/Day)",
                    "desc": "Touches an ahu-nixta or a Construct. Target regains 11 (2d8+2) hp."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "Doesn’t require air food drink or sleep."
                },
                {
                    "name": "Critical Malfunction",
                    "desc": "Critical hit vs. mechanon: 20% chance of striking its soul chamber casing stunning it until end of its next turn."
                },
                {
                    "name": "Soul Reactivation",
                    "desc": "Reduced to 0 hp stops functioning becoming inert. For the next hr if a Small or larger creature that isn’t a Construct or Undead dies within 30' of a deactivated mechanon a portion of creature’s soul is absorbed by mechanon and construct reactivates regaining all its hp + additional hp equal to the dead creature’s CR. If it remains inert for 1 hr it is destroyed and can’t be reactivated."
                }
            ],
            "spell_list": [],
            "page_no": 9,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "ahuizotl",
            "desc": "",
            "name": "Ahuizotl",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 71,
            "hit_dice": "13d6+26",
            "speed": {
                "swim": 30,
                "walk": 30
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "-",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The ahuizotl can use its Tail Grab. It then makes two attacks: one with its bite and one with its claw.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "name": "Claw"
                },
                {
                    "desc": "The ahuizotl grabs a creature or item. If the target is a Medium or smaller creature, it must succeed on a DC 14 Strength saving throw or be grappled (escape DC 14). The ahuizotl can then move up to its speed as a bonus action. The grappled creature must succeed on a DC 14 Strength saving throw or be pulled along 5 feet behind the ahuizotl. A creature being dragged by the ahuizotl makes attack rolls and Dexterity saving throws with disadvantage.\n\nIf the target is an object or weapon being held by another creature, that creature must succeed on a DC 14 Strength saving throw, or the ahuizotl pulls the object away from the creature. After stealing an object or weapon, the ahuizotl can move up to its speed as a bonus action. The ahuizotl can only grapple one creature or hold one weapon or object at a time. If holding a weapon, it can use its Tail Grab action to make one attack with the weapon with no proficiency bonus",
                    "name": "Tail Grab"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ahuizotl can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "A creature that touches the ahuizotl or hits it with a melee attack while within 5 feet of it must succeed on a DC 14 Dexterity saving throw or take 4 (1d8) piercing damage.",
                    "name": "Spiky Coat"
                }
            ],
            "spell_list": [],
            "page_no": 10,
            "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/"
        },
        {
            "slug": "air-elemental",
            "desc": "",
            "name": "Air Elemental",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": "Elementals",
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": null,
            "hit_points": 90,
            "hit_dice": "12d10+24",
            "speed": {
                "hover": true,
                "walk": 0,
                "fly": 90
            },
            "strength": 14,
            "dexterity": 20,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 6,
            "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": "lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Auran",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8",
                    "damage_bonus": 5
                },
                {
                    "name": "Whirlwind (Recharge 4-6)",
                    "desc": "Each creature in the elemental's space must make a DC 13 Strength saving throw. On a failure, a target takes 15 (3d8 + 2) bludgeoning damage and is flung up 20 feet away from the elemental in a random direction and knocked prone. If a thrown target strikes an object, such as a wall or floor, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 13 Dexterity saving throw or take the same damage and be knocked prone.\nIf the saving throw is successful, the target takes half the bludgeoning damage and isn't flung away or knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Air Form",
                    "desc": "The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing."
                }
            ],
            "spell_list": [],
            "page_no": 305,
            "environments": [
                "Plane Of Air",
                "Laboratory",
                "Mountain"
            ],
            "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"
        },
        {
            "slug": "air-elemental-a5e",
            "desc": "",
            "name": "Air Elemental",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 90,
            "hit_dice": "12d10+24",
            "speed": {
                "walk": 0,
                "fly": 90
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 6,
            "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": "lightning, thunder; damage from nonmagical weapons",
            "damage_immunities": "poison",
            "condition_immunities": "fatigue, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Auran",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit  reach 5 ft.  one target. Hit: 14 (3d6 + 4) bludgeoning damage."
                },
                {
                    "name": "Whirlwind (Recharge 5-6)",
                    "desc": "The elemental takes the form of a whirlwind  flies up to half of its fly speed without provoking opportunity attacks  and then resumes its normal form. When a creature shares its space with the whirlwind for the first time during this movement  that creature makes a DC 15 Strength saving throw. On a failure  the creature is carried inside the elementals space until the whirlwind ends  taking 3 (1d6) bludgeoning damage for each 10 feet it is carried  and falls prone at the end of the movement. The whirlwind can carry one Large creature or up to four Medium or smaller creatures."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Air Form",
                    "desc": "The elemental can enter and end its turn in other creatures spaces and pass through an opening as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "An elemental doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 191,
            "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"
        },
        {
            "slug": "akaasit",
            "desc": "A cloud of unconnected, flat gray triangles in the vague shape of a mantis flickers unpredictably from one position to another, clicking softly as its arm blades swing outward. Akaasits are constructed beings from a plane destroyed by a catastrophic misuse of time magic. They were altered by this catastrophe and now exist in the present and in fractions of a second in the past and future._  \n**Mindless.** The akaasit has no mind, at least as understood by denizens of the Material Plane, and its motives are inscrutable. Each akaasit is always found moving toward some unknown destination. It may attack other creatures, or it may ignore them. It protects itself if attacked, but rarely does an akaasit pursue a retreating foe.  \n**Unknown Origin.** The home of the akaasit is unknown, but they are often encountered in areas touched or altered by time magic. Although a few wizards have discovered magical methods of summoning them, none have found a way to control or communicate with them. Akaasits seem to be drawn to spellcasters with some mastery of time magic, though it is always a gamble if an individual akaasit will protect or ruthlessly attack such a spellcaster. An akaasit’s demeanor can change each day, and many time magic spellcasters have been found slain by the same akaasit that faithfully protected them the day prior.  \n**Dispersed Destruction.** If an akaasit is destroyed, it falls apart into a pile of gray triangles. These triangles fade out of existence over the next ten minutes, leaving only the akaasit’s two armblades.  \n**Construct Nature.** The akaasit doesn’t require air, food, drink, or sleep.",
            "name": "Akaasit",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "truesight 60 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The akaasit makes two arm blade attacks."
                },
                {
                    "name": "Arm Blade",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage plus 3 (1d6) force damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Time-Assisted Counterattack",
                    "desc": "The akaasit’s awareness of the near future allows it to see attacks before they happen. When a creature the akaasit can see attacks it while within 5 feet of it, the akaasit can attack the creature before the creature’s attack hits. The akaasit makes a single arm blade attack against the creature. If the creature is reduced to 0 hp as a result of the akaasit’s attack, the creature’s attack doesn’t hit the akaasit."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The akaasit is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Unfixed in Time",
                    "desc": "To those properly fixed in time, the akaasit flickers in and out of time, its position never fully clear. Attack rolls against the akaasit have disadvantage. If it is hit by an attack, this trait ceases to function until the start of its next turn."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The akaasit has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 11,
            "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/"
        },
        {
            "slug": "akanka",
            "desc": "",
            "name": "Akanka",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "7d8+14",
            "speed": {
                "walk": 40
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 15,
            "wisdom": 10,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "unconscious",
            "senses": "passive Perception 12",
            "languages": "Common",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Mirrored Carapace and then one Bite."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 5 (1d6+2) piercing damage and target: DC 12 Con save or fall unconscious 1 min. Target wakes up if it takes damage or if another creature takes an action to shake it awake."
                },
                {
                    "name": "Mirrored Carapace",
                    "desc": "Projects illusory duplicate of itself that appears in its space. Each time creature targets it if attack result is below 15 targets duplicate instead and destroys duplicate. Duplicate can be destroyed only by attack that hits it. It ignores all other damage/effects. Creature is unaffected by this if it can’t see if it relies on senses other than sight (ex: blindsight) or if it can perceive illusions as false as with truesight. It can’t use this while in darkness."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 13) no material components: At will: minor illusion silent image3/day: major image1/day: hallucinatory terrain"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spider Climb",
                    "desc": "Difficult surfaces even ceilings no ability check."
                },
                {
                    "name": "Web Sense",
                    "desc": "While in contact with web it knows the exact location of any other creature in contact with the same web."
                },
                {
                    "name": "Web Walker",
                    "desc": "Ignores move restrictions caused by webbing."
                }
            ],
            "spell_list": [],
            "page_no": 10,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "akhlut",
            "desc": "Possessing the body, head, and tail of a killer whale and the powerful legs of a huge wolf, the akhlut is the alpha predator of the polar landscape. Truly personifying the term “seawolf,” these intelligent and resilient creatures travel freely between the land and sea in search of prey._  \nAkhluts are the masters of their domain. Though they have been seen across all of the world’s oceans and many of its coastlines, akhluts are most comfortable in cold regions with easy access to the sea. Because their pods can reach almost a dozen members, anything is fair game from reindeer and seals to mammoths and whales. The only beings powerful enough, or foolhardy enough, to evict a pod of akhluts from their territory are dragons and other akhluts.  \n**Playful Predators.** Akhluts possess undeniable cunning and inquisitiveness, with no two pods using the same strategies to solve problems or hunt prey. Easily bored, akhluts crave stimulation and are known to follow ships and caravans for miles in the hopes that someone might provide something new or exciting to experience. They can be especially mischievous, freeing fish and game from traps purely to hunt he creatures themselves.  \n**Dangerous Steeds.** The akhlut’s natural power, intelligence, and versatility make them incredibly desirable mounts, but the effort to tame one of these creatures is dangerous and not to be taken lightly. Even akhluts who have been mounts for years are willful enough to assert themselves from time to time. With a great deal of patience and a little luck, akhluts can become fiercely loyal and protective companions.",
            "name": "Akhlut",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 120,
            "hit_dice": "16d10+32",
            "speed": {
                "walk": 40,
                "swim": 60
            },
            "strength": 19,
            "dexterity": 15,
            "constitution": 15,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 120 ft., passive Perception 14",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The akhlut makes two attacks: one with its bite and one with its tail slam. It can’t make both attacks against the same target."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 18 (4d6 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "4d6+4"
                },
                {
                    "name": "Tail Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 22 (4d8 +4) bludgeoning damage.",
                    "attack_bonus": 7,
                    "damage_dice": "4d8+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Echolocation",
                    "desc": "The akhlut can’t use its blindsight while deafened."
                },
                {
                    "name": "Hold Breath",
                    "desc": "The akhlut can hold its breath for 30 minutes."
                },
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The akhlut has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The akhlut has advantage on attack rolls against a creature if at least one of the akhlut’s allies is within 5 feet of the creature and the ally isn’t incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 0,
            "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/"
        },
        {
            "slug": "akkorokamui",
            "desc": "",
            "name": "Akkorokamui",
            "size": "Gargantuan",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 189,
            "hit_dice": "14d20+42",
            "speed": {
                "walk": 15,
                "swim": 60
            },
            "strength": 21,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 19,
            "wisdom": 20,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 30', darkvision 120', passive Perception 19",
            "languages": "understands all but can’t speak, telepathy 120'",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Tentacles. Can replace one with Spellcasting or Healing Touch."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Guardian’s Grasp",
                    "desc": "When a creature akkorokamui can see within 30' is attack target akkorokamui can pull creature out of harm’s way. If creature is willing it is pulled up to 10 ft. closer to akkorokamui and akkorokamui becomes new attack target. If creature isn’t willing this reaction fails."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Discern",
                    "desc": "Makes a Wis (Perception) or Wis (Insight) check."
                },
                {
                    "name": "Jet",
                    "desc": "Swims up to half its swimming speed with o provoking opportunity attacks."
                },
                {
                    "name": "Cast a Spell (2)",
                    "desc": "Uses Spellcasting."
                },
                {
                    "name": "Tentacle Sweep (2)",
                    "desc": "Spins in place with its tentacles extended. Each creature within 20' of it that isn’t grappled by it: DC 17 Dex save or take 19 (4d6+5) bludgeoning damage and be knocked prone. Each creature grappled by akkorokamui must make DC 17 Str save or take 12 (2d6+5) bludgeoning damage."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "Weapon attacks are magical."
                },
                {
                    "name": "Offering of Flesh",
                    "desc": "Can spend 1 min carefully detaching part or all of one of its 100-foot-long tentacles dealing no damage to itself. Tentacle contains a magic-imbued fleshy hook and enough meat for 25 rations (if part of a tentacle) or 50 rations (if a full tentacle) if properly preserved. Fleshy hook remains imbued with magic for 4 hrs or until a creature eats it. A creature that eats magic-infused fleshy hook regains 50 hp then it is cured of blindness deafness and all diseases or restores all lost limbs (creature’s choice). Limb restoration effect works like regenerate spell. Hook’s magic works only if the akkorokamui offered it willingly."
                },
                {
                    "name": "Regeneration",
                    "desc": "Regains 15 hp at start of its turn if it has at least 1 hp."
                },
                {
                    "name": "Siege Monster",
                    "desc": "Double damage to objects/structures."
                }
            ],
            "spell_list": [],
            "page_no": 11,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "aklea-a5e",
            "desc": "",
            "name": "Aklea",
            "size": "Gargantuan",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 21,
            "armor_desc": "",
            "hit_points": 656,
            "hit_dice": "32d20+320",
            "speed": {
                "walk": 60,
                "fly": 60
            },
            "strength": 30,
            "dexterity": 24,
            "constitution": 30,
            "intelligence": 22,
            "wisdom": 24,
            "charisma": 26,
            "strength_save": 17,
            "dexterity_save": null,
            "constitution_save": 17,
            "intelligence_save": 13,
            "wisdom_save": 14,
            "charisma_save": 15,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "radiant; damage from nonmagical weapons",
            "condition_immunities": "",
            "senses": "truesight 120 ft., passive Perception 17",
            "languages": "Celestial, Common, six more",
            "challenge_rating": "22",
            "cr": 22.0,
            "actions": [
                {
                    "name": "Maul",
                    "desc": "Melee Weapon Attack: +17 to hit  reach 10 ft.  one target. Hit: 38 (8d6 + 10) bludgeoning damage plus 14 (4d6) radiant damage  and the target makes a DC 25 Strength saving throw. On a failure  the target is pushed up to 30 feet away and knocked prone."
                },
                {
                    "name": "Lightning Bolt (3rd-Level; V, S)",
                    "desc": "A bolt of lightning 5 feet wide and 100 feet long arcs from the empyrean. Each creature in the area makes a DC 23 Dexterity saving throw  taking 28 (8d6) lightning damage on a failure or half damage on a success."
                },
                {
                    "name": "Flame Strike (5th-Level; V, S)",
                    "desc": "A column of divine flame fills a 10-foot-radius  40-foot-high cylinder within 60 feet. Creatures in the area make a DC 23 Dexterity saving throw  taking 14 (4d6) fire damage and 14 (4d6) radiant damage on a failure or half damage on a success."
                },
                {
                    "name": "Hold Monster (5th-Level; V, S, Concentration)",
                    "desc": "One creature the empyrean can see within 60 feet makes a DC 23 Wisdom saving throw. On a failure  the target is paralyzed for 1 minute. The target repeats the saving throw at the end of each of its turns  ending the effect on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Immortal Form",
                    "desc": "The empyrean magically changes its size between Gargantuan and Medium. While Medium, the empyrean has disadvantage on Strength checks. Its statistics are otherwise unchanged."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The empyrean can take 1 legendary action",
                    "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": "Attack",
                    "desc": "The empyrean makes a weapon attack."
                },
                {
                    "name": "Cast Spell",
                    "desc": "The empyrean casts a spell. The empyrean can't use this option if it has cast a spell since the start of its last turn."
                },
                {
                    "name": "Fly",
                    "desc": "The empyrean flies up to half its fly speed."
                },
                {
                    "name": "Shout (Recharge 5-6)",
                    "desc": "Each creature within 120 feet that can hear the empyrean makes a DC 25 Constitution saving throw. On a failure, a creature takes 24 (7d6) thunder damage and is stunned until the end of the empyreans next turn. On a success, a creature takes half damage."
                }
            ],
            "special_abilities": [
                {
                    "name": "Divine Grace",
                    "desc": "If the empyrean makes a saving throw against an effect that deals half damage on a success, it takes no damage on a success and half damage on a failure. Furthermore, while wearing medium armor, the empyrean adds its full Dexterity bonus to its Armor Class (already included)."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The empyreans innate spellcasting ability is Charisma (spell save DC 23). It can innately cast the following spells, requiring no material components: At will: charm person, command, telekinesis, 3/day: flame strike, hold monster, lightning bolt, 1/day: commune, greater restoration, heroes feast, plane shift (self only, can't travel to or from the Material Plane)"
                }
            ],
            "spell_list": [],
            "page_no": 405,
            "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"
        },
        {
            "slug": "akyishigal-tob1-2023",
            "desc": "False",
            "name": "Akyishigal",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 138,
            "hit_dice": "12d10 + 72",
            "speed": {
                "walk": 40,
                "fly": 40,
                "burrow": 40
            },
            "strength": 21,
            "dexterity": 17,
            "constitution": 22,
            "intelligence": 19,
            "wisdom": 14,
            "charisma": 20,
            "strength_save": 9,
            "dexterity_save": 7,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 9,
            "perception": 16,
            "skills": {
                "Acrobatics": 11,
                "Athletics": 9,
                "Perception": 6,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "cold, lightning, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., truesight 60 ft., passive Perception 16",
            "languages": "Abyssal, Common, Draconic, Elvish, Infernal, telepathy 60 ft.",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "description": "Akyishigal makes four Claw attacks."
                },
                {
                    "name": "Claw",
                    "description": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) slashing damage plus 3 (1d6) poison damage."
                },
                {
                    "name": "Call Spawn (1/Day)",
                    "description": "Akyishigal magically calls one spawn of Akyishigal. The spawn arrives in 1d4 rounds, acting as an ally of Akyishigal and obeying its telepathic commands. The spawn remains for 1 hour, until Akyishigal dies, or until Akyishigal dismisses it as a bonus action."
                },
                {
                    "name": "Spellcasting",
                    "description": "Akyishigal casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 17):\nAt will: detect evil and good, pass without trace\n3/day: dispel magic, giant insect, insect plague\n1/day: contagion (filth fever only)"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "description": "Akyishigal magically transforms into a Large or smaller insectoid Beast 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 reverts to his true form if he dies."
                },
                {
                    "name": "Teleport",
                    "description": "Akyishigal magically teleports, along with any equipment he is wearing or carrying, up to 120 feet to an unoccupied space he can see."
                },
                {
                    "name": "Skitter (Costs 2 Actions)",
                    "description": "Akyishigal moves up to half his speed and makes one Claw attack. This movement doesn’t provoke opportunity attacks."
                },
                {
                    "name": "Cast a Spell (Costs 2 Actions)",
                    "description": "Akyishigal uses Spellcasting."
                }
            ],
            "reactions": [],
            "legendary_desc": "Akyishigal 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. Akyishigal regains spent legendary actions at the start of his turn.",
            "legendary_actions": [
                {
                    "name": "Teleport",
                    "description": "Akyishigal magically teleports, along with any equipment he is wearing or carrying, up to 120 feet to an unoccupied space he can see."
                },
                {
                    "name": "Skitter (Costs 2 Actions)",
                    "description": "Akyishigal moves up to half his speed and makes one Claw attack. This movement doesn’t provoke opportunity attacks."
                },
                {
                    "name": "Cast a Spell (Costs 2 Actions)",
                    "description": "Akyishigal uses Spellcasting."
                }
            ],
            "special_abilities": [
                {
                    "name": "Cloak of Swarms",
                    "description": "Akyishigal emits a cloud of flying, stinging insects from his mouth, eyes, and tears in his skin that spreads out in a 5-foot radius from him. At the start of each of his turns, Akyishigal chooses whether this cloak is active."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "description": "If Akyishigal fails a saving throw, he can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "description": "Akyishigal has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 75,
            "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/"
        },
        {
            "slug": "al-aeshma-genie",
            "desc": "_A savage parody of a djinni, an al-Aeshma’s lower half is composed of scorching winds and desert sand._  \n**Sand Djinnis.** The al-Aeshma are former djinn and share the same powers, albeit in a darker style. Their skin is black as pitch, and their whirlwind form includes much dust and sand. Only radiant or fire damage can slay them entirely—otherwise the desert sand flows to seal their wounds and reattach severed limbs.  \n**Obligation of Wishes.** Granting three wishes to a mortal is a sacred and serious obligation among the genies, referred to as being wishbound. The Lords of Air mandate this as celestial law, and many believe that a djinni cannot refuse to grant a wish. Certainly the consequences of disobedience are dire.  \nThose djinn who decline to grant a wish, for any reason, are stripped of their wish power and handed to efreeti for 1,001 years of torture and debasement. Those that survive are banished to wander the Material Plane.  \n**Unforgiven.** No al-Aeshma has ever been forgiven. Their punishment drives them mad, and makes them anything but contrite. Al-Aeshma are a feral, mocking scourge to all other genies, even efreeti, for they know many secrets and their hearts lust for revenge.",
            "name": "Al-Aeshma Genie",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 172,
            "hit_dice": "15d10+90",
            "speed": {
                "hover": true,
                "walk": 30,
                "fly": 90
            },
            "strength": 21,
            "dexterity": 15,
            "constitution": 22,
            "intelligence": 15,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning, thunder",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "Auran, Common, Ignan",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The al-Aeshma makes three scimitar attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage, plus 3 (1d6) necrotic damage.",
                    "attack_bonus": 9,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Dust Devil",
                    "desc": "A 5-foot-radius, 30-foot-tall cylinder of sand magically forms on a point the al-Aeshma can see within 120 feet of it. The dust devil lasts as long as the al-Aeshma maintains concentration (as if a spell). Any creature but the al-Aeshma that enters the dust devil must succeed on a DC 18 Strength saving throw or be restrained by it; any number of creatures may be restrained this way. At the start of a restrained creature's turn, it takes 7 (2d6) slashing damage plus 7 (2d6) necrotic damage. The al-Aeshma can move the dust devil up to 60 feet as an action; restrained creatures move with it. The dust devil ends if the al-Aeshma loses sight of it. A creature can use its action to free a creature restrained by the dust devil, including itself, by making a DC 18 Strength check. If the check succeeds, it moves to the nearest space outside the dust devil."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Air Hatred",
                    "desc": "The al-Aeshma has advantage on attack rolls against airborne opponents."
                },
                {
                    "name": "Bound",
                    "desc": "The al-Aeshma must always be anchored to the earth. Even in gaseous form or sandstorm form, part of it must always touch the ground. The al-Aeshma's maximum altitude while flying is 50 ft. If it is not touching, it loses its immunities and gains vulnerability to lightning and thunder."
                },
                {
                    "name": "Elemental Demise",
                    "desc": "When an al-Aeshma dies, its body disintegrates into a swirling spray of coarse sand, leaving behind equipment it was wearing or carrying."
                },
                {
                    "name": "Ill Wind",
                    "desc": "As a bonus action when in gaseous form, the al-Aeshma can befoul its space with a choking scent. When the al-Aeshma moves through another creature's space in gaseous form, the creature must succeed on a DC 18 Constitution saving throw or be incapacitated until the end of its next turn. Ill Wind lasts until the al-Aeshma leaves gaseous form or chooses to end the ability as a bonus action."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the al-Aeshma's innate spellcasting ability is Charisma (spell save DC 17). It can innately cast the following spells, requiring no material components:\n\nat will: detect evil and good, detect magic, thunderwave\n\n3/day each: destroy food and water (as create food and water, but makes food and drink unpalatable), tongues, wind walk\n\n1/day each: creation, gaseous form, insect plague, invisibility, major image"
                },
                {
                    "name": "Regeneration",
                    "desc": "The al-Aeshma regains 10 hit points at the start of its turn. If it takes fire or radiant damage, this trait doesn't function at the start of its next turn. The al-Aeshma dies only if it starts its turn at 0 hit points and doesn't regenerate."
                }
            ],
            "spell_list": [],
            "page_no": 211,
            "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/"
        },
        {
            "slug": "al-aeshmagenie-tob1-2023",
            "desc": "False",
            "name": "Al-Aeshma Genie",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 149,
            "hit_dice": "13d10 + 78",
            "speed": {
                "walk": 90,
                "fly": 30
            },
            "strength": 21,
            "dexterity": 15,
            "constitution": 22,
            "intelligence": 15,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "lightning, thunder",
            "condition_immunities": "False",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "Auran, Common, Ignan",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Scimitar",
                    "description": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage plus 7 (2d6) necrotic damage."
                },
                {
                    "name": "Dust Devil",
                    "description": "The al-aeshma creates a swirling dust devil centered on a point it can see within 120 feet of it. The dust devil appears in the shape of a cylinder that is 30 feet tall with a 5-foot radius. Each creature in the area and each creature that enters the area for the first time on a turn or starts its turn there must succeed on a DC 17 Strength saving throw or be restrained. While restrained, a creature takes 7 (2d6) slashing damage and 7 (2d6) necrotic damage at the start of each of the al-aeshma’s turns. A creature, including a restrained creature, can take an action to free the restrained creature by succeeding on a DC 17 Strength check."
                },
                {
                    "name": "Spellcasting",
                    "description": "The al-aeshma casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 17):\nAt will: detect magic\n3/day each: create or destroy water (destroy only), wind walk (as an action)\n1/day each: gaseous form, invisibility"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Air Hatred",
                    "description": "The al-aeshma has advantage on attack rolls against creatures that are flying."
                },
                {
                    "name": "Earth Bound",
                    "description": "The al-aeshma is anchored to the earth and can’t fly far from it. The al-aeshma can’t willingly fly more than 30 feet above the ground. If it starts its turn more than 30 feet away from the ground, it loses its damage immunities and is vulnerable to lightning and thunder damage until it starts its turn within 30 feet of the ground."
                },
                {
                    "name": "Elemental Demise",
                    "description": "When an al-aeshma dies, its body disintegrates into a swirling spray of coarse sand, leaving behind only equipment it was wearing or carrying."
                },
                {
                    "name": "Regeneration",
                    "description": "The al-aeshma regains 10 hp at the start of its turn. If it takes fire or radiant damage, this trait doesn’t function at the start of the al-Aeshma’s next turn. The al-aeshma dies only if it starts its turn at 0 hp and doesn’t regenerate."
                }
            ],
            "spell_list": [],
            "page_no": 197,
            "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/"
        },
        {
            "slug": "ala",
            "desc": "_Alas are born from galls that grow on treant trunks. Within this parasitic pocket, an ala sickens the treant and consumes its life force. When the treant dies, the ala is born in a black whirlwind._  \n**Daughters of the Whirlwind.** Alas have windblown hair and wear smoky black rags, but their true form is that of a whirlwind, which can always be seen by šestaci, those men and women with six digits on each hand. In flight or in battle, an ala takes on a form with the upper body of a hag and a whirling vortex of air in place of hips and legs. When an ala enters a house in human form, the whole building groans in protest, as if it had been struck by a powerful stormwind.  \nAlas live in the hollows of trees that were struck by lightning. They are most active when thunder rocks the forest, and when they travel hail or thunderstorms spawn around them.  \n**Enormous Appetites.**The huge-mouthed alas have voracious appetites. In the wild, they devour wolves, bears, and badgers. They prefer to hunt in settled areas, however, because they favor the taste of innocents above all else. Unsavory tribes of savage humanoids may beg an ala’s favor (or divert its wrath) with gifts of bound captives.  \n**Energized by Storms.** In battle, an ala is constantly on the move, weaving between foes like the wind. It tears at its foes with claws and a poisonous bite, or throws wicked lightning bolts and hailstorms from afar. Woe betides the hero who confronts an ala while a storm rages overhead, because such storms energize the ala and make its lightning stronger. Because alas wield lightning with such mastery, some sages associate them with the god of lightning.",
            "name": "Ala",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d8+60",
            "speed": {
                "walk": 30,
                "fly": 40
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "athletics": 8,
                "perception": 9,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning, poison, thunder",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 19",
            "languages": "Common, Draconic",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ala makes two claw attacks or one claw and one bite attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 10 (1d10 + 5) piercing damage, and the target must succeed on a DC 16 saving throw or take 10 (3d6) poison damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Lightning's Kiss (Recharge 5-6)",
                    "desc": "One target within 50 feet must make a DC 16 Dexterity saving throw. It takes 28 (8d6) lightning damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The ala doesn't provoke an opportunity attack when it flies out of an enemy's reach."
                },
                {
                    "name": "Poison Flesh",
                    "desc": "The ala's poison infuses its flesh. A creature that makes a successful bite attack against an ala must make a DC 16 Constitution saving throw; if it fails, the creature takes 10 (3d6) poison damage."
                },
                {
                    "name": "Storm's Strength",
                    "desc": "If an electrical storm is raging around an ala and its target, the saving throw against Lightning's Kiss is made with disadvantage."
                }
            ],
            "spell_list": [],
            "page_no": 13,
            "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/"
        },
        {
            "slug": "ala-tob1-2023",
            "desc": "False",
            "name": "Ala",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d8 + 60",
            "speed": {
                "walk": 40,
                "fly": 30
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 19,
            "skills": {
                "Athletics": 8,
                "Perception": 9,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "lightning, poison, thunder",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 19",
            "languages": "Common, Draconic",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "description": "The ala makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "description": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage plus 7 (2d6) poison damage."
                },
                {
                    "name": "Claw",
                    "description": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) slashing damage plus 7 (2d6) poison damage."
                },
                {
                    "name": "Lightning’s Kiss (Recharge 5–6)",
                    "description": "The ala launches a bolt of lightning at up to three targets it can see within 30 feet of it. Each target must make a DC 16 Dexterity saving throw, taking 28 (8d6) lightning 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": "Flyby",
                    "description": "The ala doesn’t provoke an opportunity attack when it flies out of an enemy’s reach."
                },
                {
                    "name": "Poisonous Flesh",
                    "description": "The ala’s poison infuses its flesh. A creature that touches the ala or hits it with a melee attack while within 5 feet of it takes 7 (2d6) poison damage."
                },
                {
                    "name": "Storm’s Strength",
                    "description": "If the ala is outside and an electrical storm is within 1 mile of it, creatures have disadvantage on their saving throws against the ala’s Lightning’s Kiss."
                }
            ],
            "spell_list": [],
            "page_no": 13,
            "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/"
        },
        {
            "slug": "alabaster-tree",
            "desc": "",
            "name": "Alabaster Tree",
            "size": "Huge",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "10d12+40",
            "speed": {
                "walk": 10
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "radiant",
            "condition_immunities": "stunned",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 15",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "desc": "The alabaster tree makes two slam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d4+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 12 (3d4 + 5) bludgeoning damage plus 4 (1d8) radiant damage and the creature is grappled (escape DC 16).",
                    "name": "Slam"
                },
                {
                    "desc": "The alabaster tree makes one slam attack against a Large or smaller target it is grappling. If the attack hits, the target is engulfed in razor-sharp leaves, and the grapple ends. While engulfed, the target is blinded and restrained, it has total cover against attacks and other effects outside of the leaves, and it takes 13 (3d8) slashing damage at the start of each of the alabaster tree's turns. An alabaster tree can have only one creature engulfed at a time.\n\nIf the alabaster tree takes 15 damage or more on a single turn from the engulfed creature, the alabaster tree must succeed on a DC 14 Constitution saving throw at the end of that turn or release the creature in a shower of shredded leaves. The released creature falls prone in a space within 10 feet of the alabaster tree. If the alabaster tree dies, an engulfed creature is no longer restrained by it and can escape from the leaves and branches by using an action to untangle itself.",
                    "name": "Serrated Squeeze (Willow Only)"
                },
                {
                    "desc": "One Large or smaller object held or creature grappled by the alabaster tree is thrown up to 40 feet in a random direction and knocked prone. If a thrown target strikes a solid surface, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 15 Dexterity saving throw or take the same damage and be knocked prone.",
                    "name": "Toss (Oak Only)"
                },
                {
                    "desc": "The alabaster tree fires a cloud of sharp needles at all creatures within 30 feet of it. Each creature in that area must make a DC 15 Dexterity saving throw, taking 18 (4d8) piercing damage on a failed save, or half as much damage on a successful one.",
                    "name": "Cloud of Needles (Recharge 5-6, Pine Only)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the alabaster tree moves up to five times its speed, leaving a trail of difficult terrain behind it.",
                    "name": "Churning Advance (3/Day)"
                },
                {
                    "desc": "Hallowed reeds within 60 feet of an alabaster tree have advantage on saving throws.",
                    "name": "Foster the Grasses"
                },
                {
                    "desc": "The alabaster tree knows if a creature within 60 feet of it is good-aligned or not.",
                    "name": "Like Calls to Like"
                },
                {
                    "desc": "A good-aligned creature who takes a short rest within 10 feet of an alabaster tree gains all the benefits of a long rest.",
                    "name": "Soul's Respite"
                }
            ],
            "spell_list": [],
            "page_no": 302,
            "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/"
        },
        {
            "slug": "alabroza",
            "desc": "",
            "name": "Alabroza",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "10d6+10",
            "speed": {
                "walk": 10,
                "fly": 50
            },
            "strength": 14,
            "dexterity": 15,
            "constitution": 13,
            "intelligence": 4,
            "wisdom": 15,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "understands Abyssal but can’t speak",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Talons attacks or one Talons attack and one Draining Fangs attack."
                },
                {
                    "name": "Draining Fangs",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one creature,. 6 (1d8+2) piercing damage and the alabroza attaches to the target. While attached the alabroza doesn’t attack. Instead at the start of each of the alabroza’s turns the target loses 6 (1d8+2) hp due to blood loss. The alabroza can detach itself by spending 5 ft. of its movement. It does so after the target is reduced to 0 hp. A creature including the target can use its action to detach the alabroza."
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one creature,. 5 (1d6+2) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bloodthirsty",
                    "desc": "An alabroza must drink at least 1 pint of fresh blood or milk every 24 hrs or it suffers one level of exhaustion. Each pint of blood or milk the alabroza drinks removes one level of exhaustion."
                }
            ],
            "spell_list": [],
            "page_no": 13,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "alabroza-bloodfiend",
            "desc": "",
            "name": "Alabroza, Bloodfiend",
            "size": "Small",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 72,
            "hit_dice": "16d6+16",
            "speed": {
                "walk": 10,
                "fly": 50
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 13,
            "intelligence": 9,
            "wisdom": 15,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning, poison",
            "damage_immunities": "",
            "condition_immunities": "charmed",
            "senses": "darkvision 60', passive Perception 15",
            "languages": "Abyssal, Common, Infernal",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "3 Broomsticks 2 Talons or 1 Beak and 1 Talons."
                },
                {
                    "name": "Beak (Fiend Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one creature,. 12 (2d8+3) piercing damage and attaches to target. While attached doesn’t attack. Instead at start of each of its turns target: 12 (2d8+3) hp to blood loss. Can detach itself via 5 ft. of its move. It does so after target is reduced to 0 hp. Creature including target can use action to detach it via DC 13 Str."
                },
                {
                    "name": "Talons (Fiend Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 10 (2d6+3) piercing damage."
                },
                {
                    "name": "Broomstick (Humanoid Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 7 (1d8+3) bludgeoning damage."
                },
                {
                    "name": "Hypnotic Gaze",
                    "desc": "Fixes its gaze on one creature it can see within 10 ft. of it. Target: DC 12 Wis save or charmed 1 min. While charmed creature is incapacitated has speed 0 and refuses to remove attached alabroza. Charmed creature can re-save at end of each of its turns success ends effect on itself. If a creature’s save is successful creature immune to this for next 24 hrs."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 12) no material components: At will: minor illusion3/day ea: detect thoughts suggestion"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Transforms into Med humanoid Small mist cloud or back into true bird-like fiend form. Other than size and speed stats are same in each form with mist form exceptions. Items worn/carried not transformed. Reverts on death. Mist form: can’t take any actions speak or manipulate objects resistance to nonmagical damage. Weightless fly speed 20' can hover can enter hostile creature’s space and stop there. If air can pass through a space mist can with o squeezing but can’t pass through water."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bloodthirsty",
                    "desc": "Must drink 1+ pint of fresh blood or milk every 24 hrs or suffers one level of exhaustion. Each pint it drinks removes one level."
                }
            ],
            "spell_list": [],
            "page_no": 13,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "alazai",
            "desc": "",
            "name": "Alazai",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 149,
            "hit_dice": "13d10+78",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 15,
            "constitution": 22,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire, poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "darkvision 120', passive Perception 13",
            "languages": "Ignan",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Burning Slams or three Hurl Flames."
                },
                {
                    "name": "Burning Slam",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 14 (2d8+5) bludgeoning damage + 11 (2d10) fire. If target is creature/flammable object ignites. Until action used to douse fire target: 5 (1d10) fire at start of each of its turns."
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +9 to hit, 120 ft., one target, 19 (4d6+5) fire."
                },
                {
                    "name": "Scorching Aura (Recharge 6)",
                    "desc": "Increases power of its inner fire causing metal weapons and armor to burn red-hot. Each creature within 30' of it in physical contact with manufactured metal object (ex: metal weapon suit of heavy or medium metal armor): 22 (5d8) fire and must make DC 16 Con save or drop object if it can. If it doesn’t drop object (or take off armor) has disadvantage on attacks and ability checks until start of alazai’s next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Conditional Invisibility",
                    "desc": "Is invisible in most situations. The following situations reveal its location and enough of its form that attacks vs. it don’t have disadvantage while the situation lasts:In temperatures lower than 50 degrees Fahrenheit or for 1 round after it takes cold: its natural heat outlines it in steam.Darkness: its burning eyes shine visibly marking its location."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "Doesn’t require air food drink or sleep."
                },
                {
                    "name": "Fire Form",
                    "desc": "Can move through a space as narrow as 1 inch wide with o squeezing. A creature that touches it or hits it with melee attack while within 5 ft. of it takes 4 (1d8) fire."
                },
                {
                    "name": "Iron Disruption",
                    "desc": "Struck by a cold iron weapon becomes visible and can’t use Hurl Flame or Scorching Aura until start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 15,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "albino-death-weasel",
            "desc": "",
            "name": "Albino Death Weasel",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "6d10+12",
            "speed": {
                "burrow": 30,
                "walk": 50
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 4,
            "wisdom": 15,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) slashing damage. The target is also grappled (escape DC 13) if it is a Medium or smaller creature and the albino weasel isn't already grappling a creature. Until this grapple ends, the target is restrained and the albino death weasel can't claw another target.",
                    "name": "Claw"
                },
                {
                    "desc": "The weasel unleashes a spray of foul musk in a 20-foot cone. Each creature in that area must succeed on a DC 12 Constitution saving throw or be poisoned 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.",
                    "name": "Musk Spray (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The weasel has advantage on Wisdom (Perception) checks that rely on hearing or smell.",
                    "name": "Keen Hearing and Smell"
                },
                {
                    "desc": "If the weasel moves at least 20 feet straight toward a creature and then hits it with a claw attack on the same turn, that target must succeed on a DC 13 Strength saving throw or be knocked prone. If the target is prone, the weasel can make one bite attack against it as a bonus action.",
                    "name": "Pounce"
                }
            ],
            "spell_list": [],
            "page_no": 374,
            "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/"
        },
        {
            "slug": "alchemical-apprentice",
            "desc": "",
            "name": "Alchemical Apprentice",
            "size": "Small",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 11,
            "armor_desc": "natural armor",
            "hit_points": 63,
            "hit_dice": "14d6+14",
            "speed": {
                "climb": 10,
                "walk": 10
            },
            "strength": 13,
            "dexterity": 6,
            "constitution": 13,
            "intelligence": 16,
            "wisdom": 6,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, poison",
            "damage_immunities": "",
            "condition_immunities": "blinded, charmed, deafened, frightened, poisoned, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 8",
            "languages": "understands Common but can't speak, telepathy 10 ft.",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "attack_bonus": 3,
                    "damage_dice": "2d8+1",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 10 (2d8 + 1) bludgeoning damage.",
                    "name": "Pseudopod"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "3d6",
                    "desc": "Ranged Spell Attack: +5 to hit, range 60 ft., one target. Hit: 10 (3d6) acid, cold, fire, or poison damage.",
                    "name": "Magical Burble"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ooze can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Amorphous"
                },
                {
                    "desc": "The ooze can absorb any potion, oil, tincture, or alchemical draught that touches it, choosing to be affected by the substance or to nullify it.",
                    "name": "Absorb Potion"
                },
                {
                    "desc": "These oozes don't fare well in sunlight and don't easily endure the rigors of travel. The creature dies if it is directly exposed to sunlight for more than 1 minute. Each day it is more than 1 mile from its “birth” place, the ooze must succeed on a DC 12 Constitution saving throw or die.",
                    "name": "Perishable"
                },
                {
                    "desc": "The alchemical apprentice can produce one common potion, oil, tincture, or alchemical draught each day. If no creature is there to bottle, or otherwise collect, the substance when it is produced, it trickles away and is wasted.",
                    "name": "Produce Potion (1/Day)"
                }
            ],
            "spell_list": [],
            "page_no": 281,
            "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/"
        },
        {
            "slug": "alchemical-golem",
            "desc": "",
            "name": "Alchemical Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 147,
            "hit_dice": "14d10+70",
            "speed": {
                "walk": 20
            },
            "strength": 18,
            "dexterity": 7,
            "constitution": 21,
            "intelligence": 7,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning",
            "damage_immunities": "poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "desc": "The golem makes two slam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d8+4",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "name": "Slam"
                },
                {
                    "desc": "The golem exhales poisonous fumes in a 30-foot cone. Each creature in that area must make a DC 16 Dexterity saving throw, taking 31 (9d6) poison damage on a failed save, or half as much damage on a successful one.",
                    "name": "Poison Breath (Brimstone Infusion Only; Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Syringes on the golem's back pierce its silver hide and infuse it with a powerful admixture. At the start of its turn, the alchemical golem can select one of the following infusions. Each infusion lasts until the start of its next turn. The golem can't use multiple infusions at once.\nBrimstone: The golem takes 7 (2d6) necrotic damage when it activates this infusion. The golem can breathe poison as an action. In addition, any creature that starts its turn within 5 feet of the golem must succeed on a DC 16 Constitution saving throw or be poisoned until the start of the creature's next turn.\nQuicksilver: The golem takes 14 (4d6) necrotic damage when it activates this infusion. The golem's silver hide turns to shifting quicksilver, increasing its speed to 40 feet and granting it resistance to damage to which it is not already immune. l\nSalt: The golem takes 17 (5d6) necrotic damage when it activates this infusion. The golem's silver hide is covered with salt crystals, increasing its AC by 3. The golem's slam attacks deal an extra 14 (4d6) piercing damage and the ground within 20 feet of the golem becomes difficult terrain for 1 hour. A creature can force an adamantine syringe into the golem's body with a successful DC 25 Strength check while grappling the golem, nullifying its current infusion and dealing 35 (10d6) piercing damage to it.",
                    "name": "Alchemical Infusion"
                },
                {
                    "desc": "Whenever the golem takes acid, cold, fire, or lightning damage, all creatures within 20 feet of the golem must make a DC 16 Dexterity saving throw, taking damage equal to the damage the golem took on a failed save, or half as much damage on a successful one.",
                    "name": "Elemental Expulsion"
                },
                {
                    "desc": "The golem is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The golem has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The golem's weapon attacks are magical.",
                    "name": "Magic Weapons"
                }
            ],
            "spell_list": [],
            "page_no": 192,
            "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/"
        },
        {
            "slug": "alchemical-skunk",
            "desc": "The large skunk waddles forward, sniffing at a spilled potion. As a sound nearby startles it, the skunk raises its tail, and the stripes on its back change color._  \n**Magical Prank.** The unfortunate result of a magic school prank, alchemical skunks were created when an ordinary skunk was forced to drink a combination of potions. Despite their larger size, alchemical skunks still look and act like ordinary skunks, except for the ever-changing color of the stripes on their backs. Experienced foresters know that the colors on the alchemical skunk’s back indicate which magical malady the creature is about to spray and do their best to avoid aggravating these dangerous creatures.  \n**Laboratory Pests.** Alchemical skunks forage the same as their nonmagical kin, but they are also regularly found scavenging the waste of alchemical laboratories. They enjoy feasting on potions and potion components, much to the dismay of alchemists and adventurers alike.",
            "name": "Alchemical Skunk",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 66,
            "hit_dice": "12d6+24",
            "speed": {
                "burrow": 10,
                "walk": 30
            },
            "strength": 13,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 10 ft., passive Perception 13",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The alchemical skunk uses its Alchemical Spray. It then makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d4+3"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                },
                {
                    "name": "Alchemical Spray",
                    "desc": "The alchemical skunk raises its tail and sprays an alchemical mixture. The skunk is immune to its own spray effects and to the spray effects of other alchemical skunks. Roll a d6 to determine the skunk’s spray.\n1. Pleasant Mist. The skunk produces a rosy mist. Each creature within 10 feet of the skunk must succeed on a DC 13 Charisma saving throw or be charmed until the end of its next turn.\n2. Shrinking Cloud. The skunk releases a yellow gas. Each creature in a 15-foot cone must succeed on a DC 13 Constitution saving throw or be reduced as if targeted by the enlarge/reduce spell 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.\n3. Laughing Gas. The skunk emits a sparkling orange cloud. Each creature in a 15-foot cone must succeed on a DC 13 Wisdom saving throw or become incapacitated as it laughs 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.\n4. Blinding Spray. The skunk shoots a stream of a green fluid. Each creature in a line that is 30 feet long and 5 feet wide must succeed on a DC 13 Dexterity saving throw or be blinded for 1 minute, or until the creature uses an action to wipe its eyes.\n5. Sleeping Fog. The skunk sprays a sweet-smelling blue fog. Each creature within 10 feet of the skunk must succeed on a DC 13 Constitution saving throw or fall unconscious for 1 minute. The creature wakes up if it takes damage or if another creature takes an action to shake it awake.\n6. Poison Fog. The skunk excretes a foul-smelling purple fog around itself until the start of its next turn. Each creature that starts its turn within 20 feet of the skunk must succeed on a DC 13 Constitution saving throw or be poisoned until the start of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The alchemical skunk has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The alchemical skunk has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 13,
            "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/"
        },
        {
            "slug": "alchemist-a5e",
            "desc": "",
            "name": "Alchemist",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 19,
            "wisdom": 14,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 7,
                "investigation": 7,
                "nature": 7,
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, poison",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 15",
            "languages": "any four",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The alchemist attacks twice with their dagger."
                },
                {
                    "name": "Dagger",
                    "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": "Bomb (3/Day)",
                    "desc": "The alchemist lobs a bomb at a point they can see within 80 feet. Upon impact  the bomb explodes in a 10-foot radius. Creatures in the area make a DC 15 Dexterity saving throw  taking 24 (7d6) fire damage on a failure or half damage on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Alter Bomb",
                    "desc": "The alchemist quickly swaps reagents to change the damage dealt by their next bomb to acid, cold, lightning, poison, or thunder."
                },
                {
                    "name": "Potion",
                    "desc": "The alchemist drinks or administers a potion."
                }
            ],
            "reactions": [
                {
                    "name": "Desperate Drink (1/Day",
                    "desc": "When the alchemist is dealt damage, they drink a potion."
                },
                {
                    "name": "Alchemists brew concoctions with potent magical and chemical properties",
                    "desc": "Some alchemists perform dangerous experiments to perfect new alchemical recipes, while others fabricate guardians and other constructs in pursuit of the creation of life itself."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Alchemy Schooling",
                    "desc": "The alchemist gains their proficiency bonus and an expertise die (+1d6) on checks made with alchemists supplies."
                },
                {
                    "name": "Crafting",
                    "desc": "So long as the alchemist has the required components and equipment, they are able to craft potions of up to legendary rarity and other magic items of up to very rare rarity."
                },
                {
                    "name": "Potion Crafter",
                    "desc": "The alchemist has the following potions on hand:"
                },
                {
                    "name": "Potion of climbing: For 1 hour, the drinker gains a climb speed equal to its Speed and has advantage on Athletics checks made to climb",
                    "desc": ""
                },
                {
                    "name": "Potion of greater healing (3): Restores 14 (4d4 + 4) hit points",
                    "desc": ""
                },
                {
                    "name": "Potion of superior healing: Restores 28 (8d4 + 8) hit points",
                    "desc": ""
                },
                {
                    "name": "Potion of water breathing: For 1 hour, the drinker can breathe underwater",
                    "desc": ""
                }
            ],
            "spell_list": [],
            "page_no": 466,
            "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"
        },
        {
            "slug": "alchemist-archer",
            "desc": "",
            "name": "Alchemist Archer",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "elf",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 17,
            "armor_desc": "studded leather",
            "hit_points": 135,
            "hit_dice": "18d8+54",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 18,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": 4,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 8,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6,
                "stealth": 9,
                "survival": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Common, Elvish",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "desc": "The alchemist archer makes three longbow attacks or two scimitar attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "1d6+5",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) slashing damage.",
                    "name": "Scimitar"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "1d8+5",
                    "desc": "Ranged Weapon Attack: +9 to hit, range 150/600 ft., one target. Hit: 9 (1d8 + 5) piercing damage.",
                    "name": "Longbow"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the archer attaches an alchemy tube to the shaft of one arrow before firing its longbow. On a successful hit, the alchemy tube shatters and does one of the following:\nConcussive. The target takes an extra 18 (4d8) thunder damage and must succeed on a DC 16 Strength saving throw or be knocked prone.\nEntangling. The target takes an extra 18 (4d8) acid damage and is restrained by sticky, alchemical goo. As an action, the restrained target can make a DC 16 Strength check, bursting through the goo on a success. The goo can also be attacked and destroyed (AC 10; hp 5; immunity to piercing, slashing, poison, and psychic damage).\nExplosive. The target takes an extra 18 (4d8) fire damage and catches on fire, taking 7 (2d6) fire damage at the start of each of its turns. The target can end this damage by using its action to make a DC 16 Dexterity check to extinguish the flames.",
                    "name": "Alchemical Arrows"
                },
                {
                    "desc": "The archer has advantage on saving throws against being charmed, and magic can't put the archer to sleep.",
                    "name": "Fey Ancestry"
                },
                {
                    "desc": "Once per turn, when the archer makes a ranged attack with its longbow and hits, the target takes an extra 28 (8d6) damage.",
                    "name": "Hunter's Aim"
                }
            ],
            "spell_list": [],
            "page_no": 141,
            "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/"
        },
        {
            "slug": "alchemist-tob1-2023",
            "desc": "False",
            "name": "Alchemist",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Neutral",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 44,
            "hit_dice": "8d6 + 16",
            "speed": {
                "walk": 30
            },
            "strength": 7,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 16,
            "wisdom": 9,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "Arcana": 5,
                "Medicine": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "Common, Draconic",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "description": "The kobold makes two Alchemical Dagger or Alchemical Bolt attacks."
                },
                {
                    "name": "Alchemical Dagger",
                    "description": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage plus 3 (1d6) damage of the type determined by Apothecary."
                },
                {
                    "name": "Alchemical Bolt",
                    "description": "Ranged Spell Attack: +5 to hit, range 60 ft., one target. Hit: 10 (2d6 + 3) damage of the type determined by Apothecary."
                },
                {
                    "name": "Alchemical Vapors (Recharge 6)",
                    "description": "The kobold alchemist releases alchemical vapors pleasing to draconic senses and unpleasant to all others. Each creature that isn’t a dragonborn or kobold within 15 feet of the alchemist must make a DC 13 Constitution saving throw, taking 17 (5d6) poison damage on a failed save, or half as much damage on a successful one. Each dragonborn and kobold within 15 feet of the alchemist has resistance to damage of the type determined by Apothecary for 1 minute."
                },
                {
                    "name": "Explosive Flask (Recharge 5–6)",
                    "description": "The kobold alchemist throws a flask of volatile substances at a point it can see within 30 feet of it. The flask explodes, and each creature within 15 feet of that point must make a DC 13 Dexterity saving throw. On a failure, a creature takes 14 (4d6) damage of the type determined by Apothecary and is poisoned for 1 minute. On a success, a creature takes half the damage and isn’t poisoned. A poisoned 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": "Apothecary",
                    "description": "At the start of each of the kobold alchemist’s turns, the alchemist chooses one of the following damage types: acid, cold, fire, lightning, or poison. The alchemist has resistance to that damage type until the start of its next turn."
                },
                {
                    "name": "Pack Tactics",
                    "description": "The kobold has advantage on attack rolls against a creature if at least one of the kobold’s allies is within 5 feet of the creature and the ally isn’t incapacitated."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "description": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 244,
            "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/"
        },
        {
            "slug": "alehouse-drake",
            "desc": "_This plump little creature reclines with a dazed look in its eyes and the suggestion of a grin on its fanged jaws._  \n**Scaled Barflies.** Alehouse drakes squat in busy bars, rowdy taverns, and bustling inns. A bane or savior to every bartender and innkeeper, alehouse drakes enjoy pushing patrons’ emotions, driving crowds to ecstatic cheers or bloody bar fights.  \nAlehouse drakes make their homes in cities and towns, though older drakes settle down in roadside coaching inns. In the former situations, they are often troublemakers or pranksters, but in the latter circumstances, they usually befriend the proprietor and help manage flared tempers and weepy drinkers in return for living space and a generous tab.  \n**Relentless Gossips.** Alehouse drakes gossip endlessly. Perched in hiding places throughout busy taverns, they overhear many stories, and often trade in information, making them good sources for news about town. More devious and ill-mannered alehouse drakes resort to blackmail, but usually only to secure a comfortable spot in their chosen tavern.  \n**Family Heirlooms.** Alehouse drakes are one to two feet long on average and weigh about eighteen lb. with a plump belly. Their scales are deep amber with cream or white highlights, and they possess glittering, light-colored eyes. The oldest recorded alehouse drake lived just past 400 years—some are quite beloved by innkeeping families, and treated bit like family heirlooms.",
            "name": "Alehouse Drake",
            "size": "Tiny",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 65,
            "hit_dice": "10d4+40",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 7,
            "dexterity": 16,
            "constitution": 19,
            "intelligence": 11,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 5,
                "insight": 3,
                "persuasion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "paralyzed, unconscious",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Draconic",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d4"
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "An alehouse drake can burp a cloud of intoxicating gas in a 15-foot cone. A creature caught in the cloud becomes poisoned for 1 minute and must make a successful DC 14 Constitution saving throw or become stunned for 1d6 rounds."
                },
                {
                    "name": "Discombobulating Touch",
                    "desc": "An alehouse drake can make a touch attack that grants its target +3 to Dexterity-based skill checks and melee attacks but also induces confusion as per the spell. This effect lasts for 1d4 rounds. A successful DC 13 Charisma saving throw negates this effect."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the drake's innate casting ability is Charisma (spell save DC 13, +5 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nat will: friends, vicious mockery\n\n5/day each: calm emotions, dissonant whispers, ray of sickness, hideous laughter\n\n3/day each: confusion, invisibility"
                },
                {
                    "name": "Forgetful Spellcasting",
                    "desc": "When a creature fails an Intelligence, Wisdom, or Charisma saving throw against a spell cast by an alehouse drake, the creature immediately forgets the source of the spellcasting."
                }
            ],
            "spell_list": [],
            "page_no": 148,
            "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/"
        },
        {
            "slug": "alehousedrake-tob1-2023",
            "desc": "False",
            "name": "Alehouse Drake",
            "size": "Tiny",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "10d4 + 20",
            "speed": {
                "walk": 60,
                "fly": 30
            },
            "strength": 7,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 11,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Deception": 5,
                "Insight": 3,
                "Persuasion": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Draconic",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Claw",
                    "description": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage."
                },
                {
                    "name": "Discombobulating Bite",
                    "description": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage, and if the target is a creature, it must succeed on a DC 13 Charisma saving throw or be discombobulated until the end of its next turn. A discombobulated creature is incapacitated, and when it moves, it moves in a random direction."
                },
                {
                    "name": "Mocking Chortle",
                    "description": "Ranged Spell Attack: +5 to hit, range 60 ft., one creature. Hit: 7 (1d8 + 3) psychic damage."
                },
                {
                    "name": "Breath Weapon (Recharge 5–6)",
                    "description": "The drake uses one of the following breath weapons."
                },
                {
                    "name": "Dazing Breath",
                    "description": "The alehouse drake exhales sweet-smelling gas in a 30-foot cone. Each creature in that area must succeed on a DC 13 Charisma saving throw or become incapacitated for 1 minute. While incapacitated, the creature is indifferent about creatures that it is hostile toward within 50 feet of the drake. If the creature is attacked, harmed by a spell, or witnesses any of its allies being harmed, it is no longer indifferent but remains incapacitated. The incapacitated creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Intoxicating Breath",
                    "description": "The alehouse drake burps intoxicating gas in a 15-foot cone. Each creature in the area must make a DC 13 Constitution saving throw. On a failure, a creature takes 7 (2d6) poison damage and is poisoned for 1 minute. On a success, a creature takes half the damage and isn’t poisoned. A poisoned 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": [],
            "spell_list": [],
            "page_no": 138,
            "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/"
        },
        {
            "slug": "algorith",
            "desc": "_Sometimes called folding angels, algoriths are lawful beings made from sheer force, pure math, and universal physical laws._  \n**Creatures of Pure Reason.**They are the border guards of the Conceptual Realms, warding subjective beings from the Realms of the Absolute. Eternal, remorseless, and unceasingly vigilant, they guard against the monstrosities that lurk in the multiverse’s most obscure dimensions, and seek out and eliminate chaos even from the abodes of the gods.  \n**Foes of Chaos.**They visit mortal realms when chaos threatens to unravel a location, or when the skeins of fate are tangled. On some occasions, an algorith will serve a god of Law or answer the summons of a skein witch.  \nAlgoriths fight with conjured blades of force, and they can also summon universal energy that deconstructs randomness, weakening enemies or reducing them to finely ordered crystalline dust.  \n**Social but Mysterious.** In groups, they move and fight in silent coordination. Only tiny variations in the formulas etched into their skins identify one algorith from another. Five is a number of extreme importance to all algoriths, but few are willing (or able) to explain why to anyone who isn’t an algorith. Algoriths may have castes, ranks, or commanders, but no mortal has decoded the mathematical blazons adorning their flesh.The algoriths themselves refuse to discuss these formulas with those who do not comprehend them.  \n**Constructed Nature.** An algorith doesn’t require air, food, drink, or sleep.",
            "name": "Algorith",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d8+64",
            "speed": {
                "walk": 40,
                "fly": 40
            },
            "strength": 21,
            "dexterity": 14,
            "constitution": 19,
            "intelligence": 13,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 8,
            "perception": 7,
            "skills": {
                "athletics": 9,
                "insight": 7,
                "investigation": 5,
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "Common, Celestial, Draconic, Infernal",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The algorith makes two logic razor attacks."
                },
                {
                    "name": "Logic Razor",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 31 (4d12 + 5) force damage.",
                    "attack_bonus": 9,
                    "damage_dice": "4d12"
                },
                {
                    "name": "Cone of Negation (Recharge 5-6)",
                    "desc": "An algorith can project a cone of null energy. Targets inside the 30 foot cone take 42 (12d6) force damage and suffer the effect of a dispel magic spell. A successful DC 16 Dexterity saving throw reduces the damage to half and negates the dispel magic effect on that target."
                },
                {
                    "name": "Reality Bomb (5/Day)",
                    "desc": "The algorith can summon forth a tiny rune of law and throw it as a weapon. Any creature within 30 feet of the square where the reality bomb lands takes 21 (6d6) force damage and is stunned until the start of the algorith's next turn. A target that makes a successful DC 16 Dexterity saving throw takes half damage and isn't stunned."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The algorith is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The algorith's innate spellcasting ability is Charisma (spell save DC 16). It can innately cast the following spells, requiring no material components:\n\nat will: aid, blur, detect magic, dimension door\n\n5/day each: dispel magic\n\n1/day: commune (5 questions), wall of force"
                }
            ],
            "spell_list": [],
            "page_no": 14,
            "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/"
        },
        {
            "slug": "algorith-tob1-2023",
            "desc": "False",
            "name": "Algorith",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 153,
            "hit_dice": "18d8 + 72",
            "speed": {
                "fly": 40
            },
            "strength": 21,
            "dexterity": 14,
            "constitution": 19,
            "intelligence": 13,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 8,
            "perception": 17,
            "skills": {
                "Athletics": 9,
                "Insight": 7,
                "Investigation": 5,
                "Perception": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "Common, Celestial, Draconic, Infernal",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Logic Razor",
                    "description": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 21 (3d10 + 5) force damage."
                },
                {
                    "name": "Cone of Negation (Recharge 5–6)",
                    "description": "The algorith projects null energy in a 30-foot cone. Each creature in the area must make a DC 16 Dexterity saving throw. On a failure, a creature takes 33 (6d10) force damage and any spell of 4th level or lower on the creature ends, as if it had been the target of a dispel magic spell. On a success, a creature takes half the damage and spells on it don’t end."
                },
                {
                    "name": "Reality Bomb (5/Day)",
                    "description": "The algorith summons and throws a tiny rune of law at a point it can see within 100 feet. The rune explodes on impact. Each creature within 30 feet of where the rune landed must make a DC 16 Dexterity saving throw. On a failure, a creature takes 27 (5d10) force damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn’t stunned."
                },
                {
                    "name": "Spellcasting",
                    "description": "The algorith casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 16): \nAt will: bless, detect magic, dimension door, dispel magic\n1/day each: commune (as an action), wall of force"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "description": "The algorith doesn’t require air, food, drink, or sleep."
                },
                {
                    "name": "Immutable Form",
                    "description": "The algorith is immune to any spell or effect that would alter its form."
                }
            ],
            "spell_list": [],
            "page_no": 14,
            "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/"
        },
        {
            "slug": "alke",
            "desc": "",
            "name": "Alke",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 50,
                "climb": 30
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 4,
            "wisdom": 13,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "petrified",
            "senses": "darkvision 60', passive Perception 16",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Beak attack and two Claws attacks."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 8 (1d8+4) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Piercing Roll (Recharge 4–6)",
                    "desc": "Tucks in its head and throws itself spikes first into nearby foes. Alke moves up to 25 ft. in a straight line and can move through space of any Med or smaller creature. The first time it enters a creature’s space during this move creature takes 14 (4d6) bludgeoning damage and 14 (4d6) piercing damage and is knocked prone (DC 15 Str half not knocked prone.)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Repelling Spikes",
                    "desc": "Adds 3 to its AC vs. one melee or ranged weapon attack that would hit it. To do so the alke must see the attacker and not be prone."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Back Spikes",
                    "desc": "Any Small or larger creature riding alke against its will: 14 (4d6) piercing damage (DC 15 Dex half)."
                },
                {
                    "name": "Keen Sight",
                    "desc": "Advantage: sight Wis (Percept) checks."
                },
                {
                    "name": "Pounce",
                    "desc": "If it moves 30'+ straight toward a creature and then hits it with Claws on the same turn that target: DC 15 Str save or be knocked prone. If target is prone alke can make one Beak attack vs. it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 16,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "alkonost",
            "desc": "",
            "name": "Alkonost",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 17,
            "hit_dice": "5d6",
            "speed": {
                "fly": 40,
                "walk": 20
            },
            "strength": 11,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 13,
            "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": "lightning",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) slashing damage.",
                    "name": "Claws"
                },
                {
                    "desc": "The alkonost sings a beautiful melody. Each creature within 30 feet of it that can hear the melody must succeed on a DC 12 Charisma saving throw or take 7 (2d6) lightning damage the next time it moves.",
                    "name": "Charged Melody (Recharge 6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "An alkonost is immune to the effects of magical and natural wind, including effects that would force it to move, impose disadvantage on Wisdom (Perception) checks, or force it to land when flying. In addition, its weapon attacks do an extra 2 (1d4) lightning damage if it is within 1 mile of a lightning storm.",
                    "name": "One with Wind"
                }
            ],
            "spell_list": [],
            "page_no": 12,
            "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/"
        },
        {
            "slug": "alligator",
            "desc": "",
            "name": "Alligator",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "speed": {
                "swim": 30,
                "walk": 20
            },
            "strength": 15,
            "dexterity": 10,
            "constitution": 13,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": 4,
            "dexterity_save": null,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage, and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained, and the alligator can’t bite another target.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The alligator can hold its breath for 15 minutes."
                }
            ],
            "spell_list": [],
            "page_no": 387,
            "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/"
        },
        {
            "slug": "alligator-turtle",
            "desc": "Alligator turtles are ornery reptiles, noted for their combative disposition while on land. Their necks are deceptively long and flexible, allowing them to strike a startlingly far distance with their beak-like jaws.",
            "name": "Alligator Turtle",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "speed": {
                "walk": 20,
                "swim": 30
            },
            "strength": 15,
            "dexterity": 12,
            "constitution": 13,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": 4,
            "dexterity_save": null,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 10 ft., one target. Hit: 5 (1d6 + 2) slashing damage and the target is grappled (escape DC 12). Until this grapple ends, the turtle can’t bite another target.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The turtle can hold its breath for 1 hour."
                }
            ],
            "spell_list": [],
            "page_no": 387,
            "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/"
        }
    ]
}