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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?ordering=-constitution&page=3",
    "previous": "https://api.open5e.com/monsters/?ordering=-constitution",
    "results": [
        {
            "slug": "ancient-red-dragon-a5e",
            "desc": "",
            "name": "Ancient Red Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 22,
            "armor_desc": "",
            "hit_points": 448,
            "hit_dice": "23d20+207",
            "speed": {
                "walk": 40,
                "climb": 40,
                "fly": 80
            },
            "strength": 30,
            "dexterity": 10,
            "constitution": 28,
            "intelligence": 18,
            "wisdom": 16,
            "charisma": 22,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 17,
            "intelligence_save": null,
            "wisdom_save": 11,
            "charisma_save": 14,
            "perception": null,
            "skills": {
                "intimidation": 14,
                "perception": 11,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 24",
            "languages": "Common, Draconic, two more",
            "challenge_rating": "26",
            "cr": 26.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can Spit Fire."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 15 ft., one target. Hit: 32 (4d10 + 10) piercing damage plus 9 (2d8) fire damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 10 ft., one target. Hit: 28 (4d8 + 10) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 20 ft., one target. Hit: 23 (3d8 + 10) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Cruel Tyranny",
                    "desc": "The dragon snarls and threatens its minions  driving them to immediate action. The dragon chooses one creature it can see and that can hear the dragon. The creature uses its reaction to make one weapon attack with advantage. If the dragon is bloodied  it can use this ability on three minions at once."
                },
                {
                    "name": "Spit Fire",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 22 Dexterity saving throw. The creature takes 22 (4d10) fire damage on a failure or half damage on a success. A creature that fails the save also takes 11 (2d10) ongoing fire damage. A creature can use an action to end the ongoing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a blast of fire in a 90-foot cone. Each creature in that area makes a DC 25 Dexterity saving throw  taking 98 (28d6) fire damage on a failed save or half damage on a success. A creature that fails the saving throw also takes 11 (2d10) ongoing fire damage. While affected by this ongoing damage  it is frightened of the dragon. A creature can use an action to end the ongoing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                },
                {
                    "name": "Taskmaster",
                    "desc": "When a creature within 60 feet fails an ability check or saving throw, the dragon roars a command to it. The creature can roll a d10 and add it to the result of the roll, possibly turning the failure into a success."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Cruel Tyranny",
                    "desc": "The dragon uses its Cruel Tyranny action."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 22 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 25 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, it sheds some of its scales, which turn to charcoal. If it has no more uses of this ability, its Armor Class is reduced to 20 until it finishes a long rest."
                },
                {
                    "name": "Searing Heat",
                    "desc": "A creature that touches the dragon or hits it with a melee attack for the first time on a turn takes 14 (4d6) fire damage."
                },
                {
                    "name": "Volcanic Tyrant",
                    "desc": "The dragon is immune to the effects of poisonous gases caused by volcanic environments. It also ignores difficult terrain caused by lava."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 22). It can innately cast the following spells, requiring no material components. 3/day each:command, hold person, glyph of warding, wall of fire,  1/day each:antimagic field, dominate monster"
                }
            ],
            "spell_list": [],
            "page_no": 116,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_ancient-red-dragon/"
        },
        {
            "slug": "ancient-silver-dragon-a5e",
            "desc": "",
            "name": "Ancient Silver Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 22,
            "armor_desc": "",
            "hit_points": 429,
            "hit_dice": "22d20+198",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 30,
            "dexterity": 14,
            "constitution": 28,
            "intelligence": 18,
            "wisdom": 14,
            "charisma": 22,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 16,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 13,
            "perception": null,
            "skills": {
                "arcana": 11,
                "history": 11,
                "perception": 9,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 22",
            "languages": "Common, Draconic, two more",
            "challenge_rating": "25",
            "cr": 25.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws. In place of its bite  it can use Spit Frost."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 15 ft., one target. Hit: 32 (4d10 + 10) piercing damage plus 9 (2d8) cold damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 10 ft., one target. Hit: 23 (3d8 + 10) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 20 ft., one target. Hit: 23 (3d8 + 10) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Rapier (Humanoid Form Only)",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 5 ft., one target. Hit: 14 (1d8 + 10) piercing damage."
                },
                {
                    "name": "Spit Frost",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 24 Constitution saving throw. The target takes 22 (4d10) cold damage on a failure or half damage on a success. On a failure  the creatures Speed is also halved until the end of its next turn. Flying creatures immediately fall unless they are magically kept aloft."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons:"
                },
                {
                    "name": "Frost Breath",
                    "desc": "The dragon exhales freezing wind in a 90-foot cone. Each creature in the area makes a DC 24 Constitution saving throw  taking 90 (20d8) cold damage on a failed save or half damage on a success. On a failure  the creature is also slowed until the end of its next turn."
                },
                {
                    "name": "Paralyzing Breath",
                    "desc": "The dragon exhales paralytic gas in a 90-foot cone. Each creature in the area must succeed on a DC 24 Constitution saving throw or be paralyzed until the end of its next turn."
                },
                {
                    "name": "Change Shape",
                    "desc": "The dragon magically takes the shape of a humanoid or beast  or changes back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (dragons choice). In the new form  the dragons stats are unchanged except for its size. It can't use Spit Frost  Breath Weapons  Tail Attack  or Wing Attack except in dragon form. In beast form  it can attack only with its bite and claws  if appropriate to its form. If the beast form is Large or smaller  the reach of these attacks is reduced to 5 feet. In humanoid form  it can attack only with its rapier."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 21 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 25 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                },
                {
                    "name": "Windstorm (Costs 2 Actions)",
                    "desc": "Pounding winds surround the dragon in a 20-foot radius. A creature in this area attempting to move closer to the dragon must spend 2 feet of movement for every 1 foot closer it moves, and ranged attacks against the dragon are made with disadvantage. A creature that starts its turn in the windstorm makes a DC 24 Constitution saving throw, taking 11 (2d10) cold damage on a failure. The windstorm lasts until the start of the dragons next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Cloud Strider",
                    "desc": "The dragon suffers no harmful effects from high altitudes. When flying at high altitude, the dragon can, after 1 minute of concentration, discorporate into clouds. In this form, it has advantage on Stealth checks, its fly speed increases to 300 feet, it is immune to all nonmagical damage, it has resistance to magical damage, and it can't take any actions except Hide. If it takes damage or descends more than 500 feet from where it transformed, it immediately returns to its corporeal form. The dragon can revert to its true form as an action."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, some of its scales dissipate into clouds. If it has no more uses of this ability, its Armor Class is reduced to 20 until it finishes a long rest."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 23). It can innately cast the following spells, requiring no material components. 3/day each:charm person, faerie fire,awaken, geas,  1/day:heroes feast, telepathic bond"
                }
            ],
            "spell_list": [],
            "page_no": 176,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_ancient-silver-dragon/"
        },
        {
            "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",
            "v2_converted_path": "/v2/creatures/mmenag_fallen-solar/"
        },
        {
            "slug": "great-wyrm-gold-dragon-a5e",
            "desc": "",
            "name": "Great Wyrm Gold Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 22,
            "armor_desc": "",
            "hit_points": 975,
            "hit_dice": "50d20+450",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 30,
            "dexterity": 14,
            "constitution": 28,
            "intelligence": 18,
            "wisdom": 16,
            "charisma": 28,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": 17,
            "intelligence_save": null,
            "wisdom_save": 11,
            "charisma_save": 17,
            "perception": null,
            "skills": {
                "insight": 11,
                "perception": 11,
                "persuasion": 17,
                "stealth": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 24",
            "languages": "Common, Draconic, two more",
            "challenge_rating": "26",
            "cr": 26.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 15 ft., one target. Hit: 32 (4d10 + 10) piercing damage plus 9 (2d8) fire damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 10 ft., one target. Hit: 28 (4d8 + 10) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 20 ft., one target. Hit: 23 (3d8 + 10) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Greatsword (Humanoid Form Only)",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 5 ft., one target. Hit: 17 (2d6 + 10) slashing damage."
                },
                {
                    "name": "Molten Spit",
                    "desc": "The dragon targets one creature within 60 feet  forcing it to make a DC 25 Dexterity saving throw. The creature takes 27 (5d10) fire damage on a failure or half on a success. Liquid gold pools in a 5-foot-square occupied by the creature and remains hot for 1 minute. A creature that ends its turn in the gold or enters it for the first time on a turn takes 22 (4d10) fire damage."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons:"
                },
                {
                    "name": "Molten Breath",
                    "desc": "The dragon exhales molten gold in a 90-foot cone. Each creature in the area makes a DC 25 Dexterity saving throw  taking 88 (16d10) fire damage on a failed save or half damage on a success. A creature that fails the saving throw is covered in a shell of rapidly cooling gold  reducing its Speed to 0. A creature can use an action to break the shell  ending the effect."
                },
                {
                    "name": "Weakening Breath",
                    "desc": "The dragon exhales weakening gas in a 90-foot cone. Each creature in the area must succeed on a DC 25 Constitution saving throw or suffer disadvantage on weapon attack rolls for 1 minute. A weakened creature repeats the saving throw at the end of each of its turns  ending the effect on a success."
                },
                {
                    "name": "Change Shape",
                    "desc": "The dragon magically takes the shape of a humanoid or beast  or changes back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (dragons choice). In the new form  the dragons stats are unchanged except for its size. It can't use Molten Spit  Breath Weapons  Tail Attack  or Wing Attack except in dragon form. In beast form  it can attack only with its bite and claws  if appropriate to its form. If the beast form is Large or smaller  the reach of these attacks is reduced to 5 feet. In humanoid form  it can attack only with its greatsword."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                },
                {
                    "name": "Vanguard",
                    "desc": "When another creature the dragon can see within 20 feet is hit by an attack, the dragon deflects the attack, turning the hit into a miss."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 25 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 26 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                },
                {
                    "name": "Fiery Reprisal (Costs 2 Actions)",
                    "desc": "The dragon uses Molten Spit against the last creature to deal damage to it."
                }
            ],
            "special_abilities": [
                {
                    "name": "Gleaming Brilliance (1/Day)",
                    "desc": "When the dragon is first bloodied, it immediately recharges its breath weapon, if its not already available. After doing so, the dragons golden scales melt, coating its body in a layer of molten gold. A creature that touches the dragon or hits it with a melee attack for the first time on a turn takes 10 (3d6) fire damage."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, some of its scales fall away, forming pools of molten gold. If it has no more uses of this ability, its Armor Class is reduced to 20 until it finishes a long rest."
                },
                {
                    "name": "Valor",
                    "desc": "Creatures of the dragons choice within 30 feet gain a +3 bonus to saving throws and are immune to the charmed and frightened conditions."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 25). It can innately cast the following spells, requiring no material components. 3/day each:bless, healing word,banishment, greater restoration,  1/day each:divine word, hallow, holy aura"
                }
            ],
            "spell_list": [],
            "page_no": 171,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_great-wyrm-gold-dragon/"
        },
        {
            "slug": "great-wyrm-red-dragon-a5e",
            "desc": "",
            "name": "Great Wyrm Red Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 22,
            "armor_desc": "",
            "hit_points": 897,
            "hit_dice": "46d20+414",
            "speed": {
                "walk": 40,
                "climb": 40,
                "fly": 80
            },
            "strength": 30,
            "dexterity": 10,
            "constitution": 28,
            "intelligence": 18,
            "wisdom": 16,
            "charisma": 22,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 17,
            "intelligence_save": null,
            "wisdom_save": 11,
            "charisma_save": 14,
            "perception": null,
            "skills": {
                "intimidation": 14,
                "perception": 11,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 24",
            "languages": "Common, Draconic, two more",
            "challenge_rating": "26",
            "cr": 26.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can Spit Fire."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 15 ft., one target. Hit: 32 (4d10 + 10) piercing damage plus 9 (2d8) fire damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 10 ft., one target. Hit: 28 (4d8 + 10) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 20 ft., one target. Hit: 23 (3d8 + 10) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Cruel Tyranny",
                    "desc": "The dragon snarls and threatens its minions  driving them to immediate action. The dragon chooses one creature it can see and that can hear the dragon. The creature uses its reaction to make one weapon attack with advantage. If the dragon is bloodied  it can use this ability on three minions at once."
                },
                {
                    "name": "Spit Fire",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 22 Dexterity saving throw. The creature takes 22 (4d10) fire damage on a failure or half damage on a success. A creature that fails the save also takes 11 (2d10) ongoing fire damage. A creature can use an action to end the ongoing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a blast of fire in a 90-foot cone. Each creature in that area makes a DC 25 Dexterity saving throw  taking 98 (28d6) fire damage on a failed save or half damage on a success. A creature that fails the saving throw also takes 11 (2d10) ongoing fire damage. While affected by this ongoing damage  it is frightened of the dragon. A creature can use an action to end the ongoing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                },
                {
                    "name": "Taskmaster",
                    "desc": "When a creature within 60 feet fails an ability check or saving throw, the dragon roars a command to it. The creature can roll a d10 and add it to the result of the roll, possibly turning the failure into a success."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Cruel Tyranny",
                    "desc": "The dragon uses its Cruel Tyranny action."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 22 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 25 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, it sheds some of its scales, which turn to charcoal. If it has no more uses of this ability, its Armor Class is reduced to 20 until it finishes a long rest."
                },
                {
                    "name": "Searing Heat",
                    "desc": "A creature that touches the dragon or hits it with a melee attack for the first time on a turn takes 14 (4d6) fire damage."
                },
                {
                    "name": "Volcanic Tyrant",
                    "desc": "The dragon is immune to the effects of poisonous gases caused by volcanic environments. It also ignores difficult terrain caused by lava."
                },
                {
                    "name": "Seething Rage",
                    "desc": "When the dragon is first bloodied, it immediately recharges its breath weapon, if its not already available. Its inner flame erupts, burning brightly in its eyes and mouth. After taking damage from its Searing Heat ability, a creature with resistance to fire damage loses it, and a creature with immunity to fire damage reduces it to resistance. Either effect lasts until the start of the creatures next turn."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 22). It can innately cast the following spells, requiring no material components. 3/day each:command, hold person, glyph of warding, wall of fire,  1/day each:antimagic field, dominate monster, storm of vengeance"
                }
            ],
            "spell_list": [],
            "page_no": 117,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_great-wyrm-red-dragon/"
        },
        {
            "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",
            "v2_converted_path": "/v2/creatures/mmenag_solar/"
        },
        {
            "slug": "orobasdevil-tob1-2023",
            "desc": "False",
            "name": "Orobas Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 19,
            "armor_desc": "natural armor, shield",
            "hit_points": 203,
            "hit_dice": "14d10 + 126",
            "speed": {
                "walk": 40
            },
            "strength": 26,
            "dexterity": 14,
            "constitution": 28,
            "intelligence": 23,
            "wisdom": 26,
            "charisma": 21,
            "strength_save": 13,
            "dexterity_save": 7,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 13,
            "charisma_save": null,
            "perception": 23,
            "skills": {
                "Deception": 10,
                "History": 11,
                "Insight": 13,
                "Perception": 13,
                "Persuasion": 10
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 90 ft., passive Perception 23",
            "languages": "Celestial, Infernal, telepathy 100 ft.",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The orobas makes one Bite attack, one Flail attack, and one Stomp attack, or it makes four Hurl Flame attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) piercing damage plus 13 (3d8) fire damage and 10 (3d6) poison damage, and the target must succeed on a DC 18 Constitution saving throw or become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Flail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage plus 13 (3d8) fire damage."
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 11 (1d6 + 8) bludgeoning damage plus 13 (3d8) fire damage."
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +10 to hit, range 120 ft., one target. Hit: 23 (4d8 + 5) fire damage."
                },
                {
                    "name": "Teleport",
                    "desc": "The orobas magically teleports, along with any equipment, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The orobas casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 18):\nAt will: augury, detect thoughts, guidance\n3/day each: locate creature, nondetection\n1/day each: contact other plane (as an action), legend lore (as an action)"
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Prediction (3/Day)",
                    "desc": "When the orobas makes an ability check or attack, it can choose to have advantage on the roll."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Deceptive Advice",
                    "desc": "When the orobas casts a spell of the divination school, it has advantage on Charisma (Deception) checks for 1 minute."
                },
                {
                    "name": "Hellish Weapons",
                    "desc": "The orobas's weapon attacks are magical. When the orobas hits with any weapon, the weapon deals an extra 3d8 fire damage (included in the attack)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The orobas has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Sense Consecrated",
                    "desc": "The orobas can pinpoint the location of Celestials, consecrated places or objects, and creatures wielding divine or celestial power, such as clerics, paladins, or aasimars, within 60 feet of it."
                }
            ],
            "spell_list": [],
            "page_no": 99,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_orobas-devil/"
        },
        {
            "slug": "shoggoth-tob1-2023",
            "desc": "False",
            "name": "Shoggoth",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 325,
            "hit_dice": "21d12 + 189",
            "speed": {
                "walk": 30
            },
            "strength": 26,
            "dexterity": 14,
            "constitution": 28,
            "intelligence": 12,
            "wisdom": 20,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 21,
            "skills": {
                "Perception": 11
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, fire, piercing",
            "damage_immunities": "cold, slashing, thunder",
            "condition_immunities": "blinded, deafened, prone, stunned, unconscious",
            "senses": "darkvision 120 ft., tremorsense 60 ft., passive Perception 21",
            "languages": "Void Speech",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The shoggoth makes four Slam attacks. It can replace two Slam attacks with a use of Crush."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 15 ft., one target. Hit: 30 (4d10 + 8) bludgeoning damage, and the target is grappled (escape DC 18) if it is a Large or smaller creature."
                },
                {
                    "name": "Crush",
                    "desc": "The shoggoth crushes up to two creatures it is grappling by rolling them beneath its bulk. Each target must succeed on a DC 19 Strength saving throw or take 30 (4d10 + 8) bludgeoning damage, be unable to breathe, and be restrained until the grapple ends. If the shoggoth moves, a creature beneath it is no longer restrained and is able to breathe, but it remains grappled."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Anaerobic Nature",
                    "desc": "The shoggoth doesn't require air."
                },
                {
                    "name": "Absorb Flesh",
                    "desc": "When the shoggoth kills a creature while within 15 feet of it, the creature's body is absorbed into the shoggoth's. The creature can be restored to life only by means of a true resurrection or a wish spell."
                },
                {
                    "name": "Amorphous",
                    "desc": "The shoggoth can move through a space as narrow as 1 foot wide without squeezing."
                },
                {
                    "name": "Hideous Cacophony",
                    "desc": "The shoggoth's many mouths constantly emit whistles, fluting, and other high-pitched noises. It has disadvantage on Dexterity (Stealth) checks made to be unheard. Each creature that starts its turn within 60 feet of the shoggoth and that can hear it must make a DC 19 Wisdom saving throw or be disoriented until the start of its next turn. A disoriented creature is incapacitated, and when it moves, it moves in a random direction."
                },
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The shoggoth has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                },
                {
                    "name": "Limited Mutability",
                    "desc": "Any spell or effect that would alter the shoggoth's form alters it for only 1 round. Afterward, the shoggoth returns to its amorphous blob form."
                }
            ],
            "spell_list": [],
            "page_no": 326,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_shoggoth/"
        },
        {
            "slug": "glabrezu_bf",
            "desc": "",
            "name": "Glabrezu",
            "size": "large",
            "type": "Fiend",
            "subtype": "Demon",
            "group": "Demons",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 154,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 28,
            "dexterity": 14,
            "constitution": 28,
            "intelligence": 18,
            "wisdom": 24,
            "charisma": 24,
            "strength_save": 9,
            "dexterity_save": 2,
            "constitution_save": 9,
            "intelligence_save": 4,
            "wisdom_save": 7,
            "charisma_save": 7,
            "perception": 17,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
            "damage_immunities": "Demonic Resilience",
            "condition_immunities": "",
            "senses": "truesight 120 ft.",
            "languages": "Abyssal,telepathy 120 ft.",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The glabrezu makes two Claw attacks and two Pincer attacks, or it makes four Crackling Flame Bolt attacks. It can replace both Claw attacks with two Crackling Flame Bolt attacks."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 10 (2d4+5) slashing damage plus 3 (1d6) fire damage and 3 (1d6) lightning damage."
                },
                {
                    "name": "Pincer",
                    "desc": "_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 16 (2d10+5) bludgeoning damage. If the target is a Medium or smaller creature, it is grappled (escape DC 17). The glabrezu has two pincers, each of which can grapple only one target."
                },
                {
                    "name": "Crackling Flame Bolt",
                    "desc": "_Ranged Spell Attack:_ +7 to hit, range 60 ft., one target. _Hit:_ 6 (1d6+3) fire damage plus 10 (3d6) lightning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Manipulating Whispers",
                    "desc": "The glabrezu whispers in the mind of a creature it can see within 120 feet of it, encouraging the creature to commit wicked acts. The target must succeed on a DC 17 CHA save or succumb to one of the following urges:\n- **Boastful Stance.** The target is overcome with surety of its own battle prowess, momentarily letting down its guard. Creatures have advantage on attack rolls against the target until the start of the glabrezu's next turn.\n- **Confirmation of Wealth.** The target is briefly overcome with the desire to confirm the amount and status of its valuables. It uses either an action or bonus action on its next turn (the glabrezu's choice) to count and take stock of its valuables.\n- **Wrathful Strike.** Anger fills the target, and it immediately lashes out at those nearby. The target uses its reaction to make one melee weapon attack against a creature of the glabrezu's choice within 5 feet of the target."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Demonic Resilience",
                    "desc": "The glabrezu is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The glabrezu has advantage on saves against spells and other magical effects."
                },
                {
                    "name": "Point Blank Grappler",
                    "desc": "When the glabrezu makes a Crackling Flame Bolt attack, it doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, provided it is grappling that creature."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_glabrezu/"
        },
        {
            "slug": "ice_devil_bf",
            "desc": "",
            "name": "Ice Devil",
            "size": "large",
            "type": "Fiend",
            "subtype": "Devil",
            "group": "Devils",
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 193,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 24,
            "constitution": 28,
            "intelligence": 18,
            "wisdom": 24,
            "charisma": 28,
            "strength_save": 5,
            "dexterity_save": 7,
            "constitution_save": 9,
            "intelligence_save": 4,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": 17,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "blinded,Devilish Resilience",
            "damage_immunities": "cold,Devilish Resilience",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., keensense 60 ft.",
            "languages": "Infernal,telepathy 120 ft.",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes two Claw attacks and one Tail attack, or it makes three Icicle Shard attacks."
                },
                {
                    "name": "Claws",
                    "desc": "_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) slashing damage plus 18 (4d8) cold damage."
                },
                {
                    "name": "Tail",
                    "desc": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 15 (3d6+5) bludgeoning damage plus 18 (4d8) cold damage."
                },
                {
                    "name": "Icicle Shard",
                    "desc": "_Ranged Spell Attack:_ +9 to hit, range 120 ft., one target. _Hit:_ 13 (2d8+4) piercing damage plus 18 (4d8) cold damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Ice Wall",
                    "desc": "The ice devil causes a wall of ice to magically rise from the ground at a point it can see within 60 feet of it. The wall is up to 30 feet long, 10 feet high, and 5 feet thick. It can be any shape, as long as its base is connected to the ground. If the wall cuts through a creature's space when it appears, the creature is pushed to one side (the devil's choice). If a creature would be surrounded on all sides by the wall, it can make a DC 17 DEX save. On a success, it can use its reaction to move up to its speed so that it is no longer enclosed by the wall.<br>The wall lasts 1 minute, until the devil creates a new wall, or until the devil dies. Each 10-foot section of the wall has AC 5, 30 HP, is vulnerable to fire damage, and is immune to acid, cold, necrotic, poison, and psychic damage."
                }
            ],
            "reactions": [
                {
                    "name": "Ice Shield",
                    "desc": "When the ice devil or a friendly creature it can see is hit by an attack, the devil can create a magical barrier of ice to disrupt the attack. The target halves the damage from the attack."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Devilish Resilience",
                    "desc": "The devil is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saves against spells and other magical effects."
                },
                {
                    "name": "Snow Walk",
                    "desc": "The devil can move across icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_ice-devil/"
        },
        {
            "slug": "remorhaz_bf",
            "desc": "",
            "name": "Remorhaz",
            "size": "huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 216,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "burrow": 20
            },
            "strength": 32,
            "dexterity": 12,
            "constitution": 28,
            "intelligence": 4,
            "wisdom": 10,
            "charisma": 4,
            "strength_save": 11,
            "dexterity_save": 1,
            "constitution_save": 9,
            "intelligence_save": -3,
            "wisdom_save": 0,
            "charisma_save": -3,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Monstrosity Resilience",
            "damage_immunities": "cold,fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., tremorsense 60 ft.",
            "languages": "-",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 40 (6d10+7) piercing damage plus 10 (3d6) fire damage. If the target is a Medium or smaller creature, it must succeed on a DC 17 DEX save or be swallowed by the remorhaz. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the remorhaz, and it takes 10 (3d6) acid damage and 10 (3d6) fire damage at the start of each of the remorhaz's turns. If the remorhaz takes 30 damage or more on a single turn from a swallowed creature, the remorhaz must succeed on a DC 19 CON save at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the remorhaz. If the remorhaz dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 15 feet of movement, exiting prone."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Vent Heat (119 HP or Fewer)",
                    "desc": "As the remorhaz's life force ebbs, its body generates more heat to protect itself. It can open valves in its carapace to vent this excess heat. Each creature within 5 feet of the remorhaz must succeed on a DC 17 CON save or suffer one level of exhaustion."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heated Body",
                    "desc": "A creature that touches the remorhaz or hits it with a melee attack while within 5 feet of it takes 7 (2d6) fire damage."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The remorhaz is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Tunneler",
                    "desc": "The remorhaz can burrow through ice, snow, and permafrost, and it leaves a 5-foot-diameter tunnel in its wake."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_remorhaz/"
        },
        {
            "slug": "roc_bf",
            "desc": "",
            "name": "Roc",
            "size": "gargantuan",
            "type": "Monstrosity",
            "subtype": "Animal",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 235,
            "hit_dice": "",
            "speed": {
                "walk": 20,
                "fly": 120
            },
            "strength": 28,
            "dexterity": 18,
            "constitution": 28,
            "intelligence": 2,
            "wisdom": 18,
            "charisma": 16,
            "strength_save": 9,
            "dexterity_save": 4,
            "constitution_save": 9,
            "intelligence_save": -4,
            "wisdom_save": 4,
            "charisma_save": 3,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "blinded",
            "damage_resistances": "Monstrosity Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "-",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The roc makes one Beak attack and two Talon attacks. If both Talon attacks hit one Huge or Gargantuan creature, the target is grappled (escape DC 17). Until this grapple ends, the target is restrained, and the roc can't use its Talons on another target."
                },
                {
                    "name": "Beak",
                    "desc": "_Melee Weapon Attack:_ +13 to hit, reach 10 ft., one target. _Hit:_ 27 (4d8+9) piercing damage."
                },
                {
                    "name": "Talon",
                    "desc": "_Melee Weapon Attack:_ +13 to hit, reach 5 ft., one target. _Hit:_ 23 (4d6+9) slashing damage, and the target is grappled (escape DC 17) if it is a Large or smaller creature. Until this grapple ends, the target is restrained, and the roc can't use its Talons on another target."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Territorial Shriek",
                    "desc": "The roc shrieks a territorial challenge at up to two creatures it can see within 60 feet of it. Each target must succeed on a DC 17 CHA save or be frightened until the end of its next turn. While frightened by this shriek, a creature must take the Dash action on its turn and move away from the roc by the safest available route, unless there is nowhere to move."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Sight",
                    "desc": "The roc's Perception is 19 when perceiving by sight."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The roc is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Seabird",
                    "desc": "The roc can swim up to 60 feet on its turn, but it must start and end its movement either flying or on a solid surface, such as a ship or beach. If it is swimming at the end of its turn, it must succeed on a DC 19 CON save or it immediately begins to sink and suffocate. A suffocating roc must succeed on a DC 19 STR check to fly out of the substance where it is sinking."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_roc/"
        },
        {
            "slug": "stone_golem_bf",
            "desc": "",
            "name": "Stone Golem",
            "size": "large",
            "type": "Construct",
            "subtype": "",
            "group": "Golems",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 176,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 28,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": 5,
            "dexterity_save": -1,
            "constitution_save": 9,
            "intelligence_save": -4,
            "wisdom_save": 0,
            "charisma_save": -5,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "Golem Resilience",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The golem makes three Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 21 (3d10+5) bludgeoning damage."
                },
                {
                    "name": "Slow (Recharge 6)",
                    "desc": "The golem shares the plodding perception of timeless stone with those nearby, slowing all life to a crawl. Each creature within 10 feet of the golem must make a DC 17 WIS save. On a failure, a creature can't use reactions, its speed is halved, and it can't make more than one attack on its turn. In addition, the creature can take either an action or a bonus action on its turn, not both. These effects last for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Rearrange Stone",
                    "desc": "The stone golem rearranges some of the stone comprising its body, choosing one of the following arrangements. The arrangement lasts until the golem ends the effect as a bonus action, uses this bonus action again, or until it is incapacitated.\n- **Jagged Stones.** The golem turns several of the stones on its body to point outward. Its AC is reduced by 2, and each time a creature within 5 feet of the golem hits it with a melee attack, the attacker takes 5 (2d4) piercing damage.\n- **Protective Slabs.** The golem slides several flat stones around its body to protect its vulnerable areas. Its speed is reduced by 10 feet, and each time it takes damage, the damage is reduced by 5 (2d4)."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The golem doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Golem Resilience",
                    "desc": "The golem is immune to poison and psychic damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and to the charmed, frightened, paralyzed, petrified, and poisoned conditions."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The golem is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The golem has advantage on saves against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The golem's weapon attacks are magical."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_stone-golem/"
        },
        {
            "slug": "treant_bf",
            "desc": "",
            "name": "Treant",
            "size": "huge",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 185,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 8,
            "constitution": 28,
            "intelligence": 12,
            "wisdom": 24,
            "charisma": 12,
            "strength_save": 6,
            "dexterity_save": -1,
            "constitution_save": 9,
            "intelligence_save": 1,
            "wisdom_save": 7,
            "charisma_save": 1,
            "perception": 17,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning,piercing,Plant Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 30 ft.",
            "languages": "Common,Druidic,Elvish,Sylvan",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The treant makes three Slam attacks, or it makes two Throw Rock attacks. If two Slam attacks hit one creature, the target must succeed on a DC 17 STR save or be knocked prone."
                },
                {
                    "name": "Slam",
                    "desc": "_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 22 (4d6+6) bludgeoning damage."
                },
                {
                    "name": "Throw Rock",
                    "desc": "_Ranged Weapon Attack:_ +10 to hit, range 60/180 ft., one target. _Hit:_ 33 (5d10+6) bludgeoning damage."
                },
                {
                    "name": "Animate Trees (1/Day)",
                    "desc": "The treant magically animates 2 trees or 2d6 shrubs it can see within 60 feet of it. The trees use the statistics of an **awakened tree**, and the shrubs use the statistics of an **awakened shrub**. The animated plants act as allies of the treant, obeying its spoken commands. The plants remain for 1 hour, until the treant dies, or until the treant dismisses them as a bonus action."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Halt Intruders",
                    "desc": "The treant calls to the roots beneath up to two creatures it can see within 30 feet of it. Each target must succeed on a DC 17 STR save or be restrained by roots until the end of its next turn. The treant can target only creatures in contact with the ground and can't target creatures in contact with a manufactured floor, such as the wooden floor of a building."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the treant remains motionless, it is indistinguishable from a normal tree."
                },
                {
                    "name": "Plant Resilience",
                    "desc": "The treant is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The treant deals double damage to objects and structures."
                },
                {
                    "name": "Speak with Plants",
                    "desc": "The treant can communicate with Plants and nonmagical plants as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_treant/"
        },
        {
            "slug": "young_gold_dragon_bf",
            "desc": "",
            "name": "Young Gold Dragon",
            "size": "large",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 193,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 22,
            "dexterity": 22,
            "constitution": 28,
            "intelligence": 16,
            "wisdom": 26,
            "charisma": 24,
            "strength_save": 6,
            "dexterity_save": 6,
            "constitution_save": 9,
            "intelligence_save": 3,
            "wisdom_save": 8,
            "charisma_save": 7,
            "perception": 22,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., keensense 30 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Weakening Breath, if available."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon exhales fire in a 30-foot cone. Each creature in that area must make a DC 17 DEX save, taking 66 (12d10) fire damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Weakening Breath (Recharge 6)",
                    "desc": "As the **gold dragon wyrmling**, except it is a 30-foot cone, and the save DC is 17."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Golden Splendor",
                    "desc": "When the gold dragon hasn't unleashed its Fire Breath, its scales gleam and sparkle like molten gold or a pile of gold coins. While the dragon's Fire Breath is available, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CHA save or be charmed until the start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_young-gold-dragon/"
        },
        {
            "slug": "young_red_dragon_bf",
            "desc": "",
            "name": "Young Red Dragon",
            "size": "large",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 193,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "climb": 40,
                "fly": 80
            },
            "strength": 22,
            "dexterity": 18,
            "constitution": 28,
            "intelligence": 14,
            "wisdom": 18,
            "charisma": 26,
            "strength_save": 6,
            "dexterity_save": 4,
            "constitution_save": 9,
            "intelligence_save": 2,
            "wisdom_save": 4,
            "charisma_save": 8,
            "perception": 18,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., keensense 30 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage plus 3 (1d6) fire damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon exhales fire in a 30-foot cone. Each creature in that area must make a DC 17 DEX save, taking 56 (16d6) fire 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": "Boil Over",
                    "desc": "When the red dragon hasn't unleashed its Fire Breath, the heat builds and rolls outward from it. While the dragon's Fire Breath is available, it emits immense heat, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CON save or take 7 (2d6) fire damage."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_young-red-dragon/"
        },
        {
            "slug": "young_silver_dragon_bf",
            "desc": "",
            "name": "Young Silver Dragon",
            "size": "large",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 175,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 22,
            "dexterity": 18,
            "constitution": 28,
            "intelligence": 14,
            "wisdom": 20,
            "charisma": 24,
            "strength_save": 6,
            "dexterity_save": 4,
            "constitution_save": 9,
            "intelligence_save": 2,
            "wisdom_save": 5,
            "charisma_save": 7,
            "perception": 19,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., keensense 30 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Paralyzing Breath, if available."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 17 (2d10+6) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +10 to hit, reach 5 ft., one target. _Hit:_ 13 (2d6+6) slashing damage."
                },
                {
                    "name": "Cold Breath (Recharge 5-6)",
                    "desc": "The dragon exhales an icy blast in a 30-foot cone. Each creature in that area must make a DC 17 CON save, taking 54 (12d8) cold damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Paralyzing Breath (Recharge 6)",
                    "desc": "As the **silver dragon wyrmling**, except it is a 30-foot cone, and the save DC is 17."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Freezing Fog",
                    "desc": "After the silver dragon uses its Cold Breath, freezing fog surrounds it. While the dragon's Cold Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 17 CON save or be restrained until the start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_young-silver-dragon/"
        },
        {
            "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/",
            "v2_converted_path": "/v2/creatures/tob_orobas-devil/"
        },
        {
            "slug": "shoggoth",
            "desc": "_A shoggoth is an intelligent, gelatinous blob that can reshape itself at will. Created by an elder race as servants, the shoggoths rebelled long ago and slew their masters without pity. Since that time, they’ve lived in isolated or desolate regions, devouring whatever they encounter and absorbing its flesh into their own amorphous, shifting forms._  \n**Constant Growth.** When in a spherical form, a shoggoth’s mass is enough to have a 10- to 15-foot diameter, though this is just an average size. Shoggoths continue growing throughout their lives, though the eldest among them grow very slowly indeed, and some shoggoths may shrink from starvation if they deplete a territory of resources.  \n**Mutable Form.** A shoggoth can form eyes, mouths, tentacles, and other appendages as needed, though it lacks the control to truly polymorph into another creature’s shape and hold it.",
            "name": "Shoggoth",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 387,
            "hit_dice": "25d12+225",
            "speed": {
                "walk": 50,
                "climb": 30,
                "swim": 30
            },
            "strength": 26,
            "dexterity": 14,
            "constitution": 28,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "perception": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, bludgeoning, piercing",
            "damage_immunities": "cold, thunder, slashing",
            "condition_immunities": "blinded, deafened, prone, stunned, unconscious",
            "senses": "darkvision 120 ft., tremorsense 60 ft., passive Perception 19",
            "languages": "Void Speech",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The shoggoth makes 1d4 + 1 slam attacks. Reroll the number of attacks at the start of each of the shoggoth's turns."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 15 ft., one target. Hit: 30 (4d10 + 8) bludgeoning damage, and the target is grappled (escape DC 18) and restrained. The shoggoth can grapple any number of creatures simultaneously, and this has no effect on its number of attacks.",
                    "attack_bonus": 14,
                    "damage_dice": "4d10"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Anaerobic",
                    "desc": "A shoggoth doesn't need oxygen to live. It can exist with equal comfort at the bottom of the ocean or in the vacuum of outer space."
                },
                {
                    "name": "Absorb Flesh",
                    "desc": "The body of a creature that dies while grappled by a shoggoth is completely absorbed into the shoggoth's mass. No portion of it remains to be used in raise dead, reincarnate, and comparable spells that require touching the dead person's body."
                },
                {
                    "name": "Amorphous",
                    "desc": "A shoggoth can move through a space as small as 1 foot wide. It must spend 1 extra foot of movement for every foot it moves through a space smaller than itself, but it isn't subject to any other penalties for squeezing."
                },
                {
                    "name": "Hideous Piping",
                    "desc": "The fluting noises made by a shoggoth are otherworldly and mind-shattering. A creature that can hear this cacophony at the start of its turn and is within 120 feet of a shoggoth must succeed on a DC 15 Wisdom saving throw or be confused (as the spell confusion) for 1d4 rounds. Creatures that roll a natural 20 on this saving throw become immune to the Hideous Piping for 24 hours. Otherwise, characters who meet the conditions must repeat the saving throw every round."
                },
                {
                    "name": "Keen Senses",
                    "desc": "A shoggoth has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                },
                {
                    "name": "Rolling Charge",
                    "desc": "If the shoggoth moves at least 20 feet straight toward a creature and hits it with a slam attack on the same turn, that creature must succeed on a DC 20 Dexterity saving throw or be knocked prone. If the creature is knocked prone, the shoggoth immediately moves into the creature's space as a bonus action and crushes the creature beneath its bulk. The crushed creature can't breathe, is restrained, and takes 11 (2d10) bludgeoning damage at the start of each of the shoggoth's turns. A crushed creature remains in its space and does not move with the shoggoth. A crushed creature can escape by using an action and making a successful DC 19 Strength check. On a success, the creature crawls into an empty space within 5 feet of the shoggoth."
                }
            ],
            "spell_list": [],
            "page_no": 347,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_shoggoth/"
        },
        {
            "slug": "zaratan",
            "desc": "_One of the rocks suddenly lurches, and rises out of the water. A great eye glides open in the side of what seemed to be a boulder, and a massive, beaklike mouth gapes in the surf._  \n**Island Reefs.** The zaratan is an impossibly huge sea turtle so large that entire ecosystems develop and grow on its stony, mountainous shell. Drifting on warm ocean currents or settled on shoals, they are often mistaken for small tropical islands. The creature’s head is at least 100 feet in diameter, with a ridge in the center like a tall hill. Its head resembles a massive boulder, and its 200-foot long flippers are mistaken for reefs.  \n**Ageless Slumber.** Zaratans spend their millennia-long lives in slumber. They drift on the surface of the ocean, their mouths slightly open, and reflexively swallow larger creatures that explore the “cave.” They spend centuries at a time asleep. A zaratan may know secrets long lost to the world, if only it can be awakened and bargained with.  \n**Deep Divers.** Waking a zaratan is a dangerous proposition, as their usual response to any injury severe enough to waken them is to dive to the crushing black depths. Some zaratan commune with oceanic races in this time, such as deep ones, sahuagin, or aboleth.",
            "name": "Zaratan",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "titan",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 25,
            "armor_desc": "natural armor",
            "hit_points": 507,
            "hit_dice": "26d20+234",
            "speed": {
                "walk": 10,
                "swim": 50
            },
            "strength": 30,
            "dexterity": 3,
            "constitution": 28,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 8,
            "wisdom_save": 8,
            "charisma_save": 8,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, lightning, thunder; bludgeoning, piercing, slashing",
            "damage_immunities": "cold, poison",
            "condition_immunities": "frightened, paralyzed, poisoned",
            "senses": "blindsight 120 ft., passive Perception 10",
            "languages": "Aquan",
            "challenge_rating": "26",
            "cr": 26.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The zaratan makes one bite attack and two flipper attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 10 ft., one target. Hit: 26 (3d10 + 10) piercing damage and the target is grappled (escape DC 20). Until the grapple ends, the target is restrained and the zaratan can't bite another target.",
                    "attack_bonus": 18,
                    "damage_dice": "3d10"
                },
                {
                    "name": "Flipper",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 15 ft., one target. Hit: 19 (2d8 + 10) bludgeoning damage and the target must succeed on a DC 26 Strength saving throw or be pushed 10 feet away from the zaratan.",
                    "attack_bonus": 18,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Swallow",
                    "desc": "The zaratan makes one bite attack against a Huge or smaller creature it is grappling. If the attack hits, the target takes 26 (3d10 + 10) piercing damage, is swallowed, and the grapple ends. A swallowed creature is blinded and restrained, but has total cover against attacks and effects outside the zaratan. A swallowed creature takes 28 (8d6) acid damage at the start of each of the zaratan's turns. The zaratan can have any number of creatures swallowed at once. If the zaratan takes 40 damage or more on a single turn from a creature inside it, the zaratan must succeed on a DC 20 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the zaratan. If the zaratan dies, swallowed creatures are no longer restrained and can escape by using 30 feet of movement, exiting prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The zaratan 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 zaratan regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "The zaratan moves up to half its speed."
                },
                {
                    "name": "Swipe",
                    "desc": "The zaratan makes one flipper attack."
                },
                {
                    "name": "Consume (2 actions)",
                    "desc": "The zaratan makes one bite attack or uses Swallow."
                }
            ],
            "special_abilities": [
                {
                    "name": "Fortified Shell",
                    "desc": "The zaratan ignores any attack against its shell that doesn't do 30 points of damage or more. Attacking the zaratan's head or flippers bypasses this trait."
                },
                {
                    "name": "Endless Breath",
                    "desc": "The zaratan breathes air, but it can hold its breath for years."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the zaratan remains motionless on the surface of the ocean (except for drifting) it is indistinguishable from a small island."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The zaratan does double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 414,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_zaratan/"
        },
        {
            "slug": "ancientflamedragon-tob1-2023",
            "desc": "False",
            "name": "Ancient Flame Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 22,
            "armor_desc": "natural armor",
            "hit_points": 518,
            "hit_dice": "28d20 + 224",
            "speed": {
                "walk": 80,
                "fly": 40
            },
            "strength": 23,
            "dexterity": 14,
            "constitution": 27,
            "intelligence": 19,
            "wisdom": 16,
            "charisma": 22,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": 13,
            "perception": 27,
            "skills": {
                "Deception": 13,
                "Perception": 17,
                "Persuasion": 13,
                "Stealth": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "fire",
            "condition_immunities": "False",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 27",
            "languages": "Common, Draconic, Ignan",
            "challenge_rating": "23",
            "cr": 23.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 17 (2d10 + 6) piercing damage plus 14 (4d6) fire damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 13 (2d6 + 6) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 20 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 21 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon exhales fire in a 90-foot cone. Each creature in that area must make a DC 23 Dexterity saving throw, taking 91 (26d6) fire damage on a failed save, or half as much damage on a successful one. Each creature in that area must also succeed on a DC 21 Wisdom saving throw or go on a rampage for 1 minute. A rampaging creature must attack the nearest creature other than the dragon on its turn. If no other creature is near enough to move to and attack, the rampaging creature stalks off in a random direction, seeking a target for its rage. The rampaging creature can repeat the Wisdom saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shifting Flames",
                    "desc": "The dragon magically transforms into a Gargantuan or smaller fire-based Elemental (such as a salamander, magma mephit, or fire elemental) or back into its true form, which is a Dragon. Without wings or other way of flying, it loses its flying speed. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies."
                },
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a Tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 21 Dexterity saving throw or take 13 (2d6 + 6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "reactions": [],
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature’s turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a Tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 21 Dexterity saving throw or take 13 (2d6 + 6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Fire Incarnate",
                    "desc": "Creatures with resistance to fire damage don't have resistance to the fire damage dealt by the flame dragon. A creature with immunity to fire damage is still immune to the dragon's fire damage."
                },
                {
                    "name": "Heated Body",
                    "desc": "A creature that touches the flame dragon or hits it with a melee attack while within 5 feet of it takes 14 (4d6) fire damage."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                }
            ],
            "spell_list": [],
            "page_no": 117,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_ancient-flame-dragon/"
        },
        {
            "slug": "ancientseadragon-tob1-2023",
            "desc": "False",
            "name": "Ancient Sea Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 22,
            "armor_desc": "natural armor",
            "hit_points": 518,
            "hit_dice": "28d20 + 224",
            "speed": {
                "walk": 80,
                "fly": 40
            },
            "strength": 29,
            "dexterity": 10,
            "constitution": 27,
            "intelligence": 19,
            "wisdom": 17,
            "charisma": 21,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": 12,
            "perception": 27,
            "skills": {
                "Perception": 17,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "cold",
            "condition_immunities": "False",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 27",
            "languages": "Common, Draconic, Primordial",
            "challenge_rating": "23",
            "cr": 23.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon uses its Frightful Presence. It then makes one Bite attack and two Fin attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 15 ft., one target. Hit: 20 (2d10 + 9) piercing damage plus 14 (4d6) cold damage."
                },
                {
                    "name": "Fin",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. Hit: 16 (2d6 + 9) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 20 ft., one target. Hit: 18 (2d8 + 9) bludgeoning damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 20 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Tidal Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a crushing wave of frigid seawater in a 90-foot cone. Each creature in that area must make a DC 23 Dexterity saving throw. On a failure, the creature takes 44 (8d10) bludgeoning damage and 44 (8d10) cold damage and is pushed up to 45 feet away from the dragon and knocked prone. On a success, the creature takes half the damage and isn't pushed or knocked prone."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature’s turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a Tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 24 Dexterity saving throw or take 16 (2d6 + 9) bludgeoning damage and be knocked prone. The dragon can then move up to half its flying speed, or swimming speed if in the water."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The dragon deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 125,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_ancient-sea-dragon/"
        },
        {
            "slug": "mechuiti-tob1-2023",
            "desc": "False",
            "name": "Mechuiti",
            "size": "Gargantuan",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 462,
            "hit_dice": "25d20 + 200",
            "speed": {
                "walk": 60
            },
            "strength": 29,
            "dexterity": 19,
            "constitution": 27,
            "intelligence": 18,
            "wisdom": 18,
            "charisma": 22,
            "strength_save": 17,
            "dexterity_save": 12,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": null,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "cold",
            "damage_resistances": "False",
            "damage_immunities": "acid, fire, lightning, poison; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, frightened, poisoned, stunned",
            "senses": "truesight 120 ft., passive Perception 22",
            "languages": "Abyssal, Celestial, Common, Draconic, Primordial, telepathy 300 ft.",
            "challenge_rating": "27",
            "cr": 27.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Mechuiti can use his Frightful Presence. He then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 10 ft., one target. Hit: 31 (4d10 + 9) piercing damage plus 21 (6d6) fire damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 20 ft., one target. Hit: 27 (4d8 + 9) slashing damage plus 21 (6d6) fire damage. If Mechuiti scores a critical hit, he rolls damage dice three times, instead of twice."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of Mechuiti's choice that is within 120 feet of Mechuiti and aware of him must succeed on a DC 24 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to Mechuiti's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Burning Acid Breath (Recharge 5-6)",
                    "desc": "Mechuiti exhales fire and acid in a 60-foot cone. Each creature in that area must make a DC 24 Dexterity saving throw, taking 49 (14d6) fire damage and 49 (14d6) acid damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Mechuiti casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 22):\nAt will: dispel magic, hold monster, wall of fire\n3/day each: fire storm, power word stun"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": "Mechuiti can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature’s turn. Mechuiti regains spent legendary actions at the start of his turn.",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "Mechuiti moves up to his speed, or he climbs up to half his speed. This movement doesn't provoke opportunity attacks."
                },
                {
                    "name": "Burn from the Inside",
                    "desc": "Mechuiti chooses a creature within 120 feet of him that is infected with the Mechuiti's deadly ichor disease. The target must make a DC 24 Constitution saving throw. On a failure, the target takes 10 (3d6) fire damage and 10 (3d6) acid damage and catches fire. On a success, the target takes half the damage and doesn't catch fire. Until a creature uses an action to douse the fire, the target takes 7 (2d6) fire damage at the start of each of its turns."
                },
                {
                    "name": "Cast a Spell (Costs 2 Actions)",
                    "desc": "Mechuiti uses Spellcasting."
                }
            ],
            "special_abilities": [
                {
                    "name": "Demon Lord's Ichor",
                    "desc": "When Mechuiti is subjected to piercing damage or slashing damage, a spray of caustic blood spurts from his hide. Each creature within 10 feet of Mechuiti must succeed on a DC 24 Constitution saving throw or becoming infected with the Mechuiti's deadly ichor disease and be poisoned until the disease is cured. Every 24 hours that elapse, the target must repeat the saving throw, reducing its hp maximum by 14 (4d6) on a failure. This reduction lasts until the disease is cured. The creature dies if the disease reduces its hp maximum to 0. The disease can be cured by the greater restoration spell or similar magic or when the creature succeeds on three saving throws."
                },
                {
                    "name": "Fiery Weapons",
                    "desc": "Mechuiti's weapon attacks are magical. When Mechuiti hits with any weapon, the weapon deals an extra 6d6 fire damage (included in the attack)."
                },
                {
                    "name": "Immolating Corona",
                    "desc": "At the start of each of Mechuiti's turns, each creature within 10 feet of him takes 10 (3d6) fire damage and must succeed on a DC 24 Constitution saving throw or catch fire. A creature that touches Mechuiti or hits him with a melee attack while within 5 feet of him takes 10 (3d6) fire damage and must succeed on a DC 24 Constitution saving throw or catch fire. Until a creature uses an action to douse the fire, the creature on fire takes 7 (2d6) fire damage at the start of each of its turns."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If Mechuiti fails a saving throw, he can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Mechuiti has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Speak with Simians",
                    "desc": "Mechuiti can communicate with apes and monkeys as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 78,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_mechuiti/"
        },
        {
            "slug": "dragon-prismatic-ancient",
            "desc": "",
            "name": "Dragon, Prismatic Ancient",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 407,
            "hit_dice": "22d20+176",
            "speed": {
                "walk": 50,
                "climb": 40
            },
            "strength": 25,
            "dexterity": 10,
            "constitution": 27,
            "intelligence": 20,
            "wisdom": 17,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "radiant",
            "condition_immunities": "blinded",
            "senses": "blindsight 60', darkvision 120', passive Perception 27",
            "languages": "Common, Draconic",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Frightful Presence then one Bite and two Claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +14 to hit, 15 ft., one target, 18 (2d10+7) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +14 to hit, 10 ft., one target, 14 (2d6+7) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +14 to hit, 20 ft., one target, 16 (2d8+7) bludgeoning damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "All it picks within 120' and aware of it frightened 1 min (DC 19 Wis negates) Can re-save at end of each of its turns. Save/effect ends: immune 24 hrs."
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "Uses one of the following:Light Beam. Emits beam of white light in a 120' line that is 10 ft. wide. Each creature in line: 90 (20d8) radiant (DC 23 Dex half).Rainbow Blast. Emits multicolored light in 90' cone. Each creature in area: 72 (16d8) damage (DC 23 Dex half). Dragon splits damage among acid cold fire lightning or poison choosing a number of d8s for each type totaling 16d8. Must choose at least two types."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Int (DC 20) no material components: At will: charm person dancing lights prismatic spray1/day: prismatic wall"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "Makes a Wis (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "Makes a tail attack."
                },
                {
                    "name": "Cast a Spell (2)",
                    "desc": "Uses Spellcasting."
                },
                {
                    "name": "Shimmering Wings (2)",
                    "desc": "Each creature within 20': DC 19 Wis save or take 16 (3d10) radiant and blinded until start of its next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                }
            ],
            "spell_list": [],
            "page_no": 140,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_dragon-prismatic-ancient/"
        },
        {
            "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/",
            "v2_converted_path": "/v2/creatures/tob3_godslayer/"
        },
        {
            "slug": "ancient-boreal-dragon",
            "desc": "Covered in a mix of hard, blue-white scales and patches of silvery-blue fur, this dragon radiates a savage belligerence. Its amber eyes gleam with primal fury as it stretches its wings, sending a shower of burning sparks sizzling onto the ground._  \n**Paradoxical Predators.** Boreal dragons inhabit the arctic and alpine places of the world, from snow-capped conifer forests and frigid mountain peaks to flat, icy plains and polar seas. Unlike white or silver dragons, however, boreal dragons are not creatures of cold but rather of heat and flames. Their breath is filled with burning embers, and their preferred lairs contain some sort of natural heat source. While this contradiction has puzzled many scholars of draconic lore, boreal dragons are unconcerned about such trivial matters and are likely to devour any sage or wizard impertinent enough to question their choice of habitat.  \n**Dragons of Rage.** Boreal dragons are among the most straightforward of all true dragons, driven by simple necessities like hunting and mating. They hate most other dragons with a passion and war constantly with those that share their arctic homeland, driving off or killing any dragons they encounter. Boreal dragons are truculent creatures and love nothing better than getting into a fight; however, they do not target defenseless creatures or those far weaker than themselves unless they are hunting for food. Because they respect strength above all else, a creature can gain a boreal dragon’s admiration through acts of intense bravery or slaughter. In particular, the dragons are fond of large arctic predators, such as Open Game License",
            "name": "Ancient Boreal Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 22,
            "armor_desc": "natural armor",
            "hit_points": 407,
            "hit_dice": "22d20+176",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 30
            },
            "strength": 29,
            "dexterity": 10,
            "constitution": 27,
            "intelligence": 17,
            "wisdom": 19,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 11,
            "charisma_save": 11,
            "perception": 18,
            "skills": {
                "athletics": 16,
                "perception": 18,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 28",
            "languages": "Draconic, Giant",
            "challenge_rating": "24",
            "cr": 24.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: +16 to hit, reach 15 ft., one target. Hit: 20 (2d10 + 9) piercing damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d10+9"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. Hit: 16 (2d6 + 9) slashing damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d6+9"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 20 ft., one target. Hit: 18 (2d8 + 9) bludgeoning damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d8+9"
                },
                {
                    "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 19 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Cinder Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a 90-foot cone of superheated air filled with blue-white embers. Each creature in that area must make a DC 23 Dexterity saving throw, taking 88 (16d10) fire damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature’s turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 23 Dexterity saving throw or take 16 (2d6 + 9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Ember Wreath (1/Day)",
                    "desc": "As a bonus action, the boreal dragon wreathes its body in searing blue and white embers. The embers last for 1 minute or until the dragon uses its breath weapon. A creature that enters or starts its turn in a space within 30 feet of the dragon must make a DC 23 Constitution saving throw, taking 10 (3d6) fire damage on a failed save, or half as much damage on a successful one. If a creature fails the saving throw by 5 or more, it suffers one level of exhaustion as the water is sapped from its body by the unrelenting heat."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                }
            ],
            "spell_list": [],
            "page_no": 143,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_ancient-boreal-dragon/"
        },
        {
            "slug": "ancient-blue-dragon",
            "desc": "",
            "name": "Ancient Blue Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "Blue Dragon",
            "alignment": "lawful evil",
            "armor_class": 22,
            "armor_desc": "natural armor",
            "hit_points": 481,
            "hit_dice": "26d20+208",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "fly": 80
            },
            "strength": 29,
            "dexterity": 10,
            "constitution": 27,
            "intelligence": 18,
            "wisdom": 17,
            "charisma": 21,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": 12,
            "perception": 17,
            "skills": {
                "perception": 17,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 27",
            "languages": "Common, Draconic",
            "challenge_rating": "23",
            "cr": 23.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: +16 to hit, reach 15 ft., one target. Hit: 20 (2d10 + 9) piercing damage plus 11 (2d10) lightning damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d10+2d10",
                    "damage_bonus": 9
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. Hit: 16 (2d6 + 9) slashing damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d6",
                    "damage_bonus": 9
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 20 ft., one target. Hit: 18 (2d8 + 9) bludgeoning damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d8",
                    "damage_bonus": 9
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 20 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Lightning Breath (Recharge 5-6)",
                    "desc": "The dragon exhales lightning in a 120-foot line that is 10 feet wide. Each creature in that line must make a DC 23 Dexterity saving throw, taking 88 (16d10) lightning damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 0,
                    "damage_dice": "16d10"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 15 ft. of the dragon must succeed on a DC 24 Dexterity saving throw or take 16 (2d6 + 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."
                }
            ],
            "spell_list": [],
            "page_no": 282,
            "environments": [
                "Desert",
                "Coastal"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_ancient-blue-dragon/"
        },
        {
            "slug": "ancient-bronze-dragon",
            "desc": "",
            "name": "Ancient Bronze Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "Bronze Dragon",
            "alignment": "lawful good",
            "armor_class": 22,
            "armor_desc": "natural armor",
            "hit_points": 444,
            "hit_dice": "24d20+192",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 29,
            "dexterity": 10,
            "constitution": 27,
            "intelligence": 18,
            "wisdom": 17,
            "charisma": 21,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": 12,
            "perception": 17,
            "skills": {
                "insight": 10,
                "perception": 17,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 27",
            "languages": "Common, Draconic",
            "challenge_rating": "22",
            "cr": 22.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: +16 to hit, reach 15 ft., one target. Hit: 20 (2d10 + 9) piercing damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d10",
                    "damage_bonus": 9
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. Hit: 16 (2d6 + 9) slashing damage.",
                    "attack_bonus": 16,
                    "damage_dice": "1d6",
                    "damage_bonus": 9
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 20 ft., one target. Hit: 18 (2d8 + 9) bludgeoning damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d8",
                    "damage_bonus": 9
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 20 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons.\n**Lightning Breath.** The dragon exhales lightning in a 120-foot line that is 10 feet wide. Each creature in that line must make a DC 23 Dexterity saving throw, taking 88 (16d10) lightning damage on a failed save, or half as much damage on a successful one.\n**Repulsion Breath.** The dragon exhales repulsion energy in a 30-foot cone. Each creature in that area must succeed on a DC 23 Strength saving throw. On a failed save, the creature is pushed 60 feet away from the dragon.",
                    "attack_bonus": 0,
                    "damage_dice": "16d10"
                },
                {
                    "name": "Change Shape",
                    "desc": "The dragon magically polymorphs into a humanoid or beast that has a challenge rating no higher than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the dragon's choice).\nIn a new form, the dragon retains its alignment, hit points, Hit Dice, ability to speak, proficiencies, Legendary Resistance, lair actions, and Intelligence, Wisdom, and Charisma scores, as well as this action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 15 ft. of the dragon must succeed on a DC 24 Dexterity saving throw or take 16 (2d6 + 9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                }
            ],
            "spell_list": [],
            "page_no": 293,
            "environments": [
                "Desert",
                "Coastal",
                "Water"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_ancient-bronze-dragon/"
        },
        {
            "slug": "ancient-flame-dragon",
            "desc": "_The dragon bears black scales, more charred than naturally colored. Cracks between the scales glow a dull red, until the dragon rears its head and roars. Red embers become bright orange flames as the creature lights up from tail to maw._  \nThe flame dragons are capricious creatures, fascinated by dark emotions and destructive passions. The dragons of eternal fire are proud and jealous, quick to anger, and utterly unforgiving. They bring complete and total ruin to entire civilizations for trivial reasons, but their true motivation is the fun to be had. These burning serpents treat rage, deceit, and despair as toys for their amusement. “May you be the fire’s plaything” is a curse often used by the foolish.  \n_**Taunting Others.**_ The hot-blooded creatures tease their victims like cats, seeing the world and all within it as their rightful prey. Young flame dragons are less subtle than their elders. Wyrmlings may force a woman to watch her family die or ruin a beautiful face for pleasure—direct and evil. As the dragon matures, this natural sadism develops into a desire for more complicated sport. Aging dragons of fire use politics, murder, and magic in elaborate schemes only their ilk can appreciate. Many create plots so intricate and layered that they lack a true resolution, creating only endless manipulation. A hero might foil an assassination only to see the king thus saved become a despot. She might defeat the vizier whispering lies in the ruler’s ear only to discover he was a pawn in a vast conspiracy. Dark ambitions, poisoned daggers, and old vendettas build such momentum that one scheme begins each time another ends. Often, even killing the draconic mastermind cannot extinguish the fires it started.  \n_**Malevolent Purpose.**_ The results of these schemes are secondary to the enjoyment they derive from pursuing a nebulous and everchanging goal. Some spend centuries torturing a family line for nothing more than trespassing on the dragon’s land. Others plot eternal curses after twisting poorly chosen words into the most dire of insults. The vengeance itself is not as important as having an excuse to hate, plot, and ruin. Flame dragons relish such opportunities for revenge, seeing each as a delightful hobby. The disruption of a game kindles a true and terrible rage, and in these rare moments of defeat, their anger can be catastrophic. Entire cities burn.  \n_**Fond of Souvenirs.**_ Flame dragons are as materialistic and territorial as other true dragons. Each pursues an individual obsession it fixates upon with mad devotion to fill its hoard. Some corrupt innocence, others push nations to war, but they always collect a memento for each victory, whether petty or grand. One might collect scorched skulls, while another saves the melted treasures of toppled empires. When not out sowing discord, the ancient flame dragons enjoy contemplating their hoards. Every piece reminds them of their own majesty and genius.  \nNothing is safe from a flame dragon’s endless scheming and narcissism. They crave absolute attention and constant reassurance. Anyone who humiliates a flame dragon would be wiser to kill it. Its survival ensures the dragon’s undivided attention for generations. It would be wiser still to make certain there is not a trace of involvement in a flame dragon’s death. All burning serpents see the murder of one of their kin as the gravest insult.  \n\n## Flame Dragon’s Lair\n\n  \nFlame dragons dwell in lairs where a burning fire is always near: volcanoes, sulfur mines, caves full of geysers, and places where the Elemental Plane of Fire touches the Material Plane. Whatever the place, its purpose is always to serve as a showcase of all the trophies the dragon has collected. Carefully arranged and organized prizes decorate the walls, sometimes even protected behind crystal walls. This display both feeds the dragon's vanity and pride, and also serves as a lure to attract adventurers, since flame dragons love to encourage the lowest instincts in their prey.  \nMany of these lairs feature a huge, reflective surface. A flame dragon likes nothing more than itself.  \n\n### Lair Actions\n\n  \nOn initiative count 20 (losing initiative ties), the dragon takes a lair action to cause one of the following effects; the dragon can’t use the same effect two rounds in a row.\n* A cloud of smoke swirls in a 20-foot-radius sphere centered on a point the dragon can see within 120 feet of it. The cloud spreads around corners and the area is lightly obscured. Each creature in the cloud must succeed on a DC 15 Constitution saving throw or be blinded for 1 minute. A blinded creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success.\n* The ground erupts with volcanic force at a point the dragon can see within 120 feet of it. Any creature within 20 feet of the point must make a successful DC 15 Dexterity saving throw or be knocked prone and trapped in the ground. A creature trapped in this way is restrained and can’t stand up. A creature can end the restraint if it or another creature takes an action to make a successful DC 15 Strength check.\n* A wall of fire rises up from the ground within 120 feet of the dragon. The wall is up to 60 feet long, 10 feet high, and 5 feet thick, can take any shape the dragon wants, and blocks line of sight. When the wall appears, each creature in its area must make a DC 15 Dexterity saving throw. A creature that fails the saving throw takes 21 (6d6) fire damage. Each creature that enters the wall for the first time each turn or ends its turn there takes 21 (6d6) fire damage. The wall is extinguished when the dragon uses this lair action again or when the dragon dies.\n  \n### Regional Effects\n\n  \nThe region containing a legendary flame dragon’s lair is warped by the dragon’s magic, which creates one or more of the following effects:\n* Arguments and misunderstandings erupt easily within 6 miles of the lair. Friendships are easily broken and criminal acts are common.\n* Temperatures rise within 6 miles of the lair. Crops wither, producing famines.\n* Sulfur geysers form in and around the dragon’s lair. Some of them erupt only once an hour, so they’re spotted only with a successful DC 20 Wisdom (Perception) check. A creature on top of an erupting geyser takes 21 (6d6) fire damage, or half damage with a successful DC 15 Dexterity saving throw.\n  \nIf the dragon dies, the arguments and misunderstandings disappear immediately and the temperatures go back to normal within 1d10 days. Any geysers remain where they are.",
            "name": "Ancient Flame Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 22,
            "armor_desc": "natural armor",
            "hit_points": 481,
            "hit_dice": "26d20+208",
            "speed": {
                "walk": 40,
                "climb": 40,
                "fly": 80
            },
            "strength": 23,
            "dexterity": 14,
            "constitution": 27,
            "intelligence": 19,
            "wisdom": 16,
            "charisma": 22,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 15,
            "intelligence_save": 10,
            "wisdom_save": null,
            "charisma_save": 13,
            "perception": 17,
            "skills": {
                "deception": 13,
                "insight": 10,
                "perception": 17,
                "persuasion": 13,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 27",
            "languages": "Common, Draconic, Giant, Ignan, Infernal, Orc",
            "challenge_rating": "24",
            "cr": 24.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon can use its Frightful Presence. It then makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 17 (2d10 + 6) piercing damage plus 14 (4d6) fire damage.",
                    "attack_bonus": 13,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 13 (2d6 + 6) slashing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 20 ft., one target. Hit: 15 (2d8 + 6) 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 21 Wisdom saving throw or become frightened for 1 minute. A frightened creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon exhales fire in a 90-foot cone. Each creature in that area takes 91 (26d6) fire damage, or half damage with a successful DC 23 Dexterity saving throw. Each creature in that area must also succeed on a DC 21 Wisdom saving throw or go on a rampage for 1 minute. A rampaging creature must attack the nearest living creature or smash some object smaller than itself if no creature can be reached with a single move. A rampaging creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Shifting Flames",
                    "desc": "The dragon magically polymorphs into a creature that has immunity to fire damage and a size and challenge rating no higher than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the dragon's choice). In a new form, the dragon retains its alignment, hit points, Hit Dice, ability to speak, proficiencies, Legendary Resistance, lair actions, and Intelligence, Wisdom, and Charisma scores, as well as this action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 21 Dexterity saving throw or take 13 (2d6 + 6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Fire Incarnate",
                    "desc": "All fire damage dealt by the dragon ignores fire resistance but not fire immunity."
                },
                {
                    "name": "Flame Dragon's Lair",
                    "desc": "on initiative count 20 (losing initiative ties), the dragon takes a lair action to cause one of the following effects; the dragon can't use the same effect two rounds in a row.\n\n- A cloud of smoke swirls in a 20-foot-radius sphere centered on a point the dragon can see within 120 feet of it. The cloud spreads around corners and the area is lightly obscured. Each creature in the cloud must succeed on a DC 15 Constitution saving throw or be blinded for 1 minute. A blinded creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success.\n\n- The ground erupts with volcanic force at a point the dragon can see within 120 feet of it. Any creature within 20 feet of the point must make a successful DC 15 Dexterity saving throw or be knocked prone and trapped in the ground. A creature trapped in this way is restrained and can't stand up. A creature can end the restraint if it or another creature takes an action to make a successful DC 15 Strength check.\n\n- A wall of fire rises up from the ground within 120 feet of the dragon. The wall is up to 60 feet long, 10 feet high, and 5 feet thick, can take any shape the dragon wants, and blocks line of sight. When the wall appears, each creature in its area must make a DC 15 Dexterity saving throw. A creature that fails the saving throw takes 21 (6d6) fire damage. Each creature that enters the wall for the first time each turn or ends its turn there takes 21 (6d6) fire damage. The wall is extinguished when the dragon uses this lair action again or when the dragon dies."
                },
                {
                    "name": "Regional Effects",
                    "desc": "the region containing a legendary flame dragon's lair is warped by the dragon's magic, which creates one or more of the following effects:\n\n- Arguments and misunderstandings erupt easily within 6 miles of the lair. Friendships are easily broken and criminal acts are common.\n\n- Temperatures rise within 6 miles of the lair. Crops wither, producing famines.\n\n- Sulfur geysers form in and around the dragon's lair. Some of them erupt only once an hour, so they're spotted only with a successful DC 20 Wisdom (Perception) check. A creature on top of an erupting geyser takes 21 (6d6) fire damage, or half damage with a successful DC 15 Dexterity saving throw.\n\nif the dragon dies, the arguments and misunderstandings disappear immediately and the temperatures go back to normal within 1d10 days. Any geysers remain where they are."
                }
            ],
            "spell_list": [],
            "page_no": 128,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_ancient-flame-dragon/"
        },
        {
            "slug": "ancient-sea-dragon",
            "desc": "_This aquamarine dragon has a shark’s head that tapers off into a sleek eel-like body. Its large fins double as wings._  \n**Divine Dragons.** Sea dragons are the children of the ocean, and believe they are semi-divine beings, worthy of worship. Given their size and power, they may be right; certainly, they are often companions or steeds to gods of the sea.  \nDespite the solemn duties the sea dragons invoke thanks to their lineage, they are extremely whimsical. While these immense creatures are playful, their games can shatter hulls and drown sailors. The sea dragons course through the waves with tangible joy as they hunt whales and entire schools of tuna.  \n**Shipwreck Art.** Sea dragons love collecting treasure, especially prize the sunken treasure-filled hulls of ships lost to storm, battle, or their own handiwork. While they appreciate all wealth, they prefer hardy items that can stand up to long exposure to sea water. Precious metals and gemstones add a dramatic luster to the dragon’s lair when they catch stray beams of light. Sea dragons take any more perishable treasures and place them on a reef-altar, to dissolve in the sea as a tithe to the sea gods.  \n**Sunken Memorials.** A sea dragon’s lair is littered with meticulously arranged ships consigned to the deeps. These wrecks are often artfully smashed to allow the treasures in the hold to spill out onto the sea floor. It may seem haphazard, but it displays a complex aesthetic that only other sea dragons can truly appreciate. Because they arrange these wrecks so carefully, a dragon notices immediately if its hoard is disturbed.  \n\n## Sea Dragon’s Lair\n\n  \nSea dragons dwell in lairs dwell in lairs beneath the waves: ocean fissures and caves, lightless trenches full of strange rock formations, and sheltered reefs of cultivated coral.  \nWhatever the place, it’s dedicated to the worship of sea gods. Despite the draconic instinct for seclusion and protection when choosing a lair, sea dragons always choose lairs relatively close to humanoid trade routes and abundant supplies of fish.  \nThe sky surrounding a sea dragon’s lair is perpetually stormy, and the seas run high. If a captain is courageous, these high winds and swift-running currents can cut significant time off a voyage.  \n\n### Lair Actions\n\n  \nOn initiative count 20 (losing initiative ties), the dragon takes a lair action and generates one of the following effects. The dragon can’t use the same effect two rounds in a row:\n* Four vortexes, each 5 feet in diameter and up to 30 feet tall, appear within the lair where the dragon wishes. Creatures occupying the space where a vortex appears or who enter the vortex for the first time on a turn must make a DC 15 Dexterity save or be restrained. As an action, a creature can free itself or another creature from a vortex by succeeding on a DC 15 Strength check. The vortexes last until the dragon uses this lair action again or until the dragon dies.\n* The dragon creates a wall of living coral on a solid surface it can see within 120 feet of it. The wall can be up to 30 feet long, 30 feet high, and 1 foot thick. When the wall appears, each creature within its area takes damage as if touching the wall and is pushed 5 feet out of the wall’s space, on whichever side of the wall it wants. Touching the wall releases painful stings that deal 18 (4d8) poison damage, or half that with a successful DC 15 Constitution saving throw. Each 10-foot section of the wall has AC 5, 30 hit points, resistance to fire damage, and immunity to psychic damage. The wall lasts until the dragon uses this lair action again or until the dragon dies.\n* The dragon bends time around its enemies. Four creatures the dragon can see within 120 feet of it must succeed on a DC 15 Wisdom save or be affected by a slow spell. This effect last until initiative count 20 on the following round.\n  \n### Regional Effects\n\n  \nThe region containing a legendary sea dragon’s lair is warped by the dragon’s magic, which creates one or more of the following effects:\n* Sea life becomes richer within 6 miles of the lair. Schools of fish move into new waters, sharks become common, and whale migration paths shift to pass near the area.\n* Water temperatures drop sharply within 6 miles of the lair. Creatures not accustomed to cold suffer exposure to extreme cold while swimming in this water.\n* Storms and rough water are more common within 6 miles of the lair.\n  \nIf the dragon dies, conditions of the sea surrounding the lair return to normal over the course of 1d10 days.",
            "name": "Ancient Sea Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 22,
            "armor_desc": "natural armor",
            "hit_points": 481,
            "hit_dice": "26d20+208",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 80
            },
            "strength": 29,
            "dexterity": 10,
            "constitution": 27,
            "intelligence": 19,
            "wisdom": 17,
            "charisma": 21,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": 12,
            "perception": 17,
            "skills": {
                "perception": 17,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 27",
            "languages": "Common, Draconic, Infernal, Primordial",
            "challenge_rating": "22",
            "cr": 22.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: +16 to hit, reach 15 ft., one target. Hit: 20 (2d10 + 9) piercing damage plus 11 (2d10) cold damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. Hit: 16 (2d6 + 9) slashing damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 20 ft., one target. Hit: 18 (2d8 + 9) bludgeoning damage.",
                    "attack_bonus": 16,
                    "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 20 Wisdom saving throw or become frightened for 1 minute. A creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Tidal Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a crushing wave of frigid seawater in a 90-foot cone. Each creature in that area must make a DC 23 Dexterity saving throw. On a failure, the target takes 44 (8d10) bludgeoning damage and 44 (8d10) cold damage, and is pushed 30 feet away from the dragon and knocked prone. On a successful save the creature takes half as much damage and isn't pushed or knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 24 Dexterity saving throw or take 16 (2d6 + 9) bludgeoning damage and be knocked prone. The dragon can then move up to half its flying speed, or swim speed if in the water."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The dragon deals double damage to objects and structures."
                },
                {
                    "name": "Sea Dragon's Lair",
                    "desc": "on initiative count 20 (losing initiative ties), the dragon takes a lair action and generates one of the following effects. The dragon can't use the same effect two rounds in a row:\n\n- Four vortexes, each 5 feet in diameter and up to 30 feet tall, appear within the lair where the dragon wishes. Creatures occupying the space where a vortex appears or who enter the vortex for the first time on a turn must make a DC 15 Dexterity save or be restrained. As an action, a creature can free itself or another creature from a vortex by succeeding on a DC 15 Strength check. The vortexes last until the dragon uses this lair action again or until the dragon dies.\n\n- The dragon creates a wall of living coral on a solid surface it can see within 120 feet of it. The wall can be up to 30 feet long, 30 feet high, and 1 foot thick. When the wall appears, each creature within its area takes damage as if touching the wall and is pushed 5 feet out of the wall's space, on whichever side of the wall it wants. Touching the wall releases painful stings that deal 18 (4d8) poison damage, or half that with a successful DC 15 Constitution saving throw. Each 10-foot section of the wall has AC 5, 30 hit points, resistance to fire damage, and immunity to psychic damage. The wall lasts until the dragon uses this lair action again or until the dragon dies.\n\n- The dragon bends time around its enemies. Four creatures the dragon can see within 120 feet of it must succeed on a DC 15 Wisdom save or be affected by a slow spell. This effect last until initiative count 20 on the following round."
                },
                {
                    "name": "Regional Effects",
                    "desc": "the region containing a legendary sea dragon's lair is warped by the dragon's magic, which creates one or more of the following effects:\n\n- Sea life becomes richer within 6 miles of the lair. Schools of fish move into new waters, sharks become common, and whale migration paths shift to pass near the area.\n\n- Water temperatures drop sharply within 6 miles of the lair. Creatures not accustomed to cold suffer exposure to extreme cold while swimming in this water.\n\n- Storms and rough water are more common within 6 miles of the lair.\n\nif the dragon dies, conditions of the sea surrounding the lair return to normal over the course of 1d10 days."
                }
            ],
            "spell_list": [],
            "page_no": 135,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_ancient-sea-dragon/"
        },
        {
            "slug": "ancient-light-dragon",
            "desc": "",
            "name": "Ancient Light Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 22,
            "armor_desc": "natural armor",
            "hit_points": 407,
            "hit_dice": "22d20+176",
            "speed": {
                "fly": 80,
                "walk": 40
            },
            "strength": 26,
            "dexterity": 10,
            "constitution": 27,
            "intelligence": 18,
            "wisdom": 20,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 11,
            "perception": 12,
            "skills": {
                "arcana": 11,
                "nature": 11,
                "perception": 12,
                "persuasion": 11,
                "religion": 11
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "radiant; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "blinded",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 22",
            "languages": "Celestial, Draconic",
            "challenge_rating": "22",
            "cr": 22.0,
            "actions": [
                {
                    "attack_bonus": 15,
                    "damage_dice": "2d10+8",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 15 ft., one target. Hit: 19 (2d10 + 8) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 15,
                    "damage_dice": "2d6+8",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 10 ft., one target. Hit: 15 (2d6 + 8) slashing damage.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 15,
                    "damage_dice": "2d8+8",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 20 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage.",
                    "name": "Tail"
                },
                {
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 23 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.",
                    "name": "Frightful Presence"
                },
                {
                    "desc": "The dragon uses one of the following breath weapons:\nRadiant Breath. The dragon exhales radiant energy in a 90-foot cone. Each creature in that area must make a DC 23 Dexterity saving throw, taking 77 (14d10) radiant damage on a failed save, or half as much damage on a successful one.\nFlaring Breath. The dragon emits a flash of dazzling light from its maw in a 90-foot cone. Each creature in that area must make a DC 23 Constitution saving throw or be blinded. Undead within the area of effect must also make a DC 23 Wisdom saving throw or be turned for 1 minute. Undead of CR 3 or lower who fail the saving throw are instantly destroyed.",
                    "name": "Breath Weapon (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "desc": "The dragon makes a Wisdom (Perception) check.",
                    "name": "Detect"
                },
                {
                    "desc": "The dragon makes a tail attack.",
                    "name": "Tail Attack"
                },
                {
                    "desc": "The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 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.",
                    "name": "Wing Attack (Costs 2 Actions)"
                }
            ],
            "special_abilities": [
                {
                    "desc": "The dragon can see 60 feet into the Ethereal Plane when it is on the Material Plane, and vice versa.",
                    "name": "Ethereal Sight"
                },
                {
                    "desc": "The dragon sheds bright light in a 30-foot radius and dim light for an additional 30 feet.",
                    "name": "Illumination"
                },
                {
                    "desc": "The dragon can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
                    "name": "Incorporeal Movement"
                },
                {
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead.",
                    "name": "Legendary Resistance (3/Day)"
                },
                {
                    "desc": "The light dragon travels from star to star and does not require air, food, drink, or sleep. When flying between stars, the light dragon magically glides on solar winds, making the immense journey through the void in an impossibly short time.",
                    "name": "Void Traveler"
                }
            ],
            "spell_list": [],
            "page_no": 170,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_ancient-light-dragon/"
        },
        {
            "slug": "ankou-soul-herald",
            "desc": "",
            "name": "Ankou Soul Herald",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 407,
            "hit_dice": "22d20+176",
            "speed": {
                "fly": 80,
                "walk": 40
            },
            "strength": 25,
            "dexterity": 10,
            "constitution": 27,
            "intelligence": 17,
            "wisdom": 18,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 11,
            "charisma_save": 11,
            "perception": 18,
            "skills": {
                "perception": 18,
                "persuasion": 11,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold, necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 60 ft., passive Perception 28",
            "languages": "all",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "desc": "The ankou can use its Horrifying Presence. It then makes three attacks: one with its bite and two with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 14,
                    "damage_dice": "2d10+7",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 15 ft., one target. Hit: 18 (2d10 + 7) piercing damage plus 11 (2d10) cold damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 14,
                    "damage_dice": "2d6+7",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 14 (2d6 + 7) slashing damage.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 14,
                    "damage_dice": "2d8+7",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 20 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage.",
                    "name": "Tail"
                },
                {
                    "desc": "Each creature of the ankou's choice that is within 120 feet of it must make a DC 19 Wisdom saving throw. On a failure, its speed is reduced to 0 for 1 minute. If the save fails by 5 or more, the creature is instead paralyzed for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the ankou's Horrifying Presence for the next 24 hours.",
                    "name": "Horrifying Presence"
                },
                {
                    "desc": "The ankou exhales cold fire in a 120-foot line that is 10 feet wide. Each creature in that area must make a DC 22 Dexterity saving throw, taking 66 (12d10) cold damage on a failed save, or half as much damage on a successful one. Undead creatures automatically fail the saving throw and treat all damage dealt by this breath weapon as radiant instead of cold.",
                    "name": "Reaper's Breath (Recharge 5-6)"
                },
                {
                    "desc": "The ankou magically polymorphs into any beast, humanoid, or undead creature it has seen before that has a challenge rating no higher than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the ankou's choice). Its statistics, other than its size, are the same in each form and it doesn't gain any class features or legendary actions of the new form.",
                    "name": "Change Shape"
                },
                {
                    "desc": "The ankou can transport itself and up to eight creatures in contact with it to another plane of existence. This works like the plane shift spell, except dead or incorporeal creatures can be transported and don't have to be willing. The ankou can't use this ability to banish an unwilling creature.",
                    "name": "Usher of Souls"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The ankou can take 3 legendary actions, choosing from the options below. Only one legendary action can be used at a time and only at the end of another creature's turn. The ankou regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "desc": "The ankou learns the location of all living creatures within 120 feet. Alternatively, it can learn the location of all undead creatures or creatures that have been dead no longer than 1 hour within 1 mile.",
                    "name": "Detect"
                },
                {
                    "desc": "The ankou makes a tail attack.",
                    "name": "Tail Attack"
                },
                {
                    "desc": "The ankou moves up to half its speed without provoking opportunity attacks. Any creature whose space it moves through must make a DC 22 Dexterity saving throw, taking 21 (6d6) necrotic damage on a failed save, or half as much damage on a successful one.",
                    "name": "Envelope in Shadow (Costs 2 Actions)"
                }
            ],
            "special_abilities": [
                {
                    "desc": "Necromancy spells can't be cast within 120 feet of the ankou. When an undead creature starts its turn within 30 feet of the ankou, it must make a DC 22 Constitution saving throw, taking 21 (6d6) radiant damage on a failed save, or half as much damage on a successful one.",
                    "name": "Aura of Necromancy's Bane"
                },
                {
                    "desc": "As a bonus action while in dim light or darkness, the ankou becomes invisible. While invisible, the ankou has advantage on Dexterity (Stealth) checks and gains the following:\nResistance to acid, cold, fire, lighting, thunder; bludgeoning, piercing and slashing damage from nonmagical attacks.\nImmunity to the grappled, paralyzed, petrified, prone, and restrained conditions\nThe ankou can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.\nThe cloak of ghostly shadows ends when the ankou chooses to end it as a bonus action, when the ankou dies, or if the ankou ends its turn in bright light.",
                    "name": "Cloak of Ghostly Shadows"
                },
                {
                    "desc": "The ankou has the celestial type in addition to the dragon type and its weapon attacks are magical.",
                    "name": "Death's Apotheosis"
                },
                {
                    "desc": "If the ankou fails a saving throw, it can choose to succeed instead.",
                    "name": "Legendary Resistance (3/Day)"
                }
            ],
            "spell_list": [],
            "page_no": 37,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_ankou-soul-herald/"
        },
        {
            "slug": "ancient-blue-dragon-a5e",
            "desc": "",
            "name": "Ancient Blue Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 22,
            "armor_desc": "",
            "hit_points": 407,
            "hit_dice": "22d20+176",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 28,
            "dexterity": 10,
            "constitution": 26,
            "intelligence": 18,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 16,
            "intelligence_save": null,
            "wisdom_save": 11,
            "charisma_save": 13,
            "perception": null,
            "skills": {
                "perception": 11,
                "stealth": 8,
                "survival": 11
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., tremorsense 60 ft., darkvision 120 ft., passive Perception 24",
            "languages": "Common, Draconic, two more",
            "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 attack  it can use Arc Lightning."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 15 ft., one target. Hit: 31 (4d10 + 9) piercing damage plus 9 (2d8) lightning damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 10 ft., one target. Hit: 22 (3d8 + 9) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 20 ft., one target. Hit: 22 (3d8 + 9) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Arc Lightning",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 24 Dexterity saving throw. The creature takes 22 (4d10) lightning damage on a failure or half damage on a success. Also on a failure  the lightning jumps. Choose a creature within 30 feet of the target that hasnt been hit by this ability on this turn  and repeat the effect against it  possibly causing the lightning to jump again."
                },
                {
                    "name": "Lightning Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a 120-foot-long  10-foot-wide line of lightning. Each creature in that area makes a DC 24 Dexterity saving throw  taking 94 (17d10) lightning damage on a failed save or half damage on a success. A creature that fails the save can't take reactions until the end of its next turn."
                },
                {
                    "name": "Quake",
                    "desc": "While touching natural ground  the dragon sends pulses of thunder rippling through it. Creatures within 30 feet make a DC 24 Strength saving throw  taking 22 (4d10) bludgeoning damage and falling prone on a failure. If a Large or smaller creature that fails the save is standing on sand  it also sinks partially  becoming restrained as well. A creature restrained in this way can spend half its movement to escape."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 21 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 24 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                },
                {
                    "name": "Quake (Costs 2 Actions)",
                    "desc": "The dragon uses its Quake action."
                }
            ],
            "special_abilities": [
                {
                    "name": "Desert Farer",
                    "desc": "The dragon ignores difficult terrain or obscurement caused by sand or gravel, even while flying. Additionally, it ignores the effects of extreme heat."
                },
                {
                    "name": "Dune Splitter",
                    "desc": "The dragon can remain submerged in sand and gravel for up to 4 hours. It has advantage on Stealth checks made to hide in this way, and Large or smaller creatures within 20 feet of its hiding place when it emerges must succeed on a DC 24 Dexterity saving throw or be blinded until the end of its next turn."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, it sheds some of its scales, which turn to sand. If it has no more uses of this ability, its Armor Class is reduced to 20 until it finishes a long rest."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 21). It can innately cast the following spells, requiring no material components. 3/day each:blur, silent image, blight, hypnotic pattern,  1/day each:control water, mirage arcane"
                }
            ],
            "spell_list": [],
            "page_no": 106,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_ancient-blue-dragon/"
        },
        {
            "slug": "ancient-bronze-dragon-a5e",
            "desc": "",
            "name": "Ancient Bronze Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 21,
            "armor_desc": "",
            "hit_points": 425,
            "hit_dice": "23d20+184",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 80
            },
            "strength": 28,
            "dexterity": 10,
            "constitution": 26,
            "intelligence": 18,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": 12,
            "perception": null,
            "skills": {
                "insight": 10,
                "perception": 10,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 23",
            "languages": "Common, Draconic, two more",
            "challenge_rating": "24",
            "cr": 24.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks with its bite and twice with its claws. In place of its bite  it can use Lightning Pulse."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 15 ft., one target. Hit: 31 (4d10 + 9) piercing damage plus 9 (2d8) lightning damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. Hit: 22 (3d8 + 9) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 20 ft., one target. Hit: 22 (3d8 + 9) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Trident (Humanoid Form Only)",
                    "desc": "Melee or Ranged Weapon Attack: +16 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 12 (1d6 + 9) piercing damage."
                },
                {
                    "name": "Lightning Pulse",
                    "desc": "The dragon targets one creature within 60 feet  forcing it to make a DC 23 Dexterity saving throw. The creature takes 22 (4d10) lightning damage on a failure or half damage on a success. If the initial target is touching a body of water  all other creatures within 20 feet of it and touching the same body of water must also make the saving throw against this damage."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons:"
                },
                {
                    "name": "Lightning Breath",
                    "desc": "The dragon exhales lightning in a 120-foot-long  10-foot-wide line. Each creature in the area makes a DC 23 Dexterity saving throw  taking 93 (16d10) lightning damage on a failed save or half damage on a success. A creature that fails the saving throw can't take reactions until the end of its next turn."
                },
                {
                    "name": "Ocean Surge",
                    "desc": "The dragon exhales a torrent of seawater in a 30-foot cone. Each creature in the area makes a DC 23 Strength saving throw. A creature that fails is pushed 40 feet away from the dragon and knocked prone  while one that succeeds is pushed only 20 feet away and isnt knocked prone."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The dragon magically takes the shape of a humanoid or beast, or changes back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (dragons choice). In the new form, the dragons stats are unchanged except for its size. It can't use Lightning Pulse, Breath Weapons, Tail Attack, or Wing Attack except in dragon form. In beast form, it can attack only with its bite and claws, if appropriate to its form. If the beast form is Large or smaller, the reach of these attacks is reduced to 5 feet. In humanoid form, it can attack only with its trident."
                }
            ],
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 20 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 24 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                },
                {
                    "name": "Foresight (Costs 2 Actions)",
                    "desc": "The dragon focuses on the many sprawling futures before it and predicts what will come next. Until the start of its next turn, it gains advantage on saving throws, and attacks against it are made with disadvantage."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, some of its scales fall away and dissolve into sea foam. If it has no more uses of this ability, its Armor Class is reduced to 19 until it finishes a long rest."
                },
                {
                    "name": "Oracle of the Coast",
                    "desc": "The dragon can accurately predict the weather up to 7 days in advance and is never considered surprised while conscious. Additionally, by submerging itself in a body of water and spending 1 minute in concentration, it can cast scrying, requiring no components. The scrying orb appears in a space in the same body of water."
                },
                {
                    "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:fog cloud, speak with animals,commune with nature, speak with plants,  1/day:control weather, etherealness"
                }
            ],
            "spell_list": [],
            "page_no": 160,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_ancient-bronze-dragon/"
        },
        {
            "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",
            "v2_converted_path": "/v2/creatures/mmenag_ancient-earth-dragon/"
        },
        {
            "slug": "ancient-shadow-dragon-a5e",
            "desc": "",
            "name": "Ancient Shadow Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 21,
            "armor_desc": "",
            "hit_points": 296,
            "hit_dice": "16d20+128",
            "speed": {
                "walk": 40,
                "climb": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 26,
            "dexterity": 16,
            "constitution": 26,
            "intelligence": 16,
            "wisdom": 16,
            "charisma": 26,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": 15,
            "intelligence_save": 10,
            "wisdom_save": 10,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 15,
                "insight": 10,
                "nature": 10,
                "perception": 10,
                "stealth": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning, thunder; damage from nonmagical weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "fatigue, frightened, grappled, paralyzed, poisoned, prone, restrained",
            "senses": "darkvision 240 ft., passive Perception 20",
            "languages": "Common, Draconic, one more",
            "challenge_rating": "24",
            "cr": 24.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon uses Grasp of Shadows  then attacks once with its bite and twice with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 15 ft., one target. Hit: 30 (4d10 + 8) piercing damage plus 9 (2d8) necrotic damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 10 ft., one target. Hit: 21 (3d8 + 8) slashing damage plus 9 (2d8) necrotic damage."
                },
                {
                    "name": "Grasp of Shadows",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 18 Dexterity saving throw. On a failure  it is grappled by tendrils of shadow (escape DC 23) and restrained while grappled this way. The effect ends if the dragon is incapacitated or uses this ability again."
                },
                {
                    "name": "Anguished Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a shadowy maelstrom of anguish in a 90-foot cone. Each creature in that area makes a DC 23 Wisdom saving throw  taking 81 (18d8) necrotic damage and gaining a level of strife on a failed save or half damage on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Lash Out (While Bloodied)",
                    "desc": "When a creature the dragon can see hits it with a melee weapon attack, the dragon makes a claw 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": "Corrupting Presence",
                    "desc": "Each creature of the dragons choice within 120 feet and aware of it must succeed on a DC 18 Wisdom saving throw or gain a level of strife. Once a creature has passed or failed this saving throw, it is immune to the dragons Corrupting Presence for the next 24 hours."
                },
                {
                    "name": "Lurk",
                    "desc": "If the dragon is in dim light or darkness, it magically becomes invisible until it attacks, causes a creature to make a saving throw, or enters an area of bright light. It can't use this ability if it has taken radiant damage since the end of its last turn."
                },
                {
                    "name": "Slip Through Shadows",
                    "desc": "If the dragon is in dim light or darkness, it magically teleports up to 60 feet to an unoccupied space that is also in dim light or darkness. The dragon can't use this ability if it has taken radiant damage since the end of its last turn."
                },
                {
                    "name": "Horrid Whispers (Costs 2 Actions)",
                    "desc": "A creature that can hear the dragon makes a DC 23 Wisdom saving throw. On a failure, the creature takes 18 (4d8) psychic damage, and the dragon regains the same number of hit points."
                }
            ],
            "special_abilities": [
                {
                    "name": "Evil",
                    "desc": "The dragon radiates an Evil aura."
                },
                {
                    "name": "Incorporeal Movement",
                    "desc": "The dragon can move through other creatures and objects. It takes 17 (3d10) force damage if it ends its turn inside an object."
                },
                {
                    "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 solid, losing its Incorporeal trait and its damage resistances, 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 23). It can innately cast the following spells, requiring no material components. 3/day each:darkness, detect evil and good, bane, create undead,  1/day:hallow, magic jar"
                }
            ],
            "spell_list": [],
            "page_no": 134,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_ancient-shadow-dragon/"
        },
        {
            "slug": "ancient-white-dragon-a5e",
            "desc": "",
            "name": "Ancient White Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 370,
            "hit_dice": "20d20+160",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 26,
            "dexterity": 12,
            "constitution": 26,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": 10,
            "perception": null,
            "skills": {
                "intimidation": 10,
                "perception": 10,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 23",
            "languages": "Common, Draconic",
            "challenge_rating": "22",
            "cr": 22.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can Spit Ice."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 15 ft., one target. Hit: 30 (4d10 + 8) piercing damage plus 9 (2d8) cold damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 10 ft., one target. Hit: 21 (3d8 + 8) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 20 ft., one target. Hit: 21 (3d8 + 8) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Spit Ice",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 23 Dexterity saving throw. On a failure  the target takes 22 (4d10) cold damage  and its speed is reduced to 0 until the end of its next turn. On a success  it takes half damage."
                },
                {
                    "name": "Cold Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a 90-foot cone of frost. Each creature in the area makes a DC 23 Constitution saving throw. On a failure  it takes 66 (19d6) cold damage  and its speed is reduced to 0 until the end of its next turn. On a success  it takes half damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 18 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turn, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 23 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                },
                {
                    "name": "Raging Storm (1/Day",
                    "desc": "For 1 minute, gusts of sleet emanate from the dragon in a 40-foot-radius sphere, spreading around corners. The area is lightly obscured, the ground is difficult terrain, and nonmagical flames are extinguished. The first time a creature other than the dragon moves on its turn while in the area, it must succeed on a DC 18 Dexterity saving throw or take 11 (2d10) cold damage and fall prone (or fall if it is flying)."
                }
            ],
            "special_abilities": [
                {
                    "name": "Cold Mastery",
                    "desc": "The dragons movement and vision is not hindered by cold, icy surfaces, snow, wind, or storms. Additionally, the dragon can choose to burrow through snow and ice without leaving a trace."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, it sheds some of its scales, which turn to ice. If it has no more uses of this ability, its Armor Class is reduced to 18 until it finishes a long rest."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 18). It can innately cast the following spells, requiring no material components. 3/day each:dominate beast, fire shield, animal friendship, sleet storm,  1/day each:control weather, wall of ice"
                }
            ],
            "spell_list": [],
            "page_no": 121,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_ancient-white-dragon/"
        },
        {
            "slug": "great-wyrm-blue-dragon-a5e",
            "desc": "",
            "name": "Great Wyrm Blue Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 22,
            "armor_desc": "",
            "hit_points": 814,
            "hit_dice": "44d20+352",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 28,
            "dexterity": 10,
            "constitution": 26,
            "intelligence": 18,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 16,
            "intelligence_save": null,
            "wisdom_save": 11,
            "charisma_save": 13,
            "perception": null,
            "skills": {
                "perception": 11,
                "stealth": 8,
                "survival": 11
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., tremorsense 60 ft., darkvision 120 ft., passive Perception 24",
            "languages": "Common, Draconic, two more",
            "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 attack  it can use Arc Lightning."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 15 ft., one target. Hit: 31 (4d10 + 9) piercing damage plus 9 (2d8) lightning damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 10 ft., one target. Hit: 22 (3d8 + 9) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 20 ft., one target. Hit: 22 (3d8 + 9) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Arc Lightning",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 24 Dexterity saving throw. The creature takes 22 (4d10) lightning damage on a failure or half damage on a success. Also on a failure  the lightning jumps. Choose a creature within 30 feet of the target that hasnt been hit by this ability on this turn  and repeat the effect against it  possibly causing the lightning to jump again."
                },
                {
                    "name": "Lightning Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a 120-foot-long  10-foot-wide line of lightning. Each creature in that area makes a DC 24 Dexterity saving throw  taking 94 (17d10) lightning damage on a failed save or half damage on a success. A creature that fails the save can't take reactions until the end of its next turn."
                },
                {
                    "name": "Quake",
                    "desc": "While touching natural ground  the dragon sends pulses of thunder rippling through it. Creatures within 30 feet make a DC 24 Strength saving throw  taking 22 (4d10) bludgeoning damage and falling prone on a failure. If a Large or smaller creature that fails the save is standing on sand  it also sinks partially  becoming restrained as well. A creature restrained in this way can spend half its movement to escape."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 21 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turns, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 24 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                },
                {
                    "name": "Quake (Costs 2 Actions)",
                    "desc": "The dragon uses its Quake action."
                }
            ],
            "special_abilities": [
                {
                    "name": "Desert Farer",
                    "desc": "The dragon ignores difficult terrain or obscurement caused by sand or gravel, even while flying. Additionally, it ignores the effects of extreme heat."
                },
                {
                    "name": "Dune Splitter",
                    "desc": "The dragon can remain submerged in sand and gravel for up to 4 hours. It has advantage on Stealth checks made to hide in this way, and Large or smaller creatures within 20 feet of its hiding place when it emerges must succeed on a DC 24 Dexterity saving throw or be blinded until the end of its next turn."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, it sheds some of its scales, which turn to sand. If it has no more uses of this ability, its Armor Class is reduced to 20 until it finishes a long rest."
                },
                {
                    "name": "High Voltage (1/Day)",
                    "desc": "When the dragon is first bloodied, it immediately recharges its breath weapon, if its not already available. After doing so, the air around it becomes electrically charged. A creature that starts its turn within 15 feet of the dragon or moves within 15 feet of it for the first time on a turn makes a DC 24 Dexterity saving throw. On a failure, it takes 11 (2d10) lightning damage and can't take reactions until the start of its next turn. Creatures in metal armor or wielding metal weapons have disadvantage on this saving throw."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 21). It can innately cast the following spells, requiring no material components. 3/day each:blur, silent image, blight, hypnotic pattern,  1/day each:control water, mirage arcane,antipathy/sympathy"
                }
            ],
            "spell_list": [],
            "page_no": 107,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_great-wyrm-blue-dragon/"
        },
        {
            "slug": "great-wyrm-white-dragon-a5e",
            "desc": "",
            "name": "Great Wyrm White Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 740,
            "hit_dice": "40d20+320",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 26,
            "dexterity": 12,
            "constitution": 26,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": 10,
            "perception": null,
            "skills": {
                "intimidation": 10,
                "perception": 10,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 23",
            "languages": "Common, Draconic",
            "challenge_rating": "22",
            "cr": 22.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite attack  it can Spit Ice."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 15 ft., one target. Hit: 30 (4d10 + 8) piercing damage plus 9 (2d8) cold damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 10 ft., one target. Hit: 21 (3d8 + 8) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 20 ft., one target. Hit: 21 (3d8 + 8) bludgeoning damage  and the dragon pushes the target 10 feet away."
                },
                {
                    "name": "Spit Ice",
                    "desc": "The dragon targets a creature within 60 feet  forcing it to make a DC 23 Dexterity saving throw. On a failure  the target takes 22 (4d10) cold damage  and its speed is reduced to 0 until the end of its next turn. On a success  it takes half damage."
                },
                {
                    "name": "Cold Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a 90-foot cone of frost. Each creature in the area makes a DC 23 Constitution saving throw. On a failure  it takes 66 (19d6) cold damage  and its speed is reduced to 0 until the end of its next turn. On a success  it takes half damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tail Attack",
                    "desc": "When a creature the dragon can see within 10 feet hits the dragon with a melee attack, the dragon makes a tail attack against it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Roar",
                    "desc": "Each creature of the dragons choice within 120 feet that can hear it makes a DC 18 Charisma saving throw. On a failure, it is frightened for 1 minute. A creature repeats the saving throw at the end of its turn, ending the effect on itself on a success. When it succeeds on a saving throw or the effect ends for it, it is immune to Roar for 24 hours."
                },
                {
                    "name": "Wing Attack",
                    "desc": "The dragon beats its wings. Each creature within 15 feet makes a DC 23 Dexterity saving throw. On a failure, it is pushed 10 feet away and knocked prone. The dragon can then fly up to half its fly speed."
                },
                {
                    "name": "Raging Storm (1/Day",
                    "desc": "For 1 minute, gusts of sleet emanate from the dragon in a 40-foot-radius sphere, spreading around corners. The area is lightly obscured, the ground is difficult terrain, and nonmagical flames are extinguished. The first time a creature other than the dragon moves on its turn while in the area, it must succeed on a DC 18 Dexterity saving throw or take 11 (2d10) cold damage and fall prone (or fall if it is flying)."
                }
            ],
            "special_abilities": [
                {
                    "name": "Cold Mastery",
                    "desc": "The dragons movement and vision is not hindered by cold, icy surfaces, snow, wind, or storms. Additionally, the dragon can choose to burrow through snow and ice without leaving a trace."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, it sheds some of its scales, which turn to ice. If it has no more uses of this ability, its Armor Class is reduced to 18 until it finishes a long rest."
                },
                {
                    "name": "Heart of Winter",
                    "desc": "When the dragon is first bloodied, it immediately recharges its breath weapon, if its not already available. Additionally, the damage from the dragons Raging Storm is doubled."
                },
                {
                    "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:dominate beast, fire shield, animal friendship, sleet storm,  1/day each:control weather, wall of ice, reverse gravity"
                }
            ],
            "spell_list": [],
            "page_no": 121,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_great-wyrm-white-dragon/"
        },
        {
            "slug": "kraken-a5e",
            "desc": "",
            "name": "Kraken",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 444,
            "hit_dice": "24d20+192",
            "speed": {
                "walk": 20,
                "swim": 60
            },
            "strength": 30,
            "dexterity": 10,
            "constitution": 26,
            "intelligence": 22,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": 18,
            "dexterity_save": 8,
            "constitution_save": 16,
            "intelligence_save": 14,
            "wisdom_save": 12,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, thunder",
            "damage_immunities": "lightning; damage from nonmagical weapons",
            "condition_immunities": "",
            "senses": "truesight 120 ft., passive Perception 14",
            "languages": "understands Primordial but can't speak, telepathy 120 ft.",
            "challenge_rating": "25",
            "cr": 25.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 5 ft., one target. Hit: 36 (4d12 + 10) piercing damage. If the target is a Huge or smaller creature grappled by the kraken  the target is swallowed. A swallowed creature is blinded and restrained  its Speed is 0  it has total cover from attacks from outside the kraken  and it takes 42 (12d6) acid damage at the start of each of the krakens turns."
                },
                {
                    "name": "If a swallowed creature deals 50 or more damage to the kraken in a single turn, or if the kraken dies, the kraken vomits up the creature",
                    "desc": ""
                },
                {
                    "name": "Ink Cloud",
                    "desc": "While underwater  the kraken exudes a cloud of ink in a 90-foot-radius sphere. The ink extends around corners  and the area is heavily obscured until the end of the krakens next turn or until a strong current dissipates the cloud. Each non-kraken creature in the area when the cloud appears makes a DC 24 Constitution saving throw. On a failure  it takes 27 (5d10) poison damage and is poisoned for 1 minute. On a success  it takes half damage. A poisoned creature can repeat the saving throw at the end of each of its turns. ending the effect on a success."
                },
                {
                    "name": "Summon Storm (1/Day)",
                    "desc": "Over the next 10 minutes  storm clouds magically gather. At the end of 10 minutes  a storm rages for 1 hour in a 5-mile radius."
                },
                {
                    "name": "Lightning (Recharge 5-6)",
                    "desc": "If the kraken is outside and the weather is stormy  three lightning bolts crack down from the sky  each of which strikes a different target within 120 feet of the kraken. A target makes a DC 24 Dexterity saving throw  taking 28 (8d6) lightning damage or half damage on a save."
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 30 ft., one target. Hit: 28 (4d8 + 10) bludgeoning damage  and the target is grappled (escape DC 26). Until this grapple ends  the target is restrained. A tentacle can be targeted individually by an attack. It shares the krakens hit points  but if 30 damage is dealt to the tentacle  it releases a creature it is grappling. The kraken can grapple up to 10 creatures."
                },
                {
                    "name": "Fling",
                    "desc": "One Large or smaller object or creature grappled by the kraken is thrown up to 60 feet in a straight line. The target lands prone and takes 21 (6d6) bludgeoning damage. If the kraken throws the target at another creature  that creature makes a DC 26 saving throw  taking the same damage on a failure."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The kraken 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": "Tentacle",
                    "desc": "The kraken makes one tentacle attack."
                },
                {
                    "name": "Fling",
                    "desc": "The kraken uses Fling."
                },
                {
                    "name": "Squeeze (Costs 2 Actions)",
                    "desc": "The kraken ends any magical effect that is restraining it or reducing its movement and then swims up to half its swim speed without provoking opportunity attacks. During this movement, it can fit through gaps as narrow as 10 feet wide without squeezing."
                }
            ],
            "special_abilities": [
                {
                    "name": "Immortal Nature",
                    "desc": "The kraken doesnt require air, sustenance, or sleep."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the kraken fails a saving throw, it can choose to succeed instead. When it does so, it can use its reaction, if available, to attack with its tentacle."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The kraken has advantage on saving throws against spells and magical effects."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The kraken deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 300,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_kraken/"
        },
        {
            "slug": "titanic-kraken-a5e",
            "desc": "",
            "name": "Titanic Kraken",
            "size": "Titanic",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "",
            "hit_points": 888,
            "hit_dice": "48d20+384",
            "speed": {
                "walk": 20,
                "swim": 60
            },
            "strength": 30,
            "dexterity": 10,
            "constitution": 26,
            "intelligence": 22,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": 18,
            "dexterity_save": 8,
            "constitution_save": 16,
            "intelligence_save": 14,
            "wisdom_save": 12,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, thunder",
            "damage_immunities": "lightning; damage from nonmagical weapons",
            "condition_immunities": "",
            "senses": "truesight 120 ft., passive Perception 14",
            "languages": "understands Primordial but can't speak, telepathy 120 ft.",
            "challenge_rating": "25",
            "cr": 25.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 5 ft., one target. Hit: 36 (4d12 + 10) piercing damage. If the target is a Huge or smaller creature grappled by the kraken  the target is swallowed. A swallowed creature is blinded and restrained  its Speed is 0  it has total cover from attacks from outside the kraken  and it takes 42 (12d6) acid damage at the start of each of the krakens turns."
                },
                {
                    "name": "If a swallowed creature deals 50 or more damage to the kraken in a single turn, or if the kraken dies, the kraken vomits up the creature",
                    "desc": ""
                },
                {
                    "name": "Ink Cloud",
                    "desc": "While underwater  the kraken exudes a cloud of ink in a 90-foot-radius sphere. The ink extends around corners  and the area is heavily obscured until the end of the krakens next turn or until a strong current dissipates the cloud. Each non-kraken creature in the area when the cloud appears makes a DC 24 Constitution saving throw. On a failure  it takes 27 (5d10) poison damage and is poisoned for 1 minute. On a success  it takes half damage. A poisoned creature can repeat the saving throw at the end of each of its turns. ending the effect on a success."
                },
                {
                    "name": "Summon Storm (1/Day)",
                    "desc": "Over the next 10 minutes  storm clouds magically gather. At the end of 10 minutes  a storm rages for 1 hour in a 5-mile radius."
                },
                {
                    "name": "Lightning (Recharge 5-6)",
                    "desc": "If the kraken is outside and the weather is stormy  three lightning bolts crack down from the sky  each of which strikes a different target within 120 feet of the kraken. A target makes a DC 24 Dexterity saving throw  taking 28 (8d6) lightning damage or half damage on a save."
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 30 ft., one target. Hit: 28 (4d8 + 10) bludgeoning damage  and the target is grappled (escape DC 26). Until this grapple ends  the target is restrained. A tentacle can be targeted individually by an attack. It shares the krakens hit points  but if 30 damage is dealt to the tentacle  it releases a creature it is grappling. The kraken can grapple up to 10 creatures."
                },
                {
                    "name": "Fling",
                    "desc": "One Large or smaller object or creature grappled by the kraken is thrown up to 60 feet in a straight line. The target lands prone and takes 21 (6d6) bludgeoning damage. If the kraken throws the target at another creature  that creature makes a DC 26 saving throw  taking the same damage on a failure."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The kraken 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": "Tentacle",
                    "desc": "The kraken makes one tentacle attack."
                },
                {
                    "name": "Fling",
                    "desc": "The kraken uses Fling."
                },
                {
                    "name": "Squeeze (Costs 2 Actions)",
                    "desc": "The kraken ends any magical effect that is restraining it or reducing its movement and then swims up to half its swim speed without provoking opportunity attacks. During this movement, it can fit through gaps as narrow as 10 feet wide without squeezing."
                }
            ],
            "special_abilities": [
                {
                    "name": "Immortal Nature",
                    "desc": "The kraken doesnt require air, sustenance, or sleep."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the kraken fails a saving throw, it can choose to succeed instead. When it does so, it can use its reaction, if available, to attack with its tentacle."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The kraken has advantage on saving throws against spells and magical effects."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The kraken deals double damage to objects and structures."
                },
                {
                    "name": "Bloodied Ichor",
                    "desc": "While the Kraken is bloodied and in the water, black ichor leaks from it in a 60-foot radius, spreading around corners but not leaving the water. The area is lightly obscured to all creatures except the Kraken. A creature that starts its turn in the area takes 10 (3d6) acid damage."
                }
            ],
            "spell_list": [],
            "page_no": 301,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_titanic-kraken/"
        },
        {
            "slug": "ancientwinddragon-tob1-2023",
            "desc": "False",
            "name": "Ancient Wind Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 351,
            "hit_dice": "19d20 +152",
            "speed": {
                "walk": 120,
                "fly": 30
            },
            "strength": 28,
            "dexterity": 16,
            "constitution": 26,
            "intelligence": 18,
            "wisdom": 17,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": 12,
            "perception": 27,
            "skills": {
                "Acrobatics": 17,
                "Intimidation": 12,
                "Perception": 17,
                "Stealth": 10
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold",
            "damage_immunities": "lightning",
            "condition_immunities": "False",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 27",
            "languages": "Common, Draconic, Primordial",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wind dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 15 ft., one target. Hit: 20 (2d10 + 9) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. it: 16 (2d6 + 9) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 20 ft., one target. Hit: 18 (2d8 + 9) bludgeoning damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 20 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Tempest Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a blast of stormy wind in a 90-foot cone. Each creature in that area must make a DC 23 Strength saving throw. On a failure, a creature takes 36 (8d8) bludgeoning damage and 36 (8d8) lightning damage and is pushed up to 45 feet away from the dragon and knocked prone. On a success, a creature takes half the damage and isn't pushed or knocked prone. Nonmagical flames in the area are extinguished."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature’s turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a Tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 24 Dexterity saving throw or take 16 (2d6 + 9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Freedom of Movement",
                    "desc": "The dragon ignores difficult terrain, and magical effects can't reduce its speed or cause it to be restrained. It can spend 5 feet of movement to escape from nonmagical restraints or being grappled."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Storm Sight",
                    "desc": "The dragon can see through areas obscured by fog, mist, clouds, or precipitation."
                },
                {
                    "name": "Whirling Winds",
                    "desc": "Gale force winds rage around the dragon's body. Arrows, bolts, and other ordinary projectiles launched at the dragon are deflected upward and automatically miss. Boulders hurled by giants or siege engines, and similar projectiles, are unaffected."
                }
            ],
            "spell_list": [],
            "page_no": 133,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_ancient-wind-dragon/"
        },
        {
            "slug": "chortdevil-tob1-2023",
            "desc": "False",
            "name": "Chort Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 187,
            "hit_dice": "15d8 + 120",
            "speed": {
                "walk": 30
            },
            "strength": 24,
            "dexterity": 20,
            "constitution": 26,
            "intelligence": 18,
            "wisdom": 20,
            "charisma": 20,
            "strength_save": 11,
            "dexterity_save": 9,
            "constitution_save": 12,
            "intelligence_save": 8,
            "wisdom_save": null,
            "charisma_save": 9,
            "perception": 19,
            "skills": {
                "Athletics": 11,
                "Deception": 9,
                "Insight": 9,
                "Perception": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "cold, fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 19",
            "languages": "Celestial, Common, Infernal, telepathy 120 ft.",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chort devil makes one Claw attack and two Ranseur attacks, or it makes four Hurl Flame attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 12 (2d4 + 7) slashing damage plus 14 (4d6) fire damage, and the target must succeed on a DC 17 Constitution saving throw or have disadvantage on ability checks and saving throws that use Charisma for 1 hour or until cured by a lesser restoration spell or similar magic."
                },
                {
                    "name": "Ranseur",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 12 (1d10 + 7) piercing damage plus 14 (4d6) fire damage."
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +9 to hit, range 120 ft., one target. Hit: 19 (4d6 + 5) fire damage."
                },
                {
                    "name": "Teleport",
                    "desc": "The chort devil magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The chort devil casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 17):\nAt will: charm person, illusory script (as an action)\n3/day each: dispel magic, modify memory\n1/day: haste"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the chort devil's darkvision."
                },
                {
                    "name": "Hellish Weapons",
                    "desc": "The chort devil's weapon attacks are magical. When the devil hits with any weapon, the weapon deals an extra 4d6 fire damage (included in the attack)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The chort devil has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 93,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_chort-devil/"
        },
        {
            "slug": "isonade-tob1-2023",
            "desc": "False",
            "name": "Isonade",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 222,
            "hit_dice": "12d20 + 96",
            "speed": {
                "walk": 100
            },
            "strength": 30,
            "dexterity": 14,
            "constitution": 26,
            "intelligence": 6,
            "wisdom": 18,
            "charisma": 8,
            "strength_save": 15,
            "dexterity_save": null,
            "constitution_save": 13,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": 19,
            "skills": {
                "Athletics": 15,
                "Perception": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "cold",
            "condition_immunities": "False",
            "senses": "darkvision 90 ft., passive Perception 19",
            "languages": "understands Aquan and Elvish, but can’t speak",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The isonade makes one Bite attack and two Tail Slap attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 15 ft., one target. Hit: 36 (4d12 + 10) piercing damage. If the target is a Large or smaller creature, it must succeed on a DC 18 Dexterity saving throw or be swallowed by the isonade. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the isonade, and it takes 21 (6d6) acid damage at the start of each of the isonade's turns. An isonade can have no more than four creatures swallowed at a time. If the isonade takes 30 damage or more on a single turn from a creature inside it, it must succeed on a DC 23 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the isonade. If the isonade dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 20 feet of movement, exiting prone."
                },
                {
                    "name": "Tail Slap",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 15 ft., one target. Hit: 24 (4d6 + 10) bludgeoning damage."
                },
                {
                    "name": "Breach",
                    "desc": "If the isonade swims at least 20 feet as part of its movement, it can use this action to emerge in a space on the surface of the water that contains one or more other creatures. Each of those creatures and each creature within 10 of the isonade's space must make a DC 18 Dexterity saving throw. On a failure, a creature takes 49 (14d6) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and is pushed up to 10 feet out of the isonade's space into an unoccupied space of the creature's choice. If no unoccupied space is within range, the creature instead falls prone in the isonade's space."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Influence Weather",
                    "desc": "Nearby weather responds to the isonade's desires. At the start of each minute, the isonade can choose to change the precipitation and wind within 1 mile of it by one stage, up or down (no action required). This effect works like the changing weather conditions aspect of the control weather spell, except the isonade can't change the temperature and the conditions change immediately."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The isonade has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The isonade deals double damage to objects and structures."
                },
                {
                    "name": "Water Breathing",
                    "desc": "The isonade can breathe only underwater."
                }
            ],
            "spell_list": [],
            "page_no": 240,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_isonade/"
        },
        {
            "slug": "jotun-tob1-2023",
            "desc": "False",
            "name": "Jotun",
            "size": "Gargantuan",
            "type": "Giant",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 370,
            "hit_dice": "20d20 + 160",
            "speed": {
                "walk": 60
            },
            "strength": 30,
            "dexterity": 8,
            "constitution": 26,
            "intelligence": 18,
            "wisdom": 20,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 9,
            "perception": 15,
            "skills": {
                "Arcana": 11,
                "History": 11,
                "Nature": 11,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "cold; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "False",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Common, Giant",
            "challenge_rating": "22",
            "cr": 22.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The jotun can use its Frightful Presence. It then makes three Greatclub or Rock attacks."
                },
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 15 ft., one target. Hit: 28 (4d8 + 10) bludgeoning damage plus 27 (6d8) cold damage."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +17 to hit, range 60/240 ft., one target. Hit: 32 (4d10 + 10) bludgeoning damage plus 27 (6d8) cold damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the jotun's choice within 120 feet of the jotun 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 each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the jotun's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Icy Sweep (Recharge 5-6)",
                    "desc": "The jotun swings its ice-coated greatclub in a wide arc. Each creature within 20 feet of the jotun must make a DC 23 Dexterity saving throw. On a failure, a creature takes 36 (8d8) bludgeoning damage and 54 (12d8) cold damage and is pushed up to 15 feet away from the jotun and knocked prone. On a success, a creature takes half the damage and isn't pushed or knocked prone."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The jotun casts one of the following spells, requiring no material components and using Wisdom as the spellcasting ability (spell save DC 20):\nAt will: earthquake, speak with animals\n3/day: bestow curse, gust of wind\n1/day: divination"
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Rock Catching",
                    "desc": "If a rock or similar object is hurled at the jotun, the jotun can, with a successful DC 10 Dexterity saving throw, catch the missile and take no bludgeoning damage from it."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Demigod's Vitality",
                    "desc": "The jotun's ability scores and hp maximum can't be reduced except by means of a wish spell."
                },
                {
                    "name": "Icy Weapons",
                    "desc": "The jotun's weapon attacks are magical. When the jotun hits with any weapon, the weapon deals an extra 6d8 cold damage (included in the attack)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The jotun has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Material Bound",
                    "desc": "The jotun is immune to any spell or effect that would force it to leave the Material Plane, unless the jotun wants to leave. It has disadvantage on saving throws against effects that would return it to the Material Plane from another plane of existence."
                },
                {
                    "name": "Too Big to Notice",
                    "desc": "While the jotun remains motionless in nonmagical, natural terrain, it has advantage on Dexterity (Stealth) checks."
                }
            ],
            "spell_list": [],
            "page_no": 209,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_jotun/"
        },
        {
            "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",
                    "desc": "Qorgeth makes one Bite attack, two Crush attacks, and one Stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "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",
                    "desc": "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",
                    "desc": "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",
                    "desc": "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",
                    "desc": "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)",
                    "desc": "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)",
                    "desc": "Qorgeth makes one Bite attack."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If Qorgeth fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Qorgeth has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "Qorgeth's weapon attacks are magical."
                },
                {
                    "name": "Tunneler",
                    "desc": "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.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_qorgeth/"
        },
        {
            "slug": "erinyes_bf",
            "desc": "",
            "name": "Erinyes",
            "size": "medium",
            "type": "Fiend",
            "subtype": "Devil",
            "group": "Devils",
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 147,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 24,
            "constitution": 26,
            "intelligence": 14,
            "wisdom": 22,
            "charisma": 26,
            "strength_save": 4,
            "dexterity_save": 7,
            "constitution_save": 8,
            "intelligence_save": 2,
            "wisdom_save": 6,
            "charisma_save": 8,
            "perception": 16,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "charmed,frightened,Devilish Resilience",
            "damage_immunities": "Devilish Resilience",
            "condition_immunities": "",
            "senses": "truesight 120 ft.",
            "languages": "Infernal,telepathy 120 ft.",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The erinyes makes three Longsword or Longbow attacks."
                },
                {
                    "name": "Longsword",
                    "desc": "_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 8 (1d8+4) slashing damage, or 9 (1d10+4) slashing damage if used with two hands, plus 18 (4d8) poison damage."
                },
                {
                    "name": "Longbow",
                    "desc": "_Ranged Weapon Attack:_ +7 to hit, range 150/600 ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 18 (4d8) poison damage, and the target must succeed on a DC 16 CON save or be poisoned for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Parry",
                    "desc": "The erinyes adds 4 to its AC against one melee attack that would hit it. To do so, the erinyes must see the attacker and be wielding a melee weapon."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devilish Resilience",
                    "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition."
                },
                {
                    "name": "Disciplined Fighter",
                    "desc": "At the start of each of its turns, the erinyes chooses one of the following fighting styles to adopt, which lasts until the start of the erinyes's next turn.\n- **Aggressive.** The erinyes has advantage on the first attack it makes on its turn, but the next attack roll against the erinyes has advantage.\n- **Retributive.** The next time the erinyes is hit by a melee weapon attack from a creature within 5 feet of it, the erinyes can make one Longsword attack against the attacker (no action required).\n- **Defensive.** The next time erinyes uses the Parry reaction, it takes only half the damage if the attack hits and regains 18 (4d8) HP if the attack doesn't hit."
                },
                {
                    "name": "Poisonous Weapons",
                    "desc": "The erinyes's weapon attacks are magical. When the erinyes hits with any weapon, the weapon deals an extra 4d8 poison damage (included in the attack)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The erinyes has advantage on saves against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_erinyes/"
        },
        {
            "slug": "frost_giant_bf",
            "desc": "",
            "name": "Frost Giant",
            "size": "huge",
            "type": "Giant",
            "subtype": "",
            "group": "Giants",
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "hide armor",
            "hit_points": 166,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 14,
            "constitution": 26,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": 6,
            "dexterity_save": 2,
            "constitution_save": 8,
            "intelligence_save": -1,
            "wisdom_save": 3,
            "charisma_save": 4,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "Giant Attributes",
            "damage_resistances": "blinded,Giant Attributes",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Common,Giant",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two Icy Greataxe or Ice Boulder attacks."
                },
                {
                    "name": "Icy Greataxe",
                    "desc": "_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 25 (3d12+6) slashing damage plus 4 (1d8) cold damage."
                },
                {
                    "name": "Ice Boulder",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 60/240 ft., one target. _Hit:_ 18 (3d10+2) bludgeoning damage plus 9 (2d8) cold damage."
                },
                {
                    "name": "Avalanche (Recharge 5-6)",
                    "desc": "The frost giant sends out a wave of snow in a 30-foot cone. Each creature in that area must make a DC 16 DEX save. On a failure, a creature takes 14 (4d6) bludgeoning damage and 18 (4d8) cold damage and is buried. On a success, a creature takes half the damage and isn't buried. A buried creature is restrained and unable to breathe or stand up. A creature, including the buried creature, can take its action to free the buried creature by succeeding on a DC 16 STR check."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Wintry Blast",
                    "desc": "A blast of wintry air extends in a 30-foot line that is 5 feet wide from the frost giant's outstretched hand. Each creature in the line must succeed on a DC 16 CON save or its speed is halved until the end of its next turn. A creature that fails the save by 5 or more is petrified in ice for 1 hour or until a creature spends 1 minute warming the petrified creature."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Giant Attributes",
                    "desc": "The frost giant is resistant to the stunned condition, and it is vulnerable to the prone condition."
                },
                {
                    "name": "Ice Walk",
                    "desc": "The frost giant can move across icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement."
                },
                {
                    "name": "Snowsight",
                    "desc": "The frost giant can see through areas obscured by snowfall, sleet, and other wintry precipitation without penalty."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_frost-giant/"
        },
        {
            "slug": "hezrou_bf",
            "desc": "",
            "name": "Hezrou",
            "size": "large",
            "type": "Fiend",
            "subtype": "Demon",
            "group": "Demons",
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 138,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 24,
            "dexterity": 16,
            "constitution": 26,
            "intelligence": 4,
            "wisdom": 18,
            "charisma": 12,
            "strength_save": 7,
            "dexterity_save": 3,
            "constitution_save": 8,
            "intelligence_save": -3,
            "wisdom_save": 4,
            "charisma_save": 1,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
            "damage_immunities": "Demonic Resilience",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Abyssal,telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hezrou makes one Sticky Tongue attack, one Bite attack, and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 15 (2d10+4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 17 (3d8+4) slashing damage."
                },
                {
                    "name": "Sticky Tongue",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 20 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage, and the target must succeed on a DC 16 STR save or be pulled up to 15 feet toward the hezrou."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Quick Leap",
                    "desc": "The hezrou jumps horizontally up to 20 feet to an unoccupied space it can see without provoking opportunity attacks."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The hezrou can breathe air and water."
                },
                {
                    "name": "Demonic Resilience",
                    "desc": "The hezrou is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The hezrou has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Speak with Frogs and Toads",
                    "desc": "The hezrou can communicate with frogs and toads as if they shared a language."
                },
                {
                    "name": "Standing Leap",
                    "desc": "The hezrou's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start."
                },
                {
                    "name": "Stench",
                    "desc": "A creature that starts its turn within 10 feet of the hezrou must succeed on a DC 16 CON save or be poisoned until the start of its next turn. On a success, the creature is immune to the hezrou's Stench for the next 24 hours."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_hezrou/"
        },
        {
            "slug": "mummy_lord_bf",
            "desc": "",
            "name": "Mummy Lord",
            "size": "medium",
            "type": "Undead",
            "subtype": "",
            "group": "Mummies",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 270,
            "hit_dice": "",
            "speed": {
                "walk": 20
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 26,
            "intelligence": 20,
            "wisdom": 28,
            "charisma": 26,
            "strength_save": 4,
            "dexterity_save": 0,
            "constitution_save": 8,
            "intelligence_save": 5,
            "wisdom_save": 9,
            "charisma_save": 8,
            "perception": 19,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "",
            "damage_immunities": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks,charmed,frightened,paralyzed,Undead Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "the languages it knew in life",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mummy makes two Blessed Khopesh attacks and one Rotting Fist attack, or it makes four Divine Bolt attacks. It can replace one attack with a use of Spellcasting."
                },
                {
                    "name": "Blessed Khopesh",
                    "desc": "_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage plus 14 (4d6) necrotic damage or radiant damage (the mummy lord's choice)."
                },
                {
                    "name": "Rotting Fist",
                    "desc": "_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage plus 21 (6d6) necrotic damage, and the target must succeed on a DC 17 CON save or be cursed with mummy rot (see the Mummy Rot sidebar)."
                },
                {
                    "name": "Divine Bolt",
                    "desc": "_Ranged Spell Attack:_ +9 to hit, range 120 ft., one target. _Hit:_ 21 (5d6+4) necrotic damage or radiant damage (the mummy lord's choice)."
                },
                {
                    "name": "Undead Servitors",
                    "desc": "The mummy lord magically calls 2d6 **skeletons** or **zombies**, 1d4 **specters**, or 2 **mummies**. The called creatures arrive in 1d4 rounds, acting as allies of the mummy lord and obeying its spoken commands. The Undead remain for 1 hour, until the mummy lord dies, or until the mummy lord dismisses them as a bonus action. The mummy lord can have any number of Undead under its control at one time, provided the combined total CR of the Undead is no higher than 6."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The mummy lord casts one of the following spells, using WIS as the spellcasting ability (spell save DC 17).<br>At will: _command_, _guidance_, _thaumaturgy_<br>3/day each: _dispel magic_, _hold_, _silence_<br>1/day each: _contagion_, _insect plague_"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Bolster Undead",
                    "desc": "The mummy lord sends necrotic power into up to three friendly Undead it can see, other than itself, within 30 feet of it. Each target regains 14 (4d6) HP and has advantage on the next attack roll it makes before the start of the mummy lord's next turn."
                },
                {
                    "name": "Dreadful Glare",
                    "desc": "The mummy lord glares at up to two creatures it can see within 60 feet of it. Each target must succeed on a DC 17 WIS save or be frightened until the end of its next turn. If the target fails the save by 5 or more, it is also paralyzed for the same duration."
                }
            ],
            "reactions": [],
            "legendary_desc": "The mummy lord 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 mummy lord regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect Life",
                    "desc": "The mummy lord automatically detects every creature that isn't a Construct or Undead within 30 feet of it, pinpointing the current location of each."
                },
                {
                    "name": "Sandy Teleport",
                    "desc": "The mummy lord transforms into loose sand and teleports up to 60 feet to an unoccupied space it can see, reforming in that space. Any equipment it is wearing or carrying transforms with it."
                },
                {
                    "name": "Call Servitors (Costs 2 Actions)",
                    "desc": "The mummy lord uses Undead Servitors."
                },
                {
                    "name": "Unleash Divine Energy (Costs 2 Actions)",
                    "desc": "The mummy lord unleashes a wave of divine energy. Each creature within 10 feet of it must make a DC 17 CON save. On a failure, a creature takes 14 (4d6) necrotic damage or radiant damage (the mummy lord's choice) and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the mummy lord fails a save, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The mummy lord has advantage on saves against spells and other magical effects."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "A destroyed mummy lord gains a new body in 24 hours if its heart is intact, regaining all its HP and becoming active again. The new body appears within 5 feet of the mummy lord's heart."
                },
                {
                    "name": "Turning Defiance",
                    "desc": "The mummy lord and any friendly Undead within 30 feet of it have advantage on saves against effects that turn undead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The mummy lord doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The mummy lord is immune to poison damage, to exhaustion, and to the poisoned condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_mummy-lord/"
        }
    ]
}