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

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

{
    "count": 2847,
    "next": "https://api-beta.open5e.com/v1/monsters/?format=api&ordering=-wisdom&page=2",
    "previous": null,
    "results": [
        {
            "slug": "fallen-solar-a5e",
            "desc": "",
            "name": "Fallen Solar",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 21,
            "armor_desc": "",
            "hit_points": 319,
            "hit_dice": "22d10+198",
            "speed": {
                "walk": 50,
                "fly": 150
            },
            "strength": 28,
            "dexterity": 22,
            "constitution": 28,
            "intelligence": 22,
            "wisdom": 30,
            "charisma": 30,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 0,
            "charisma_save": 17,
            "perception": null,
            "skills": {
                "athletics": 16,
                "history": 16,
                "insight": 17,
                "perception": 17,
                "religion": 17
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "radiant; damage from nonmagical weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 120 ft., Passive Perception 27",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The solar attacks twice with its holy sword."
                },
                {
                    "name": "Holy Sword",
                    "desc": "Melee Weapon Attack: +16 to hit  reach 10 ft.  one target. Hit: 23 (4d6 + 9) slashing damage plus 21 (6d6) radiant damage."
                },
                {
                    "name": "Column of Flame",
                    "desc": "Flame erupts in a 10-foot-radius  30-foot-tall cylinder centered on a point the solar can see within 60 feet of it. Each creature in the area makes a DC 21 Dexterity saving throw  taking 21 (6d6) fire damage and 21 (6d6) radiant damage of a failure  or half as much damage on a success."
                },
                {
                    "name": "Consume Life Energy (1/Day)",
                    "desc": "The angel feasts on the departing life energy of a humanoid within 5 feet. The target must have been slain within the last hour. The angel magically gains temporary hit points equal to half the dead creatures maximum hit points. These hit points last until depleted. Only a spell cast with a 9th-level slot can raise the corpse from the dead."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Forceful Parry (While Bloodied)",
                    "desc": "When a creature misses the solar with a melee attack, the solars parrying sword sparks with energy. The attacker takes 21 (6d6) lightning damage and makes a DC 24 Constitution saving throw. On a failure, it is pushed 10 feet away and falls prone."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The solar 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. The solar regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Teleport",
                    "desc": "The solar magically teleports up to 120 feet to an empty space it can see."
                },
                {
                    "name": "Heal (3/Day)",
                    "desc": "The solar touches a creature other than itself, magically healing 60 hit points of damage and ending any blindness, curse, deafness, disease, or poison on the target."
                },
                {
                    "name": "Deafening Command (Costs 2 Actions)",
                    "desc": "The solar speaks an echoing command. Each creature of the solars choice within 30 feet that can hear the solar and understands a language makes a DC 24 Charisma saving throw. Each creature that succeeds on the saving throw takes 21 (6d6) thunder damage. Each creature that fails its saving throw immediately takes a certain action, depending on the solars command. This is a magical charm effect."
                },
                {
                    "name": "Abase yourself! The creature falls prone",
                    "desc": ""
                },
                {
                    "name": "Approach! The creature must use its reaction",
                    "desc": ""
                },
                {
                    "name": "Flee! The creature must use its reaction",
                    "desc": ""
                },
                {
                    "name": "Surrender! The creature drops anything it is holding",
                    "desc": ""
                }
            ],
            "special_abilities": [
                {
                    "name": "Champion of Truth",
                    "desc": "The solar automatically detects lies. Additionally, it cannot lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The solars spellcasting ability is Charisma (spell save DC 25). The solar can innately cast the following spells, requiring no material components: 1/day each: commune, control weather, resurrection"
                }
            ],
            "spell_list": [],
            "page_no": 19,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com"
        },
        {
            "slug": "solar-a5e",
            "desc": "",
            "name": "Solar",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 21,
            "armor_desc": "",
            "hit_points": 319,
            "hit_dice": "22d10+198",
            "speed": {
                "walk": 50,
                "fly": 150
            },
            "strength": 28,
            "dexterity": 22,
            "constitution": 28,
            "intelligence": 22,
            "wisdom": 30,
            "charisma": 30,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 0,
            "charisma_save": 17,
            "perception": null,
            "skills": {
                "athletics": 16,
                "history": 16,
                "insight": 17,
                "perception": 17,
                "religion": 17
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant; damage from nonmagical weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 120 ft., Passive Perception 27",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The solar attacks twice with its holy sword."
                },
                {
                    "name": "Holy Sword",
                    "desc": "Melee Weapon Attack: +16 to hit  reach 10 ft.  one target. Hit: 23 (4d6 + 9) slashing damage plus 21 (6d6) radiant damage."
                },
                {
                    "name": "Column of Flame",
                    "desc": "Flame erupts in a 10-foot-radius  30-foot-tall cylinder centered on a point the solar can see within 60 feet of it. Each creature in the area makes a DC 21 Dexterity saving throw  taking 21 (6d6) fire damage and 21 (6d6) radiant damage of a failure  or half as much damage on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Forceful Parry (While Bloodied)",
                    "desc": "When a creature misses the solar with a melee attack, the solars parrying sword sparks with energy. The attacker takes 21 (6d6) lightning damage and makes a DC 24 Constitution saving throw. On a failure, it is pushed 10 feet away and falls prone."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The solar 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. The solar regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Teleport",
                    "desc": "The solar magically teleports up to 120 feet to an empty space it can see."
                },
                {
                    "name": "Heal (3/Day)",
                    "desc": "The solar touches a creature other than itself, magically healing 60 hit points of damage and ending any blindness, curse, deafness, disease, or poison on the target."
                },
                {
                    "name": "Deafening Command (Costs 2 Actions)",
                    "desc": "The solar speaks an echoing command. Each creature of the solars choice within 30 feet that can hear the solar and understands a language makes a DC 24 Charisma saving throw. Each creature that succeeds on the saving throw takes 21 (6d6) thunder damage. Each creature that fails its saving throw immediately takes a certain action, depending on the solars command. This is a magical charm effect."
                },
                {
                    "name": "Abase yourself! The creature falls prone",
                    "desc": ""
                },
                {
                    "name": "Approach! The creature must use its reaction",
                    "desc": ""
                },
                {
                    "name": "Flee! The creature must use its reaction",
                    "desc": ""
                },
                {
                    "name": "Surrender! The creature drops anything it is holding",
                    "desc": ""
                }
            ],
            "special_abilities": [
                {
                    "name": "Champion of Truth",
                    "desc": "The solar automatically detects lies. Additionally, it cannot lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The solars spellcasting ability is Charisma (spell save DC 25). The solar can innately cast the following spells, requiring no material components: 1/day each: commune, control weather, resurrection"
                }
            ],
            "spell_list": [],
            "page_no": 20,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com"
        },
        {
            "slug": "godslayer",
            "desc": "",
            "name": "Godslayer",
            "size": "Huge",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 24,
            "armor_desc": "natural armor",
            "hit_points": 580,
            "hit_dice": "40d12+320",
            "speed": {
                "walk": 50,
                "fly": 60,
                "swim": 60
            },
            "strength": 30,
            "dexterity": 14,
            "constitution": 27,
            "intelligence": 16,
            "wisdom": 30,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 17,
            "intelligence_save": 12,
            "wisdom_save": 19,
            "charisma_save": 11,
            "perception": 10,
            "skills": {
                "perception": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone",
            "senses": "truesight 120', passive Perception 29",
            "languages": "understands all, can’t speak",
            "challenge_rating": "30",
            "cr": 30.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Arcane Lexicon then 3 Energy Glaives or Rune Discuses."
                },
                {
                    "name": "Energy Glaive",
                    "desc": "Melee Weapon Attack: +19 to hit, 15 ft., one target, 48 (7d10+10) force."
                },
                {
                    "name": "Rune Discus",
                    "desc": "Ranged Spell Attack: +19 to hit 80/320' one target 41 (7d8+10) force and target must make DC 25 Wis save or spells and magical effects are suppressed on target and target can’t cast spells for 1 min. Target can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hunting Step",
                    "desc": "Magically teleports with items worn/carried up to 120' to unoccupied space within 15 ft. of a Celestial Fiend divine avatar or deity it senses with Divine Sense magically shifting from Material to Ethereal or Shadow Planes or vice versa. Godslayer has advantage on next attack roll it makes vs. target before start of its next turn. Glowing glyphs appear at origin and destination when it uses this."
                }
            ],
            "reactions": [
                {
                    "name": "Parry Spell",
                    "desc": "If it succeeds on a save vs. spell of up to 8th level that targets only godslayer spell has no effect. If godslayer succeeds on the save by 5+ spell is reflected back at spellcaster using slot level spell save DC attack bonus and spellcasting ability of caster."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Arcane Word",
                    "desc": "One Lexicon glyph on target within 90' it can see."
                },
                {
                    "name": "Attack",
                    "desc": "Makes one Energy Glaive or Rune Discus attack."
                },
                {
                    "name": "Move",
                    "desc": "Up to its speed with o provoking opportunity attacks."
                },
                {
                    "name": "Rejuvenating Repair (2)",
                    "desc": "Regains 65 (10d12) hp."
                }
            ],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "Doesn’t require air food drink or sleep."
                },
                {
                    "name": "Divine Sense",
                    "desc": "Can pinpoint the location of Celestials Fiends divine avatars and deities within 120' of it and can sense general direction of them within 1 mile of it. This extends into Ethereal and Shadow Planes."
                },
                {
                    "name": "Divine Slayer",
                    "desc": "Its attacks affect immortal beings such as gods. Celestials Fiends divine avatars and deities don’t have resistance to the damage from its attacks. If such a creature would normally have immunity to the damage from its attacks it has resistance instead. If it reduces a Celestial Fiend divine avatar or deity to 0 hp it absorbs target’s divine energy preventing target from reviving or being resurrected until godslayer is destroyed."
                },
                {
                    "name": "Immutable Form",
                    "desc": "Immune: form-altering spells/effects."
                },
                {
                    "name": "Inscrutable",
                    "desc": "Immune to any effect that would sense its emotions or read its thoughts and any divination spell that it refuses. Wis (Insight) checks made to ascertain its intentions/sincerity have disadvantage."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Siege Monster",
                    "desc": "Double damage to objects/structures."
                },
                {
                    "name": "Arcane Lexicon",
                    "desc": "Glyphs on its body cast ghostly copies into the air forming into eldritch incantations. It chooses up to 3 creatures it can see within 90' of it choosing one of the following options for each. A creature can’t be targeted by more than one effect at a time and godslayer can’t use same option on more than one target.Death Glyph Target marked for death until start of godslayer’s next turn (DC 25 Wis negates). While marked target takes extra 11 (2d10) force each time godslayer hits target with Energy Glaive.Glyph of Despair Target overwhelmed with despair for 1 min (DC 25 Cha negates). While overwhelmed with despair target has disadvantage on ability checks and attack rolls.Glyph of Pain Target overwhelmed by pain incapacitated until its next turn end (DC 25 Con negates). No effect: Undead/Constructs.Glyph of Summoning Target magically teleported to an unoccupied space within 15 ft. of godslayer (DC 25 Wis negates).Retributive Glyph Target marked with retributive glyph until the end of its next turn (DC 25 Dex negates). While marked creature takes 9 (2d8) force each time it hits a creature with weapon attack.Stupefying Glyph Target blinded and deafened until the end of its next turn (DC 25 Con negates)."
                }
            ],
            "spell_list": [],
            "page_no": 212,
            "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": "orobasdevil-tob1-2023",
            "desc": "False",
            "name": "Orobas Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 19,
            "armor_desc": "natural armor, shield",
            "hit_points": 203,
            "hit_dice": "14d10 + 126",
            "speed": {
                "walk": 40
            },
            "strength": 26,
            "dexterity": 14,
            "constitution": 28,
            "intelligence": 23,
            "wisdom": 26,
            "charisma": 21,
            "strength_save": 13,
            "dexterity_save": 7,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 13,
            "charisma_save": null,
            "perception": 23,
            "skills": {
                "Deception": 10,
                "History": 11,
                "Insight": 13,
                "Perception": 13,
                "Persuasion": 10
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 90 ft., passive Perception 23",
            "languages": "Celestial, Infernal, telepathy 100 ft.",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "description": "The orobas makes one Bite attack, one Flail attack, and one Stomp attack, or it makes four Hurl Flame attacks."
                },
                {
                    "name": "Bite",
                    "description": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) piercing damage plus 13 (3d8) fire damage and 10 (3d6) poison damage, and the target must succeed on a DC 18 Constitution saving throw or become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Flail",
                    "description": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage plus 13 (3d8) fire damage."
                },
                {
                    "name": "Stomp",
                    "description": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 11 (1d6 + 8) bludgeoning damage plus 13 (3d8) fire damage."
                },
                {
                    "name": "Hurl Flame",
                    "description": "Ranged Spell Attack: +10 to hit, range 120 ft., one target. Hit: 23 (4d8 + 5) fire damage."
                },
                {
                    "name": "Teleport",
                    "description": "The orobas magically teleports, along with any equipment, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Spellcasting",
                    "description": "The orobas casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 18):\nAt will: augury, detect thoughts, guidance\n3/day each: locate creature, nondetection\n1/day each: contact other plane (as an action), legend lore (as an action)"
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Prediction (3/Day)",
                    "description": "When the orobas makes an ability check or attack, it can choose to have advantage on the roll."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Deceptive Advice",
                    "description": "When the orobas casts a spell of the divination school, it has advantage on Charisma (Deception) checks for 1 minute."
                },
                {
                    "name": "Hellish Weapons",
                    "description": "The orobas’s weapon attacks are magical. When the orobas hits with any weapon, the weapon deals an extra 3d8 fire damage (included in the attack)."
                },
                {
                    "name": "Magic Resistance",
                    "description": "The orobas has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Sense Consecrated",
                    "description": "The orobas can pinpoint the location of Celestials, consecrated places or objects, and creatures wielding divine or celestial power, such as clerics, paladins, or aasimars, within 60 feet of it."
                }
            ],
            "spell_list": [],
            "page_no": 99,
            "environments": [],
            "img_main": "http://api-beta.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": "orobas-devil",
            "desc": "_Tall and powerful, this creature resembles a strong man with well‑chiseled muscles, save its equine head, flaring nostrils, and hoofed feet._  \nThe orobas thrive in Hell, selling their knowledge to those who have the coin (or other form of payment). The common phrase, “never trust a gift horse,” stems from these corrupting devils.  \n**Horse-Headed but Wise.** When called to the mortal world, they sometimes take the shape of a destrier. Orobas devils prefer to take the horrific form of a horse-headed man. Sulfuric smoke curls from their nostrils and their fingers sport ragged claws. This beast‑like appearance belies their true strength; the orobas possess an uncanny knowledge of the past, as well as of things to come.  \n**Masters of Deceit.** When bargaining with an orobas, one must speak truthfully—or possess an exceptionally quick tongue and the most charming smile. Practitioners of the dark arts know these devils as the Lords of Distortion, for their ability to practice deceit. They prize reality-warping magic above all else, and bribes of that sort can win concessions when making a pact.  \n**Surrounded by Lessers.** Orobas devils gather lesser devils both as chattel and defense. Their analytical minds telepathically confer the strengths and weaknesses of foes to their allies. With surprising speed, the deceivers can assess a battlefield, weigh outcomes, and redirect forces. Enemies of the orobas almost never catch them off guard. They have frequent, clear visions of their immediate future.",
            "name": "Orobas Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 261,
            "hit_dice": "14d10+126",
            "speed": {
                "walk": 40
            },
            "strength": 26,
            "dexterity": 14,
            "constitution": 28,
            "intelligence": 23,
            "wisdom": 26,
            "charisma": 21,
            "strength_save": 12,
            "dexterity_save": 7,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 13,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "deception": 10,
                "history": 11,
                "insight": 13,
                "perception": 13,
                "persuasion": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 90 ft., passive Perception 23",
            "languages": "Celestial, Darakhul, Draconic, Giant, Infernal, Undercommon, Void Speech; telepathy 100 ft.",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The orobas makes four attacks: one with its bite, one with its claw, one with its flail, and one with its stomp."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 18 (3d6 + 8) piercing damage. The target must succeed on a DC 18 Constitution saving throw or become poisoned. While poisoned in this way, the target can't regain hit points and it takes 14 (4d6) poison damage at the start of each of its turns. The poisoned target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 15 (2d6 + 8) slashing damage."
                },
                {
                    "name": "Flail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage plus 18 (4d8) acid damage."
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) bludgeoning damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Knowing (3/day)",
                    "desc": "An orobas can predict actions and alter chance accordingly. Three times per day, it can choose to have advantage on any attack or skill check."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The orobas has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The orobas's weapon attacks are magical."
                },
                {
                    "name": "Sage Advice",
                    "desc": "An orobas sometimes twists responses to a divination. It softens the answer, leaves crucial information out of the response, manipulates a convoluted answer, or outright lies. An orobas always has advantage on Deception and Persuasion checks when revealing the result of a divination."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the orobas' spellcasting ability is Charisma (spell save DC 18, +10 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nconstant: detect evil and good\n\nat will: augury, protection from evil and good, teleport (self plus 50 lb of objects only)\n\n5/day each: bestow curse, fireball, scorching ray\n\n3/day each: antimagic field, chain lightning, contact other plane, dimension door, wall of fire\n\n1/day each: eyebite, find the path, foresight"
                }
            ],
            "spell_list": [],
            "page_no": 111,
            "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": "angel-zirnitran",
            "desc": "",
            "name": "Angel, Zirnitran",
            "size": "Huge",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 325,
            "hit_dice": "26d12+156",
            "speed": {
                "walk": 30,
                "fly": 80
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 23,
            "intelligence": 25,
            "wisdom": 25,
            "charisma": 20,
            "strength_save": 1,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 7,
            "skills": {
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant; nonmagic B/P/S attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhausted, frightened, poisoned",
            "senses": "truesight 120', passive Perception 23",
            "languages": "all, telepathy 120'",
            "challenge_rating": "20",
            "cr": 20.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Glimpse from the Heavens then three Anointed Claws or Draconic Blasts."
                },
                {
                    "name": "Anointed Claws",
                    "desc": "Melee Weapon Attack: +10 to hit, 5 ft., one target, 11 (2d6+4) slashing damage and 22 (5d8) radiant."
                },
                {
                    "name": "Draconic Blast",
                    "desc": "Ranged Spell Attack: +13 to hit, 120 ft., one target, 29 (5d8+7) radiant. Can choose to deal acid cold fire lightning or poison instead of radiant."
                },
                {
                    "name": "Sacred Flame Breath (Recharge 5–6)",
                    "desc": "Exhales holy fire in a 90' cone. Each creature in that area: 33 (6d10) fire and 33 (6d10) radiant (DC 20 Dex half). Also the holy fire burns away magic ending any spell of 7th-level or lower in the area."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Six-Scaled Aegis",
                    "desc": "When it takes damage it gains resistance to that type of damage including the triggering damage for 1 min or until it uses this reaction again."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "Knows location of each dragon and each creature with strong connection to dragons such as a sorcerer with the draconic bloodline within 120' of it."
                },
                {
                    "name": "Move",
                    "desc": "Flies up to half its fly speed with o provoking opportunity attacks."
                },
                {
                    "name": "Attack (2)",
                    "desc": "Makes one Anointed Claws or Draconic Blast attack."
                },
                {
                    "name": "Cast a Spell (2)",
                    "desc": "Uses Spellcasting."
                },
                {
                    "name": "Under Black Wings (3)",
                    "desc": "Creates a magical feathered shield around itself or another creature it can see within 120' of it. Target gains +2 to AC and 20 temp hp until the end of zirnitran’s next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Angelic Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon deals extra 5d8 radiant (included below)."
                },
                {
                    "name": "Aura of Balance",
                    "desc": "Affects chance and probability around it. While creature within 20' of it can’t have advantage or disadvantage on any ability check attack roll or save. Aura affects zirnitran. At start of each of its turns zirnitran chooses whether this aura is active."
                },
                {
                    "name": "Divine Awareness",
                    "desc": "Knows if it hears a lie."
                },
                {
                    "name": "Dragon Watcher",
                    "desc": "Advantage: saves vs. dragon breath weapons. No damage if it succeeds on such a save and only half if it fails."
                },
                {
                    "name": "Hardened Scales",
                    "desc": "Any critical hit vs. it becomes a normal hit."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "Doesn't require food drink or sleep"
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Glimpse from the Heavens",
                    "desc": "Its eyes flash with the majesty of a solar eclipse. Each creature of its choice that is within 60' of it and that can see it: DC 19 Wis save or frightened for 1 min. Creature can re-save at end of each of its turns ending the effect on a success. If save is successful or effect ends for it creature is immune to zirnitran’s Glimpse of the Heavens for the next 24 hrs. A creature that fails by 5+ is also blinded. Blindness lasts until removed by a greater restoration spell or similar magic."
                },
                {
                    "name": "Secrets of the Hidden Hoard (2/Day)",
                    "desc": "Draws upon ages of study and observation and casts one spell of 8th level or lower that appears on the cleric or wizard spell list. Casts the spell as an action regardless of spell’s normal casting time."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 21) no material components: At will: detect evil and good invisibility (self only) legend lore thaumaturgy3/day ea: dispel evil and good geas (as an action)1/day ea: antimagic field plane shift"
                }
            ],
            "spell_list": [],
            "page_no": 30,
            "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": "solar",
            "desc": "",
            "name": "Solar",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": "Angels",
            "alignment": "lawful good",
            "armor_class": 21,
            "armor_desc": "natural armor",
            "hit_points": 243,
            "hit_dice": "18d10+144",
            "speed": {
                "walk": 50,
                "fly": 150
            },
            "strength": 26,
            "dexterity": 22,
            "constitution": 26,
            "intelligence": 25,
            "wisdom": 25,
            "charisma": 30,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 14,
            "wisdom_save": 14,
            "charisma_save": 17,
            "perception": 14,
            "skills": {
                "perception": 14
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 120 ft., passive Perception 24",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The solar makes two greatsword attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 5 ft., one target. Hit: 22 (4d6 + 8) slashing damage plus 27 (6d8) radiant damage.",
                    "attack_bonus": 15,
                    "damage_dice": "4d6+6d8",
                    "damage_bonus": 8
                },
                {
                    "name": "Slaying Longbow",
                    "desc": "Ranged Weapon Attack: +13 to hit, range 150/600 ft., one target. Hit: 15 (2d8 + 6) piercing damage plus 27 (6d8) radiant damage. If the target is a creature that has 190 hit points or fewer, it must succeed on a DC 15 Constitution saving throw or die.",
                    "attack_bonus": 13,
                    "damage_dice": "2d8+6d8",
                    "damage_bonus": 6
                },
                {
                    "name": "Flying Sword",
                    "desc": "The solar releases its greatsword to hover magically in an unoccupied space within 5 ft. of it. If the solar can see the sword, the solar can mentally command it as a bonus action to fly up to 50 ft. and either make one attack against a target or return to the solar's hands. If the hovering sword is targeted by any effect, the solar is considered to be holding it. The hovering sword falls if the solar dies."
                },
                {
                    "name": "Healing Touch (4/Day)",
                    "desc": "The solar touches another creature. The target magically regains 40 (8d8 + 4) hit points and is freed from any curse, disease, poison, blindness, or deafness."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The solar 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 solar regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Teleport",
                    "desc": "The solar magically teleports, along with any equipment it is wearing or carrying, up to 120 ft. to an unoccupied space it can see."
                },
                {
                    "name": "Searing Burst (Costs 2 Actions)",
                    "desc": "The solar emits magical, divine energy. Each creature of its choice in a 10 -foot radius must make a DC 23 Dexterity saving throw, taking 14 (4d6) fire damage plus 14 (4d6) radiant damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Blinding Gaze (Costs 3 Actions)",
                    "desc": "The solar targets one creature it can see within 30 ft. of it. If the target can see it, the target must succeed on a DC 15 Constitution saving throw or be blinded until magic such as the lesser restoration spell removes the blindness."
                }
            ],
            "special_abilities": [
                {
                    "name": "Angelic Weapons",
                    "desc": "The solar's weapon attacks are magical. When the solar hits with any weapon, the weapon deals an extra 6d8 radiant damage (included in the attack)."
                },
                {
                    "name": "Divine Awareness",
                    "desc": "The solar knows if it hears a lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The solar's spell casting ability is Charisma (spell save DC 25). It can innately cast the following spells, requiring no material components:\nAt will: detect evil and good, invisibility (self only)\n3/day each: blade barrier, dispel evil and good, resurrection\n1/day each: commune, control weather"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The solar has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/detect-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/invisibility/?format=api",
                "https://api-beta.open5e.com/v2/spells/blade-barrier/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/resurrection/?format=api",
                "https://api-beta.open5e.com/v2/spells/commune/?format=api",
                "https://api-beta.open5e.com/v2/spells/control-weather/?format=api"
            ],
            "page_no": 262,
            "environments": [
                "Temple",
                "Astral Plane"
            ],
            "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": "shadow-of-death",
            "desc": "Draped in black funerary garb, ribbons of which move of their own accord, the creature has the appearance of a skeletal angel._  \n**Angels of Death.** Once beings of light and beauty who championed justice across the planes, the shadows of death formed after some agent of entropy discarded their bodies into the Void. Their celestial forms protected them from ultimate annihilation, but their minds were forever darkened by the plane’s dread influence.  \n**Deathly Avatars.** Shadows of death sometimes answer the call of death cults. Rather than aiding the cultists though, the shadows kill the cultists before spreading the grave’s shadow across the world.  \n**Immortal Nature.** The shadow of death doesn’t require food, drink, or sleep.",
            "name": "Shadow of Death",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": null,
            "hit_points": 250,
            "hit_dice": "20d10+140",
            "speed": {
                "walk": 50
            },
            "strength": 7,
            "dexterity": 26,
            "constitution": 24,
            "intelligence": 25,
            "wisdom": 25,
            "charisma": 30,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 14,
            "wisdom_save": 14,
            "charisma_save": 17,
            "perception": 14,
            "skills": {
                "perception": 14
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "acid, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "cold, necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 120 ft., passive Perception 24",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The shadow of death can use Vision of Ending. It then makes three shortsword attacks."
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) piercing damage plus 10 (3d6) necrotic damage.",
                    "attack_bonus": 15,
                    "damage_dice": "2d6+8"
                },
                {
                    "name": "Vision of Ending",
                    "desc": "Each creature that is not undead within 60 feet of the shadow of death that can see it must succeed on a DC 22 Wisdom saving throw or become frightened for 1 minute. While frightened in this way, the creature is also paralyzed as it sees visions of its death. 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 this shadow of death’s Vision of Ending for the next 24 hours."
                },
                {
                    "name": "Teleport",
                    "desc": "The shadow of death magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Death Throes",
                    "desc": "When the shadow of death dies, it explodes, and each creature within 30 feet of it must make a DC 22 Constitution saving throw, taking 35 (10d6) necrotic damage on a failed save, or half as much on a successful one."
                },
                {
                    "name": "Deathly Shroud",
                    "desc": "At the start of each of the shadow of death’s turns, each creature within 15 feet of it must succeed on a DC 22 Constitution saving throw or take 10 (3d6) necrotic damage.\n\nIn addition, light within 30 feet of the shadow of death is less effective. Bright light in the area becomes dim light, and dim light in the area becomes darkness."
                },
                {
                    "name": "Destroyer of Life",
                    "desc": "If the shadow of death reduces a creature to 0 hp, the creature can be restored to life only by means of a wish spell."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The shadow of death has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Shadow Stealth",
                    "desc": "While in dim light or darkness, the shadow of death can take the Hide action as a bonus action."
                },
                {
                    "name": "Weapons of Death",
                    "desc": "The shadow of death’s weapon attacks are magical. When the shadow of death hits with any weapon, the weapon deals an extra 10 (3d6) necrotic damage (included in the attack).\n\nA creature that takes necrotic damage from the shadow death’s weapon must succeed on a DC 22 Constitution saving throw or its hp maximum is reduced by an amount equal to the necrotic damage taken. The reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0."
                }
            ],
            "spell_list": [],
            "page_no": 323,
            "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": "ancient-mithral-dragon",
            "desc": "_Mithral dragons are wise and learned, and are legendary peacemakers and spellcasters. They pursue their own interests when not called to settle disputes._  \n_**Glimmering Champions.**_ Light glints off a mithral dragon’s glossy scales, shining silver-white, and its tiny wings fold flush against its body—but open like a fan to expose shimmering, diaphanous membranes. Its narrow head, with bare slits for its eyes and nostrils, ends in a slender neck. The dragon’s sleek look continues into its body and a mithral dragon’s impossibly thin frame makes it look extremely fragile.  \n_**Rage in Youth.**_ Younger mithral dragons raid and pillage as heavily as any chromatic dragon, driven largely by greed to acquire a worthy hoard—though they are less likely to kill for sport or out of cruelty. In adulthood and old age, however, they are less concerned with material wealth and more inclined to value friendship, knowledge, and a peaceful life spent in pursuit of interesting goals.  \n_**Peacemakers.**_ Adult and older mithral dragons are diplomats and arbitrators by temperament (some dragons cynically call them referees), enjoying bringing some peace to warring factions. Among all dragons, their strict neutrality and ability to ignore many attacks make them particularly well suited to these vital roles.",
            "name": "Ancient Mithral Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 297,
            "hit_dice": "17d20+119",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 29,
            "dexterity": 16,
            "constitution": 25,
            "intelligence": 24,
            "wisdom": 25,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 13,
            "intelligence_save": 13,
            "wisdom_save": 13,
            "charisma_save": 13,
            "perception": 13,
            "skills": {
                "athletics": 15,
                "history": 13,
                "insight": 13,
                "intimidation": 13,
                "perception": 13,
                "persuasion": 13
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from",
            "damage_immunities": "acid, thunder",
            "condition_immunities": "charmed",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 23",
            "languages": "Celestial, Common, Draconic, Primordial",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 15 ft., one target. Hit: 22 (2d12 + 9) piercing damage.",
                    "attack_bonus": 15,
                    "damage_dice": "2d12"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 10 ft., one target. Hit: 18 (2d8 + 9) slashing damage, and the target loses 5 hit point from bleeding at the start of each of its turns for six rounds unless it receives magical healing. Bleeding damage is cumulative; the target loses 5 hp per round for each bleeding wound it's taken from a mithral dragon's claws.",
                    "attack_bonus": 15,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 20 ft., one target. Hit: 20 (2d10 + 9) bludgeoning damage.",
                    "attack_bonus": 15,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 21 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of its turn, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "A mithral dragon can spit a 60-foot-long, 5-foot-wide line of metallic shards. Targets in its path take 59 (17d6) magical slashing damage and lose another 10 hit points from bleeding at the start of their turns for 6 rounds; slashing and bleed damage is halved by a successful DC 21 Dexterity saving throw. Only magical healing stops the bleeding before 6 rounds. The shards dissolve into wisps of smoke 1 round after the breath weapon's use."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 23 Dexterity saving throw or take 18 (2d8 + 9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the dragon's innate spellcasting ability is Intelligence (spell save DC 21). It can innately cast the following spells, requiring no material components:\n\nat will: tongues\n\n5/day each: counterspell, dispel magic, enhance ability"
                },
                {
                    "name": "Mithral Shards",
                    "desc": "Ancient mithral dragons can choose to retain the mithral shards of their breath weapon as a hazardous zone of spikes. Treat as a spike growth zone that does 2d8 magical slashing damage for every 5 feet travelled."
                },
                {
                    "name": "Spellcasting",
                    "desc": "the dragon is a 15th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 21, +13 to hit with spell attacks). It requires no material components to cast its spells. The dragon has the following wizard spells prepared:\n\ncantrips (at will): acid splash, light, mage hand, minor illusion, prestidigitation\n\n1st level (4 slots): charm person, expeditious retreat, magic missile, unseen servant\n\n2nd level (3 slots): blur, hold person, see invisibility\n\n3rd level (3 slots): haste, lightning bolt, protection from energy\n\n4th level (3 slots): dimension door, stoneskin, wall of fire\n\n5th level (2 slots): polymorph, teleportation circle\n\n6th level (1 slot): guards and wards\n\n7th level (1 slot): forcecage\n\n8th level (1 slot): antimagic field"
                }
            ],
            "spell_list": [],
            "page_no": 132,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/"
        },
        {
            "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": "ancient-river-dragon-a5e",
            "desc": "",
            "name": "Ancient River Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 372,
            "hit_dice": "24d20+120",
            "speed": {
                "walk": 60,
                "fly": 80,
                "swim": 100
            },
            "strength": 20,
            "dexterity": 24,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 24,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 14,
            "constitution_save": 12,
            "intelligence_save": 10,
            "wisdom_save": 14,
            "charisma_save": 12,
            "perception": null,
            "skills": {
                "acrobatics": 14,
                "deception": 12,
                "insight": 14,
                "nature": 10,
                "perception": 14,
                "stealth": 14
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "damage from nonmagical weapons",
            "damage_immunities": "",
            "condition_immunities": "fatigue",
            "senses": "darkvision 120 ft., tremorsense 300 ft. (only detects vibrations in water), passive Perception 24",
            "languages": "Aquan, Common, Draconic",
            "challenge_rating": "23",
            "cr": 23.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit  reach 15 ft.  one target. Hit: 29 (4d10 + 7) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +14 to hit  reach 10 ft.  one target. Hit: 20 (3d8 + 7) slashing damage."
                },
                {
                    "name": "Torrential Breath (Recharge 5-6)",
                    "desc": "The dragon exhales water in a 90-foot-long  10-foot-wide line. Each creature in the area makes a DC 20 Dexterity saving throw  taking 66 (19d6) bludgeoning damage on a failed save or half damage on a success. A creature that fails the save is also knocked prone and is pushed up to 60 feet away. A creature that impacts a solid object takes an extra 21 (6d6) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Whirlpool",
                    "desc": "A cylindrical, 15-foot-tall, 10-foot-radius whirlpool or waterspout magically appears in the water or air, centered on a point within 60 feet. Creatures in the area make a DC 20 Strength saving throw. On a failure, a creature takes 35 (10d6) bludgeoning damage and is knocked prone and pushed up to 15 feet. On a failure, a creature takes half damage."
                }
            ],
            "reactions": [
                {
                    "name": "Snap Back (While Bloodied)",
                    "desc": "When a creature the dragon can see hits it with a melee weapon attack, the dragon makes a bite attack against the attacker."
                }
            ],
            "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": "Dart Away",
                    "desc": "The dragon swims up to half its speed."
                },
                {
                    "name": "Lurk",
                    "desc": "The dragon takes the Hide action."
                },
                {
                    "name": "River Surge (Costs 2 Actions)",
                    "desc": "The dragon generates a 20-foot-tall, 100-foot-wide wave on the surface of water within 120 feet. The wave travels up to 60 feet in any direction the dragon chooses and crashes down, carrying Huge or smaller creatures and vehicles with it. Vehicles moved in this way have a 25 percent chance of capsizing. Creatures that impact a solid object take 35 (10d6) bludgeoning damage."
                },
                {
                    "name": "Sudden Maelstrom (While Bloodied",
                    "desc": "The dragon magically surrounds itself with a 60-foot-radius maelstrom of surging wind and rain for 1 minute. A creature other than the dragon that starts its turn in the maelstrom or enters it for the first time on a turn makes a DC 20 Strength saving throw. On a failed save, the creature takes 28 (8d6) bludgeoning damage and is knocked prone and pushed 15 feet away from the dragon."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Flowing Grace",
                    "desc": "The dragon doesnt provoke opportunity attacks when it flies or swims out of an enemys reach."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, it loses coordination as white-crested waves run up and down its body. It loses its Flowing Grace and Shimmering Scales traits until the beginning of its next turn."
                },
                {
                    "name": "Shimmering Scales",
                    "desc": "While in water, the dragon gains three-quarters cover from attacks made by creatures more than 30 feet away."
                },
                {
                    "name": "Essence Link",
                    "desc": "The essence dragon is spiritually linked to a specific area or landmark. The dragon gains no benefit from a long rest when more than 1 mile away from its linked area. If the dragon dies, the area it is linked to loses its vital essence until it forms a new essence dragon, which can take centuries. When a creature first enters an area that has lost its vital essence in this way, they gain a level of fatigue and a level of strife. This fatigue and strife can be removed only by completing a long rest outside the area."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 20). It can innately cast the following spells, requiring no material components. 3/day each:create or destroy water, fog cloud, control water, freedom of movement,  1/day each:control weather, wall of ice"
                }
            ],
            "spell_list": [],
            "page_no": 131,
            "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": "ancient-sapphire-dragon-a5e",
            "desc": "",
            "name": "Ancient Sapphire Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 21,
            "armor_desc": "",
            "hit_points": 429,
            "hit_dice": "26d20+156",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "fly": 80
            },
            "strength": 24,
            "dexterity": 24,
            "constitution": 22,
            "intelligence": 26,
            "wisdom": 24,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 13,
            "intelligence_save": 15,
            "wisdom_save": 14,
            "charisma_save": 12,
            "perception": null,
            "skills": {
                "arcana": 15,
                "deception": 12,
                "history": 15,
                "insight": 14,
                "perception": 14,
                "persuasion": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic",
            "condition_immunities": "fatigue",
            "senses": "darkvision 120 ft., passive Perception 27",
            "languages": "Common, Deep Speech, Draconic, Undercommon, telepathy 120 ft.",
            "challenge_rating": "25",
            "cr": 25.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite  it can use Psionic Wave."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit  reach 15 ft.  one target. Hit: 29 (4d10 + 7) piercing damage plus 9 (2d8) psychic damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +14 to hit  reach 10 ft.  one target. Hit: 20 (3d8 + 7) slashing damage."
                },
                {
                    "name": "Psionic Wave",
                    "desc": "The dragon psionically emits a wave of crushing mental pressure. Each creature within 20 feet makes a DC 21 Wisdom saving throw  taking 22 (4d10) psychic damage on a failed save or half damage on a success. Creatures suffering ongoing psychic damage make this saving throw with disadvantage."
                },
                {
                    "name": "Discognitive Breath (Recharge 5-6)",
                    "desc": "The dragon unleashes psychic energy in a 90-foot cone. Each creature in that area makes a DC 21 Intelligence saving throw  taking 66 (12d10) psychic damage and 22 (4d10) ongoing psychic damage on a failed save or half damage and no ongoing psychic damage on a success. The ongoing damage ends if a creature falls unconscious. A creature can use an action to ground itself in reality  ending the ongoing damage."
                },
                {
                    "name": "Prognosticate (3/Day)",
                    "desc": "The dragon psionically makes a prediction of an event up to 300 years in the future. This prediction has a 75 percent chance of being perfectly accurate and a 25 percent chance of being partially or wholly wrong. Alternatively  the dragon can choose to gain truesight to a range of 120 feet for 1 minute."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Prophesy Doom (When Bloodied)",
                    "desc": "When a language-using creature suffering ongoing psychic damage targets the dragon with an attack or spell, the dragon telepathically prophesies the attackers doom. The attacker makes a DC 20 Intelligence saving throw. On a failure, the target magically gains the doomed condition. It is aware that it will die due to some bizarre circumstance within 13 (2d12) hours. In addition to the normal means of removing the condition, this doom can be avoided by a spell that can predict the future, such as augury, contact other plane, or foresight. The dragon can end the effect as an action."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Foretell",
                    "desc": "The dragon psionically catches a glimpse of a fast-approaching moment and plans accordingly. The dragon rolls a d20 and records the number rolled. Until the end of the dragons next turn, the dragon can replace the result of any d20 rolled by it or a creature within 120 feet with the foretold number. Each foretold roll can be used only once."
                },
                {
                    "name": "Psionic Wave (Costs 2 Actions)",
                    "desc": "The dragon uses Psionic Wave."
                },
                {
                    "name": "Shatter Mind (Costs 2 Actions)",
                    "desc": "The dragon targets a creature within 60 feet, forcing it to make a DC 23 Intelligence saving throw. On a failure, the target takes 22 (4d10) ongoing psychic damage. An affected creature repeats the saving throw at the end of each of its turns, ending the ongoing psychic damage on a success. A creature can also use an action to ground itself in reality, ending the ongoing damage."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, its eyes dull as it briefly loses its connection to the future. Until the end of its next turn, it can't use Foretell, Prognosticate, or Prophesy Doom, and it loses its Predictive Harmonics trait."
                },
                {
                    "name": "Predictive Harmonics",
                    "desc": "The dragon is psionically aware of its own immediate future. The dragon cannot be surprised, and any time the dragon would make a roll with disadvantage, it makes that roll normally instead."
                },
                {
                    "name": "Psionic Powers",
                    "desc": "The dragons psionic abilities are considered both magical and psionic."
                },
                {
                    "name": "Far Thoughts",
                    "desc": "The dragon is aware of any creature that uses a psionic ability or communicates telepathically within 100 miles of it. As an action, the dragon can psionically observe a creature, object, or location it is familiar with within 100 miles. While observing a subject in this way, the dragon can see, hear, and communicate telepathically, but it is blind and deaf in regard to its physical senses and does not require food or water. The dragon can psionically observe a subject indefinitely and can end this effect and return to its own senses as an action."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 20). It can innately cast the following spells, requiring no material components. 3/day each:comprehend languages, detect thoughts, telekinesis, wall of force,  1/day:etherealness, mind blank"
                }
            ],
            "spell_list": [],
            "page_no": 149,
            "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": "empyrean-a5e",
            "desc": "",
            "name": "Empyrean",
            "size": "Gargantuan",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 21,
            "armor_desc": "",
            "hit_points": 328,
            "hit_dice": "16d20+160",
            "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": "fallen-planetar-a5e",
            "desc": "",
            "name": "Fallen Planetar",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 250,
            "hit_dice": "20d10+140",
            "speed": {
                "walk": 40,
                "fly": 120
            },
            "strength": 22,
            "dexterity": 22,
            "constitution": 24,
            "intelligence": 22,
            "wisdom": 24,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 12,
            "perception": null,
            "skills": {
                "athletics": 11,
                "insight": 12,
                "perception": 12,
                "religion": 12
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "radiant; damage from nonmagical weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 60 ft., passive Perception 22",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The planetar attacks twice with its flaming sword."
                },
                {
                    "name": "Flaming Sword",
                    "desc": "Melee Weapon Attack: +11 to hit  reach 10 ft.  one target. Hit: 20 (4d6 + 6) slashing damage plus 21 (6d6) ongoing fire or radiant damage (the planetars choice). A creature can use an action to extinguish this holy flame on itself or a creature within 5 feet."
                },
                {
                    "name": "Heavenly Bolt",
                    "desc": "The planetar fires a lightning bolt in a line 100 feet long and 5 feet wide. Each creature in the line makes a Dexterity saving throw  taking 56 (16d6) lightning damage on a failed save  or half damage on a success."
                },
                {
                    "name": "Heal (2/Day)",
                    "desc": "The planetar touches a creature other than itself  magically healing 60 hit points of damage and ending any blindness  curse  deafness  disease  or poison on the target."
                },
                {
                    "name": "Consume Life Energy (1/Day)",
                    "desc": "The angel feasts on the departing life energy of a humanoid within 5 feet. The target must have been slain within the last hour. The angel magically gains temporary hit points equal to half the dead creatures maximum hit points. These hit points last until depleted. Only a spell cast with a 9th-level slot can raise the corpse from the dead."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Awe-Inspiring Gaze (Gaze)",
                    "desc": "The planetar targets a creature within 90 feet. The target makes a DC 20 Wisdom saving throw. On a failure, it is frightened until the end of its next turn. If the target makes its saving throw, it is immune to any angels Awe-Inspiring Gaze for the next 24 hours."
                }
            ],
            "reactions": [
                {
                    "name": "Protective Parry",
                    "desc": "When a creature within 5 feet would be hit with a melee attack, the planetar applies disadvantage to the attack roll."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Champion of Truth",
                    "desc": "The planetar automatically detects lies. Additionally, it cannot lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The planetars spellcasting ability is Charisma (spell save DC 20). The planetar can innately cast the following spells, requiring no material components: 1/day each: commune, control weather, raise dead"
                }
            ],
            "spell_list": [],
            "page_no": 19,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com"
        },
        {
            "slug": "king-fomor-a5e",
            "desc": "",
            "name": "King Fomor",
            "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."
                },
                {
                    "name": "Burning Gaze",
                    "desc": "A line of fire 5 feet wide and 60 feet long blasts from King Fomors eye. Each creature in the area makes a DC 23 Constitution saving throw, taking 35 (10d6) fire damage and 35 (10d6) radiant damage on a failure or half damage on a success. When King Fomor is bloodied, his Burning Gazes shape is a 60-foot cone instead of a line."
                },
                {
                    "name": "Elite Recovery (While Bloodied)",
                    "desc": "King Fomor ends one negative effect currently affecting him. He can do so as long as he has at least 1 hit point, even while unconscious or incapacitated."
                }
            ],
            "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": 406,
            "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": "planetar-a5e",
            "desc": "",
            "name": "Planetar",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 250,
            "hit_dice": "20d10+140",
            "speed": {
                "walk": 40,
                "fly": 120
            },
            "strength": 22,
            "dexterity": 22,
            "constitution": 24,
            "intelligence": 22,
            "wisdom": 24,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 12,
            "perception": null,
            "skills": {
                "athletics": 11,
                "insight": 12,
                "perception": 12,
                "religion": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant; damage from nonmagical weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 60 ft., passive Perception 22",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The planetar attacks twice with its flaming sword."
                },
                {
                    "name": "Flaming Sword",
                    "desc": "Melee Weapon Attack: +11 to hit  reach 10 ft.  one target. Hit: 20 (4d6 + 6) slashing damage plus 21 (6d6) ongoing fire or radiant damage (the planetars choice). A creature can use an action to extinguish this holy flame on itself or a creature within 5 feet."
                },
                {
                    "name": "Heavenly Bolt",
                    "desc": "The planetar fires a lightning bolt in a line 100 feet long and 5 feet wide. Each creature in the line makes a Dexterity saving throw  taking 56 (16d6) lightning damage on a failed save  or half damage on a success."
                },
                {
                    "name": "Heal (2/Day)",
                    "desc": "The planetar touches a creature other than itself  magically healing 60 hit points of damage and ending any blindness  curse  deafness  disease  or poison on the target."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Awe-Inspiring Gaze (Gaze)",
                    "desc": "The planetar targets a creature within 90 feet. The target makes a DC 20 Wisdom saving throw. On a failure, it is frightened until the end of its next turn. If the target makes its saving throw, it is immune to any angels Awe-Inspiring Gaze for the next 24 hours."
                }
            ],
            "reactions": [
                {
                    "name": "Protective Parry",
                    "desc": "When a creature within 5 feet would be hit with a melee attack, the planetar applies disadvantage to the attack roll."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Champion of Truth",
                    "desc": "The planetar automatically detects lies. Additionally, it cannot lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The planetars spellcasting ability is Charisma (spell save DC 20). The planetar can innately cast the following spells, requiring no material components: 1/day each: commune, control weather, raise dead"
                }
            ],
            "spell_list": [],
            "page_no": 20,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com"
        },
        {
            "slug": "angel-of-judgment",
            "desc": "With faces of light and stern appraisal, these angels see both sides and render a verdict._  \nAngels of judgment are cosmic agents of balance. Unlike most angels, they exist to enforce equality between law and chaos. They prefer to solve disputes verbally but use force when prudent.  \n**Two-Faced.** Each angel of judgment bears two aspects: a dispassionate angel and a fiendish judge. When called to violence by the heavenly host or infernal legions, its dispassionate face changes to that of an avenging angel.  \n**Witnesses to History.** In times of turmoil and upheaval, angels of judgment watch over events. While observing, the angel is a stoic spectator, intervening only if it sees a threat to universal harmony. Even then, they prefer to send Open Game License",
            "name": "Angel of Judgment",
            "size": "Huge",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 229,
            "hit_dice": "17d12+119",
            "speed": {
                "walk": 40,
                "fly": 120
            },
            "strength": 23,
            "dexterity": 18,
            "constitution": 25,
            "intelligence": 22,
            "wisdom": 24,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 12,
            "wisdom_save": 13,
            "charisma_save": 11,
            "perception": 13,
            "skills": {
                "history": 12,
                "investigation": 12,
                "perception": 13,
                "religion": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic, poison, radiant; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion, frightened",
            "senses": "truesight 120 ft., passive Perception 23",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The angel of judgment makes two melee attacks."
                },
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 25 (3d12 + 6) slashing damage plus 27 (6d8) force damage.",
                    "attack_bonus": 12,
                    "damage_dice": "3d12+6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Change Face",
                    "desc": "As a bonus action, the angel of judgment can change its face and demeanor to exhibit aspects of chaos or law, as needed by its assignment. It can have only one face active at a time and can end the effect on its turn as a bonus action. \n* Face of Chaos. The angel of judgment becomes a harbinger of chaos. It is treated as a fiend by spells and other magical effects that affect fiends and has advantage on attack rolls against celestials and devils. \n* Face of Law. The angel becomes a harbinger of law and has advantage on attack rolls against demons, fey, and undead."
                },
                {
                    "name": "Divine Awareness",
                    "desc": "The angel of judgment knows if it hears a lie."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The angel of judgment has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Penance Gaze",
                    "desc": "When a creature that can see the angel of judgment’s eyes starts its turn within 30 feet of the angel, the angel can force it to make a DC 18 Wisdom saving throw if the angel isn’t incapacitated and can see the creature. On a failure, the creature is stunned until the start of its next turn. On a success, the creature is restrained. Unless surprised, a creature can avert its eyes to avoid the saving throw at the start of its turn. If the creature does so, it can’t see the angel until the start of its next turn, when it can avert its eyes again. If the creature looks at the angel in the meantime, it must immediately make the save."
                },
                {
                    "name": "Weapons of Balance",
                    "desc": "The angel of judgment’s weapon attacks are magical. When the angel of judgment hits with any weapon, the weapon deals an extra 6d8 force damage (included in the attack)."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The angel of judgment’s spellcasting ability is Charisma (spell save DC 19). The angel can cast the following spells, requiring no material components:\nAt will: detect evil and good, detect magic, detect thoughts, invisibility (self only)\n3/day each: calm emotions, dispel evil and good, speak with dead\n1/day each: divine word, holy aura, raise dead"
                }
            ],
            "spell_list": [],
            "page_no": 16,
            "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": "ophanim",
            "desc": "",
            "name": "Ophanim",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 200,
            "hit_dice": "16d10+112",
            "speed": {
                "fly": 120,
                "hover": true,
                "walk": 50
            },
            "strength": 24,
            "dexterity": 22,
            "constitution": 25,
            "intelligence": 22,
            "wisdom": 24,
            "charisma": 26,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 11,
            "wisdom_save": 12,
            "charisma_save": 13,
            "perception": 12,
            "skills": {
                "insight": 12,
                "perception": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 120 ft., passive Perception 22",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "desc": "The ophanim makes four Light of Judgment attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 13,
                    "damage_dice": "4d8",
                    "desc": "Ranged Spell Attack: +13 to hit, range 80/320 ft., one target. Hit: 18 (4d8) radiant damage.",
                    "name": "Light of Judgment"
                },
                {
                    "desc": "The ophanim emits a burst of holy fire. Each creature within 30 feet of the ophanim must make a DC 19 Dexterity saving throw, taking 63 (18d6) radiant damage on a failed save, or half as much damage on a successful one. A humanoid reduced to 0 hp by this damage dies, leaving only a pile of fine ash.",
                    "name": "Holy Fire (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ophanim knows if it hears a lie.",
                    "name": "Divine Awareness"
                },
                {
                    "desc": "The ophanim has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The ophanim's innate spellcasting ability is Charisma (spell save DC 21). It can innately cast the following spells, requiring no material components:\nAt will: bless, detect evil and good, invisibility (self only), scrying, thaumaturgy\n3/day each: dispel evil and good, earthquake, holy aura\n1/day each: commune, forbiddance, true resurrection",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 18,
            "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": "stardrake-tob1-2023",
            "desc": "False",
            "name": "Star Drake",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 189,
            "hit_dice": "18d10 + 90",
            "speed": {
                "walk": 100,
                "fly": 40
            },
            "strength": 20,
            "dexterity": 17,
            "constitution": 21,
            "intelligence": 16,
            "wisdom": 24,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 10,
            "perception": 22,
            "skills": {
                "Arcana": 8,
                "History": 8,
                "Insight": 12,
                "Perception": 12,
                "Religion": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "cold, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "blinded, charmed, frightened, paralyzed",
            "senses": "truesight 120 ft., passive Perception 22",
            "languages": "Abyssal, Celestial, Common, Draconic, Infernal, Primordial",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "description": "The drake makes one Bite attack and two Claw attacks, or it makes four Searing Star attacks. If two Searing Star attacks hit one creature, that creature must succeed on a DC 18 Constitution saving throw or be blinded until the end of its next turn."
                },
                {
                    "name": "Bite",
                    "description": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) piercing damage plus 18 (4d8) force damage."
                },
                {
                    "name": "Claw",
                    "description": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage plus 18 (4d8) force damage."
                },
                {
                    "name": "Searing Star",
                    "description": "Ranged Spell Attack: +12 to hit, range 120 ft., one target. Hit: 14 (2d6 + 7) radiant damage plus 9 (2d8) force damage."
                },
                {
                    "name": "Planar Traveler",
                    "description": "The star drake can transport itself to a different plane of existence. This works like the plane shift spell, except the drake can affect only itself and can’t use this action to banish an unwilling creature to another plane."
                },
                {
                    "name": "Plane-Altered Breath (Recharge 5–6)",
                    "description": "The drake exhales raw magic in a 60-foot cone. Each creature in that area must make a DC 18 Dexterity saving throw, taking 55 (10d10) force damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "description": "The drake has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Nimbus of Swirling Stars",
                    "description": "At the start of each of the drake’s turns, each creature within 10 feet of it and that can see it must succeed on a DC 18 Constitution saving throw or be incapacitated until the end of its next turn."
                },
                {
                    "name": "Planar Weapons",
                    "description": "The drake’s weapon attacks are magical. When it hits with any weapon, the weapon deals an extra 4d8 force damage (included in the attack)."
                }
            ],
            "spell_list": [],
            "page_no": 146,
            "environments": [],
            "img_main": "http://api-beta.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": "star-drake",
            "desc": "_Twinkling motes of light move around this draconic creature’s body like stars, their reflections twinkling across its metallic scales._  \n**Returned Travelers.** A drake’s curiosity sometimes drives it to seek experiences beyond its plane, and it finds companions with which it travels the multiverse. Such drakes return quite clearly changed in appearance, demeanor, and ability. Regardless of which type of drake embarked on the journey, the creature always returns as a star drake.  \n**Mortal Protectors.** Star drakes consider themselves protectors of the Material Plane. They view those from other planes as meddlers in the affairs of humanoid races, regarding fiends and celestials as equally threatening. Star drakes might negotiate with, drive off, or destroy such meddlers. Occasionally, they lead extraplanar incursions to make it clear outsiders are unwelcome.  \n**Glimmering Lights.** A star drake differs in appearance from dragons primarily by its mottled metallic scales and the nimbus of tiny stars surrounding its body. A star drake measures 10 feet long and weighs roughly 500 lb.",
            "name": "Star Drake",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 189,
            "hit_dice": "18d10+90",
            "speed": {
                "walk": 40,
                "fly": 100
            },
            "strength": 20,
            "dexterity": 17,
            "constitution": 21,
            "intelligence": 16,
            "wisdom": 24,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 10,
            "intelligence_save": 8,
            "wisdom_save": 12,
            "charisma_save": 10,
            "perception": 12,
            "skills": {
                "arcana": 8,
                "history": 8,
                "insight": 12,
                "perception": 12,
                "religion": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, frightened, paralyzed, unconscious",
            "senses": "truesight 120 ft., passive Perception 22",
            "languages": "Celestial, Common, Draconic, Dwarvish, Elvish, Infernal, Primordial",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The drake makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) piercing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 15 (3d6 + 5) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "3d6"
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "The drake exhales either fire or frigid air in a 40-foot cone. Each creature in that area takes 78 (12d12) fire or cold damage, whichever the drake wishes, or half damage with a successful DC 18 Dexterity saving throw."
                },
                {
                    "name": "Searing Star (1/Day)",
                    "desc": "Ranged Spell Attack: +12 to hit, range 120 ft., one target. Hit: 65 (10d12) force damage, and the target must succeed on a DC 18 Constitution saving throw or be permanently blinded.",
                    "attack_bonus": 12,
                    "damage_dice": "10d12"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The drake can take 3 legendary actions, choosing from the options below. Only one option can be used at a time and only at the end of another creature's turn. The drake regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Bite Attack",
                    "desc": "The drake makes one bite attack."
                },
                {
                    "name": "Nova (Costs 2 Actions)",
                    "desc": "The drake momentarily doubles the radius and intensity of its nimbus of stars. Every sighted creature within 20 feet of the drake must make a successful DC 18 Constitution saving throw or become blinded until the end of its next turn. Characters who are averting their eyes are immune to the nova."
                },
                {
                    "name": "Pale Sparks",
                    "desc": "The drake casts faerie fire or moonbeam."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (2/day)",
                    "desc": "If the star drake fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The drake has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The drake's weapon attacks are magical."
                },
                {
                    "name": "Nimbus of Stars",
                    "desc": "The drake is surrounded by a whirling nimbus of tiny motes of starlight. A sighted creature that starts its turn within 10 feet of the drake must make a successful DC 18 Constitution saving throw or become incapacitated. At the start of a character's turn, a character can choose to avert its eyes and gain immunity against this effect until the start of its next turn, but it must treat the drake as invisible while the character's eyes are averted."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the drake's innate spellcasting ability is Wisdom (spell save DC 20). It can innately cast the following spells, requiring no material components:\n\nat will: faerie fire, moonbeam\n\n3/day: plane shift\n\n1/day each: gate, planar binding"
                }
            ],
            "spell_list": [],
            "page_no": 156,
            "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": "dread-examiner",
            "desc": "",
            "name": "Dread Examiner",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 322,
            "hit_dice": "28d10+168",
            "speed": {
                "walk": 30,
                "fly": 30,
                "swim": 30
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 22,
            "intelligence": 25,
            "wisdom": 23,
            "charisma": 25,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": 1,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire",
            "damage_immunities": "poison; bludgeoning, piercing, and slashing damage from nonmagical attacks",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "truesight 120', passive Perception 23",
            "languages": "all, telepathy 120'",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Force Swipe or Force Blast attacks. It can replace one attack with use of Spellcasting."
                },
                {
                    "name": "Force Swipe",
                    "desc": "Melee Spell Attack: +14 to hit, 5 ft., one target, 43 (8d8+7) force and target must make DC 20 Str save or be pushed up to 10 ft. in a direction of examiner’s choosing."
                },
                {
                    "name": "Force Blast",
                    "desc": "Ranged Spell Attack: +14 to hit, 120 ft., one target, 43 (8d8+7) force and target must make DC 20 Str save or be knocked prone."
                },
                {
                    "name": "Spellcasting (Psionics)",
                    "desc": "Cha (DC 22) no spell components: At will: dispel magic fabricate (as an action) telekinesis3/day ea: animate objects wall of force1/day: true polymorph"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Teleport",
                    "desc": "Magically teleports along with any equipment it is wearing or carrying up to 120' to an unoccupied spot it sees."
                },
                {
                    "name": "Reform (2)",
                    "desc": "The dread examiner rearranges its disjointed parts and regains 36 (8d8) hp."
                },
                {
                    "name": "Psychic Surge (3)",
                    "desc": "The dread examiner releases a wave of psychic energy. Each creature within 20' of it: 21 (6d6) psychic can’t use reactions and has disadvantage on attack rolls and ability checks until the end of its next turn. (DC 20 Wis half damage and ignores the other effects.)"
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Otherworldly Form",
                    "desc": "Its form is tentative in its cohesion as well as its adherence to physical laws. Immune to effects that cause the loss of limbs such as the effects of a sword of sharpness or vorpal sword. Immune to any spell or effect that would alter its form and it can move through a space as narrow as 1 foot wide with o squeezing."
                },
                {
                    "name": "Psychic Awareness",
                    "desc": "If it is being directly observed at the start of its turn it can immediately make a Wis (Perception) check to notice the observer. Once it has noticed the observer it always knows observer’s exact location regardless of cover obscurement or invisibility as long as observer is within 120' of examiner."
                },
                {
                    "name": "Sense Magic",
                    "desc": "The dread examiner senses magic within 120' of it at will. This trait otherwise works like the detect magic spell but isn’t itself magical."
                }
            ],
            "spell_list": [],
            "page_no": 159,
            "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": "barong",
            "desc": "",
            "name": "Barong",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 225,
            "hit_dice": "18d10+126",
            "speed": {
                "fly": 60,
                "walk": 60
            },
            "strength": 25,
            "dexterity": 20,
            "constitution": 25,
            "intelligence": 18,
            "wisdom": 23,
            "charisma": 22,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 13,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 12,
            "perception": 12,
            "skills": {
                "insight": 12,
                "perception": 12,
                "persuasion": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "radiant",
            "condition_immunities": "charmed, exhaustion, frightened",
            "senses": "truesight 120 ft., passive Perception 22",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "desc": "Barong makes two attacks: one with his bite and one with his claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 13,
                    "damage_dice": "1d8+7",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 11 (1d8 + 7) piercing damage plus 18 (4d8) radiant damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 13,
                    "damage_dice": "1d6+7",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 10 (1d6 + 7) slashing damage plus 18 (4d8) radiant damage.",
                    "name": "Claws"
                },
                {
                    "desc": "Barong can summon any combination of 2d4 good-aligned ghosts, uraeuses or couatls; 1d4 temple dogs, unicorns, or good-aligned wraiths; or one buraq or deva. The spirits and celestials appear in unoccupied spaces within 60 feet of Barong and act as his allies. They remain for 1 minute or until Barong dismisses them as an action.",
                    "name": "Summon Spirit (1/Day)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature makes an attack against Barong or one of his allies within 30 feet, Barong grants the target of the attack a +5 bonus to its AC until the start of his next turn.",
                    "name": "Divine Protection"
                }
            ],
            "legendary_desc": "Barong can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. Barong regains spent legendary actions at the start of his turn.",
            "legendary_actions": [
                {
                    "desc": "Barong makes one claw attack.",
                    "name": "Claw"
                },
                {
                    "desc": "Each creature he chooses within 30 feet of him can immediately repeat a saving throw to end one condition currently affecting it.",
                    "name": "Enlightening Roar"
                },
                {
                    "desc": "Barong roars a command at one allied undead or celestial within 30 feet of him. It can move up to its speed and make one attack as a reaction. The creature doesn't provoke an opportunity attack from this movement. Bats Bats exist in hundreds of species, from the harmless messenger bats of the ghoul empire to the ravening blood-devouring vampire bats found in various castles and deep jungles. The giant albino bat and the giant vampire bat are two monsters that vex adventurers more often than most, and they are often allies of darakhul, werebats, dhampirs, and vampires.",
                    "name": "Divine Command (Costs 2 Actions)"
                }
            ],
            "special_abilities": [
                {
                    "desc": "All allies within 30 feet of Barong gain a +6 bonus to saving throws as long as Barong is conscious.",
                    "name": "Aura of Protection"
                },
                {
                    "desc": "Barong's weapon attacks are magical. When he hits with any weapon, the weapon deals an extra 18 (4d8) radiant damage (already included below).",
                    "name": "Divine Weapons"
                },
                {
                    "desc": "Barong has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "Barong has advantage on attack rolls against a creature if at least one of his allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                }
            ],
            "spell_list": [],
            "page_no": 49,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/"
        },
        {
            "slug": "ancient-earth-dragon-a5e",
            "desc": "",
            "name": "Ancient Earth Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 22,
            "armor_desc": "",
            "hit_points": 425,
            "hit_dice": "23d20+184",
            "speed": {
                "walk": 40,
                "fly": 40,
                "burrow": 60
            },
            "strength": 26,
            "dexterity": 14,
            "constitution": 26,
            "intelligence": 16,
            "wisdom": 22,
            "charisma": 14,
            "strength_save": 15,
            "dexterity_save": null,
            "constitution_save": 15,
            "intelligence_save": 10,
            "wisdom_save": 13,
            "charisma_save": 9,
            "perception": null,
            "skills": {
                "athletics": 15,
                "insight": 13,
                "nature": 10,
                "perception": 13
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "damage from nonmagical weapons",
            "damage_immunities": "",
            "condition_immunities": "petrified",
            "senses": "darkvision 120 ft., tremorsense 120 ft., passive Perception 26",
            "languages": "Common, Draconic, Terran",
            "challenge_rating": "24",
            "cr": 24.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its slam. In place of its bite attack  it can use Rock Spire."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +15 to hit  reach 15 ft.  one target. Hit: 35 (5d10 + 8) piercing damage. Instead of dealing piercing damage  the dragon can grapple the target (escape DC 23)  and a Huge or smaller creature grappled in this way is restrained. While grappling a creature  the dragon can't bite another target."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +15 to hit  reach 10 ft.  one target. Hit: 21 (3d8 + 8) bludgeoning damage  and the target is pushed up to 10 feet away  falling prone if it impacts a wall or other solid object. This attack deals an extra 9 (2d8) bludgeoning damage if the target was already prone."
                },
                {
                    "name": "Scouring Breath (Recharge 5-6)",
                    "desc": "The dragon exhales scouring sand and stones in a 90-foot cone. Each creature in that area makes a DC 23 Dexterity saving throw  taking 70 (20d6) slashing damage on a failed save or half damage on a success. A creature that fails the save is also blinded until the end of its next turn."
                },
                {
                    "name": "Rock Spire",
                    "desc": "A permanent  25-foot-tall  5-foot-radius spire of rock magically rises from a point on the ground within 60 feet. A creature in the spires area when it appears makes a DC 21 Dexterity saving throw  taking 18 (4d8) piercing damage on a failure or half damage on a success. A creature that fails this saving throw by 10 or more is impaled and restrained at the top of the spire. A creature can use an action to make a DC 13 Strength check  freeing the impaled creature on a success. The impaled creature is also freed if the spire is destroyed. The spire is an object with AC 16  30 hit points  and immunity to poison and psychic damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Shake the Foundation",
                    "desc": "The dragon causes the ground to roil, creating a permanent, 40-foot-radius area of difficult terrain centered on a point the dragon can see. If the dragon is bloodied, creatures in the area make a DC 23 Dexterity saving throw. On a failure, the creature takes 21 (6d6) slashing damage and falls prone. On a success, the creature takes half damage."
                },
                {
                    "name": "Slam Attack (Costs 2 Actions)",
                    "desc": "The dragon makes a slam attack."
                },
                {
                    "name": "Entomb (While Bloodied",
                    "desc": "The dragon targets a creature on the ground within 60 feet, forcing it to make a DC 17 Dexterity saving throw. On a failure, the creature is magically entombed 5 feet under the earth. While entombed, the target is blinded, restrained, and can't breathe. A creature can use an action to make a DC 17 Strength check, freeing an entombed creature on a success."
                }
            ],
            "special_abilities": [
                {
                    "name": "Earth Glide",
                    "desc": "The dragon can burrow through nonmagical, unworked earth and stone without disturbing it."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the dragon remains motionless within its linked area, it is indistinguishable from a natural rocky outcropping."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, it becomes more like rock. Its Speed, burrow speed, and flying speed are halved until the end of its next turn."
                },
                {
                    "name": "Essence Link",
                    "desc": "The essence dragon is spiritually linked to a specific area or landmark. The dragon gains no benefit from a long rest when more than 1 mile away from its linked area. If the dragon dies, the area it is linked to loses its vital essence until it forms a new essence dragon, which can take centuries. When a creature first enters an area that has lost its vital essence in this way, they gain a level of fatigue and a level of strife. This fatigue and strife can be removed only by completing a long rest outside the area."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 17). It can innately cast the following spells, requiring no material components. 3/day each:locate animals or plants, spike growth, stone shape, wall of stone,  1/day:earthquake, move earth"
                }
            ],
            "spell_list": [],
            "page_no": 126,
            "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": "demilich-a5e",
            "desc": "",
            "name": "Demilich",
            "size": "Tiny",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 159,
            "hit_dice": "29d4+87",
            "speed": {
                "walk": 0,
                "fly": 30
            },
            "strength": 10,
            "dexterity": 24,
            "constitution": 16,
            "intelligence": 24,
            "wisdom": 22,
            "charisma": 20,
            "strength_save": 6,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": 13,
            "wisdom_save": 12,
            "charisma_save": 11,
            "perception": null,
            "skills": {
                "arcana": 13,
                "perception": 12,
                "stealth": 13
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic, poison, psychic; damage from nonmagical weapons",
            "condition_immunities": "charmed, deafened, fatigue, frightened, paralyzed, petrified, poisoned, prone, stunned",
            "senses": "truesight 60 ft., passive Perception 22",
            "languages": "understands the languages it knew in life but doesnt speak",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Devour Soul",
                    "desc": "The demilich targets one creature within 120 feet  forcing it to make a DC 17 Wisdom saving throw. On a success  or if all the large soul gems on the demilichs skull are occupied  the creature takes 40 necrotic damage  and the demilich regains the same number of hit points. If the target fails its saving throw and there is at least one unoccupied soul gem on the demilichs skull  the demilich regains 40 hit points  and the target dies instantly. Its soul is trapped in a soul gem on the demilichs skull  visible as a tiny  creature-shaped mote of light. While its soul is trapped  a creature can't be restored to life by any means. A soul that remains in a soul gem for 30 days is destroyed forever. If the demilich is defeated and a soul gem crushed  the creature is restored to life if its body is within 100 miles. A creature that succeeds on a saving throw against this effect is immune to it for 24 hours."
                },
                {
                    "name": "A demilich begins combat with one or two empty soul gems",
                    "desc": ""
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The demilich 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. The demilich regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Cranial Transposition",
                    "desc": "The dust surrounding the demilich falls to the ground. The demilich and a nonmagical, unattended skull within 30 teleport, switching places. Until the demilich moves or attacks, it is indistinguishable from a nonmagical skull, and the dust composing the demilichs wraithlike body doesnt reform around it."
                },
                {
                    "name": "Dust Storm (Costs 2 Actions)",
                    "desc": "The dust of the demilichs body swirls in a 30-foot radius around the demilich. Each creature in the area makes a DC 17 Constitution saving throw. On a failure, the creature takes 21 (6d6) necrotic damage and is blinded until the end of its next turn. The demilich then moves up to its speed."
                },
                {
                    "name": "Ringing Laugh (Costs 2 Actions)",
                    "desc": "Each creature within 60 feet that can hear the demilich makes a DC 17 Wisdom saving throw. On a failure, a creature is frightened until the end of its next turn."
                },
                {
                    "name": "Telekinesis",
                    "desc": "The demilich targets a Huge or smaller creature or an object weighing up to 1,000 pounds within 60 feet. If the target is a creature, it must succeed on a DC 17 Strength saving throw. Otherwise, the demilich moves the target up to 30 feet in any direction, including up. If another creature or object stops the targets movement, both take 10 (3d6) bludgeoning damage. At the end of this movement, the target falls if it is still in the air, taking falling damage as normal."
                }
            ],
            "special_abilities": [
                {
                    "name": "Avoidance",
                    "desc": "If the demilich 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."
                },
                {
                    "name": "Legendary Resistance (5/Day)",
                    "desc": "If the demilich fails a saving throw, it can choose to succeed instead. When it does so, one of the five tiny warding gems set on its forehead or teeth shatters."
                },
                {
                    "name": "Undead Nature",
                    "desc": "A demilich doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 62,
            "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": "demilich-mastermind-a5e",
            "desc": "",
            "name": "Demilich Mastermind",
            "size": "Tiny",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 319,
            "hit_dice": "58d4+174",
            "speed": {
                "walk": 0,
                "fly": 30
            },
            "strength": 10,
            "dexterity": 24,
            "constitution": 16,
            "intelligence": 24,
            "wisdom": 22,
            "charisma": 20,
            "strength_save": 6,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": 13,
            "wisdom_save": 12,
            "charisma_save": 11,
            "perception": null,
            "skills": {
                "arcana": 13,
                "perception": 12,
                "stealth": 13
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic, poison, psychic; damage from nonmagical weapons",
            "condition_immunities": "charmed, deafened, fatigue, frightened, paralyzed, petrified, poisoned, prone, stunned",
            "senses": "truesight 60 ft., passive Perception 22",
            "languages": "understands the languages it knew in life but doesnt speak",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Devour Soul",
                    "desc": "The demilich targets one creature within 120 feet  forcing it to make a DC 17 Wisdom saving throw. On a success  or if all the large soul gems on the demilichs skull are occupied  the creature takes 40 necrotic damage  and the demilich regains the same number of hit points. If the target fails its saving throw and there is at least one unoccupied soul gem on the demilichs skull  the demilich regains 40 hit points  and the target dies instantly. Its soul is trapped in a soul gem on the demilichs skull  visible as a tiny  creature-shaped mote of light. While its soul is trapped  a creature can't be restored to life by any means. A soul that remains in a soul gem for 30 days is destroyed forever. If the demilich is defeated and a soul gem crushed  the creature is restored to life if its body is within 100 miles. A creature that succeeds on a saving throw against this effect is immune to it for 24 hours."
                },
                {
                    "name": "A demilich mastermind begins combat with up to four empty soul gems",
                    "desc": ""
                }
            ],
            "bonus_actions": null,
            "reactions": [],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The demilich 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. The demilich regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Cranial Transposition",
                    "desc": "The dust surrounding the demilich falls to the ground. The demilich and a nonmagical, unattended skull within 30 teleport, switching places. Until the demilich moves or attacks, it is indistinguishable from a nonmagical skull, and the dust composing the demilichs wraithlike body doesnt reform around it."
                },
                {
                    "name": "Dust Storm (Costs 2 Actions)",
                    "desc": "The dust of the demilichs body swirls in a 30-foot radius around the demilich. Each creature in the area makes a DC 17 Constitution saving throw. On a failure, the creature takes 21 (6d6) necrotic damage and is blinded until the end of its next turn. The demilich then moves up to its speed."
                },
                {
                    "name": "Ringing Laugh (Costs 2 Actions)",
                    "desc": "Each creature within 60 feet that can hear the demilich makes a DC 17 Wisdom saving throw. On a failure, a creature is frightened until the end of its next turn."
                },
                {
                    "name": "Telekinesis",
                    "desc": "The demilich targets a Huge or smaller creature or an object weighing up to 1,000 pounds within 60 feet. If the target is a creature, it must succeed on a DC 17 Strength saving throw. Otherwise, the demilich moves the target up to 30 feet in any direction, including up. If another creature or object stops the targets movement, both take 10 (3d6) bludgeoning damage. At the end of this movement, the target falls if it is still in the air, taking falling damage as normal."
                }
            ],
            "special_abilities": [
                {
                    "name": "Avoidance",
                    "desc": "If the demilich 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."
                },
                {
                    "name": "Legendary Resistance (5/Day)",
                    "desc": "If the demilich fails a saving throw, it can choose to succeed instead. When it does so, one of the five tiny warding gems set on its forehead or teeth shatters."
                },
                {
                    "name": "Undead Nature",
                    "desc": "A demilich doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 63,
            "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": "greater-sphinx-a5e",
            "desc": "",
            "name": "Greater Sphinx",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 220,
            "hit_dice": "21d12+84",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 22,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 18,
            "wisdom": 22,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 8,
            "intelligence_save": 8,
            "wisdom_save": 10,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 8,
                "history": 8,
                "perception": 10,
                "religion": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic; damage from nonmagical weapons",
            "condition_immunities": "charmed, frightened, paralyzed, stunned",
            "senses": "truesight 120 ft., passive Perception 20",
            "languages": "Celestial, Common, telepathy 120 ft.",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sphinx attacks twice with its claw."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit  reach 5 ft.  one target. Hit: 17 (2d10 + 6) slashing damage."
                },
                {
                    "name": "Dispel Magic (3rd-Level; V, S)",
                    "desc": "The sphinx scours the magic from one creature  object  or magical effect within 120 feet that it can see. A spell ends if it was cast with a 3rd-level or lower spell slot. For spells using a 4th-level or higher spell slot  the sphinx makes a Wisdom ability check (DC 10 + the spells level) for each one  ending the effect 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 18 Dexterity saving throw  taking 14 (4d6) fire damage and 14 (4d6) radiant damage on a failure or half damage on a success."
                },
                {
                    "name": "Roar (3/Day)",
                    "desc": "The sphinx unleashes a magical roar. Each time it roars before taking a long rest  its roar becomes more powerful. Each creature within 300 feet of the sphinx that can hear it makes a DC 18 Constitution saving throw with the following consequences:"
                },
                {
                    "name": "First Roar: A creature that fails the saving throw is frightened for 1 minute",
                    "desc": "It can repeat the saving throw at the end of each of its turns  ending the effect on itself on a success."
                },
                {
                    "name": "Second Roar: A creature that fails the saving throw takes 22 (4d10) thunder damage and is frightened for 1 minute",
                    "desc": "On a success  the creature takes half damage. While frightened by this roar  the creature is paralyzed. It can repeat the saving throw at the end of each of its turns  ending the effect on itself on a success."
                },
                {
                    "name": "Third Roar: A creature that fails the saving throw takes 44 (8d10) thunder damage and is knocked prone",
                    "desc": "On a success  the creature takes half damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Speed Time (1/Day",
                    "desc": "For 1 minute, the sphinxs Speed and flying speed are doubled, opportunity attacks against it are made with disadvantage, and it can attack three times with its claw (instead of twice) when it uses Multiattack."
                },
                {
                    "name": "Planar Jaunt (1/Day)",
                    "desc": "The sphinx targets up to eight willing creatures it can see within 300 feet. The targets are magically transported to a different place, plane of existence, demiplane, or time. This effect ends after 24 hours or when the sphinx takes a bonus action to end it. When the effect ends, the creatures reappear in their original locations, along with any items they acquired on their jaunt. While the effect lasts, the sphinx can communicate telepathically with the targets. The sphinx chooses one of the following destinations:"
                },
                {
                    "name": "Different Location or Plane of Existence",
                    "desc": "The creatures appear in empty spaces of the sphinxs choice anywhere on the Material Plane or on a different plane altogether."
                },
                {
                    "name": "Demiplane",
                    "desc": "The creatures appear in empty spaces of the sphinxs choice on a demiplane. The demiplane can be up to one square mile in size. The demiplane can appear to be inside, outside, or underground, and can contain terrain, nonmagical objects, and magical effects of the sphinxs choosing. The sphinx may populate it with creatures and hazards with a total Challenge Rating equal to or less than the sphinxs Challenge Rating."
                },
                {
                    "name": "Time",
                    "desc": "The creatures appear in empty spaces of the sphinxs choosing anywhere on the Material Plane, at any time from 1,000 years in the past to 1,000 years in the future. At the Narrators discretion, changes made in the past may alter the present."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Inscrutable",
                    "desc": "The sphinx is immune to divination and to any effect that would sense its emotions or read its thoughts. Insight checks made to determine the sphinxs intentions are made with disadvantage."
                },
                {
                    "name": "Legendary Resistance (1/Day)",
                    "desc": "Each greater sphinx wears a piece of jewelry, such as a crown, headdress, or armlet. When the greater sphinx fails a saving throw, it can choose to succeed instead. When it does so, its jewelry shatters. The sphinx can create a new piece of jewelry when it finishes a long rest."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The sphinxs spellcasting ability is Wisdom (spell save DC 18). It can cast the following spells, requiring no material components: At will: detect evil and good, detect magic, minor illusion, spare the dying, 3/day each: dispel magic, identify, lesser restoration, remove curse, scrying, tongues, zone of truth, 1/day each: contact other plane, flame strike, freedom of movement, greater restoration, legend lore, heroes feast"
                }
            ],
            "spell_list": [],
            "page_no": 399,
            "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": "sphinx-a5e",
            "desc": "",
            "name": "Sphinx",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 142,
            "hit_dice": "15d10+60",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 22,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 18,
            "wisdom": 22,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 8,
            "intelligence_save": 8,
            "wisdom_save": 10,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 8,
                "history": 8,
                "perception": 10,
                "religion": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic; damage from nonmagical weapons",
            "condition_immunities": "charmed, frightened, paralyzed, stunned",
            "senses": "truesight 120 ft., passive Perception 20",
            "languages": "Celestial, Common, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sphinx attacks twice with its claw."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit  reach 5 ft.  one target. Hit: 17 (2d10 + 6) slashing damage."
                },
                {
                    "name": "Dispel Magic (3rd-Level; V, S)",
                    "desc": "The sphinx scours the magic from one creature  object  or magical effect within 120 feet that it can see. A spell ends if it was cast with a 3rd-level or lower spell slot. For spells using a 4th-level or higher spell slot  the sphinx makes a Wisdom ability check (DC 10 + the spells level) for each one  ending the effect 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 18 Dexterity saving throw  taking 14 (4d6) fire damage and 14 (4d6) radiant damage on a failure or half damage on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Speed Time (1/Day",
                    "desc": "For 1 minute, the sphinxs Speed and flying speed are doubled, opportunity attacks against it are made with disadvantage, and it can attack three times with its claw (instead of twice) when it uses Multiattack."
                },
                {
                    "name": "Planar Jaunt (1/Day)",
                    "desc": "The sphinx targets up to eight willing creatures it can see within 300 feet. The targets are magically transported to a different place, plane of existence, demiplane, or time. This effect ends after 24 hours or when the sphinx takes a bonus action to end it. When the effect ends, the creatures reappear in their original locations, along with any items they acquired on their jaunt. While the effect lasts, the sphinx can communicate telepathically with the targets. The sphinx chooses one of the following destinations:"
                },
                {
                    "name": "Different Location or Plane of Existence",
                    "desc": "The creatures appear in empty spaces of the sphinxs choice anywhere on the Material Plane or on a different plane altogether."
                },
                {
                    "name": "Demiplane",
                    "desc": "The creatures appear in empty spaces of the sphinxs choice on a demiplane. The demiplane can be up to one square mile in size. The demiplane can appear to be inside, outside, or underground, and can contain terrain, nonmagical objects, and magical effects of the sphinxs choosing. The sphinx may populate it with creatures and hazards with a total Challenge Rating equal to or less than the sphinxs Challenge Rating."
                },
                {
                    "name": "Time",
                    "desc": "The creatures appear in empty spaces of the sphinxs choosing anywhere on the Material Plane, at any time from 1,000 years in the past to 1,000 years in the future. At the Narrators discretion, changes made in the past may alter the present."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Inscrutable",
                    "desc": "The sphinx is immune to divination and to any effect that would sense its emotions or read its thoughts. Insight checks made to determine the sphinxs intentions are made with disadvantage."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The sphinxs spellcasting ability is Wisdom (spell save DC 18). It can cast the following spells, requiring no material components: At will: detect evil and good, detect magic, minor illusion, spare the dying, 3/day each: dispel magic, identify, lesser restoration, remove curse, scrying, tongues, zone of truth, 1/day each: contact other plane, flame strike, freedom of movement, greater restoration, legend lore, heroes feast"
                }
            ],
            "spell_list": [],
            "page_no": 398,
            "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": "angel-shrouded",
            "desc": "",
            "name": "Angel, Shrouded",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 161,
            "hit_dice": "17d8+85",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 20,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 22,
            "charisma": 10,
            "strength_save": 9,
            "dexterity_save": 1,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 5,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison, radiant; nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "blindsight 30', darkvision 120', passive Perception 21",
            "languages": "all, telepathy 120'",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Justicar’s Blade or Justicar’s Blast attacks."
                },
                {
                    "name": "Justicar’s Blade",
                    "desc": "Melee Weapon Attack: +10 to hit, 5 ft., one target, 13 (2d8+5) slashing damage + 14 (4d6) poison and target: DC 17 Con save or be poisoned. Poisoned condition lasts until it is removed by the lesser restoration spell or similar magic."
                },
                {
                    "name": "Justicar’s Blast",
                    "desc": "Ranged Spell Attack: +11 to hit, 120 ft., one target, 24 (4d8+6) radiant."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 19) no material components: At will: bane bless locate creature3/day ea: invisibility (self only) healing word (level 5) nondetection"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Executioner's Judgment",
                    "desc": "When a creature poisoned by shrouded angel starts its turn angel demands target repent. If it doesn’t repent: DC 17 Con save. Fail: reduced to 0 hp. Success: 22 (5d8) radiant. If target repents its next action is chosen by angel as if it failed a save vs. the command spell: “Draw Nigh” (approach) “Clasp Hands in Prayer” (drop) “Seek Redemption” (flee) “Be Penitent” (grovel) or “In Stillness Hear the Truth” (halt). Once angel uses this reaction it must deal poison to a poisoned target before using it again."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Angelic Poison",
                    "desc": "Its weapon attacks are magical and its weapons are coated with radiant poison. Creatures with resistance or immunity to poison or the poisoned condition can be affected by angel’s poison. Such creatures have advantage on saves vs. the angel’s poison."
                },
                {
                    "name": "Divine Awareness",
                    "desc": "Knows if it hears a lie."
                },
                {
                    "name": "Evasion",
                    "desc": "If subject to effect that allows Dex save for half damage takes no damage on success and only half if it fails."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "Doesn't require food drink or sleep"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 29,
            "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": "planetar",
            "desc": "",
            "name": "Planetar",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": "Angels",
            "alignment": "lawful good",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 200,
            "hit_dice": "16d10+112",
            "speed": {
                "walk": 40,
                "fly": 120
            },
            "strength": 24,
            "dexterity": 20,
            "constitution": 24,
            "intelligence": 19,
            "wisdom": 22,
            "charisma": 25,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 12,
            "intelligence_save": null,
            "wisdom_save": 11,
            "charisma_save": 12,
            "perception": 11,
            "skills": {
                "perception": 11
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion, frightened",
            "senses": "truesight 120 ft., passive Perception 21",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The planetar makes two melee attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 21 (4d6 + 7) slashing damage plus 22 (5d8) radiant damage.",
                    "attack_bonus": 12,
                    "damage_dice": "4d6+5d8",
                    "damage_bonus": 7
                },
                {
                    "name": "Healing Touch (4/Day)",
                    "desc": "The planetar touches another creature. The target magically regains 30 (6d8 + 3) hit points and is freed from any curse, disease, poison, blindness, or deafness."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Angelic Weapons",
                    "desc": "The planetar's weapon attacks are magical. When the planetar hits with any weapon, the weapon deals an extra 5d8 radiant damage (included in the attack)."
                },
                {
                    "name": "Divine Awareness",
                    "desc": "The planetar knows if it hears a lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The planetar's spellcasting ability is Charisma (spell save DC 20). The planetar can innately cast the following spells, requiring no material components:\nAt will: detect evil and good, invisibility (self only)\n3/day each: blade barrier, dispel evil and good, flame strike, raise dead\n1/day each: commune, control weather, insect plague"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The planetar has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [
                "https://api-beta.open5e.com/v2/spells/detect-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/invisibility/?format=api",
                "https://api-beta.open5e.com/v2/spells/blade-barrier/?format=api",
                "https://api-beta.open5e.com/v2/spells/dispel-evil-and-good/?format=api",
                "https://api-beta.open5e.com/v2/spells/flame-strike/?format=api",
                "https://api-beta.open5e.com/v2/spells/raise-dead/?format=api",
                "https://api-beta.open5e.com/v2/spells/commune/?format=api",
                "https://api-beta.open5e.com/v2/spells/control-weather/?format=api",
                "https://api-beta.open5e.com/v2/spells/insect-plague/?format=api"
            ],
            "page_no": 262,
            "environments": [
                "Temple",
                "Astral Plane"
            ],
            "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": "camazotz-tob1-2023",
            "desc": "False",
            "name": "Camazotz",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 537,
            "hit_dice": "43d10 + 301",
            "speed": {
                "walk": 80,
                "fly": 30
            },
            "strength": 30,
            "dexterity": 22,
            "constitution": 25,
            "intelligence": 12,
            "wisdom": 22,
            "charisma": 25,
            "strength_save": null,
            "dexterity_save": 13,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 13,
            "charisma_save": 14,
            "perception": 23,
            "skills": {
                "Acrobatics": 13,
                "Athletics": 17,
                "Deception": 14,
                "Insight": 13,
                "Intimidation": 14,
                "Perception": 13
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "acid, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, poison, thunder",
            "condition_immunities": "charmed, deafened, frightened, paralyzed, petrified, poisoned, stunned",
            "senses": "blindsight 120 ft., truesight 30 ft., passive Perception 23",
            "languages": "Abyssal, Common, Dwarvish, Primordial, telepathy 300 ft.",
            "challenge_rating": "22",
            "cr": 22.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "description": "Camazotz makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "description": "Melee Weapon Attack: +17 to hit, reach 5 ft., one target. Hit: 38 (8d6 + 10) piercing damage plus 7 (2d6) fire damage, and the target must succeed on a DC 22 Constitution saving throw or its Strength score is reduced by 1d4. The target dies if this reduces its Strength to 0. Otherwise, the reduction lasts until the target finishes a long rest. A Humanoid that dies from this reduction rises 1d4 days later as a vampire under Camazotz’s control, unless the Humanoid is restored to life or its body is destroyed. Camazotz can have no more than five vampires under his control at a time."
                },
                {
                    "name": "Claw",
                    "description": "Melee Weapon Attack: +17 to hit, reach 10 ft., one target. Hit: 31 (6d6 + 10) slashing damage plus 7 (2d6) fire damage."
                },
                {
                    "name": "Fire Breath (Recharge 5–6)",
                    "description": "Camazotz exhales unholy fire in a 30-foot cone. Each creature in the area must make a DC 22 Dexterity saving throw, taking 33 (6d10) fire damage and 33 (6d10) necrotic damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Call Bats (3/Day)",
                    "description": "Camazotz magically calls 4d6 giant bats or swarms of bats, or he magically calls 2d6 vrocks that have membranous instead of feathered wings. The called creatures arrive in 1d4 rounds, acting as allies of Camazotz and obeying his telepathic commands. The creatures remain for 1 hour, until Camazotz dies, or until Camazotz dismisses them as a bonus action. Camazotz can have no more than twenty four giant bats or swarms of bats, or twelve vrocks under his control at a time."
                },
                {
                    "name": "Spellcasting",
                    "description": "Camazotz casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 22):\nAt will: darkness, detect evil and good, dispel magic\n3/day each: dominate person, haste\n1/day: incendiary cloud"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "description": "Camazotz magically transforms into a Large giant bat covered in smoldering ashes, or back into his true form, which is a Fiend. His statistics, other than his size, are the same in each form. Any equipment he is wearing or carrying transforms with him. He turns into a pile of greasy ash if destroyed."
                },
                {
                    "name": "Detect",
                    "description": "Camazotz makes a Wisdom (Perception) check."
                },
                {
                    "name": "Move",
                    "description": "Camazotz moves up to his speed, or he flies up to half his speed. This movement doesn’t provoke opportunity attacks."
                },
                {
                    "name": "Cast a Spell (Costs 2 Actions)",
                    "description": "Camazotz uses Spellcasting."
                },
                {
                    "name": "Fiery Wing Beat (Costs 2 Actions)",
                    "description": "Camazotz beats his wings, extinguishing mundane and magical light sources. Each creature within 10 feet of Camazotz must succeed on a DC 22 Dexterity saving throw or take 14 (4d6) fire damage and be knocked prone."
                }
            ],
            "reactions": [],
            "legendary_desc": "Camazotz can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature’s turn. Camazotz regains spent legendary actions at the start of his turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "description": "Camazotz makes a Wisdom (Perception) check."
                },
                {
                    "name": "Move",
                    "description": "Camazotz moves up to his speed, or he flies up to half his speed. This movement doesn’t provoke opportunity attacks."
                },
                {
                    "name": "Cast a Spell (Costs 2 Actions)",
                    "description": "Camazotz uses Spellcasting."
                },
                {
                    "name": "Fiery Wing Beat (Costs 2 Actions)",
                    "description": "Camazotz beats his wings, extinguishing mundane and magical light sources. Each creature within 10 feet of Camazotz must succeed on a DC 22 Dexterity saving throw or take 14 (4d6) fire damage and be knocked prone."
                }
            ],
            "special_abilities": [
                {
                    "name": "Heated Body",
                    "description": "A creature that touches Camazotz or hits him with a melee attack while within 5 feet of him takes 7 (2d6) fire damage."
                },
                {
                    "name": "Keen Hearing",
                    "description": "Camazotz has advantage on Wisdom (Perception) checks that rely on hearing."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "description": "If Camazotz fails a saving throw, he can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "description": "Camazotz has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 76,
            "environments": [],
            "img_main": "http://api-beta.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": "qorgeth-tob1-2023",
            "desc": "False",
            "name": "Qorgeth",
            "size": "Gargantuan",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 21,
            "armor_desc": "natural armor",
            "hit_points": 370,
            "hit_dice": "20d20 + 160",
            "speed": {
                "walk": 30,
                "burrow": 50
            },
            "strength": 29,
            "dexterity": 6,
            "constitution": 26,
            "intelligence": 9,
            "wisdom": 22,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 13,
            "charisma_save": 11,
            "perception": 23,
            "skills": {
                "Perception": 13
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "blinded, charmed, exhaustion, frightened, poisoned",
            "senses": "blindsight 120 ft., tremorsense 120 ft., passive Perception 23",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "23",
            "cr": 23.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "description": "Qorgeth makes one Bite attack, two Crush attacks, and one Stinger attack."
                },
                {
                    "name": "Bite",
                    "description": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. Hit: 22 (2d12 + 9) piercing damage. If the target is a Large or smaller creature, it must succeed on a DC 21 Dexterity saving throw or be swallowed by Qorgeth. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the worm, and it takes 16 (3d10) necrotic damage at the start of each of Qorgeth’s turns."
                },
                {
                    "name": "Crush",
                    "description": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. Hit: 20 (2d10 + 9) bludgeoning damage, and if the target is a Large or smaller creature, it is restrained until Qorgeth moves. A creature, including the restrained creature, can use an action to free the restrained creature by succeeding on a DC 21 Strength check."
                },
                {
                    "name": "Stinger",
                    "description": "Melee Weapon Attack: +16 to hit, reach 15 ft., one target. Hit: 23 (4d6 + 9) piercing damage, and the target must make a DC 21 Constitution saving throw. On a failure, the target takes 33 (6d10) poison damage and is poisoned for 1 hour. On a success, the target takes half the damage and isn’t poisoned. A creature that fails the saving throw by 10 or more is also paralyzed while poisoned in this way."
                },
                {
                    "name": "Spellcasting",
                    "description": "Qorgeth casts one of the following spells, requiring no material or somatic components and using Charisma as the spellcasting ability (spell save DC 19):\nAt will: black tentacles, detect magic\n3/day each: dispel magic, insect plague (biting worms)\n1/day each: earthquake, teleport (self only)"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": "Qorgeth 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. Qorgeth regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Shriek",
                    "description": "Each creature within 60 feet of Qorgeth and that can hear the demon must succeed on a DC 21 Wisdom saving throw or be frightened for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Death Roll (Costs 2 Actions)",
                    "description": "Qorgeth moves up to half its speed straight toward a creature and makes one Crush attack against the creature. Each object and structure between Qorgeth and the target takes 33 (6d10) bludgeoning damage."
                },
                {
                    "name": "Devour (Costs 3 Actions)",
                    "description": "Qorgeth makes one Bite attack."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "description": "If Qorgeth fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "description": "Qorgeth has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "description": "Qorgeth’s weapon attacks are magical."
                },
                {
                    "name": "Tunneler",
                    "description": "Qorgeth can burrow through solid rock and leaves a 15-foot-diameter tunnel in its wake."
                }
            ],
            "spell_list": [],
            "page_no": 80,
            "environments": [],
            "img_main": "http://api-beta.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": "oozasis",
            "desc": "_The oasis appears as an idyllic desert respite, offering water, shade, and even perhaps edible fruit and nuts in the trees above._  \n**Mockmire.** The oozasis, or oasis ooze, is also known as a mockmire in other climates. It mimics a peaceful, pristine watering hole to draw in unsuspecting prey. An oozasis cycles seemingly at random between wakefulness and hibernation.  \n**Quest Givers.** Within its odd physiology stirs an ancient mind with an inscrutable purpose. Far from being a mere mindless sludge, its fractured intelligence occasionally awakens to read the thoughts of visitors. At these times, it tries to coerce them into undertaking quests for cryptic reasons.  \n**Ancient Minds.** Some tales claim these creatures preserve the memories of mad wizards from dead empires, or that they have unimaginably ancient, inhuman origins.",
            "name": "Oozasis",
            "size": "Gargantuan",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 7,
            "armor_desc": "",
            "hit_points": 217,
            "hit_dice": "14d20+70",
            "speed": {
                "walk": 20,
                "climb": 20,
                "swim": 20
            },
            "strength": 18,
            "dexterity": 5,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 22,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": 10,
            "charisma_save": 8,
            "perception": 10,
            "skills": {
                "deception": 8,
                "history": 5,
                "insight": 10,
                "perception": 10
            },
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), tremorsense 120 ft., passive Perception 20",
            "languages": "understands all languages but can't speak, telepathy 120 ft.",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The oozasis makes two pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 15 ft., one creature. Hit: 13 (2d8 + 4) bludgeoning damage plus 10 (3d6) acid damage, and a target that's Large or smaller is grappled (escape DC 16) and restrained until the grapple ends. The oozasis has two pseudopods, each of which can grapple one target at a time.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Engulf",
                    "desc": "The oozasis engulfs creatures grappled by it. An engulfed creature can't breathe, is restrained, is no longer grappled, has total cover against attacks and other effects outside the oozasis, takes 21 (6d6) acid damage at the start of each of the oozasis's turns, and is subject to the oozasis's Waters of Unfathomable Compulsion trait. The creature takes no damage if the oozasis chooses not to inflict any. When the oozasis moves, the engulfed creature moves with it. An engulfed creature can escape by using an action and making a successful DC 16 Strength check. On a success, the creature enters a space of its choice within 5 feet of the oozasis."
                },
                {
                    "name": "Vapors of Tranquility or Turmoil (Recharges after a Short or Long Rest)",
                    "desc": "The oozasis sublimates its waters into a vapor that fills a disk centered on the oozasis, 60 feet in radius, and 10 feet thick. All creatures in the area are affected by either the calm emotions spell or the confusion spell (save DC 16). The oozasis chooses which effect to use, and it must be the same for all creatures."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The oozasis can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Mirage",
                    "desc": "As a bonus action, the oozasis can create a mirage around itself to lure victims toward it while disguising its true nature. This functions as the mirage arcane spell (save DC 16) but is nonmagical, and therefore can't be detected using detect magic or similar magic, and can't be dispelled."
                },
                {
                    "name": "Waters of Unfathomable Compulsion",
                    "desc": "Any creature that drinks the water of an oozasis or eats fruit from the plants growing in it has a dream (as the spell, save DC 16) the next time it sleeps. In this dream, the oozasis places a compulsion to carry out some activity as a torrent of images and sensations. When the creature awakens, it is affected by a geas spell (save DC 16, cast as a 7th-level spell) in addition to the effects of dream."
                }
            ],
            "spell_list": [],
            "page_no": 310,
            "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": "red-hag",
            "desc": "_An elder race—much older than the elves, and as old as the dragons, they claim—red hags are the most cunning and longest-lived of the hags, having a lifespan of more than a thousand years._  \n**Beautiful and Strong.** Unlike their hag kin, red hags are not horrid to look upon, and most are considered comely in their own right. Few know anything about them, and the hags do little to enlighten them, preferring their seclusion.  \n**Tied to Nature.** The hags have a deep connection with all elements of nature, and they often make their homes in deep forests, in caves, or alongside coastlines.  \n**Blood Magic.** Because of their close connection to nature, red hags often serve as druids. Within their druidic circles, however, they practice blood sacrifices and perform ritualistic blood magic—both to slake their craving for humanoid blood, but also as a means to venerate Hecate, goddesses of dark magic. Red hags also favor the cleric and wizard classes; few ever seek a martial path. The ancient hags all answer to a hierarchy.",
            "name": "Red Hag",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 119,
            "hit_dice": "14d8+56",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 18,
            "wisdom": 22,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "arcana": 9,
                "deception": 5,
                "insight": 7,
                "perception": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, poisoned",
            "senses": "blood sense 90 ft., darkvision 60 ft., passive Perception 16",
            "languages": "Common, Druidic, Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 17 (3d8 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "3d8"
                },
                {
                    "name": "Siphoning Aura (Recharge 5-6)",
                    "desc": "The red hag radiates an aura in a 30-foot radius, lasting for 3 rounds, that draws all fluids out through a creature's mouth, nose, eyes, ears, and pores. Every creature of the hag's choosing that starts its turn in the affected area takes 18 (4d6 + 4) necrotic damage, or half damage with a successful DC 15 Constitution saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The hag can breathe air and water."
                },
                {
                    "name": "Spellcasting",
                    "desc": "the hag is an 8th-level spellcaster. Her spellcasting ability is Wisdom (Spell save DC 17, +9 to hit with spell attacks). She requires no material components to cast her spells. The hag has the following druid spells prepared:\n\ncantrips (at will): animal friendship (red hags treat this as a cantrip), poison spray, thorn whip\n\n1st level (4 slots): cure wounds, entangle, speak with animals\n\n2nd level (3 slots): barkskin, flame blade, lesser restoration\n\n3rd level (3 slots): call lightning, conjure animals, dispel magic, meld into stone\n\n4th level (2 slots): control water, dominate beast, freedom of movement, hallucinatory terrain"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The hag has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Blood Sense",
                    "desc": "A red hag automatically senses the presence of the blood of living creatures within 90 feet and can pinpoint their locations within 30 feet."
                }
            ],
            "spell_list": [],
            "page_no": 244,
            "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": "angel-kalkydra",
            "desc": "",
            "name": "Angel, Kalkydra",
            "size": "Huge",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 189,
            "hit_dice": "14d12+98",
            "speed": {
                "walk": 40,
                "climb": 30,
                "fly": 90
            },
            "strength": 22,
            "dexterity": 14,
            "constitution": 24,
            "intelligence": 17,
            "wisdom": 21,
            "charisma": 23,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison; nonmagic B/P/S attacks",
            "damage_immunities": "fire, radiant",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned, prone",
            "senses": "truesight 120', passive Perception 20",
            "languages": "all, telepathy 120'",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Bites or Sunrays. Can replace one with Constrict."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, 10 ft., one target, 15 (2d8+6) piercing damage + 18 (4d8) radiant."
                },
                {
                    "name": "Constrict",
                    "desc": "Melee Weapon Attack: +11 to hit, 5 ft., one target, 17 (2d10+6) bludgeoning damage + 18 (4d8) radiant and target is grappled (escape DC 18). Until this grapple ends creature is restrained and kalkydra can’t constrict another target."
                },
                {
                    "name": "Sunray",
                    "desc": "Ranged Spell Attack: +11 to hit, 120 ft., one target, 24 (4d8+6) radiant + 9 (2d8) fire."
                },
                {
                    "name": "Song of Sunrise (1/Day)",
                    "desc": "Sings a song to welcome the dawn causing sunlight to fill area in a 120' radius around it. Lasts 1 min."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 19) no material components: At will: detect evil and good light3/day ea: daylight dispel evil and good1/day ea: commune greater restoration"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Solar Nimbus",
                    "desc": "When hit by an attack it surrounds itself in a fiery nimbus searing attacker: 9 (2d8) fire and 9 (2d8) radiant and nimbus sheds bright light in 30' radius and dim light an additional 30'. Until start of kalkydra’s next turn a creature within 5 ft. of kalkydra that hits it with melee attack takes 9 (2d8) fire and 9 (2d8) radiant."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Angelic Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon deals extra 4d8 radiant (included below)."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "Doesn't require food drink or sleep"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 26,
            "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": "cosmic-symphony",
            "desc": "",
            "name": "Cosmic Symphony",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 200,
            "hit_dice": "16d10+112",
            "speed": {
                "walk": 0,
                "fly": 60
            },
            "strength": 19,
            "dexterity": 26,
            "constitution": 25,
            "intelligence": 2,
            "wisdom": 21,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 9,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks ",
            "damage_immunities": "radiant, thunder",
            "condition_immunities": "deafened, exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "truesight 120', passive Perception 20",
            "languages": "understands all languages but can’t speak",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Can use Universal Music then one Discordant Wave and one Slam or two Discordant Waves."
                },
                {
                    "name": "Discordant Wave",
                    "desc": "Melee or Ranged Spell Attack: +10 to hit 5 ft. or range 60/120' one target 27 (5d8+5) thunder. Target and each creature within 10 ft. of it: DC 18 Con save or become deafened until end of its next turn."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +13 to hit, 5 ft., one target, 24 (3d10+8) bludgeoning damage + 22 (5d8) thunder."
                },
                {
                    "name": "Universal Music",
                    "desc": "Each creature of symphony’s choice within 120' of it: DC 18 Con save or be incapacitated 1 min. Creature that fails save by 5+ is stunned 1 min instead. Stunned or incapacitated creature can re-save at end of each of its turns success ends effect on itself. If creature’s save is successful or effect ends creature is immune to symphony’s Universal Music for next 24 hrs."
                },
                {
                    "name": "Celestial Crescendo (Recharge 5–6)",
                    "desc": "Sound waves explode from it. Each creature within 30' of it: 45 (10d8) thunder and is deafened for 1 min (DC 18  Con half damage not deafened). A creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Fly",
                    "desc": "Flies up to half its flying speed with o provoking opportunity attacks."
                },
                {
                    "name": "Major Chord (2)",
                    "desc": "The symphony regains 18 (4d8) hp."
                },
                {
                    "name": "Minor Chord (2)",
                    "desc": "Each creature within 10 ft. of the symphony must make DC 18 Con save or take 9 (2d8) thunder."
                }
            ],
            "special_abilities": [
                {
                    "name": "Invisible",
                    "desc": "Is invisible."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 96,
            "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": "hag-wood",
            "desc": "",
            "name": "Hag, Wood",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 170,
            "hit_dice": "20d8+80",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 21,
            "charisma": 15,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, poisoned",
            "senses": "darkvision 60', passive Perception 19",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claw or Toxic Splinter attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 10 (2d6+3) slashing damage + 18 (4d8) poison."
                },
                {
                    "name": "Toxic Splinter",
                    "desc": "Ranged Spell Attack: +9 to hit, 60 ft., one target, 7 (1d4+5) piercing damage + 18 (4d8) poison and poisoned 1 min (DC 16 Con negates). Effect: target paralyzed. Victim can re-save at end of each of its turns success ends effect on itself. A creature within 5 ft. of target can take its action to remove splinter with DC 13 Wis (Medicine) check ending poisoned condition."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 17) no material components: At will: charm person entangle  • 3/day: plant growth1/day: contagion"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Nettling Word",
                    "desc": "Heckles mocks or jeers one creature she can see within 30' of her. If creature can hear and understand her enraged until end of its next turn (DC 16 Cha negates). While enraged: advantage on melee attacks unable to distinguish friend from foe and must move to and attack nearest creature (not hag). If none is near enough to move to and attack enraged creature stalks off in random direction. Attacks vs. enraged creature: advantage."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "One with the Woods",
                    "desc": "While hag remains motionless in forest terrain is indistinguishable from an old decomposing log or tree stump."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Speak with Beasts and Plants",
                    "desc": "Can communicate with Beasts and Plants as if they shared a language."
                },
                {
                    "name": "Woodland Walk",
                    "desc": "Difficult terrain made of plants doesn’t cost hag extra move. Can pass through plants with o being slowed by them nor taking damage from them if they have thorns spines or similar."
                }
            ],
            "spell_list": [],
            "page_no": 228,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "primordial-matriarch",
            "desc": "",
            "name": "Primordial Matriarch",
            "size": "Gargantuan",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 313,
            "hit_dice": "19d20+114",
            "speed": {
                "walk": 0,
                "fly": 120
            },
            "strength": 18,
            "dexterity": 30,
            "constitution": 23,
            "intelligence": 10,
            "wisdom": 21,
            "charisma": 18,
            "strength_save": 1,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning, thunder; nonmagic B/P/S attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "blindsight 120' (blind beyond), passive Perception 15",
            "languages": "Primordial",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Storm Blast then two Elemental Lashes."
                },
                {
                    "name": "Create Elementals",
                    "desc": "Magically creates up to 3d6 mephits 2 air earth fire or water elementals 2 ice elementals (Tome of Beasts 2) or 1 rockslide elemental (Tome of Beasts 3). Elementals arrive at start of her next turn acting as her allies and obeying her spoken commands. Elementals remain for 1 hr until she dies or until matriarch dismisses them as a bonus action. She can have any number of Elementals under her control at one time provided the combined total CR of the Elementals is no higher than 10."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Elemental Adaptation",
                    "desc": "When she would take acid cold fire lightning or thunder she can change the element selected with Roiling Elements to that type of damage gaining immunity to that damage type including the triggering damage."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Elemental Change",
                    "desc": "Changes the damage immunity granted by Roiling Elements."
                },
                {
                    "name": "Fly",
                    "desc": "Up to half her flying speed with o provoking opportunity attacks."
                },
                {
                    "name": "Create Elemental (2)",
                    "desc": "Uses Create Elementals."
                },
                {
                    "name": "Return to Mother (3)",
                    "desc": "Absorbs Elemental within 10 ft. of her gaining temp hp equal to 10 times the CR of Elemental absorbed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Elemental Attacks",
                    "desc": "Her weapon attacks are magical. When she hits with any weapon it deals extra 5d6 damage of Roiling Elements type."
                },
                {
                    "name": "Elemental Aura",
                    "desc": "At start of each of her turns each creature within 5 ft. of her takes 10 (3d6) damage of Roiling Elements type. Creature that touches her or hits her with melee attack while within 10 ft. of her: 10 (3d6) damage of Roiling Elements type. Nonmagical weapon that hits her is destroyed after dealing damage."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "Doesn’t require air food drink or sleep."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Roiling Elements",
                    "desc": "At the start of each of her turns she chooses one of the following damage types: acid cold fire lightning or thunder. She has immunity to that damage type until the start of her next turn."
                },
                {
                    "name": "Siege Monster",
                    "desc": "Double damage to objects/structures."
                },
                {
                    "name": "Elemental Lash",
                    "desc": "Melee Weapon Attack: +17 to hit, 15 ft., one target, 32 (4d10+10) bludgeoning damage + 17 (5d6) damage of the type determined by Roiling Elements."
                },
                {
                    "name": "Storm Blast",
                    "desc": "The primordial matriarch emits elemental energy in a 90' cone. Each creature in the area: 21 (6d6) damage of the type determined by Roiling Elements and suffers one of the following effects depending on the damage type (DC 20 Dex half damage and no additional effect unless specified below).Acid Blast Fail: creature is covered in acid. At the start of each of its turns it takes 7 (2d6) acid until it or another creature takes an action to scrape or wash off the acid.Cold Blast Fail: creature is restrained by ice until end of its next turn or until it or another creature takes an action to break it free. Success: creature’s speed is reduced by 10 ft. until end of its next turn.Fire Blast Fail: creature catches fire. Until it or another creature takes an action to douse the fire creature takes 7 (2d6) fire at the start of each of its turns.Lightning Blast Fail: creature incapacitated until end of its next turn. Succcess: creature can’t take reactions until start of its next turn.Thunder Blast Fail: creature is deafened for 1 min. At the end of each of its turns a deafened creature can repeat the save ending deafness on itself on a success. Success: creature is deafened until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 318,
            "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": "sasori-fukurowashi",
            "desc": "A golden pair of glowing, avian irises reveal a large creature on a nearby tree. Horn-like feathered ears sit atop its muscular, winged form. As it shifts on its branch, its wings divulge a hint of insectoid claws beneath them. A soft, echoing voice asks, “Are you lost? Do you need aid?”_  \nSasori fukurōwashi are kami originating from reincarnated noble souls who consistently honored and protected nature in their past life.  \n**Friendly Protectors.** Unlike others of their kind, these kami are not found near specific shrines, and they can’t be summoned. The sasori fukurōwashi are divine spirits inherently connected to all of nature, fulfilling the role of divine agent, messenger, or roaming protector. They are generally peaceable, befriending non-evil humanoids, fey, and other magical beings that don’t defile natural environments.  \n**Nocturnal.** They are inclined to rest or meditate by day and are active from dusk until dawn. Blessed with the ability to shift to and from the Ethereal Plane, these kami have a distinct tactical advantage to aid any nearby kami or respectful and contrite travelers along their way.  \n**Immortal Spirit Nature.** The kami doesn’t require food, drink, or sleep.",
            "name": "Sasori Fukurowashi",
            "size": "Medium",
            "type": "Fey",
            "subtype": "kami",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 123,
            "hit_dice": "19d8+38",
            "speed": {
                "fly": 80,
                "walk": 40,
                "climb": 20
            },
            "strength": 17,
            "dexterity": 19,
            "constitution": 15,
            "intelligence": 11,
            "wisdom": 21,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "perception": 9,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "truesight 60 ft., passive Perception 19",
            "languages": "Common, Sylvan",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sasori fukurōwashi makes three attacks: one with its claw, one with its sting, and one with its talons."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage, and the target is grappled (escape DC 14). The kami has two claws, each of which can grapple only one target.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d10 + 4) piercing damage, and the target must make a DC 14 Constitution saving throw, taking 22 (4d10) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 8,
                    "damage_dice": "1d10+4"
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d6+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ethereal Jaunt",
                    "desc": "As a bonus action, the kami can magically shift from the Material Plane to the Ethereal Plane, or vice versa."
                },
                {
                    "name": "Flyby",
                    "desc": "The kami doesn’t provoke opportunity attacks when it flies out of an enemy’s reach."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The kami has advantage on saving throws against spells and other magical effects"
                },
                {
                    "name": "Keen Hearing and Sight",
                    "desc": "The kami has advantage on Wisdom (Perception) checks that rely on hearing or sight."
                }
            ],
            "spell_list": [],
            "page_no": 224,
            "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": "infernal-knight",
            "desc": "",
            "name": "Infernal Knight",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 247,
            "hit_dice": "26d8+130",
            "speed": {
                "fly": 60,
                "walk": 30
            },
            "strength": 24,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 17,
            "wisdom": 21,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "athletics": 12,
                "insight": 10,
                "perception": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks that aren't silvered",
            "damage_immunities": "fire, necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 60 ft., passive Perception 20",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "desc": "The infernal knight makes two melee attacks or uses its Hellfire Bolt twice. It can replace one attack with Reave Soul.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 12,
                    "damage_dice": "2d6+7",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage plus 17 (5d6) necrotic damage. A creature hit by the sword must succeed on a DC 18 Constitution saving throw or suffer disadvantage on attack rolls and ability checks based on Strength or Dexterity until the end of its next turn.",
                    "name": "Greatsword"
                },
                {
                    "attack_bonus": 10,
                    "damage_dice": "3d6",
                    "desc": "Ranged Spell Attack: +10 to hit, range 120 ft., one target. Hit: 10 (3d6) fire damage plus 17 (5d6) necrotic damage. A creature hit must succeed on a DC 18 Constitution saving throw or its hp maximum is reduced by an amount equal to the necrotic damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0.",
                    "name": "Hellfire Bolt"
                },
                {
                    "desc": "The infernal knight targets a creature with 0 hp that it can see within 60 feet of it. If the creature is alive, it must succeed on a DC 18 Constitution saving throw or die and have its soul drawn into the infernal knight's greatsword. If the creature is dead and has been dead for less than 1 minute, its soul is automatically captured. When the infernal knight captures a soul, it regains 30 hp, and Reave Soul recharges at the start of its next turn. While a creature's soul is trapped, that creature can't be returned to life by any means short of a wish spell.\n\nA banishment spell targeted at the greatsword forces the infernal knight to make a Charisma saving throw against the spell. On a failed save, any souls trapped in the blade are released instead of the spell's normal effect. Trapped souls are also released when the infernal knight dies.",
                    "name": "Reave Soul (Recharge 5-6)"
                },
                {
                    "desc": "The infernal knight magically tears a rift in the fabric of the multiverse. The rift is a portal to a plane of the infernal knight's choice. The portal remains open for 1 hour, during which time any creature can pass through it, moving from one plane to the other. A dispel magic spell targeting the rift can destroy it if the caster succeeds on a DC 18 spellcasting ability check.",
                    "name": "Planar Rift (1/Day)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the infernal knight is given a quarry by its lord, the knight knows the direction and distance to its quarry as long as the two of them are on the same plane of existence.",
                    "name": "Faultless Tracker"
                },
                {
                    "desc": "The infernal knight has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The infernal knight's weapon attacks are magical.",
                    "name": "Magic Weapons"
                },
                {
                    "desc": "The infernal knight regains 10 hp at the start of its turn if it has at least 1 hp.",
                    "name": "Regeneration"
                }
            ],
            "spell_list": [],
            "page_no": 104,
            "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": "monkey-king",
            "desc": "",
            "name": "Monkey King",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 21,
            "armor_desc": "natural armor",
            "hit_points": 262,
            "hit_dice": "25d8+150",
            "speed": {
                "fly": 60,
                "walk": 60
            },
            "strength": 19,
            "dexterity": 24,
            "constitution": 22,
            "intelligence": 16,
            "wisdom": 21,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 14,
            "constitution_save": 13,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": null,
            "perception": 12,
            "skills": {
                "acrobatics": 14,
                "deception": 10,
                "insight": 12,
                "perception": 12,
                "stealth": 14
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic, poison, radiant",
            "condition_immunities": "charmed, frightened, poisoned, stunned",
            "senses": "truesight 120 ft., passive Perception 22",
            "languages": "Celestial, Common, Simian",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "desc": "The Monkey King makes three golden staff attacks or two golden staff attacks and one tail attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 14,
                    "damage_dice": "2d10+7",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 18 (2d10 + 7) bludgeoning damage plus 7 (2d6) radiant damage.",
                    "name": "Golden Staff"
                },
                {
                    "attack_bonus": 12,
                    "damage_dice": "4d8",
                    "desc": "Ranged Spell Attack: +12 to hit, range 100 ft., one target. Hit: 18 (4d8) radiant damage. The target must succeed on a DC 18 Charisma saving throw or be stunned until the end of its next turn.",
                    "name": "Enlightened Ray"
                },
                {
                    "attack_bonus": 14,
                    "damage_dice": "2d8+7",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage, and the target must succeed on a DC 22 Dexterity saving throw or be knocked prone.",
                    "name": "Tail"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When the Monkey King is hit by a weapon attack, he gains resistance to bludgeoning, piercing, and slashing damage until the end of that turn.",
                    "name": "Drunken Dodge"
                }
            ],
            "legendary_desc": "The Monkey King 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 Monkey King regains spent legendary actions at the start of his turn.",
            "legendary_actions": [
                {
                    "desc": "The Monkey King moves up to his speed without provoking opportunity attacks.",
                    "name": "Great Leap"
                },
                {
                    "desc": "The Monkey King makes a golden staff attack.",
                    "name": "Quick Staff"
                },
                {
                    "desc": "Each creature of the Monkey King's choice within 10 feet of him must make a DC 18 Charisma saving throw, taking 36 (8d8) radiant damage on a failed save, or half as much damage on a successful one.",
                    "name": "Golden Burst (Costs 3 Actions)"
                }
            ],
            "special_abilities": [
                {
                    "desc": "If the Monkey King fails a saving throw, he can choose to succeed instead.",
                    "name": "Legendary Resistance (3/Day)"
                },
                {
                    "desc": "The Monkey King has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The Monkey King can communicate with primates as if they shared a language. In addition, he can control primates with an Intelligence of 8 or lower that are within 120 feet of him.",
                    "name": "Simian Affinity"
                }
            ],
            "spell_list": [],
            "page_no": 337,
            "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": "ancientmithraldragon-tob1-2023",
            "desc": "False",
            "name": "Ancient Mithral Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 490,
            "hit_dice": "28d20 + 196",
            "speed": {
                "walk": 80,
                "fly": 40
            },
            "strength": 12,
            "dexterity": 26,
            "constitution": 25,
            "intelligence": 20,
            "wisdom": 21,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 15,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 12,
            "perception": 29,
            "skills": {
                "History": 12,
                "Insight": 12,
                "Perception": 19,
                "Persuasion": 12,
                "Stealth": 15
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "slashing",
            "condition_immunities": "charmed",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 29",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "22",
            "cr": 22.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: +15 to hit, reach 15 ft., one target. Hit: 19 (2d10 + 8) piercing damage. Instead of dealing damage, the dragon can end one magical effect of its choice of 7th level or lower on the target."
                },
                {
                    "name": "Claw",
                    "description": "Melee Weapon Attack: +15 to hit, reach 10 ft., one target. Hit: 15 (2d6 +8) slashing damage, and if the target isn’t a Construct or Undead, it must succeed on a DC 23 Constitution saving throw or lose 10 (3d6) 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 16 Wisdom (Medicine) check. The claw pops out of the wound if the target receives magical healing."
                },
                {
                    "name": "Tail",
                    "description": "Melee Weapon Attack: +15 to hit, reach 20 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 20 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 90-foot cone. Each creature in that area must succeed on a DC 22 Dexterity saving throw, taking 73 (21d6) slashing damage on a failed save, or half as much damage on a successful one. The area becomes difficult terrain for 1 minute, then the shards dissolve into wisps of silvery smoke. 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 23 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)",
                    "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 succeeds on a saving throw by 5 or more 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": 120,
            "environments": [],
            "img_main": "http://api-beta.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": "bloodhag-tob1-2023",
            "desc": "False",
            "name": "Blood Hag",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 204,
            "hit_dice": "24d8 + 96",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 19,
            "wisdom": 21,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 19,
            "skills": {
                "Deception": 7,
                "Intimidation": 7,
                "Perception": 9,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "charmed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 19",
            "languages": "Common, Giant, Sylvan",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "description": "The blood hag makes three Claw or Blood Bolt attacks and can use Blood-Drinking Hair or Face Peel. She can replace one attack with a use of Sanguine Curse."
                },
                {
                    "name": "Claws",
                    "description": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 19 (4d6 + 5) slashing damage, and the target is grappled (escape DC 17) if it is a Medium or smaller creature. The blood hag has two claws, each of which can grapple only one target."
                },
                {
                    "name": "Blood Bolt",
                    "description": "Ranged Spell Attack: +9 to hit, range 60 ft., one target. Hit: 18 (3d8 + 5) necrotic damage. If the target is a creature with blood, it must succeed on a DC 17 Constitution saving throw or be poisoned until the end of its next turn."
                },
                {
                    "name": "Blood-Drinking Hair",
                    "description": "The hag drains blood from one creature grappled by her. The target must make a DC 17 Constitution saving throw, taking 18 (4d8) necrotic damage on a failed save, or half as much damage on a successful one. The blood hag regains hp equal to half the necrotic damage taken."
                },
                {
                    "name": "Face Peel",
                    "description": "The blood hag peels the face off one creature grappled by her. The target must succeed on a DC 17 Dexterity saving throw or take 14 (4d6) slashing damage and be stunned until the end of its next turn. The target’s hp maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. While its hp maximum is reduced in this way, the target has disadvantage on all Charisma checks. The target dies if this effect reduces its hp maximum to 0."
                },
                {
                    "name": "Sanguine Curse",
                    "description": "The blood hag curses one creature she can see or sense within 60 feet of her. The target must succeed on a DC 17 Wisdom saving throw or be cursed for 1 minute. A creature automatically succeeds on this saving throw if it doesn’t have blood. While cursed, the target is incapacitated and takes 9 (2d8) necrotic damage at the start of each of its turns as its internal blood vessels rupture. The cursed target can repeat the saving throw at the end of each of its turns, ending the curse on itself on a success."
                },
                {
                    "name": "Spellcasting",
                    "description": "The blood hag casts one of the following spells, requiring no material components and using Wisdom as the spellcasting ability (spell save DC 17):\nAt will: disguise self, knock, tongues\n3/day each: modify memory, pass without trace"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Blood Sense",
                    "description": "The blood hag can pinpoint the location of creatures that aren’t Constructs or Undead within 60 feet of her and can sense the general direction of such creatures within 1 mile of her."
                }
            ],
            "spell_list": [],
            "page_no": 226,
            "environments": [],
            "img_main": "http://api-beta.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": "redhag-tob1-2023",
            "desc": "False",
            "name": "Red Hag",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d8 + 64",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 18,
            "wisdom": 21,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 18,
            "skills": {
                "Arcana": 10,
                "Deception": 5,
                "Insight": 8,
                "Perception": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 18",
            "languages": "Common, Druidic, Giant, Sylvan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Claw",
                    "description": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage plus 9 (2d8) necrotic damage."
                },
                {
                    "name": "Blood Bolt",
                    "description": "Ranged Spell Attack: +8 to hit, range 60 ft., one target. Hit: 14 (2d8 + 5) necrotic damage. If the target is a creature with blood, it must succeed on a DC 16 Constitution saving throw or be poisoned until the end of its next turn."
                },
                {
                    "name": "Siphon Blood (Recharge 5–6)",
                    "description": "The red hag drains blood from nearby creatures. Each creature that isn’t a Construct or Undead within 20 feet of the red hag must make a DC 16 Constitution saving throw, taking 35 (10d6) necrotic damage on a failed save, or half as much damage on a successful one. If at least one creature fails the saving throw, the next spell the red hag casts is cast as if the spell used a spell slot two levels higher than the spell’s lowest level."
                },
                {
                    "name": "Spellcasting",
                    "description": "The red hag casts one of the following spells, requiring no material components and using Wisdom as the spellcasting ability (spell save DC 16):\nAt will: animal friendship, druidcraft, entangle\n3/day: cure wounds, dispel magic, lesser restoration\n1/day: control water, freedom of movement"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "description": "The red hag can breathe air and water."
                },
                {
                    "name": "Blood Sense",
                    "description": "The red hag can pinpoint the location of creatures that aren’t Constructs or Undead within 60 feet of her and can sense the general direction of such creatures within 1 mile of her."
                },
                {
                    "name": "Magic Resistance",
                    "description": "The red hag has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Speak with Beasts",
                    "description": "The red hag can communicate with Beasts as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 228,
            "environments": [],
            "img_main": "http://api-beta.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": "adult-mithral-dragon",
            "desc": "_Mithral dragons are wise and learned, and are legendary peacemakers and spellcasters. They pursue their own interests when not called to settle disputes._  \n_**Glimmering Champions.**_ Light glints off a mithral dragon’s glossy scales, shining silver-white, and its tiny wings fold flush against its body—but open like a fan to expose shimmering, diaphanous membranes. Its narrow head, with bare slits for its eyes and nostrils, ends in a slender neck. The dragon’s sleek look continues into its body and a mithral dragon’s impossibly thin frame makes it look extremely fragile.  \n_**Rage in Youth.**_ Younger mithral dragons raid and pillage as heavily as any chromatic dragon, driven largely by greed to acquire a worthy hoard—though they are less likely to kill for sport or out of cruelty. In adulthood and old age, however, they are less concerned with material wealth and more inclined to value friendship, knowledge, and a peaceful life spent in pursuit of interesting goals.  \n_**Peacemakers.**_ Adult and older mithral dragons are diplomats and arbitrators by temperament (some dragons cynically call them referees), enjoying bringing some peace to warring factions. Among all dragons, their strict neutrality and ability to ignore many attacks make them particularly well suited to these vital roles.",
            "name": "Adult Mithral Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 184,
            "hit_dice": "16d12+80",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 27,
            "dexterity": 18,
            "constitution": 21,
            "intelligence": 20,
            "wisdom": 21,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 10,
            "intelligence_save": 10,
            "wisdom_save": 10,
            "charisma_save": 10,
            "perception": 10,
            "skills": {
                "athletics": 13,
                "history": 10,
                "insight": 10,
                "perception": 10,
                "persuasion": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid, thunder",
            "condition_immunities": "charmed",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 20",
            "languages": "Celestial, Common, Draconic, Primordial",
            "challenge_rating": "14",
            "cr": 14.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"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) slashing damage, and the target loses 4 hit points from bleeding at the start of each of its turns for six rounds unless it receives magical healing. Bleeding damage is cumulative; the target loses 4 hp per round for each bleeding wound it's taken from a mithral dragon's claws.",
                    "attack_bonus": 13,
                    "damage_dice": "2d6"
                },
                {
                    "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"
                },
                {
                    "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 its turn, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "A mithral dragon can spit a 60-foot-long, 5-foot-wide line of metallic shards. Targets in its path take 42 (12d6) magical slashing damage and lose another 8 hit points from bleeding at the start of their turns for 6 rounds; slashing and bleed damage are halved by a successful DC 18 Dexterity saving throw. Only magical healing stops the bleeding before 6 rounds. The shards dissolve into wisps of smoke 1 round after the breath weapon's use."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 21 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."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the dragon's innate spellcasting ability is Intelligence (spell save DC 18, +10 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nat will: tongues\n\n5/day each: dispel magic, enhance ability"
                },
                {
                    "name": "Spellcasting",
                    "desc": "the dragon is a 6th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 18, +10 to hit with spell attacks). It requires no material components to cast its spells. The dragon has the following wizard spells prepared:\n\ncantrips (at will): acid splash, light, mage hand, prestidigitation\n\n1st level (4 slots): charm person, expeditious retreat, magic missile, unseen servant\n\n2nd level (3 slots): blur, hold person, see invisibility\n\n3rd level (3 slots): haste, lightning bolt, protection from energy"
                }
            ],
            "spell_list": [],
            "page_no": 133,
            "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": "arbeyach",
            "desc": "",
            "name": "Arbeyach",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 275,
            "hit_dice": "22d10+154",
            "speed": {
                "walk": 40,
                "burrow": 20,
                "climb": 40,
                "fly": 80,
                "hover": true
            },
            "strength": 22,
            "dexterity": 20,
            "constitution": 25,
            "intelligence": 19,
            "wisdom": 21,
            "charisma": 25,
            "strength_save": null,
            "dexterity_save": 12,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 14,
            "perception": 12,
            "skills": {
                "deception": 14,
                "insight": 12,
                "perception": 12,
                "stealth": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "charmed, frightened, poisoned, stunned",
            "senses": "truesight 120 ft., passive Perception 22",
            "languages": "Celestial, Common, Draconic, Infernal, telepathy 120 ft.",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Arbeyach makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) piercing damage plus 9 (2d8) poison damage. If the target is a creature, it must succeed on a DC 22 Constitution saving throw or be cursed with Arbeyach rot. The cursed target is poisoned, can't regain hit points, its hit point maximum decreases by 13 (3d8) for every 24 hours that elapse, and vermin attack the creature on sight. If the curse reduces the target's hit point maximum to 0, the target dies and immediately transforms into a randomly chosen swarm of insects. The curse lasts until removed by the remove curse spell or comparable magic.",
                    "attack_bonus": 13,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 10 (1d8 + 6) slashing damage plus 9 (2d8) poison damage.",
                    "attack_bonus": 13,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Vermin Breath (Recharge 5-6)",
                    "desc": "Arbeyach exhales vermin in a 120-foot line that's 10 feet wide. Each creature in the line takes 54 (12d8) poison damage, or half damage with a successful DC 22 Dexterity saving throw. Each creature that fails this saving throw must succeed on a DC 22 Constitution saving throw or be cursed with Arbeyach rot (see the Bite attack). In addition, Arbeyach summons a swarm of insects (of any type) at any point of the line. The swarm remains until destroyed, until Arbeyach dismisses it as a bonus action, or for 2 minutes. No more than five swarms of insects can be summoned at the same time."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "Arbeyach 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. Arbeyach regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "Arbeyach moves up to half its speed, using any movement mode it wishes."
                },
                {
                    "name": "Poison",
                    "desc": "Arbeyach targets a creature within 120 feet. If the target isn't poisoned, it must make a DC 22 Constitution saving throw or become poisoned. The poisoned target repeats the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Spell (Costs 2 Actions)",
                    "desc": "Arbeyach casts a spell."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If Arbeyach fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Arbeyach has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "Arbeyach's weapon attacks are magical."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "arbeyach's spellcasting ability is Charisma (spell save DC 22, +14 to hit with spell attacks). Arbeyach can innately cast the following spells, requiring no material components:\n\nat will: poison spray\n\n3/day each: fog cloud, stinking cloud\n\n1/day each: cloudkill, contagion, insect plague"
                },
                {
                    "name": "Fear Aura",
                    "desc": "Any creature hostile to Arbeyach that starts its turn within 20 feet of it must make a DC 22 Wisdom saving throw, unless Arbeyach is incapacitated. On a failed save, the creature is frightened until the start of its next turn. If a creature's saving throw is successful, the creature is immune to Arbeyach's Fear Aura for the next 24 hours."
                },
                {
                    "name": "Aura of Virulence",
                    "desc": "Creatures that would normally be resistant or immune to poison damage or the poisoned condition lose their resistance or immunity while within 120 feet of Arbeyach. All other creatures within 120 feet of Arbeyach have disadvantage on saving throws against effects that cause poison damage or the poisoned condition."
                },
                {
                    "name": "Swarm Prince",
                    "desc": "Arbeyach can communicate with spawns of Arbeyach and all vermin and insects, including swarms and giant varieties, within 120 feet via pheromone transmission. In a hive, this range extends to cover the entire hive. This is a silent and instantaneous mode of communication that only Arbeyach, spawn of Arbeyach, insects, and vermin can understand. All these creatures follow Arbeyach's orders and will never harm the devil."
                }
            ],
            "spell_list": [],
            "page_no": 95,
            "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": "blood-hag",
            "desc": "_This bent-backed crone has long, leathery arms and cruel, flesh‑shearing talons. Her face is a misshapen mass of leathery flesh with a bulbous nose, like a gnarled knot on an old oak tree._  \n**Vampiric Origins.** Blood hags have long skulked on the fringes of society. The first blood hags appeared when a red hag mated with a mad vampire archmage­­—their offspring became the first blood hags. Many more followed.  \n**Face Stealers.** Blood hags prey on mankind, stealing their seed to propagate, their blood to satisfy their insatiable thirst, and their faces as trophies of these short-lived and bloody trysts.  \n**Worm Hair.** A blood hag’s hair is a morass of wriggling worms, ever thirsty for fresh blood.",
            "name": "Blood Hag",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 178,
            "hit_dice": "21d8+84",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 19,
            "wisdom": 21,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 9,
            "skills": {
                "deception": 7,
                "intimidation": 7,
                "perception": 9,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, poisoned",
            "senses": "blood sense 90 ft., darkvision 60 ft., passive Perception 19",
            "languages": "Common, Giant, Infernal, Sylvan, Trollkin",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The blood hag makes two claw attacks and one blood-drinking hair attack."
                },
                {
                    "name": "Blood-Drinking Hair",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) piercing damage and a Medium or smaller target is grappled (escape DC 15). A grappled creature takes 13 (2d8 + 3) necrotic damage at the start of the hag's turns, and the hag heals half as many hit points. The hag gains excess healing as temporary hit points. The hag can grapple one or two creatures at a time. Also see Face Peel.",
                    "attack_bonus": 9,
                    "damage_dice": "3d8"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 19 (4d6 + 5) slashing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "4d6"
                },
                {
                    "name": "Call the Blood",
                    "desc": "The blood hag targets a living creature within 30 feet that she detects with her blood sense and makes the target bleed uncontrollably. The target must make a successful DC 16 Constitution saving throw or suffer one of the effects listed below. A target that saves successfully cannot be affected by this hag's ability again for 24 hours."
                },
                {
                    "name": "1",
                    "desc": "Blood Choke Curse. The target's mouth fills with blood, preventing any speech or spellcasting with verbal components for 1 minute."
                },
                {
                    "name": "2",
                    "desc": "Blood Eye. The target's eyes well up with bloody tears. The target is blinded for 1 minute."
                },
                {
                    "name": "3",
                    "desc": "Heart Like Thunder. The target hears only the rushing of blood and their thumping heart. They are deaf for 1 minute."
                },
                {
                    "name": "4",
                    "desc": "Rupturing Arteries. The victim suffers 7 (2d6) slashing damage as its veins and arteries burst open. The target repeats the saving throw at the beginning of each of its turns. It takes 3 (1d6) necrotic damage if the saving throw fails, but the effect ends on a successful save."
                },
                {
                    "name": "Face Peel",
                    "desc": "The blood hag peels the face off one grappled foe. The target must make a DC 17 Dexterity saving throw. If the saving throw fails, the face is torn off; the target takes 38 (8d6 + 10) slashing damage and is stunned until the start of the hag's next turn. If the save succeeds, the target takes half damage and isn't stunned. Heal, regeneration, or comparable magic restores the stolen features; other curative magic forms a mass of scar tissue. The peeled-off face is a tiny, animated object (per the spell-20 HP, AC 18, no attack, Str 4, Dex 18) under the hag's control. It retains the former owner's memories and personality. Blood hags keep such faces as trophies, but they can also wear someone's face to gain advantage on Charisma (Deception) checks made to imitate the face's former owner."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blood Sense",
                    "desc": "A blood hag automatically senses the blood of living creatures within 90 feet and can pinpoint their locations within 30 feet."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the hag's innate spellcasting ability is Charisma (spell save DC 15). She can innately cast the following spells, requiring no material components:\n\nat will: disguise self, knock, minor illusion, misty step, pass without trace, protection from evil and good, tongues, water breathing\n\n3/day each: bestow curse, invisibility, mirror image\n\n1/day each: cloudkill, modify memory"
                }
            ],
            "spell_list": [],
            "page_no": 242,
            "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": "aboleth-a5e",
            "desc": "",
            "name": "Aboleth",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 171,
            "hit_dice": "18d10+72",
            "speed": {
                "walk": 10,
                "swim": 40
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 20,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 8,
            "intelligence_save": 9,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 8,
                "history": 9,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 15",
            "languages": "Deep Speech, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The aboleth attacks three times with its tentacle."
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +9 to hit  reach 15 ft.  one target. Hit: 19 (4d6 + 5) bludgeoning damage. The aboleth can choose instead to deal 0 damage. If the target is a creature  it makes a DC 16 Constitution saving throw. On a failure  it contracts a disease called the Sea Change. On a success  it is immune to this disease for 24 hours. While affected by this disease  the target has disadvantage on Wisdom saving throws. After 1 hour  the target grows gills  it can breathe water  its skin becomes slimy  and it begins to suffocate if it goes 12 hours without being immersed in water for at least 1 hour. This disease can be removed with a disease-removing spell cast with at least a 4th-level spell slot  and it ends 24 hours after the aboleth dies."
                },
                {
                    "name": "Slimy Cloud (1/Day, While Bloodied)",
                    "desc": "While underwater  the aboleth exudes a cloud of inky slime in a 30-foot-radius sphere. Each non-aboleth creature in the area when the cloud appears makes a DC 16 Constitution saving throw. On a failure  it takes 44 (8d10) poison damage and is poisoned for 1 minute. The slime extends around corners  and the area is heavily obscured for 1 minute or until a strong current dissipates the cloud."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The aboleth can take 2 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Move",
                    "desc": "The aboleth moves up to its swim speed without provoking opportunity attacks."
                },
                {
                    "name": "Telepathic Summon",
                    "desc": "One creature within 90 feet makes a DC 16 Wisdom saving throw. On a failure, it must use its reaction, if available, to move up to its speed toward the aboleth by the most direct route that avoids hazards, not avoiding opportunity attacks. This is a magical charm effect."
                },
                {
                    "name": "Baleful Charm (Costs 2 Actions)",
                    "desc": "The aboleth targets one creature within 60 feet that has contracted Sea Change. The target makes a DC 16 Wisdom saving throw. On a failure, it is magically charmed by the aboleth until the aboleth dies. The target can repeat this saving throw every 24 hours and when it takes damage from the aboleth or the aboleths allies. While charmed in this way, the target can communicate telepathically with the aboleth over any distance and it follows the aboleths orders."
                },
                {
                    "name": "Soul Drain (Costs 2 Actions)",
                    "desc": "One creature charmed by the aboleth takes 22 (4d10) psychic damage, and the aboleth regains hit points equal to the damage dealt."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The aboleth can breathe air and water."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The aboleths spellcasting ability is Charisma (spell save DC 16). It can innately cast the following spells, requiring no components: 3/day each: detect thoughts (range 120 ft, desc: ), project image (range 1 mile), phantasmal force"
                }
            ],
            "spell_list": [],
            "page_no": 16,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com"
        },
        {
            "slug": "adult-river-dragon-a5e",
            "desc": "",
            "name": "Adult River Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 252,
            "hit_dice": "24d12+96",
            "speed": {
                "walk": 60,
                "fly": 80,
                "swim": 90
            },
            "strength": 18,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 20,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 8,
            "intelligence_save": 6,
            "wisdom_save": 9,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "acrobatics": 8,
                "deception": 7,
                "insight": 9,
                "nature": 6,
                "perception": 9,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "damage from nonmagical weapons",
            "damage_immunities": "",
            "condition_immunities": "fatigue",
            "senses": "darkvision 120 ft., tremorsense 200 ft. (only detects vibrations in water), passive Perception 19",
            "languages": "Aquan, Common, Draconic",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit  reach 10 ft.  one target. Hit: 21 (3d10 + 5) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +11 to hit  reach 5 ft.  one target. Hit: 18 (3d8 + 5) slashing damage."
                },
                {
                    "name": "Torrential Breath (Recharge 5-6)",
                    "desc": "The dragon exhales water in a 60-foot-long  5-foot-wide line. Each creature in the area makes a DC 18 Dexterity saving throw  taking 56 (16d6) bludgeoning damage on a failed save or half damage on a success. A creature that fails the save is also knocked prone and is pushed up to 30 feet away. A creature that impacts a solid object takes an extra 10 (3d6) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Whirlpool",
                    "desc": "A cylindrical, 15-foot-tall, 10-foot-radius whirlpool or waterspout magically appears in the water or air, centered on a point within 60 feet. Creatures in the area make a DC 18 Strength saving throw. On a failure, a creature takes 17 (5d6) bludgeoning damage and is knocked prone and pushed up to 15 feet. On a failure, a creature takes half damage."
                }
            ],
            "reactions": [
                {
                    "name": "Snap Back (While Bloodied)",
                    "desc": "When a creature the dragon can see hits it with a melee weapon attack, the dragon makes a bite attack against the attacker."
                }
            ],
            "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": "Dart Away",
                    "desc": "The dragon swims up to half its speed."
                },
                {
                    "name": "Lurk",
                    "desc": "The dragon takes the Hide action."
                },
                {
                    "name": "River Surge (Costs 2 Actions)",
                    "desc": "The dragon generates a 20-foot-tall, 100-foot-wide wave on the surface of water within 90 feet. The wave travels up to 45 feet in any direction the dragon chooses and crashes down, carrying Huge or smaller creatures and vehicles with it. Vehicles moved in this way have a 25 percent chance of capsizing and creatures that impact a solid object take 21 (6d6) bludgeoning damage."
                },
                {
                    "name": "Sudden Maelstrom (While Bloodied",
                    "desc": "The dragon magically surrounds itself with a 60-foot-radius maelstrom of surging wind and rain for 1 minute. A creature other than the dragon that starts its turn in the maelstrom or enters it for the first time on a turn makes a DC 18 Strength saving throw. On a failed save, the creature is knocked prone and pushed 15 feet away from the dragon."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Flowing Grace",
                    "desc": "The dragon doesnt provoke opportunity attacks when it flies or swims out of an enemys reach."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, it loses coordination as white-crested waves run up and down its body. It loses its Flowing Grace and Shimmering Scales traits until the beginning of its next turn."
                },
                {
                    "name": "Shimmering Scales",
                    "desc": "While in water, the dragon gains three-quarters cover from attacks made by creatures more than 30 feet away."
                },
                {
                    "name": "Essence Link",
                    "desc": "The essence dragon is spiritually linked to a specific area or landmark. The dragon gains no benefit from a long rest when more than 1 mile away from its linked area. If the dragon dies, the area it is linked to loses its vital essence until it forms a new essence dragon, which can take centuries. When a creature first enters an area that has lost its vital essence in this way, they gain a level of fatigue and a level of strife. This fatigue and strife can be removed only by completing a long rest outside the area."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 15). It can innately cast the following spells, requiring no material components. 3/day each:create or destroy water, fog cloud, control water, freedom of movement"
                }
            ],
            "spell_list": [],
            "page_no": 132,
            "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-sapphire-dragon-a5e",
            "desc": "",
            "name": "Adult Sapphire Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 304,
            "hit_dice": "29d12+116",
            "speed": {
                "walk": 40,
                "burrow": 30,
                "fly": 80
            },
            "strength": 22,
            "dexterity": 22,
            "constitution": 18,
            "intelligence": 22,
            "wisdom": 20,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": 12,
            "wisdom_save": 11,
            "charisma_save": 10,
            "perception": null,
            "skills": {
                "arcana": 12,
                "deception": 10,
                "history": 12,
                "insight": 11,
                "perception": 11,
                "persuasion": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic",
            "condition_immunities": "fatigue",
            "senses": "darkvision 120 ft., passive Perception 24",
            "languages": "Common, Deep Speech, Draconic, Undercommon, telepathy 120 ft.",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite  it can use Psionic Wave."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit  reach 10 ft.  one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) psychic damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +12 to hit  reach 5 ft.  one target. Hit: 19 (3d8 + 6) slashing damage."
                },
                {
                    "name": "Psionic Wave",
                    "desc": "The dragon psionically emits a wave of crushing mental pressure. Each creature within 20 feet makes a DC 18 Wisdom saving throw  taking 16 (3d10) psychic damage on a failed save or half damage on a success. Creatures suffering ongoing psychic damage make this saving throw with disadvantage."
                },
                {
                    "name": "Discognitive Breath (Recharge 5-6)",
                    "desc": "The dragon unleashes psychic energy in a 60-foot cone. Each creature in that area makes a DC 18 Intelligence saving throw  taking 60 (11d10) psychic damage and 11 (2d10) ongoing psychic damage on a failed save or half as much psychic damage and no ongoing psychic damage on a success. The ongoing damage ends if a creature falls unconscious. A creature can also use an action to ground itself in reality  ending the ongoing damage."
                },
                {
                    "name": "Prognosticate (3/Day)",
                    "desc": "The dragon psionically makes a prediction of an event up to 100 years in the future. This prediction has a 67 percent chance of being perfectly accurate and a 33 percent chance of being partially or wholly wrong. Alternatively  the dragon can choose to gain truesight to a range of 90 feet for 1 minute."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Foretell",
                    "desc": "The dragon psionically catches a glimpse of a fast-approaching moment and plans accordingly. The dragon rolls a d20 and records the number rolled. Until the end of the dragons next turn, the dragon can replace the result of any d20 rolled by it or a creature within 120 feet with the foretold number. Each foretold roll can be used only once."
                },
                {
                    "name": "Psionic Wave (Costs 2 Actions)",
                    "desc": "The dragon uses Psionic Wave."
                },
                {
                    "name": "Shatter Mind (Costs 2 Actions)",
                    "desc": "The dragon targets a creature within 60 feet, forcing it to make a DC 23 Intelligence saving throw. On a failure, the creature takes 22 (4d10) ongoing psychic damage. An affected creature repeats the saving throw at the end of each of its turns, ending the ongoing psychic damage on a success. A creature can also use an action to ground itself in reality, ending the ongoing damage."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, its eyes dull as it briefly loses its connection to the future. Until the end of its next turn, it can't use Foretell, Prognosticate, or Prophesy Doom, and it loses its Predictive Harmonics trait."
                },
                {
                    "name": "Predictive Harmonics",
                    "desc": "The dragon is psionically aware of its own immediate future. The dragon cannot be surprised, and any time the dragon would make a roll with disadvantage, it makes that roll normally instead."
                },
                {
                    "name": "Psionic Powers",
                    "desc": "The dragons psionic abilities are considered both magical and psionic."
                },
                {
                    "name": "Far Thoughts",
                    "desc": "The dragon is aware of any creature that uses a psionic ability or communicates telepathically within 100 miles of it. As an action, the dragon can psionically observe a creature, object, or location it is familiar with within 100 miles. While observing a subject in this way, the dragon can see, hear, and communicate telepathically, but it is blind and deaf in regard to its physical senses and does not require food or water. The dragon can psionically observe a subject indefinitely and can end this effect and return to its own senses as an action."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 18). It can innately cast the following spells, requiring no material components. 3/day each:comprehend languages, detect thoughts, telekinesis, wall of force"
                }
            ],
            "spell_list": [],
            "page_no": 150,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com"
        },
        {
            "slug": "ancient-aboleth-a5e",
            "desc": "",
            "name": "Ancient Aboleth",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 342,
            "hit_dice": "36d10+144",
            "speed": {
                "walk": 10,
                "swim": 40
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 20,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 8,
            "intelligence_save": 9,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 8,
                "history": 9,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 15",
            "languages": "Deep Speech, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The aboleth attacks three times with its tentacle."
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +9 to hit  reach 15 ft.  one target. Hit: 19 (4d6 + 5) bludgeoning damage. The aboleth can choose instead to deal 0 damage. If the target is a creature  it makes a DC 16 Constitution saving throw. On a failure  it contracts a disease called the Sea Change. On a success  it is immune to this disease for 24 hours. While affected by this disease  the target has disadvantage on Wisdom saving throws. After 1 hour  the target grows gills  it can breathe water  its skin becomes slimy  and it begins to suffocate if it goes 12 hours without being immersed in water for at least 1 hour. This disease can be removed with a disease-removing spell cast with at least a 4th-level spell slot  and it ends 24 hours after the aboleth dies."
                },
                {
                    "name": "Slimy Cloud (1/Day, While Bloodied)",
                    "desc": "While underwater  the aboleth exudes a cloud of inky slime in a 30-foot-radius sphere. Each non-aboleth creature in the area when the cloud appears makes a DC 16 Constitution saving throw. On a failure  it takes 44 (8d10) poison damage and is poisoned for 1 minute. The slime extends around corners  and the area is heavily obscured for 1 minute or until a strong current dissipates the cloud."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The aboleth can take 2 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Move",
                    "desc": "The aboleth moves up to its swim speed without provoking opportunity attacks."
                },
                {
                    "name": "Telepathic Summon",
                    "desc": "One creature within 90 feet makes a DC 16 Wisdom saving throw. On a failure, it must use its reaction, if available, to move up to its speed toward the aboleth by the most direct route that avoids hazards, not avoiding opportunity attacks. This is a magical charm effect."
                },
                {
                    "name": "Baleful Charm (Costs 2 Actions)",
                    "desc": "The aboleth targets one creature within 60 feet that has contracted Sea Change. The target makes a DC 16 Wisdom saving throw. On a failure, it is magically charmed by the aboleth until the aboleth dies. The target can repeat this saving throw every 24 hours and when it takes damage from the aboleth or the aboleths allies. While charmed in this way, the target can communicate telepathically with the aboleth over any distance and it follows the aboleths orders."
                },
                {
                    "name": "Soul Drain (Costs 2 Actions)",
                    "desc": "One creature charmed by the aboleth takes 22 (4d10) psychic damage, and the aboleth regains hit points equal to the damage dealt."
                },
                {
                    "name": "Elite Recovery",
                    "desc": "The aboleth ends one negative effect currently affecting it. It can use this action as long as it has at least 1 hit point, even while unconscious or incapacitated."
                },
                {
                    "name": "Look Upon My Works (1/Day)",
                    "desc": "Each creature within 90 feet makes a DC 16 Wisdom saving throw. On a failure, the creature sees a fragmentary vision of the aboleths memories, taking 33 (6d10) psychic damage. After taking the damage, the creature forgets the vision, but it may learn one piece of lore."
                },
                {
                    "name": "Lunging Attack",
                    "desc": "The aboleth moves up to its swim speed without provoking opportunity attacks and makes a tentacle attack."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The aboleth can breathe air and water."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The aboleths spellcasting ability is Charisma (spell save DC 16). It can innately cast the following spells, requiring no components: 3/day each: detect thoughts (range 120 ft, desc: ), project image (range 1 mile), phantasmal force"
                }
            ],
            "spell_list": [],
            "page_no": 17,
            "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"
        }
    ]
}