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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=-dexterity&page=3",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=-dexterity",
    "results": [
        {
            "slug": "ancient_brass_dragon_bf",
            "desc": "",
            "name": "Ancient Brass Dragon",
            "size": "gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 284,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "fly": 80
            },
            "strength": 26,
            "dexterity": 22,
            "constitution": 36,
            "intelligence": 16,
            "wisdom": 26,
            "charisma": 30,
            "strength_save": 8,
            "dexterity_save": 6,
            "constitution_save": 13,
            "intelligence_save": 3,
            "wisdom_save": 8,
            "charisma_save": 10,
            "perception": 24,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., keensense 60 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Sleep Breath, if available."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +14 to hit, reach 15 ft., one target. _Hit:_ 19 (2d10+8) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6+8) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "_Melee Weapon Attack:_ +14 to hit, reach 20 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 WIS save or be frightened 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. If a creature's save 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 120-foot line that is 10 feet wide. Each creature in that line must make a DC 21 DEX save, taking 70 (20d6) fire damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Sleep Breath (Recharge 6)",
                    "desc": "The dragon exhales sleep gas in a 90-foot cone. Each creature in that area must succeed on a DC 21 CON save or fall unconscious for 10 minutes. This effect ends for a creature if the creature takes damage or another creature uses an action to wake it."
                }
            ],
            "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 Legendary Resistance trait and 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": "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 automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a Tail attack."
                },
                {
                    "name": "Elemental Roar (Costs 2 Actions)",
                    "desc": "The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 18 CHA save or be vulnerable to fire damage until the end of its next turn. A target resistant to fire damage isn't resistant to it for the duration. A target immune to fire damage is still immune to it, even if the target fails the save."
                },
                {
                    "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 DEX save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a save, it can choose to succeed instead."
                },
                {
                    "name": "Suffocating Heat",
                    "desc": "As the **young brass dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 21."
                }
            ],
            "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_ancient-brass-dragon/"
        },
        {
            "slug": "ancient_bronze_dragon_bf",
            "desc": "",
            "name": "Ancient Bronze Dragon",
            "size": "gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 21,
            "armor_desc": "natural armor",
            "hit_points": 314,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 28,
            "dexterity": 22,
            "constitution": 38,
            "intelligence": 18,
            "wisdom": 28,
            "charisma": 32,
            "strength_save": 9,
            "dexterity_save": 6,
            "constitution_save": 14,
            "intelligence_save": 4,
            "wisdom_save": 9,
            "charisma_save": 11,
            "perception": 27,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., keensense 60 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Repulsion Breath, if available."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +15 to hit, reach 15 ft., one target. _Hit:_ 20 (2d10+9) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +15 to hit, reach 10 ft., one target. _Hit:_ 16 (2d6+9) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "_Melee Weapon Attack:_ +15 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 19 WIS save or be frightened 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. If a creature's save 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 22 DEX save, taking 88 (16d10) lightning damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Repulsion Breath (Recharge 6)",
                    "desc": "The dragon exhales repulsion energy in a 90-foot cone. Each creature in that area must succeed on a DC 22 STR save or be pushed up to 45 feet away from the dragon."
                }
            ],
            "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 Legendary Resistance trait and 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": "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 automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a Tail attack."
                },
                {
                    "name": "Elemental Roar (Costs 2 Actions)",
                    "desc": "The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 19 CHA save or be vulnerable to lightning damage until the end of its next turn. A target resistant to lightning damage isn't resistant to it for the duration. A target immune to lightning damage is still immune to it, even if the target fails the save."
                },
                {
                    "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 DEX save or take 16 (2d6+9) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a save, it can choose to succeed instead."
                },
                {
                    "name": "Lightning Extraction",
                    "desc": "As the **young bronze dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 22."
                }
            ],
            "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_ancient-bronze-dragon/"
        },
        {
            "slug": "ancient_copper_dragon_bf",
            "desc": "",
            "name": "Ancient Copper Dragon",
            "size": "gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 21,
            "armor_desc": "natural armor",
            "hit_points": 297,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "climb": 40,
                "fly": 80
            },
            "strength": 26,
            "dexterity": 22,
            "constitution": 36,
            "intelligence": 20,
            "wisdom": 28,
            "charisma": 30,
            "strength_save": 8,
            "dexterity_save": 6,
            "constitution_save": 13,
            "intelligence_save": 5,
            "wisdom_save": 9,
            "charisma_save": 10,
            "perception": 27,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., keensense 60 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Slowing Breath, if available."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +15 to hit, reach 15 ft., one target. _Hit:_ 19 (2d10+8) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +15 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6+8) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "_Melee Weapon Attack:_ +15 to hit, reach 20 ft., one target. _Hit:_ 17 (2d8+8) bludgeoning damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 18 WIS save or be frightened 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. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Acid Breath (Recharge 5-6)",
                    "desc": "The dragon exhales acid in a 120-foot line that is 10 feet wide. Each creature in that line must make a DC 21 DEX save, taking 76 (17d8) acid damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Slowing Breath (Recharge 6)",
                    "desc": "As the **copper dragon wyrmling**, except it is a 90-foot cone, and the save DC is 21."
                }
            ],
            "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 Legendary Resistance trait and 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": "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 automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a Tail attack."
                },
                {
                    "name": "Elemental Roar (Costs 2 Actions)",
                    "desc": "The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 18 CHA save or be vulnerable to acid damage until the end of its next turn. A target resistant to acid damage isn't resistant to it for the duration. A target immune to acid damage is still immune to it, even if the target fails the save."
                },
                {
                    "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 22 DEX save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks."
                }
            ],
            "special_abilities": [
                {
                    "name": "Corrosive Scales",
                    "desc": "As the **young copper dragon**."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a save, it can choose to succeed instead."
                }
            ],
            "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_ancient-copper-dragon/"
        },
        {
            "slug": "ancient_silver_dragon_bf",
            "desc": "",
            "name": "Ancient Silver Dragon",
            "size": "gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 21,
            "armor_desc": "natural armor",
            "hit_points": 355,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 30,
            "dexterity": 22,
            "constitution": 40,
            "intelligence": 18,
            "wisdom": 28,
            "charisma": 32,
            "strength_save": 10,
            "dexterity_save": 6,
            "constitution_save": 15,
            "intelligence_save": 4,
            "wisdom_save": 9,
            "charisma_save": 11,
            "perception": 25,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., keensense 60 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "20",
            "cr": 20.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon uses its Frightful Presence. It then 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:_ +17 to hit, reach 15 ft., one target. _Hit:_ 21 (2d10+10) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +17 to hit, reach 10 ft., one target. _Hit:_ 17 (2d6+10) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "_Melee Weapon Attack:_ +17 to hit, reach 20 ft., one target. _Hit:_ 19 (2d8+10) 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 19 WIS save or be frightened 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. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Cold Breath (Recharge 5-6)",
                    "desc": "The dragon exhales an icy blast in a 90-foot cone. Each creature in that area must make a DC 23 CON save, taking 99 (22d8) 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 90-foot cone, and the save DC is 23."
                }
            ],
            "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 Legendary Resistance trait and 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": "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 automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a Tail attack."
                },
                {
                    "name": "Elemental Roar (Costs 2 Actions)",
                    "desc": "The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 19 CHA save or be vulnerable to cold damage until the end of its next turn. A target resistant to cold damage isn't resistant to it for the duration. A target immune to cold damage is still immune to it, even if the target fails the save."
                },
                {
                    "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 DEX save or take 17 (2d6+10) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks."
                }
            ],
            "special_abilities": [
                {
                    "name": "Freezing Fog",
                    "desc": "As the **young silver dragon**, except it affects creatures within 30 feet of the dragon, and the save DC is 23."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a save, it can choose to succeed instead."
                }
            ],
            "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_ancient-silver-dragon/"
        },
        {
            "slug": "ancient_white_dragon_bf",
            "desc": "",
            "name": "Ancient White Dragon",
            "size": "gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 301,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 26,
            "dexterity": 22,
            "constitution": 38,
            "intelligence": 10,
            "wisdom": 28,
            "charisma": 28,
            "strength_save": 8,
            "dexterity_save": 6,
            "constitution_save": 14,
            "intelligence_save": 0,
            "wisdom_save": 9,
            "charisma_save": 9,
            "perception": 25,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., keensense 60 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "17",
            "cr": 17.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:_ +14 to hit, reach 15 ft., one target. _Hit:_ 19 (2d10+8) piercing damage plus 9 (2d8) cold damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6+8) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "_Melee Weapon Attack:_ +14 to hit, reach 20 ft., one target. _Hit:_ 17 (2d8+8) 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 17 WIS save or be frightened 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. If a creature's save is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Cold Breath (Recharge 5-6)",
                    "desc": "The dragon exhales an icy blast in a 90-foot cone. Each creature in that area must make a DC 22 CON save, taking 63 (14d8) cold damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "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 automatically detects every creature and trap within 30 feet of it, pinpointing the current location of each."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a Tail attack."
                },
                {
                    "name": "Elemental Roar (Costs 2 Actions)",
                    "desc": "The dragon roars at up to two creatures of its choice within 120 feet of it. Each target must succeed on a DC 17 CHA save or be vulnerable to cold damage until the end of its next turn. A target resistant to cold damage isn't resistant to it for the duration. A target immune to cold damage is still immune to it, even if the target fails the save."
                },
                {
                    "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 22 DEX save or take 15 (2d6+8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed without provoking opportunity attacks."
                }
            ],
            "special_abilities": [
                {
                    "name": "Ice Walk",
                    "desc": "The dragon can move across and climb 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": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a save, it can choose to succeed instead."
                },
                {
                    "name": "Numbing Chill",
                    "desc": "When the white dragon hasn't unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon's Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 30 feet of the dragon must succeed on a DC 22 CON save or its speed is halved."
                }
            ],
            "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_ancient-white-dragon/"
        },
        {
            "slug": "assassin_bf",
            "desc": "",
            "name": "Assassin",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 157,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 22,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": 0,
            "dexterity_save": 6,
            "constitution_save": 2,
            "intelligence_save": 4,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "poison,poisoned",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Thieves' Cant plus any two languages",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The assassin makes three Shortsword or Hand Crossbow attacks."
                },
                {
                    "name": "Shortsword",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage, and the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Hand Crossbow",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage, and the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hidden Step",
                    "desc": "The assassin magically teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see and takes the Hide action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Evasion",
                    "desc": "If the assassin is subjected to an effect that allows it to make a DEX save to take only half damage, the assassin instead takes no damage if it succeeds on the save, and only half damage if it fails."
                },
                {
                    "name": "Poisoned Weapons",
                    "desc": "The assassin's weapons are coated in poison. When it hits with any weapon, the weapon deals an extra 3d8 poison damage (included in the attack). In addition, at the start of each of its turns, the assassin can choose which of the following poisons is active on its weapons. The poison remains on the weapons until the start of the assassin's next turn.\n- **Assassin's Friend.** A creature poisoned by a weapon coated with this poison takes an extra 4 (1d8) poison damage each time it takes damage while poisoned.\n- **Buyer's Mercy.** A creature poisoned by a weapon coated with this poison falls unconscious while poisoned or until it takes damage or another creature uses an action to wake it.\n- **Meddler's Fate.** A creature poisoned by a weapon coated with this poison has its speed halved while poisoned."
                }
            ],
            "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_assassin/"
        },
        {
            "slug": "bard_bf",
            "desc": "",
            "name": "Bard",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 114,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 22,
            "constitution": 12,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 24,
            "strength_save": 0,
            "dexterity_save": 6,
            "constitution_save": 1,
            "intelligence_save": 2,
            "wisdom_save": 1,
            "charisma_save": 7,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Artistic Expression",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Common plus any two languages",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bard makes two Rapier or Hand Crossbow attacks. It can replace one attack with a use of Spellcasting."
                },
                {
                    "name": "Rapier",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5. ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 13 (3d8) damage of the type determined by Artistic Expression."
                },
                {
                    "name": "Hand Crossbow",
                    "desc": "_Ranged Weapon Attack:_+6 to hit, range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) damage of the type determined by Artistic Expression."
                },
                {
                    "name": "Dissonant Outburst (Recharge 4-6)",
                    "desc": "Each creature within 30 feet of the bard and that can see or hear it must make a DC 15 WIS save. On a failure, a creature takes 14 (4d6) thunder damage and 7 (2d6) psychic damage and has disadvantage on attack rolls and ability checks until the end of its next turn. On a success, a creature takes half the damage and doesn't have disadvantage on attack rolls and ability checks."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The bard casts one of the following spells, using CHA as the spellcasting ability (spell save DC 15).<br>At will: dancing lights, mage hand, message<br>3/day each: _faerie fire_, _hold_, _suggestion_<br>1/day each: _confusion_, _greater invisibility_"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Artistic Expression",
                    "desc": "The bard has one primary form of artistic expression, such as song, poetry, dance, fashion, paint, or similar. It is resistant to one type of damage associated with that artistic expression. For example, a bard expressing art through song or oration is resistant to thunder damage, a bard expressing art through paint is resistant to acid or poison damage (the bard's choice), and a bard expressing art through witty discourse or clever quips is resistant to psychic damage. This trait can't make the bard resistant to force, necrotic, or radiant damage."
                },
                {
                    "name": "Expressive Weapons",
                    "desc": "When the bard hits with any weapon, the weapon deals an extra 3d8 damage of the type determined by Artistic Expression."
                }
            ],
            "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_bard/"
        },
        {
            "slug": "djinni_bf",
            "desc": "",
            "name": "Djinni",
            "size": "large",
            "type": "Elemental",
            "subtype": "Outsider",
            "group": "Genies",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 216,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "fly": 90
            },
            "strength": 20,
            "dexterity": 22,
            "constitution": 22,
            "intelligence": 14,
            "wisdom": 24,
            "charisma": 28,
            "strength_save": 5,
            "dexterity_save": 6,
            "constitution_save": 6,
            "intelligence_save": 2,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": 17,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning,thunder",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Auran,Common",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The djinni makes three Scimitar or Storm Bolt attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) slashing damage plus 14 (4d6) lightning damage or thunder damage (the djinni's choice)."
                },
                {
                    "name": "Storm Bolt",
                    "desc": "_Ranged Spell Attack:_ +9 to hit, range 120 ft., one target. _Hit:_ 18 (3d8+5) lightning damage plus 7 (2d6) thunder damage."
                },
                {
                    "name": "Create Air Elemental (1/Day)",
                    "desc": "The djinni magically creates one air-based Elemental of CR 5 or lower in an unoccupied space the djinni can see within 30 feet of it. The elemental acts as an ally of the djinni, obeying its spoken commands. The elemental remains for 1 hour, until the djinni dies, or until the djinni dismisses it as a bonus action."
                },
                {
                    "name": "Travel the Planes (1/Day)",
                    "desc": "The djinni transports itself to a different plane of existence. This works like the plane shift spell, except it can affect only itself and can't use this action to banish an unwilling creature."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Create Whirlwind",
                    "desc": "The djinni creates whirlwinds of air around up to two creatures it can see within 60 feet of it. Each target must succeed on a DC 17 STR check or be restrained by a whirlwind. A creature, including the target, can take its action to free the restrained target by succeeding on a DC 17 STR check.<br>While at least one creature is restrained by one of these whirlwinds, the djinni can use this bonus action to move the whirlwind up to 30 feet, and the restrained target moves with it."
                },
                {
                    "name": "Genie Shape",
                    "desc": "The djinni magically transforms into a Medium cloud of sparkling, blue air or back into its bipedal form. Its statistics are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its bipedal form if it dies. The djinni can't use this bonus action to transform into its bipedal form while inside a Medium or smaller container."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Nebulous (Cloud Form Only)",
                    "desc": "The djinni's Stealth is 21, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel."
                }
            ],
            "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_djinni/"
        },
        {
            "slug": "dragon_turtle_bf",
            "desc": "",
            "name": "Dragon Turtle",
            "size": "gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 318,
            "hit_dice": "",
            "speed": {
                "walk": 20,
                "swim": 40
            },
            "strength": 24,
            "dexterity": 22,
            "constitution": 32,
            "intelligence": 10,
            "wisdom": 24,
            "charisma": 12,
            "strength_save": 7,
            "dexterity_save": 6,
            "constitution_save": 11,
            "intelligence_save": 0,
            "wisdom_save": 7,
            "charisma_save": 1,
            "perception": 17,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Aquan,Common,Draconic",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon turtle makes one Bite attack, two Claw attacks, and one Tail attack. If it is latched onto a vehicle, it can instead make four Claw attacks and one Tail attack."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +13 to hit, reach 15 ft., one target. _Hit:_ 33 (4d12+7) piercing damage plus 7 (2d6) fire damage. Instead of dealing damage, the dragon turtle can choose to latch onto the target, if the target is a vehicle, such as a ship or wagon. If the vehicle is Huge or smaller, its speed is reduced to 0, and it can't be moved until the dragon turtle is killed or ends this effect. If the vehicle is Gargantuan, the vehicle's speed is halved, and the turtle moves with it when it moves. While latched onto a vehicle in this way, the turtle can make Bite attacks against only the vehicle and such attacks automatically hit. The turtle can end this effect at any time (no action required)."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +13 to hit, reach 10 ft., one target. _Hit:_ 20 (3d8+7) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "_Melee Weapon Attack:_ +13 to hit, reach 15 ft., one target. _Hit:_ 29 (4d10+7) bludgeoning damage. If the target is a creature, it must succeed on a DC 19 STR save or be pushed up to 15 feet away from the dragon turtle and knocked prone."
                },
                {
                    "name": "Steam Breath (Recharge 5-6)",
                    "desc": "The dragon turtle exhales scalding steam in a 60-foot cone. Each creature in that area must make a DC 19 CON save, taking 56 (16d6) fire damage on a failed save, or half as much damage on a successful one. Being underwater doesn't grant resistance against this damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Siege Follow-Through",
                    "desc": "If the dragon turtle destroys an object or structure with an attack, it can make a Bite or Tail attack against a creature it can see within 5 feet of that object or structure."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon turtle can breathe air and water."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The dragon turtle deals double damage to objects and structures."
                }
            ],
            "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_dragon-turtle/"
        },
        {
            "slug": "drider_bf",
            "desc": "",
            "name": "Drider",
            "size": "large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 16,
            "dexterity": 22,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": 3,
            "dexterity_save": 6,
            "constitution_save": 4,
            "intelligence_save": 1,
            "wisdom_save": 2,
            "charisma_save": 1,
            "perception": 15,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Fey Ancestry,Monstrosity Resilience",
            "damage_immunities": "poison,poisoned",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Elvish,Undercommon",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The drider makes one Longsword attack and two Skewer attacks, or it makes three Web Shot attacks."
                },
                {
                    "name": "Longsword",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) slashing damage, or 8 (1d10+3) slashing damage if used with two hands."
                },
                {
                    "name": "Skewer",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage."
                },
                {
                    "name": "Web Shot",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 30/60 ft., one target. _Hit:_ 14 (2d10+3) bludgeoning damage, and the target must succeed on a DC 15 STR save or be restrained by webbing. A creature, including the restrained target, can take its action to break the webbing and free the restrained target by succeeding on a DC 15 STR check."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Fey Ancestry",
                    "desc": "The drider is resistant to the charmed condition, and magic can't put the drider to sleep."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The drider is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The drider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the drider has disadvantage on attack rolls, and its Perception is 10 when perceiving by sight."
                },
                {
                    "name": "Web Sense",
                    "desc": "While in contact with a web, the drider knows the exact location of any other creature in contact with the same web."
                },
                {
                    "name": "Web Walker",
                    "desc": "The drider ignores movement restrictions caused by webbing."
                }
            ],
            "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_drider/"
        },
        {
            "slug": "kobold_swiftblade_bf",
            "desc": "",
            "name": "Kobold Swiftblade",
            "size": "small",
            "type": "Humanoid",
            "subtype": "",
            "group": "Kobolds",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "leather armor",
            "hit_points": 80,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "climb": 15
            },
            "strength": 8,
            "dexterity": 22,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": -1,
            "dexterity_save": 6,
            "constitution_save": 0,
            "intelligence_save": 1,
            "wisdom_save": 2,
            "charisma_save": 0,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The kobold swiftblade makes two Scimitar or Hand Crossbow attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage plus 7 (2d6) poison damage."
                },
                {
                    "name": "Hand Crossbow",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 7 (1d6+4) piercing damage plus 7 (2d6) poison damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hidden Scurry",
                    "desc": "The swiftblade moves up to 15 feet without provoking opportunity attacks, and if it moves into a lightly or heavily obscured area, it takes the Hide action, using its **Stealth** value as the result of the check. If the swiftblade is aware of traps in the area, it can choose if this movement triggers any of them."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Pack Tactics",
                    "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight."
                }
            ],
            "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_kobold-swiftblade/"
        },
        {
            "slug": "mire_fiend_bf",
            "desc": "",
            "name": "Mire Fiend",
            "size": "medium",
            "type": "Fiend",
            "subtype": "Demon",
            "group": "Demons",
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "swim": 40
            },
            "strength": 14,
            "dexterity": 22,
            "constitution": 18,
            "intelligence": 4,
            "wisdom": 14,
            "charisma": 6,
            "strength_save": 2,
            "dexterity_save": 6,
            "constitution_save": 4,
            "intelligence_save": -3,
            "wisdom_save": 2,
            "charisma_save": -2,
            "perception": 15,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Demonic Resilience",
            "damage_immunities": "acid,Demonic Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., keensense 10 ft.",
            "languages": "Abyssal",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mire fiend makes one Mandibles attack, one Spear attack, and one Stinger attack."
                },
                {
                    "name": "Mandibles",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 12 (2d8+3) slashing damage."
                },
                {
                    "name": "Spear",
                    "desc": "Melee Weapon or Ranged Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d6+2) piercing damage, or 6 (1d8+2) piercing damage if used with two hands to make a melee attack."
                },
                {
                    "name": "Stinger",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one creature. _Hit:_ 5 (1d4+3) piercing damage plus 10 (3d6) poison damage, and the target must succeed on a DC 14 CON save or be poisoned."
                },
                {
                    "name": "Stunning Snap (Recharge 5-6)",
                    "desc": "If the mire fiend has no creature grappled, it snaps its mandibles together with great force, creating a miniature sonic boom in a 30-foot cone.<br>Each creature in that area must make a DC 14 CON save. On a failure, a creature takes 21 (6d6) thunder damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Acidic Retribution",
                    "desc": "When the mire fiend takes damage, including any damage that reduces it to 0 HP, it can expel acid from its stinger in a 15-foot line that is 5 feet wide. Each creature in that line must make a DC 14 DEX save, taking 10 (3d6) acid damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The mire fiend can breathe air and water."
                },
                {
                    "name": "Demonic Resilience",
                    "desc": "The mire fiend 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 mire fiend has advantage on saves against spells and other magical effects."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The mire fiend has advantage on attack rolls against a creature if at least one of the mire fiend's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Swamp Camouflage",
                    "desc": "The mire fiend's Stealth is 21 while in swampy terrain."
                }
            ],
            "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_mire-fiend/"
        },
        {
            "slug": "sila_bf",
            "desc": "",
            "name": "Sila",
            "size": "large",
            "type": "Elemental",
            "subtype": "Outsider",
            "group": "Genies",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 216,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "fly": 60,
                "swim": 90
            },
            "strength": 20,
            "dexterity": 22,
            "constitution": 22,
            "intelligence": 24,
            "wisdom": 14,
            "charisma": 28,
            "strength_save": 5,
            "dexterity_save": 6,
            "constitution_save": 6,
            "intelligence_save": 7,
            "wisdom_save": 2,
            "charisma_save": 9,
            "perception": 16,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid,cold",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Aquan,Common",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sila makes four Cold-Infused Jambiya or Water Burst attacks. If two Water Burst attacks hit one creature, the target must succeed on a DC 17 STR save or be pushed up to 15 feet away from the sila."
                },
                {
                    "name": "Cold-Infused Jambiya",
                    "desc": "_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 14 (2d8+5) slashing damage plus 5 (2d4) cold damage."
                },
                {
                    "name": "Water Burst",
                    "desc": "_Ranged Spell Attack:_ +9 to hit, range 60 ft., one target. _Hit:_ 19 (4d6+5) bludgeoning damage."
                },
                {
                    "name": "Create Water Elemental (1/Day)",
                    "desc": "The sila magically creates one water-based Elemental of CR 5 or lower in an unoccupied space the sila can see within 30 feet of it. The elemental acts as an ally of the sila, obeying its spoken commands. The elemental remains for 1 hour, until the sila dies, or until the sila dismisses it as a bonus action."
                },
                {
                    "name": "Travel the Planes (1/Day)",
                    "desc": "The sila transports itself to a different plane of existence. This works like the plane shift spell, except it can affect only itself and can't use this action to banish an unwilling creature."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Clouded Eyes",
                    "desc": "The sila condenses the air or water around the head or eyes of up to two creatures it can see within 30 feet of it. Each target must succeed on a DC 17 DEX save or be blinded until the end of its next turn."
                },
                {
                    "name": "Genie Shape",
                    "desc": "The sila magically transforms into a Medium cloud of thick mist that leaves droplets of water on everything it touches or back into its bipedal form. Its statistics are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its bipedal form if it dies. The sila can't use this bonus action to transform into its bipedal form while inside a Medium or smaller container."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The sila can breathe air and water."
                },
                {
                    "name": "Fluid Body (Bipedal Form Only)",
                    "desc": "The sila can move through the space of any creature, regardless of size, and a creature of any size can move through a sila's space. In addition, the sila can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Nebulous (Cloud Form Only)",
                    "desc": "The sila's Stealth is 21, it can hover while flying, can't manipulate objects or attack, and it can pass through any space air or water can pass through without squeezing. In addition, it can enter and hide in any Tiny or larger container, such as a pouch, lamp, backpack, or barrel."
                }
            ],
            "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_sila/"
        },
        {
            "slug": "solar_bf",
            "desc": "",
            "name": "Solar",
            "size": "large",
            "type": "Celestial",
            "subtype": "Angel",
            "group": "Angels",
            "alignment": "",
            "armor_class": 21,
            "armor_desc": "natural armor",
            "hit_points": 306,
            "hit_dice": "",
            "speed": {
                "walk": 50,
                "fly": 150
            },
            "strength": 26,
            "dexterity": 22,
            "constitution": 26,
            "intelligence": 38,
            "wisdom": 38,
            "charisma": 44,
            "strength_save": 8,
            "dexterity_save": 6,
            "constitution_save": 8,
            "intelligence_save": 14,
            "wisdom_save": 14,
            "charisma_save": 17,
            "perception": 24,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Angelic Resilience",
            "damage_immunities": "necrotic,poison,poisoned,Angelic Resilience",
            "condition_immunities": "",
            "senses": "truesight 120 ft.",
            "languages": "all,telepathy 120 ft.",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The solar makes three Greatsword or Holy Fire Bolt attacks. It can replace one attack with a use of Spellcasting. If two Greatsword or Holy Fire Bolt attacks hit one creature, the target must succeed on a DC 22 CON save or be blinded until the end of its next turn."
                },
                {
                    "name": "Greatsword",
                    "desc": "_Melee Weapon Attack:_ +15 to hit, reach 5 ft., one target. _Hit:_ 22 (4d6+8) slashing damage plus 27 (6d8) radiant damage."
                },
                {
                    "name": "Holy Fire Bolt",
                    "desc": "_Ranged Spell Attack:_ +14 to hit, range 60 ft., one target. _Hit:_ 34 (6d8+7) radiant damage plus 14 (4d6) fire damage."
                },
                {
                    "name": "Healing Touch (4/Day)",
                    "desc": "The solar touches another creature. The target magically regains 40 (8d8+4) HP and is freed from any curse, disease, poison, blindness, or deafness."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The solar casts one of the following spells, requiring no material components and using WIS as the spellcasting ability (spell save DC 22).<br>At will: _command_, _invisibility_ (self only)<br>3/day each: _greater restoration_, _resurrection_ (as an action)<br>1/day: _holy aura_"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Celestial Tactics",
                    "desc": "The solar uses one of the following tactics:\n- **Empower Strikes.** The solar sends divine power into the weapons of up to two friendly creatures it can see within 30 feet of it. Each target has advantage on the next weapon attack roll it makes before the start of the solar's next turn. If that attack hits, the weapon deals an extra 7 (2d6) radiant damage.\n- **Inspire Resolve.** One friendly creature the solar can see within 30 feet of it gains 14 (4d6) temporary HP and becomes immune to the charmed and frightened conditions until the start of the solar's next turn, ending any effect currently causing the target to be charmed or frightened.\n- **Manipulate Battlefield.** The solar commands up to three friendly creatures it can see to reposition themselves on the battlefield. Each target can use a reaction to move up to half its speed in a direction of the solar's choice. This movement is unaffected by difficult terrain and doesn't provoke opportunity attacks."
                }
            ],
            "reactions": [],
            "legendary_desc": "The solar can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The solar regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Teleport",
                    "desc": "The solar magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Searing Burst (Costs 2 Actions)",
                    "desc": "The solar emits divine energy. Each creature of its choice within 10 feet of it must make a DC 22 Dexterity saving throw, taking 14 (4d6) fire damage and 14 (4d6) radiant damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Intimidating Glare (Costs 3 Actions)",
                    "desc": "The solar glares at up to three creatures it can see within 30 feet of it. Each target must succeed on a DC 22 CHA save or be cowed until the end of its next turn. While cowed, a creature's speed is halved, and it can't look at the solar."
                }
            ],
            "special_abilities": [
                {
                    "name": "Angelic Resilience",
                    "desc": "The solar is resistant to radiant damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to exhaustion and the charmed and frightened conditions."
                },
                {
                    "name": "Angelic Senses",
                    "desc": "The solar can pinpoint the location of Aberrations, Celestials, Fiends, and Undead within 30 feet of it and knows if a place or object it can sense is consecrated or desecrated."
                },
                {
                    "name": "Angelic Weapons",
                    "desc": "The solar's weapon attacks are magical. When the solar hits with any weapon, the weapon deals an extra 6d8 radiant damage (included in the attack)."
                },
                {
                    "name": "Divine Awareness",
                    "desc": "The solar knows if it hears a lie."
                },
                {
                    "name": "Divine Protection",
                    "desc": "Aberrations, Celestials, Fiends, and Undead have disadvantage on attack rolls against the solar."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "The solar doesn't require food, drink, or sleep."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the solar fails a save, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The solar 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_solar/"
        },
        {
            "slug": "spirit_naga_bf",
            "desc": "",
            "name": "Spirit Naga",
            "size": "large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "Nagas",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 166,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 22,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 20,
            "charisma": 22,
            "strength_save": 4,
            "dexterity_save": 6,
            "constitution_save": 5,
            "intelligence_save": 3,
            "wisdom_save": 5,
            "charisma_save": 6,
            "perception": 15,
            "skills": {},
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "Monstrosity Resilience",
            "damage_immunities": "necrotic,poison,charmed,poisoned",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Abyssal,Celestial,Common,Infernal",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spirit naga makes two Bite or Spit Poison attacks. If both attacks hit one creature, the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 6 (1d4+4) piercing damage plus 5 (2d4) poison damage and 18 (4d8) necrotic damage."
                },
                {
                    "name": "Spit Poison",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 20/60 ft., one target. _Hit:_ 10 (3d4+3) poison damage plus 18 (4d8) necrotic damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The spirit naga casts one of the following spells, requiring only verbal components and using CHA as the spellcasting ability (spell save DC 14).<br>At will: _command_, _mage hand_, _minor illusion_<br>3/day each: _augury_ (as an action), _charm_, _sleep_<br>2/day each: _bestow curse_, _hold_<br>1/day: _dominate_"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hidden Step",
                    "desc": "The spirit naga magically teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see and takes the Hide action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Guardian Projection",
                    "desc": "The spirit naga's skeletal form is covered with a magical illusion that makes it look like the guardian naga it was in life. The naga can use a bonus action to dismiss this illusion until the end of its next turn. The changes wrought by this illusion fail to hold up to physical inspection. For example, a creature touching the spirit naga would feel its rough, dry scales and exposed bones instead of the smooth, cool scales of a guardian naga. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern the spirit naga's true appearance."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The naga is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Necrotic Strikes",
                    "desc": "The naga's weapon attacks are magical. When the naga hits with any weapon attack, the weapon deals an extra 4d8 necrotic damage (included in the attack)."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "If it dies, the naga returns to life in 1d6 days, regaining all its HP and becoming active again. Only a wish spell can prevent this trait from functioning."
                }
            ],
            "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_spirit-naga/"
        },
        {
            "slug": "vampire_spawn_bf",
            "desc": "",
            "name": "Vampire Spawn",
            "size": "medium",
            "type": "Undead",
            "subtype": "",
            "group": "Vampires",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 91,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 16,
            "dexterity": 22,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 12,
            "strength_save": 3,
            "dexterity_save": 6,
            "constitution_save": 3,
            "intelligence_save": 0,
            "wisdom_save": 3,
            "charisma_save": 1,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks",
            "damage_immunities": "Vampiric Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "the languages it knew in life",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vampire spawn makes two Claw attacks. It can replace one attack with a Draining Bite attack. If both Claw attacks hit one Large or smaller creature, the target is grappled (escape DC 14)."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 8 (2d4+3) slashing damage plus 10 (3d6) necrotic damage."
                },
                {
                    "name": "Draining Bite",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one willing creature, or a creature that is grappled by the vampire, incapacitated, or restrained. _Hit:_ 8 (2d4+3) piercing damage plus 10 (3d6) necrotic damage. The target's HP maximum is reduced by an amount equal to the necrotic damage taken, and the vampire regains HP equal to that amount. The reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Call Blood",
                    "desc": "The vampire calls to the blood within one injured creature it can see within 10 feet of it, causing blood to pour from the creature's wounds. If the target doesn't have all its HP, it must make a DC 14 CON save, losing 7 (2d6) HP on a failed save, or losing half as much HP on a successful one. Before the end of its next turn, the vampire has advantage on the next attack roll it makes against a creature that failed the save."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Hungry Dead Nature",
                    "desc": "As the **vampire**."
                },
                {
                    "name": "Regeneration",
                    "desc": "The vampire spawn regains 10 HP at the start of its turn if it has at least 1 HP and isn't in sunlight or running water. If the vampire takes radiant damage or damage from holy water, this trait doesn't function at the start of the vampire's next turn."
                },
                {
                    "name": "Resting Place",
                    "desc": "As the **vampire**."
                },
                {
                    "name": "Spider Climb",
                    "desc": "As the **vampire**."
                },
                {
                    "name": "Vampire Weaknesses",
                    "desc": "As the **vampire**."
                },
                {
                    "name": "Vampiric Resilience",
                    "desc": "The vampire is immune to exhaustion."
                }
            ],
            "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_vampire-spawn/"
        },
        {
            "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": "alnaar",
            "desc": "",
            "name": "Alnaar",
            "size": "Large",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 212,
            "hit_dice": "25d10+75",
            "speed": {
                "burrow": 20,
                "fly": 40,
                "walk": 40
            },
            "strength": 20,
            "dexterity": 22,
            "constitution": 17,
            "intelligence": 9,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "acrobatics": 10,
                "perception": 5
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, poison",
            "condition_immunities": "frightened, poisoned",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Abyssal",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "desc": "The alnaar makes three fiery fangs attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "2d8+5",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) piercing damage and 3 (1d6) fire damage.",
                    "name": "Fiery Fangs"
                },
                {
                    "desc": "The alnaar becomes super-heated, expelling momentous energy outwards in a 20-foot radius blast around it. Each creature caught in the blast must make a DC 17 Dexterity saving throw. On a failed save, a creature takes 22 (4d10) fire damage and 22 (4d10) force damage and is knocked prone. On a success, a creature takes half the fire and force damage but isn't knocked prone. The fire ignites flammable objects that aren't being worn or carried. After using Flare, the alnaar is starving. It can't use Flare if it is starving.",
                    "name": "Flare (Recharge Special)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature the alnaar can see moves, the alnaar can move up to 20 feet toward the moving creature. If the alnaar moves within 10 feet of that creature, it can make one fiery fangs attack against the creature.",
                    "name": "On the Hunt"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A creature that starts its turn within 5 feet of the alnaar must make a DC 16 Constitution saving throw, taking 14 (4d6) fire damage on a failed save, or half as much damage on a successful one. A creature that touches the alnaar or hits it with a melee attack while within 5 feet of it takes 7 (2d6) fire damage. Nonmagical weapons and objects with Armor Class 15 or lower are immediately destroyed after coming into contact with the alnaar's skin. Weapons that hit the alnaar deal their damage before being destroyed. This trait is suppressed if the alnaar is starving.",
                    "name": "Skin of the Forge"
                },
                {
                    "desc": "If an alnaar hasn't fed on a Medium-sized or larger creature within the last 12 hours, it is starving. While starving, the alnaar's Armor Class is reduced by 2, it has advantage on melee attack rolls against any creature that doesn't have all of its hp, and will direct its attacks at a single foe regardless of tactical consequences. Once it feeds on a Medium-sized or larger corpse or brings a Medium-sized or larger creature to 0 hp, it is no longer starving.",
                    "name": "Starving Wrath"
                }
            ],
            "spell_list": [],
            "page_no": 82,
            "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_alnaar/"
        },
        {
            "slug": "hound-of-tindalos",
            "desc": "",
            "name": "Hound of Tindalos",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 93,
            "hit_dice": "11d8+44",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 22,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "acrobatics": 9,
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "cold, psychic, poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "darkvision 120 ft., passive Perception 16",
            "languages": "Void Speech",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The hound of Tindalos makes two claw attacks and one bite attack. It can make one tongue attack in place of its two claw attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (3d6 + 4) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage plus 7 (2d6) necrotic damage. The target's hp maximum is reduced by an amount equal to the necrotic damage taken. The reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0.",
                    "name": "Tongue"
                },
                {
                    "desc": "The hound can transport itself to a different plane of existence. This works like the plane shift spell, except the hound can only affect itself, not other creatures, and can't use it to banish an unwilling creature to another plane.",
                    "name": "Hunter of the Lost"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The hound of Tindalos may only enter the Material Plane at a sharp intersection of surfaces. As a bonus action, the hound can teleport from one location to another within sight of the first, provided it travels from one sharp corner to another.",
                    "name": "Entrance by Corners"
                },
                {
                    "desc": "The hound of Tindalos has advantage on Wisdom (Perception) checks that rely smell.",
                    "name": "Keen Smell"
                },
                {
                    "desc": "The hound of Tindalos has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "If the hound of Tindalos moves at least 15 feet straight toward a creature and then hits it with a claw attack on the same turn, that target must succeed on a DC 16 Strength saving throw or be knocked prone. If the target is prone, the hound of Tindalos can make one tongue attack against it as a bonus action.",
                    "name": "Pounce"
                },
                {
                    "desc": "The hound of Tindalos has advantage on ability checks and saving throws made to escape a grapple.",
                    "name": "Slippery"
                }
            ],
            "spell_list": [],
            "page_no": 221,
            "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_hound-of-tindalos/"
        },
        {
            "slug": "living-star",
            "desc": "",
            "name": "Living Star",
            "size": "Huge",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 207,
            "hit_dice": "18d12+90",
            "speed": {
                "fly": 60,
                "walk": 0
            },
            "strength": 24,
            "dexterity": 22,
            "constitution": 21,
            "intelligence": 21,
            "wisdom": 19,
            "charisma": 22,
            "strength_save": null,
            "dexterity_save": 12,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "acrobatics": 12,
                "insight": 10,
                "perception": 10,
                "persuasion": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison, radiant",
            "condition_immunities": "charmed, frightened, poisoned, stunned",
            "senses": "truesight 120 ft., passive Perception 20",
            "languages": "Celestial, Common",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "desc": "The living star makes three starflare attacks. It can use its Silvered Ray in place of one starflare attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 13,
                    "damage_dice": "3d8+7",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage plus 14 (4d6) radiant damage.",
                    "name": "Starflare"
                },
                {
                    "attack_bonus": 12,
                    "damage_dice": "4d10+6",
                    "desc": "Ranged Spell Attack: +12 to hit, range 150 ft., one target. Hit: 28 (4d10 + 6) radiant damage, and the target must succeed on a DC 19 Charisma saving throw or be stunned until the end of its next turn.",
                    "name": "Silvered Ray"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The living star has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "As a bonus action, the living star can change its size. This trait works like the enlarge/reduce spell, except it deals 2d4 extra damage when enlarged and 2d4 less damage when reduced.",
                    "name": "Resize"
                },
                {
                    "desc": "A creature that starts its turn within 30 feet of the living star must make a DC 19 Intelligence saving throw. On a failed save, the creature is blinded for 1 minute. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the living star's Starshine for the next 24 hours.",
                    "name": "Starshine"
                },
                {
                    "desc": "When a living star dies, it erupts, and each creature within 30 feet of it must make a DC 19 Dexterity saving throw, taking 56 (16d6) radiant damage on a failed save, or half as much damage on a successful one. A creature reduced to 0 hp by this damage dies.",
                    "name": "Supernova"
                }
            ],
            "spell_list": [],
            "page_no": 256,
            "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_living-star/"
        },
        {
            "slug": "ophanim",
            "desc": "",
            "name": "Ophanim",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 200,
            "hit_dice": "16d10+112",
            "speed": {
                "fly": 120,
                "hover": true,
                "walk": 50
            },
            "strength": 24,
            "dexterity": 22,
            "constitution": 25,
            "intelligence": 22,
            "wisdom": 24,
            "charisma": 26,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 11,
            "wisdom_save": 12,
            "charisma_save": 13,
            "perception": 12,
            "skills": {
                "insight": 12,
                "perception": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 120 ft., passive Perception 22",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "desc": "The ophanim makes four Light of Judgment attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 13,
                    "damage_dice": "4d8",
                    "desc": "Ranged Spell Attack: +13 to hit, range 80/320 ft., one target. Hit: 18 (4d8) radiant damage.",
                    "name": "Light of Judgment"
                },
                {
                    "desc": "The ophanim emits a burst of holy fire. Each creature within 30 feet of the ophanim must make a DC 19 Dexterity saving throw, taking 63 (18d6) radiant damage on a failed save, or half as much damage on a successful one. A humanoid reduced to 0 hp by this damage dies, leaving only a pile of fine ash.",
                    "name": "Holy Fire (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ophanim knows if it hears a lie.",
                    "name": "Divine Awareness"
                },
                {
                    "desc": "The ophanim has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The ophanim's innate spellcasting ability is Charisma (spell save DC 21). It can innately cast the following spells, requiring no material components:\nAt will: bless, detect evil and good, invisibility (self only), scrying, thaumaturgy\n3/day each: dispel evil and good, earthquake, holy aura\n1/day each: commune, forbiddance, true resurrection",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 18,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_ophanim/"
        },
        {
            "slug": "gnarljak",
            "desc": "_A gnarljak looks like a bear trap springs sprung to clacking life and ready to tear flesh apart._  \n**Hopping Motion.** All steel and springs, a gnarljak is easily mistaken for a simple bear trap when lying dormant. But once it starts hopping in pursuit of a target, it reveals its animated nature and its only motivation: destruction of living things.  \n**Endless Snapping.** Gnarljaks are mindless. They do not grow tired. They exist only to pull creatures to the ground and chew through them, then turn around and chew through them again.  \n**Defensive Traps.** Some try to use gnarljaks to guard treasures or booby-trap approaches to important locations, but their indiscriminate biting makes quite dangerous to their owners as well. Certain monsters such as redcaps and shadow fey use gnarljak’s with some regularity, and gnomes are very fond of making them part of a standard tunnel defense.",
            "name": "Gnarljak",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 63,
            "hit_dice": "14d6+14",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 22,
            "constitution": 11,
            "intelligence": 2,
            "wisdom": 14,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, acid, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 30 ft., passive Perception 15",
            "languages": "-",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) piercing damage, and the target must succeed on a DC 16 Dexterity saving throw or fall prone.",
                    "attack_bonus": 9,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Gnaw",
                    "desc": "When a gnarljak knocks a Medium or smaller target prone, it immediately makes three additional bite attacks against the same target and can move 5 feet, all as a bonus action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 229,
            "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_gnarljak/"
        },
        {
            "slug": "grim-jester",
            "desc": "_A skeletal cadaver bedecked in the motley attire of a fool capers about while making jokes that mock mortality._  \n**Amusing Death.** When a jester on his deathbed moves an evil death god to laughter, the fool sometimes gains a reprieve. becoming a grim jester, whose pranks serve to entertain the god of death. Their purpose is to bring an end to mortal lives in a gruesome, comic, and absurd manner. As long as such jesters keep the death god amused, their continued unlife is assured.  \n**Grisly Humor.** A grim jester’s jokes are not funny to their victims, but they offer a grim finality in combat. A killing joke might be absurd, such as “Here is your final pineapple soul, a parting gift, goodbye.” or sheer braggadocio such as “Your footwork is atrocious, and your spell’s lost its focus, your party’s no match for my hocus-pocus.” Others might be high-flown, such as “Mortal, your time has come, the bell within your skull does ring, ding, dong, dead.” Grim jesters are famous for grim, bitter mockery such as “Your blood on fire, your heart pumps its last, show me now a hero’s last gasp!” or “Odin’s raven has come for you; the Valkyries were busy. You lose, mortal.”  \nA grim jester’s mockery rarely entertain the living—but gods of death, chained angels, and demons find them quite amusing.  \n**Randomness.** Grim jesters often get their hands on wands of wonder and scrolls of chaos magic. Beware the grim jester with a deck of many things—they are quite talented in pulling cards whose magic then applies to foes and spectators.  \n**Undead Nature.** A grim jester doesn’t require air, food, drink, or sleep.",
            "name": "Grim Jester",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d8+64",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 22,
            "constitution": 18,
            "intelligence": 16,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 9,
            "perception": 7,
            "skills": {
                "acrobatics": 10,
                "deception": 9,
                "perception": 7,
                "performance": 9,
                "stealth": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "necrotic, poison; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "Abyssal, Celestial, Common, Gnomish, telepathy 60 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Joker's Shuffle (recharge 6)",
                    "desc": "The jester forces one Medium or Small humanoid within 60 feet to make a DC 17 Charisma saving throw. If the saving throw fails, the jester and the target exchange locations via teleportation and an illusion causes them to swap appearance: the jester looks and sounds like the target, and the target looks and sounds like the jester. The illusion lasts for 1 hour unless it is dismissed earlier by the jester as a bonus action, or dispelled (DC 17)."
                },
                {
                    "name": "Killing Joke (recharge 6)",
                    "desc": "The jester performs an ancient, nihilistic joke of necromantic power. This joke has no effect on undead or constructs. All other creatures within 60 feet of the jester must make a DC 17 Wisdom saving throw. Those that fail fall prone in a fit of deadly laughter. The laughter lasts 1d4 rounds, during which time the victim is incapacitated and unable to stand up from prone. At the end of its turn each round, an incapacitated victim must make a successful DC 17 Constitution saving throw or be reduced to 0 hit points. The laughter can be ended early by rendering the victim unconscious or with greater restoration or comparable magic."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Ridicule Hope (recharge 4-6)",
                    "desc": "When a spell that restores hit points is cast within 60 feet of the jester, the jester can cause that spell to inflict damage instead of curing it. The damage equals the hit points the spell would have cured."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the jester's spellcasting ability is Charisma (spell save DC 17, +9 to hit with spell attacks). It can innately cast the following spells requiring no components:\n\nat will: disguise self, grease, inflict wounds, magic mouth, misty step\n\n3/day each: contagion, mirror image\n\n1/day each: delayed blast fireball, finger of death, mislead, seeming"
                },
                {
                    "name": "Last Laugh",
                    "desc": "Unless it is destroyed in a manner amusing to the god of death that created it, the grim jester is brought back after 1d20 days in a place of the god's choosing."
                },
                {
                    "name": "Mock the Dying",
                    "desc": "Death saving throws made within 60 feet of the jester have disadvantage."
                },
                {
                    "name": "Turn Resistance",
                    "desc": "The jester has advantage on saving throws against any effect that turns undead."
                }
            ],
            "spell_list": [],
            "page_no": 240,
            "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_grim-jester/"
        },
        {
            "slug": "soul-eater",
            "desc": "_Creatures of variable appearance, soul eaters conjoin fleshy elements with ectoplasmic forms._  \n**Called from the Abyss.** Soul eaters are summoned from the Abyss and other extraplanar ports of call where they can freely barter for prey. They always have a mental link with their summoner, and often seek to destroy them.  \n**Devour Essences.** Soul eaters do not devour crude flesh, instead feasting on a victim’s soul and spirit.  \n**Hatred of the Sun God.** They bear a particular antipathy for followers of the sun god, and they will go to great lengths to kill his clergy, even defying the wishes of their summoners on occasion.",
            "name": "Soul Eater",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 104,
            "hit_dice": "16d8+32",
            "speed": {
                "walk": 30,
                "fly": 100
            },
            "strength": 13,
            "dexterity": 22,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 11,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 3,
            "perception": 3,
            "skills": {
                "intimidation": 3,
                "perception": 3,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "paralyzed, poisoned, stunned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Infernal",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The soul eater makes two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage plus 7 (2d6) psychic damage, or half as much psychic damage with a successful DC 15 Constitution saving throw.",
                    "attack_bonus": 9,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Soul Drain",
                    "desc": "If the soul eater reduces a target to 0 hit points, the soul eater can devour that creature's soul as a bonus action. The victim must make a DC 13 Constitution saving throw. Success means the target is dead but can be restored to life by normal means. Failure means the target's soul is consumed by the soul eater and the target can't be restored to life with clone, raise dead, or reincarnation. A resurrection, miracle, or wish spell can return the target to life, but only if the caster succeeds on a DC 15 spellcasting check. If the soul eater is killed within 120 feet of its victim's corpse and the victim has been dead for no longer than 1 minute, the victim's soul returns to the body and restores it to life, leaving the victim unconscious and stable with 0 hit points."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Caster Link",
                    "desc": "When a soul eater is summoned, it creates a mental link between itself and its conjurer. If the soul eater's assigned target (see Find Target ability, below) dies before the soul eater can drain the target's soul, or if the soul eater is defeated by its target (but not slain), it returns to its conjurer at full speed and attacks. While the soul eater and the conjurer share the same plane, it can use its Find Target ability to locate its conjurer."
                },
                {
                    "name": "Find Target",
                    "desc": "When a soul eater's conjurer orders it to find a creature, it can do so unerringly, despite the distance or intervening obstacles, provided the target is on the same plane of existence. The conjurer must have seen the desired target and must speak the target's name."
                }
            ],
            "spell_list": [],
            "page_no": 356,
            "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_soul-eater/"
        },
        {
            "slug": "voidling",
            "desc": "_Writhing black tendrils stretch from this indistinct orb of pure shadow. The faintest flicker of something green, like an eye, appears for a moment in the center of the globe and then fades to black again._  \n**Called from Darkness.** Voidlings are creatures of the darkest void, the cold space between the stars, drawn to mortal realms by practitioners of foul and corrupting magic known to break the minds of those who wield it. They frequently are summoned servants to void dragons, and they have been seen as wardens of the temples on the Plateau of Leng.  \n**Light Eaters.** They are said to devour life and knowledge and light itself as sustenance; the places they inhabit are known for their dank chill and their obscurity. Voidlings are summoned by those hungry for power at any cost, and—despite their dark reputation—they serve very well for years or even decades, until one day they turn on their summoners. If they succeed in slaying their summoner, they grow in strength and return to the void. Exactly what voidlings seek when they have not been summoned—and what triggers their betrayals—is a mystery.  \n**Cold Tendrils.** Creatures of utter darkness, they can barely be said to have a shape; they consist largely of lashing tendrils of solid shadow. The tendrils meet at a central point and form a rough sphere in which something like an eye appears intermittently.  \nThough their tentacles stretch 10 feet long, the core of a voiding is no more than 4 feet across, and it weighs nothing, darting through either air or void with impressive speed.",
            "name": "Voidling",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 110,
            "hit_dice": "20d10",
            "speed": {
                "hover": true,
                "walk": 0,
                "fly": 50
            },
            "strength": 15,
            "dexterity": 22,
            "constitution": 10,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": 6,
            "wisdom_save": 7,
            "charisma_save": 4,
            "perception": null,
            "skills": {
                "stealth": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic",
            "condition_immunities": "exhaustion, petrified, prone",
            "senses": "truesight 60 ft., passive Perception 13",
            "languages": "telepathy 60 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The voidling makes 4 tendril attacks."
                },
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 10 (1d8 + 6) slashing damage plus 11 (2d10) necrotic damage.",
                    "attack_bonus": 10,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Necrotic Burst (Recharge 5-6)",
                    "desc": "The voidling releases a burst of necrotic energy in a 20-foot radius sphere centered on itself. Those in the area take 35 (10d6) necrotic damage, or half damage with a successful DC 17 Constitution saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fed by Darkness",
                    "desc": "A voidling in magical darkness at the start of its turn heals 5 hit points."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The voidling has advantage on saving throws against spells and other magical effects except those that cause radiant damage."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the voidling's innate spellcasting ability is Wisdom (spell save DC 15, spell attack bonus +7). It can innately cast the following spells, requiring no material components:\n\nat will: darkness, detect magic, fear\n\n3/day each: eldritch blast (3 beams), black tentacles\n\n1/day each: phantasmal force, reverse gravity"
                },
                {
                    "name": "Natural Invisibility",
                    "desc": "A voidling in complete darkness is considered invisible to creatures that rely on normal vision or darkvision."
                }
            ],
            "spell_list": [],
            "page_no": 404,
            "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_voidling/"
        },
        {
            "slug": "young-mithral-dragon",
            "desc": "_Mithral dragons are wise and learned, and are legendary peacemakers and spellcasters. They pursue their own interests when not called to settle disputes._  \n_**Glimmering Champions.**_ Light glints off a mithral dragon’s glossy scales, shining silver-white, and its tiny wings fold flush against its body—but open like a fan to expose shimmering, diaphanous membranes. Its narrow head, with bare slits for its eyes and nostrils, ends in a slender neck. The dragon’s sleek look continues into its body and a mithral dragon’s impossibly thin frame makes it look extremely fragile.  \n_**Rage in Youth.**_ Younger mithral dragons raid and pillage as heavily as any chromatic dragon, driven largely by greed to acquire a worthy hoard—though they are less likely to kill for sport or out of cruelty. In adulthood and old age, however, they are less concerned with material wealth and more inclined to value friendship, knowledge, and a peaceful life spent in pursuit of interesting goals.  \n_**Peacemakers.**_ Adult and older mithral dragons are diplomats and arbitrators by temperament (some dragons cynically call them referees), enjoying bringing some peace to warring factions. Among all dragons, their strict neutrality and ability to ignore many attacks make them particularly well suited to these vital roles.",
            "name": "Young Mithral Dragon",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 92,
            "hit_dice": "16d8+20",
            "speed": {
                "walk": 50,
                "fly": 60
            },
            "strength": 13,
            "dexterity": 22,
            "constitution": 13,
            "intelligence": 14,
            "wisdom": 15,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 5,
            "perception": 5,
            "skills": {
                "acrobatics": 6,
                "insight": 5,
                "perception": 5,
                "persuasion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid, thunder",
            "condition_immunities": "charmed",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 15",
            "languages": "Celestial, Common, Draconic, Primordial",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) slashing damage, and the target loses 3 hit point from bleeding at the start of each of its turns for six rounds unless it receives magical healing. Bleeding damage is cumulative; the target loses 3 hp per round for each bleeding wound it has taken from a mithral dragon's claws.",
                    "attack_bonus": 6,
                    "damage_dice": "2d10+3"
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "A mithral dragon can spit a 50-foot-long, 5-foot-wide line of metallic shards. Targets in its path take 21 (6d6) magical slashing damage and lose another 5 hit points from bleeding at the start of their turns for 6 rounds; slashing damage is halved by a successful DC 12 Dexterity saving throw, but bleeding damage is not affected. Only magical healing stops the bleeding before 6 rounds. The shards dissolve into wisps of smoke 1 round after the breath weapon's use"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the dragon's innate spellcasting ability is Intelligence. It can innately cast the following spells, requiring no material components:\n\nat will: tongues\n\n3/day: enhance ability"
                }
            ],
            "spell_list": [],
            "page_no": 134,
            "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_young-mithral-dragon/"
        },
        {
            "slug": "solar",
            "desc": "",
            "name": "Solar",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": "Angels",
            "alignment": "lawful good",
            "armor_class": 21,
            "armor_desc": "natural armor",
            "hit_points": 243,
            "hit_dice": "18d10+144",
            "speed": {
                "walk": 50,
                "fly": 150
            },
            "strength": 26,
            "dexterity": 22,
            "constitution": 26,
            "intelligence": 25,
            "wisdom": 25,
            "charisma": 30,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 14,
            "wisdom_save": 14,
            "charisma_save": 17,
            "perception": 14,
            "skills": {
                "perception": 14
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 120 ft., passive Perception 24",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The solar makes two greatsword attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 5 ft., one target. Hit: 22 (4d6 + 8) slashing damage plus 27 (6d8) radiant damage.",
                    "attack_bonus": 15,
                    "damage_dice": "4d6+6d8",
                    "damage_bonus": 8
                },
                {
                    "name": "Slaying Longbow",
                    "desc": "Ranged Weapon Attack: +13 to hit, range 150/600 ft., one target. Hit: 15 (2d8 + 6) piercing damage plus 27 (6d8) radiant damage. If the target is a creature that has 190 hit points or fewer, it must succeed on a DC 15 Constitution saving throw or die.",
                    "attack_bonus": 13,
                    "damage_dice": "2d8+6d8",
                    "damage_bonus": 6
                },
                {
                    "name": "Flying Sword",
                    "desc": "The solar releases its greatsword to hover magically in an unoccupied space within 5 ft. of it. If the solar can see the sword, the solar can mentally command it as a bonus action to fly up to 50 ft. and either make one attack against a target or return to the solar's hands. If the hovering sword is targeted by any effect, the solar is considered to be holding it. The hovering sword falls if the solar dies."
                },
                {
                    "name": "Healing Touch (4/Day)",
                    "desc": "The solar touches another creature. The target magically regains 40 (8d8 + 4) hit points and is freed from any curse, disease, poison, blindness, or deafness."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The solar can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The solar regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Teleport",
                    "desc": "The solar magically teleports, along with any equipment it is wearing or carrying, up to 120 ft. to an unoccupied space it can see."
                },
                {
                    "name": "Searing Burst (Costs 2 Actions)",
                    "desc": "The solar emits magical, divine energy. Each creature of its choice in a 10 -foot radius must make a DC 23 Dexterity saving throw, taking 14 (4d6) fire damage plus 14 (4d6) radiant damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Blinding Gaze (Costs 3 Actions)",
                    "desc": "The solar targets one creature it can see within 30 ft. of it. If the target can see it, the target must succeed on a DC 15 Constitution saving throw or be blinded until magic such as the lesser restoration spell removes the blindness."
                }
            ],
            "special_abilities": [
                {
                    "name": "Angelic Weapons",
                    "desc": "The solar's weapon attacks are magical. When the solar hits with any weapon, the weapon deals an extra 6d8 radiant damage (included in the attack)."
                },
                {
                    "name": "Divine Awareness",
                    "desc": "The solar knows if it hears a lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The solar's spell casting ability is Charisma (spell save DC 25). It can innately cast the following spells, requiring no material components:\nAt will: detect evil and good, invisibility (self only)\n3/day each: blade barrier, dispel evil and good, resurrection\n1/day each: commune, control weather"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The solar has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/detect-evil-and-good/?format=api",
                "https://api.open5e.com/v2/spells/invisibility/?format=api",
                "https://api.open5e.com/v2/spells/blade-barrier/?format=api",
                "https://api.open5e.com/v2/spells/dispel-evil-and-good/?format=api",
                "https://api.open5e.com/v2/spells/resurrection/?format=api",
                "https://api.open5e.com/v2/spells/commune/?format=api",
                "https://api.open5e.com/v2/spells/control-weather/?format=api"
            ],
            "page_no": 262,
            "environments": [
                "Temple",
                "Astral Plane"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_solar/"
        },
        {
            "slug": "adult-emerald-dragon-a5e",
            "desc": "",
            "name": "Adult Emerald Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 241,
            "hit_dice": "23d12+92",
            "speed": {
                "walk": 40,
                "burrow": 30,
                "fly": 60
            },
            "strength": 22,
            "dexterity": 22,
            "constitution": 18,
            "intelligence": 22,
            "wisdom": 12,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": 12,
            "wisdom_save": 7,
            "charisma_save": 10,
            "perception": null,
            "skills": {
                "deception": 10,
                "history": 12,
                "perception": 7,
                "stealth": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "psychic, thunder",
            "damage_immunities": "",
            "condition_immunities": "fatigue",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "Common, Deep Speech, Draconic, Undercommon, telepathy 120 ft.",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite  it can use Psionic Wave."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) thunder damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage."
                },
                {
                    "name": "Psionic Wave",
                    "desc": "The dragon psionically emits a wave of crushing mental pressure. Each creature within 20 feet makes a DC 18 Wisdom saving throw  taking 16 (3d10) psychic damage on a failed save or half damage on a success. Confused creatures make this saving throw with disadvantage."
                },
                {
                    "name": "Maddening Breath (Recharge 5-6)",
                    "desc": "The dragon screams  stripping flesh from bones and reason from minds in a 60-foot cone. Each creature in that area makes a DC 18 Constitution saving throw  taking 71 (13d10) thunder damage on a failed save or half damage on a success. Creatures that fail this saving throw by 10 or more are also psionically confused until the end of their next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Spiteful Retort (While Bloodied)",
                    "desc": "When a creature the dragon can see damages the dragon, the dragon lashes out with a psionic screech. The attacker makes a DC 15 Wisdom saving throw, taking 18 (4d8) thunder damage on a failed save or half damage on a success. Confused creatures make this saving throw with disadvantage."
                }
            ],
            "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": "Paranoid Ranting",
                    "desc": "The dragon psionically rants nonsense at a creature that can hear it within 60 feet. The target makes a DC 15 Wisdom saving throw. On a failed save, the creature gains a randomly determined short-term mental stress effect or madness."
                },
                {
                    "name": "Pandorum (Costs 2 Actions)",
                    "desc": "The dragon psionically targets one creature within 60 feet. The target makes a DC 15 Wisdom saving throw, becoming confused on a failure. While confused in this way, the target regards their allies as traitorous enemies. When rolling to determine its actions, treat a roll of 1 to 4 as a result of 8. The target repeats the saving throw at the end of each of its turns, ending the effect on a success."
                },
                {
                    "name": "Psionic Wave (Costs 2 Actions)",
                    "desc": "The dragon makes a psionic wave attack."
                },
                {
                    "name": "Maddening Harmonics (1/Day)",
                    "desc": "Each creature of the dragons choice that can hear within 90 feet makes a DC 15 Wisdom saving throw. On a failure, a creature becomes psionically confused 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."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, its eyes flash red as it goes into a fit of rage. Until the end of its next turn, it makes melee attacks against the creature that triggered the saving throw with advantage and with disadvantage against all other creatures."
                },
                {
                    "name": "Psionic Powers",
                    "desc": "The dragons psionic abilities are considered both magical and psionic."
                },
                {
                    "name": "Far Thoughts",
                    "desc": "The dragon is aware of any creature that uses a psionic ability or communicates telepathically within 100 miles of it. As an action, the dragon can psionically observe a creature, object, or location it is familiar with within 100 miles. While observing a subject in this way, the dragon can see, hear, and communicate telepathically, but it is blind and deaf in regard to its physical senses and does not require food or water. The dragon can psionically observe a subject indefinitely and can end this effect and return to its own senses as an action."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 18). It can innately cast the following spells, requiring no material components. 3/day each:confusion, dominate person, hideous laughter, suggestion"
                }
            ],
            "spell_list": [],
            "page_no": 146,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_adult-emerald-dragon/"
        },
        {
            "slug": "adult-sapphire-dragon-a5e",
            "desc": "",
            "name": "Adult Sapphire Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 304,
            "hit_dice": "29d12+116",
            "speed": {
                "walk": 40,
                "burrow": 30,
                "fly": 80
            },
            "strength": 22,
            "dexterity": 22,
            "constitution": 18,
            "intelligence": 22,
            "wisdom": 20,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": 12,
            "wisdom_save": 11,
            "charisma_save": 10,
            "perception": null,
            "skills": {
                "arcana": 12,
                "deception": 10,
                "history": 12,
                "insight": 11,
                "perception": 11,
                "persuasion": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic",
            "condition_immunities": "fatigue",
            "senses": "darkvision 120 ft., passive Perception 24",
            "languages": "Common, Deep Speech, Draconic, Undercommon, telepathy 120 ft.",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon attacks once with its bite and twice with its claws. In place of its bite  it can use Psionic Wave."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) piercing damage plus 4 (1d8) psychic damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage."
                },
                {
                    "name": "Psionic Wave",
                    "desc": "The dragon psionically emits a wave of crushing mental pressure. Each creature within 20 feet makes a DC 18 Wisdom saving throw  taking 16 (3d10) psychic damage on a failed save or half damage on a success. Creatures suffering ongoing psychic damage make this saving throw with disadvantage."
                },
                {
                    "name": "Discognitive Breath (Recharge 5-6)",
                    "desc": "The dragon unleashes psychic energy in a 60-foot cone. Each creature in that area makes a DC 18 Intelligence saving throw  taking 60 (11d10) psychic damage and 11 (2d10) ongoing psychic damage on a failed save or half as much psychic damage and no ongoing psychic damage on a success. The ongoing damage ends if a creature falls unconscious. A creature can also use an action to ground itself in reality  ending the ongoing damage."
                },
                {
                    "name": "Prognosticate (3/Day)",
                    "desc": "The dragon psionically makes a prediction of an event up to 100 years in the future. This prediction has a 67 percent chance of being perfectly accurate and a 33 percent chance of being partially or wholly wrong. Alternatively  the dragon can choose to gain truesight to a range of 90 feet for 1 minute."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The dragon can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Foretell",
                    "desc": "The dragon psionically catches a glimpse of a fast-approaching moment and plans accordingly. The dragon rolls a d20 and records the number rolled. Until the end of the dragons next turn, the dragon can replace the result of any d20 rolled by it or a creature within 120 feet with the foretold number. Each foretold roll can be used only once."
                },
                {
                    "name": "Psionic Wave (Costs 2 Actions)",
                    "desc": "The dragon uses Psionic Wave."
                },
                {
                    "name": "Shatter Mind (Costs 2 Actions)",
                    "desc": "The dragon targets a creature within 60 feet, forcing it to make a DC 23 Intelligence saving throw. On a failure, the creature takes 22 (4d10) ongoing psychic damage. An affected creature repeats the saving throw at the end of each of its turns, ending the ongoing psychic damage on a success. A creature can also use an action to ground itself in reality, ending the ongoing damage."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the dragon fails a saving throw, it can choose to succeed instead. When it does, its eyes dull as it briefly loses its connection to the future. Until the end of its next turn, it can't use Foretell, Prognosticate, or Prophesy Doom, and it loses its Predictive Harmonics trait."
                },
                {
                    "name": "Predictive Harmonics",
                    "desc": "The dragon is psionically aware of its own immediate future. The dragon cannot be surprised, and any time the dragon would make a roll with disadvantage, it makes that roll normally instead."
                },
                {
                    "name": "Psionic Powers",
                    "desc": "The dragons psionic abilities are considered both magical and psionic."
                },
                {
                    "name": "Far Thoughts",
                    "desc": "The dragon is aware of any creature that uses a psionic ability or communicates telepathically within 100 miles of it. As an action, the dragon can psionically observe a creature, object, or location it is familiar with within 100 miles. While observing a subject in this way, the dragon can see, hear, and communicate telepathically, but it is blind and deaf in regard to its physical senses and does not require food or water. The dragon can psionically observe a subject indefinitely and can end this effect and return to its own senses as an action."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The dragons spellcasting ability is Charisma (save DC 18). It can innately cast the following spells, requiring no material components. 3/day each:comprehend languages, detect thoughts, telekinesis, wall of force"
                }
            ],
            "spell_list": [],
            "page_no": 150,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_adult-sapphire-dragon/"
        },
        {
            "slug": "djinni-a5e",
            "desc": "",
            "name": "Djinni",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 172,
            "hit_dice": "15d10+90",
            "speed": {
                "walk": 30,
                "fly": 90
            },
            "strength": 18,
            "dexterity": 22,
            "constitution": 22,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": null,
            "intelligence_save": 6,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": null,
            "skills": {
                "acrobatics": 10,
                "insight": 7,
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "lightning, thunder",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "Auran",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The djinni makes three scimitar attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage plus 5 (1d10) lightning damage."
                },
                {
                    "name": "Lightning Blast",
                    "desc": "Ranged Spell Attack: +9 to hit, range 90 ft., one target. Hit: 35 (10d6) lightning damage."
                },
                {
                    "name": "Scimitar Sweep (1/Day, Giant Form Only)",
                    "desc": "The djinn makes a scimitar attack against each creature of its choice within its reach."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Giant Form (1/Day",
                    "desc": "The djinni magically becomes a Huge, semi-substantial creature of billowing cloud. In this form, it gains resistance to nonmagical damage, and its scimitar attacks gain a reach of 10 feet. The effect ends after 1 minute, when the djinni is incapacitated, or if the djinn becomes bloodied."
                },
                {
                    "name": "Whirlwind (1/Day)",
                    "desc": "A magical, 5-foot-wide, 30-foot-tall whirlwind appears in a space the djinni can see within 60 feet. The whirlwind may appear in another creatures space. If the whirlwind appears in another creatures space, or when it enters a creatures space for the first time on a turn, the creature makes a DC 18 Strength check, becoming restrained by the whirlwind on a failure. The whirlwind may restrain one creature at a time. A creature within 5 feet of the whirlwind (including the restrained creature) can use an action to make a DC 18 Strength check, freeing the restrained creature on a success. A freed creature can move to an unoccupied space within 5 feet of the whirlwind."
                },
                {
                    "name": "As a bonus action",
                    "desc": "The whirlwind disappears if the djinni loses sight of it, if the djinni dies or is incapacitated, or if the djinni dismisses it as an action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The djinnis innate spellcasting ability is Charisma (spell save DC 17). It can innately cast the following spells, requiring no material components: At will: alter self (can assume Medium or Large form), detect magic, wind wall, 3/day each: creation, major image, tongues, wind walk, 1/day each: conjure elemental (air elemental only), control weather, create food and water (10 supply), plane shift (to Elemental Plane of Air only)"
                }
            ],
            "spell_list": [],
            "page_no": 219,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_djinni/"
        },
        {
            "slug": "djinni-noble-a5e",
            "desc": "",
            "name": "Djinni Noble",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 344,
            "hit_dice": "30d10+180",
            "speed": {
                "walk": 30,
                "fly": 90
            },
            "strength": 18,
            "dexterity": 22,
            "constitution": 22,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": null,
            "intelligence_save": 6,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": null,
            "skills": {
                "acrobatics": 10,
                "insight": 7,
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "lightning, thunder",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "Auran",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The djinni makes three scimitar attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage plus 5 (1d10) lightning damage."
                },
                {
                    "name": "Lightning Blast",
                    "desc": "Ranged Spell Attack: +9 to hit, range 90 ft., one target. Hit: 35 (10d6) lightning damage."
                },
                {
                    "name": "Scimitar Sweep (1/Day, Giant Form Only)",
                    "desc": "The djinn makes a scimitar attack against each creature of its choice within its reach."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Giant Form (1/Day",
                    "desc": "The djinni magically becomes a Huge, semi-substantial creature of billowing cloud. In this form, it gains resistance to nonmagical damage, and its scimitar attacks gain a reach of 10 feet. The effect ends after 1 minute, when the djinni is incapacitated, or if the djinn becomes bloodied."
                },
                {
                    "name": "Whirlwind (1/Day)",
                    "desc": "A magical, 5-foot-wide, 30-foot-tall whirlwind appears in a space the djinni can see within 60 feet. The whirlwind may appear in another creatures space. If the whirlwind appears in another creatures space, or when it enters a creatures space for the first time on a turn, the creature makes a DC 18 Strength check, becoming restrained by the whirlwind on a failure. The whirlwind may restrain one creature at a time. A creature within 5 feet of the whirlwind (including the restrained creature) can use an action to make a DC 18 Strength check, freeing the restrained creature on a success. A freed creature can move to an unoccupied space within 5 feet of the whirlwind."
                },
                {
                    "name": "As a bonus action",
                    "desc": "The whirlwind disappears if the djinni loses sight of it, if the djinni dies or is incapacitated, or if the djinni dismisses it as an action."
                }
            ],
            "reactions": [],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "The djinnis innate spellcasting ability is Charisma (spell save DC 17). It can innately cast the following spells, requiring no material components: At will: alter self (can assume Medium or Large form), detect magic, wind wall, 3/day each: creation, major image, tongues, wind walk, 1/day each: conjure elemental (air elemental only), control weather, create food and water (10 supply), plane shift (to Elemental Plane of Air only)"
                }
            ],
            "spell_list": [],
            "page_no": 220,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_djinni-noble/"
        },
        {
            "slug": "fallen-planetar-a5e",
            "desc": "",
            "name": "Fallen Planetar",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 250,
            "hit_dice": "20d10+140",
            "speed": {
                "walk": 40,
                "fly": 120
            },
            "strength": 22,
            "dexterity": 22,
            "constitution": 24,
            "intelligence": 22,
            "wisdom": 24,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 12,
            "perception": null,
            "skills": {
                "athletics": 11,
                "insight": 12,
                "perception": 12,
                "religion": 12
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "radiant; damage from nonmagical weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 60 ft., passive Perception 22",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The planetar attacks twice with its flaming sword."
                },
                {
                    "name": "Flaming Sword",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 20 (4d6 + 6) slashing damage plus 21 (6d6) ongoing fire or radiant damage (the planetars choice). A creature can use an action to extinguish this holy flame on itself or a creature within 5 feet."
                },
                {
                    "name": "Heavenly Bolt",
                    "desc": "The planetar fires a lightning bolt in a line 100 feet long and 5 feet wide. Each creature in the line makes a Dexterity saving throw  taking 56 (16d6) lightning damage on a failed save  or half damage on a success."
                },
                {
                    "name": "Heal (2/Day)",
                    "desc": "The planetar touches a creature other than itself  magically healing 60 hit points of damage and ending any blindness  curse  deafness  disease  or poison on the target."
                },
                {
                    "name": "Consume Life Energy (1/Day)",
                    "desc": "The angel feasts on the departing life energy of a humanoid within 5 feet. The target must have been slain within the last hour. The angel magically gains temporary hit points equal to half the dead creatures maximum hit points. These hit points last until depleted. Only a spell cast with a 9th-level slot can raise the corpse from the dead."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Awe-Inspiring Gaze (Gaze)",
                    "desc": "The planetar targets a creature within 90 feet. The target makes a DC 20 Wisdom saving throw. On a failure, it is frightened until the end of its next turn. If the target makes its saving throw, it is immune to any angels Awe-Inspiring Gaze for the next 24 hours."
                }
            ],
            "reactions": [
                {
                    "name": "Protective Parry",
                    "desc": "When a creature within 5 feet would be hit with a melee attack, the planetar applies disadvantage to the attack roll."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Champion of Truth",
                    "desc": "The planetar automatically detects lies. Additionally, it cannot lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The planetars spellcasting ability is Charisma (spell save DC 20). The planetar can innately cast the following spells, requiring no material components: 1/day each: commune, control weather, raise dead"
                }
            ],
            "spell_list": [],
            "page_no": 19,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_fallen-planetar/"
        },
        {
            "slug": "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": "marilith-a5e",
            "desc": "",
            "name": "Marilith",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 220,
            "hit_dice": "21d10+105",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 22,
            "constitution": 20,
            "intelligence": 20,
            "wisdom": 18,
            "charisma": 20,
            "strength_save": 10,
            "dexterity_save": 11,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 10,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; damage from nonmagical weapons",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 120 ft., passive Perception 14",
            "languages": "Abyssal, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The marilith makes six attacks with its longswords."
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one creature. Hit: 10 (2d4 + 5) bludgeoning damage, and the target is grappled (escape DC 19)."
                },
                {
                    "name": "Teleport",
                    "desc": "The marilith magically teleports up to 120 feet to an unoccupied space it can see."
                }
            ],
            "reactions": [
                {
                    "name": "Reactive Teleport",
                    "desc": "When the marilith is hit or missed by a ranged attack, it uses Teleport. If it teleports within 5 feet of a creature, it can attack with its tail."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Chaotic Evil",
                    "desc": "The marilith radiates a Chaotic and Evil aura."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The marilith has advantage on saving throws against spells and magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 71,
            "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_marilith/"
        },
        {
            "slug": "planetar-a5e",
            "desc": "",
            "name": "Planetar",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 250,
            "hit_dice": "20d10+140",
            "speed": {
                "walk": 40,
                "fly": 120
            },
            "strength": 22,
            "dexterity": 22,
            "constitution": 24,
            "intelligence": 22,
            "wisdom": 24,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 12,
            "perception": null,
            "skills": {
                "athletics": 11,
                "insight": 12,
                "perception": 12,
                "religion": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant; damage from nonmagical weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 60 ft., passive Perception 22",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The planetar attacks twice with its flaming sword."
                },
                {
                    "name": "Flaming Sword",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 20 (4d6 + 6) slashing damage plus 21 (6d6) ongoing fire or radiant damage (the planetars choice). A creature can use an action to extinguish this holy flame on itself or a creature within 5 feet."
                },
                {
                    "name": "Heavenly Bolt",
                    "desc": "The planetar fires a lightning bolt in a line 100 feet long and 5 feet wide. Each creature in the line makes a Dexterity saving throw  taking 56 (16d6) lightning damage on a failed save  or half damage on a success."
                },
                {
                    "name": "Heal (2/Day)",
                    "desc": "The planetar touches a creature other than itself  magically healing 60 hit points of damage and ending any blindness  curse  deafness  disease  or poison on the target."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Awe-Inspiring Gaze (Gaze)",
                    "desc": "The planetar targets a creature within 90 feet. The target makes a DC 20 Wisdom saving throw. On a failure, it is frightened until the end of its next turn. If the target makes its saving throw, it is immune to any angels Awe-Inspiring Gaze for the next 24 hours."
                }
            ],
            "reactions": [
                {
                    "name": "Protective Parry",
                    "desc": "When a creature within 5 feet would be hit with a melee attack, the planetar applies disadvantage to the attack roll."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Champion of Truth",
                    "desc": "The planetar automatically detects lies. Additionally, it cannot lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The planetars spellcasting ability is Charisma (spell save DC 20). The planetar can innately cast the following spells, requiring no material components: 1/day each: commune, control weather, raise dead"
                }
            ],
            "spell_list": [],
            "page_no": 20,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_planetar/"
        },
        {
            "slug": "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": "adultmithraldragon-tob1-2023",
            "desc": "False",
            "name": "Adult Mithral Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 253,
            "hit_dice": "22d12 + 110",
            "speed": {
                "walk": 80,
                "fly": 40
            },
            "strength": 12,
            "dexterity": 22,
            "constitution": 21,
            "intelligence": 18,
            "wisdom": 19,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 12,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": 10,
            "perception": 26,
            "skills": {
                "History": 10,
                "Insight": 10,
                "Perception": 16,
                "Persuasion": 10,
                "Stealth": 12
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "slashing",
            "condition_immunities": "charmed",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 26",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon uses its Frightful Presence. It then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 17 (2d10 + 6) piercing damage. Instead of dealing damage, the dragon can end one magical effect of its choice of 5th level or lower on the target."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 13 (2d6 +6) slashing damage, and if the target isn't a Construct or Undead, it must succeed on a DC 19 Constitution saving throw or lose 7 (2d6) hp at the start of each of its turns as a piece of metallic claw breaks off in the wound. Any creature can take an action to remove the claw with a successful DC 14 Wisdom (Medicine) check. The claw pops out of the wound if the target receives magical healing."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 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 18 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Shard Breath (Recharge 5-6)",
                    "desc": "The mithral dragon spits metallic shards in a 60-foot cone. Each creature in that area must make a DC 19 Constitution saving throw, taking 42 (12d6) slashing damage on a failed save, or half as much on a successful one. The area becomes difficult terrain for 1 minute, then the shards dissolve into wisps of silvery smoke. When a creature moves into or within the area, it takes 7 (2d6) slashing damage for every 5 feet it travels."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature’s turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a Tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 10 feet of the dragon must succeed on a DC 20 Dexterity saving throw or take 13 (2d6 + 6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The dragon has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Mithral Scales",
                    "desc": "If the dragon rolls a 20 on a saving throw against a spell that targets only it, the dragon is unaffected, and the spell is reflected back at the caster as though it originated from the dragon, turning the caster into the target."
                }
            ],
            "spell_list": [],
            "page_no": 122,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_adult-mithral-dragon/"
        },
        {
            "slug": "camazotz-tob1-2023",
            "desc": "False",
            "name": "Camazotz",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 537,
            "hit_dice": "43d10 + 301",
            "speed": {
                "walk": 80,
                "fly": 30
            },
            "strength": 30,
            "dexterity": 22,
            "constitution": 25,
            "intelligence": 12,
            "wisdom": 22,
            "charisma": 25,
            "strength_save": null,
            "dexterity_save": 13,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 13,
            "charisma_save": 14,
            "perception": 23,
            "skills": {
                "Acrobatics": 13,
                "Athletics": 17,
                "Deception": 14,
                "Insight": 13,
                "Intimidation": 14,
                "Perception": 13
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "acid, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, poison, thunder",
            "condition_immunities": "charmed, deafened, frightened, paralyzed, petrified, poisoned, stunned",
            "senses": "blindsight 120 ft., truesight 30 ft., passive Perception 23",
            "languages": "Abyssal, Common, Dwarvish, Primordial, telepathy 300 ft.",
            "challenge_rating": "22",
            "cr": 22.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Camazotz makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 5 ft., one target. Hit: 38 (8d6 + 10) piercing damage plus 7 (2d6) fire damage, and the target must succeed on a DC 22 Constitution saving throw or its Strength score is reduced by 1d4. The target dies if this reduces its Strength to 0. Otherwise, the reduction lasts until the target finishes a long rest. A Humanoid that dies from this reduction rises 1d4 days later as a vampire under Camazotz's control, unless the Humanoid is restored to life or its body is destroyed. Camazotz can have no more than five vampires under his control at a time."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 10 ft., one target. Hit: 31 (6d6 + 10) slashing damage plus 7 (2d6) fire damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "Camazotz exhales unholy fire in a 30-foot cone. Each creature in the area must make a DC 22 Dexterity saving throw, taking 33 (6d10) fire damage and 33 (6d10) necrotic damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Call Bats (3/Day)",
                    "desc": "Camazotz magically calls 4d6 giant bats or swarms of bats, or he magically calls 2d6 vrocks that have membranous instead of feathered wings. The called creatures arrive in 1d4 rounds, acting as allies of Camazotz and obeying his telepathic commands. The creatures remain for 1 hour, until Camazotz dies, or until Camazotz dismisses them as a bonus action. Camazotz can have no more than twenty four giant bats or swarms of bats, or twelve vrocks under his control at a time."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Camazotz casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 22):\nAt will: darkness, detect evil and good, dispel magic\n3/day each: dominate person, haste\n1/day: incendiary cloud"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Camazotz magically transforms into a Large giant bat covered in smoldering ashes, or back into his true form, which is a Fiend. His statistics, other than his size, are the same in each form. Any equipment he is wearing or carrying transforms with him. He turns into a pile of greasy ash if destroyed."
                },
                {
                    "name": "Detect",
                    "desc": "Camazotz makes a Wisdom (Perception) check."
                },
                {
                    "name": "Move",
                    "desc": "Camazotz moves up to his speed, or he flies up to half his speed. This movement doesn't provoke opportunity attacks."
                },
                {
                    "name": "Cast a Spell (Costs 2 Actions)",
                    "desc": "Camazotz uses Spellcasting."
                },
                {
                    "name": "Fiery Wing Beat (Costs 2 Actions)",
                    "desc": "Camazotz beats his wings, extinguishing mundane and magical light sources. Each creature within 10 feet of Camazotz must succeed on a DC 22 Dexterity saving throw or take 14 (4d6) fire damage and be knocked prone."
                }
            ],
            "reactions": [],
            "legendary_desc": "Camazotz can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature’s turn. Camazotz regains spent legendary actions at the start of his turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "Camazotz makes a Wisdom (Perception) check."
                },
                {
                    "name": "Move",
                    "desc": "Camazotz moves up to his speed, or he flies up to half his speed. This movement doesn't provoke opportunity attacks."
                },
                {
                    "name": "Cast a Spell (Costs 2 Actions)",
                    "desc": "Camazotz uses Spellcasting."
                },
                {
                    "name": "Fiery Wing Beat (Costs 2 Actions)",
                    "desc": "Camazotz beats his wings, extinguishing mundane and magical light sources. Each creature within 10 feet of Camazotz must succeed on a DC 22 Dexterity saving throw or take 14 (4d6) fire damage and be knocked prone."
                }
            ],
            "special_abilities": [
                {
                    "name": "Heated Body",
                    "desc": "A creature that touches Camazotz or hits him with a melee attack while within 5 feet of him takes 7 (2d6) fire damage."
                },
                {
                    "name": "Keen Hearing",
                    "desc": "Camazotz has advantage on Wisdom (Perception) checks that rely on hearing."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If Camazotz fails a saving throw, he can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Camazotz has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 76,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_camazotz/"
        },
        {
            "slug": "grimjester-tob1-2023",
            "desc": "False",
            "name": "Grim Jester",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d8 + 64",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 22,
            "constitution": 18,
            "intelligence": 16,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 9,
            "perception": 17,
            "skills": {
                "Acrobatics": 10,
                "Deception": 9,
                "Perception": 7,
                "Performance": 9,
                "Sleight of Hand": 10,
                "Stealth": 10
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold",
            "damage_immunities": "necrotic, poison; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "Abyssal, Celestial, Common, Gnomish, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Necrotic Claw",
                    "desc": "Melee Spell Attack: +9 to hit, range 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage plus 14 (4d6) necrotic damage."
                },
                {
                    "name": "Killing Joke",
                    "desc": "The grim jester tells an ancient, nihilistic joke to one creature it can see within 60 feet of it. The target must succeed on a DC 17 Wisdom saving throw or fall prone in a fit of laughter, becoming incapacitated and unable to stand up for 1 minute. A creature that fails this saving throw by 5 or more is reduced to 0 hp instead. The incapacitated target can repeat the saving throw at the end of each of its turns, taking 14 (4d6) necrotic damage on a failed save or ending the effect on itself on a success."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The grim jester casts one of the following spells, requiring no components and using Charisma as the spellcasting ability (spell save DC 17):\nAt will: disguise self, grease\n3/day each: magic mouth (as an action), mirror image\n1/day each: mislead, seeming"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Joker's Shuffle (Recharge 6)",
                    "desc": "The grim jester exchanges locations with a Medium or smaller creature it can see within 60 feet of it. The jester and target each teleport to the other's space, and each becomes covered in a magical illusion to look and sound like the other. A creature must take an action to visually inspect an illusion and succeed on a DC 19 Intelligence (Investigation) check to discern that the jester and target are disguised. The illusions last for 1 minute, until the jester dies, or until the jester dismisses them as a bonus action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Last Laugh",
                    "desc": "Unless it is destroyed in a manner amusing to the god of death that created it, the grim jester gains a new body in 1d20 days, regaining all its hp and becoming active again. The new body appears in a place of the god's choosing."
                },
                {
                    "name": "Mock the Dying",
                    "desc": "Death saving throws made within 60 feet of the grim jester have disadvantage."
                },
                {
                    "name": "Turn Resistance",
                    "desc": "The grim jester has advantage on saving throws against any effect that turns undead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The grim jester doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 224,
            "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_grim-jester/"
        },
        {
            "slug": "souleater-tob1-2023",
            "desc": "False",
            "name": "Soul Eater",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 105,
            "hit_dice": "14d8 + 42",
            "speed": {
                "walk": 60,
                "fly": 30
            },
            "strength": 13,
            "dexterity": 22,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 11,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 3,
            "perception": 13,
            "skills": {
                "Intimidation": 3,
                "Perception": 3,
                "Stealth": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "paralyzed, poisoned, prone, stunned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Abyssal, Infernal, telepathy 60 ft.",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The soul eater makes two Claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage plus 10 (3d6) psychic damage."
                },
                {
                    "name": "Hasten Consumption (Recharge 5-6)",
                    "desc": "The soul eater emits a wave of psychic energy to hasten the demise of nearby creatures, bringing them one step closer to having their souls consumed. Each creature within 20 feet of the soul eater must make a DC 14 Charisma saving throw, taking 31 (9d6) psychic damage on a failed save, or half as much damage on a successful one. A creature reduced to below half its hp maximum by this effect has disadvantage on the saving throw against the soul eater's Soul Drain for 1 minute."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Soul Drain",
                    "desc": "When the soul eater reduces a target to 0 hp, the soul eater consumes that creature's soul. The victim must succeed on a DC 14 Constitution saving throw or immediately die as the soul eater consumes its soul. A creature killed in this way can be restored to life only by means of a true resurrection or a wish spell. If the soul eater is killed within 120 feet of the body of a soul it consumed and the victim has been dead for no longer than 1 minute, the victim's soul returns to the body and returns to life, unconscious and stable with 0 hp."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The soul eater has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Soul Sense",
                    "desc": "The soul eater can pinpoint the location of creatures that have souls within 60 feet of it and can sense the general direction of such creatures within 1 mile of it."
                }
            ],
            "spell_list": [],
            "page_no": 336,
            "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_soul-eater/"
        },
        {
            "slug": "cyonaxin",
            "desc": "",
            "name": "Cyonaxin",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 117,
            "hit_dice": "18d8+36",
            "speed": {
                "walk": 50,
                "swim": 20
            },
            "strength": 15,
            "dexterity": 22,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 7,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison, radiant",
            "damage_immunities": "",
            "condition_immunities": "paralyzed, poisoned, stunned",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "Celestial, Common",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 16 (3d6+6) piercing damage + 10 (3d6) radiant."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 13 (3d4+6) slashing damage."
                },
                {
                    "name": "Frightful Yowl (Recharge 6)",
                    "desc": "Each hostile creature within 60' of it and can hear it: DC 15 Wis save or frightened 1 min. Creature grappling or restraining another has disadvantage. Creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Liberating Churr (Recharge 5-6)",
                    "desc": "Each friendly creature within 90' and can hear it gains benefits of its Freedom of Movement. All affected grow claws for unarmed strikes. If affected creature hits with claw deals 1d6+its Str modifier slashing instead of bludgeoning normal for unarmed strike. Lasts until start of cyonaxin's next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Free Runner",
                    "desc": "Can take the Dash action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blur of Motion",
                    "desc": "When it moves at least 30' on its turn ranged attack rolls vs. it have disadvantage until the start of its next turn."
                },
                {
                    "name": "Chain Breaker",
                    "desc": "Deals 2× damage to objects that restrain creatures."
                },
                {
                    "name": "Evasion",
                    "desc": "If subject to effect that allows Dex save for half damage takes no damage on success and only half if it fails."
                },
                {
                    "name": "Freedom of Movement",
                    "desc": "Ignores difficult terrain and magical effects can't reduce its speed or cause it to be restrained. It can spend 5 ft. of movement to escape from nonmagical restraints or being grappled."
                },
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "Weapon attacks are magical."
                },
                {
                    "name": "Pounce",
                    "desc": "If it moves 20'+ straight toward creature and hits it with Claw on same turn target knocked prone (DC 15 Str negates). If target prone cyonaxin can make one Bite attack vs. it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 102,
            "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_cyonaxin/"
        },
        {
            "slug": "howler-of-the-hill",
            "desc": "",
            "name": "Howler Of The Hill",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 178,
            "hit_dice": "21d10+63",
            "speed": {
                "walk": 50,
                "climb": 30
            },
            "strength": 17,
            "dexterity": 22,
            "constitution": 16,
            "intelligence": 17,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 8,
            "wisdom_save": 9,
            "charisma_save": 9,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, necrotic; nonmagic B/P/S attacks",
            "damage_immunities": "psychic",
            "condition_immunities": "charmed, frightened",
            "senses": "truesight 120', passive Perception 19",
            "languages": "understands Abyssal, Common, Infernal, and Void Speech but can't speak, telepathy 120'",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Claw or Psychic Bolt attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, 5 ft., one target, 15 (2d8+6) slashing damage + 13 (3d8) psychic."
                },
                {
                    "name": "Psychic Bolt",
                    "desc": "Ranged Spell Attack: +9 to hit, 120 ft., one target, 26 (5d8+4) psychic."
                },
                {
                    "name": "Gloaming Howl",
                    "desc": "Emits a magical howl that changes in melody and frequency depending on light around it. Each creature of howler's choice within 120' of it and can hear howl: DC 18 Wis save or succumb to effects of one of the following. If creature's save succeeds/effect ends for it creature is immune to that particular howl for next 24 hrs. Bright Howl When howler is in bright light each target that fails the save is incapacitated until end of its next turn. Dim Howl When howler is in dim light each target that fails the save is stunned until end of its next turn.Dark Howl When howler is in darkness each target that fails the save drops whatever it is holding and is paralyzed with fear for 1 min. A paralyzed creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Otherworldly Hunter",
                    "desc": "Transport itself to a different plane of existence. Works like plane shift except howler can affect only itself and can't use this to banish unwilling creature to another plane."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hungry Void Traveler",
                    "desc": "Doesn't require air drink or sleep."
                },
                {
                    "name": "Inscrutable",
                    "desc": "Immune to any effect that would sense its emotions or read its thoughts and any divination spell it refuses. Wis (Insight) checks made to ascertain its intentions/sincerity have disadvantage."
                }
            ],
            "spell_list": [],
            "page_no": 236,
            "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_howler-of-the-hill/"
        },
        {
            "slug": "kobold-ghost-hunter",
            "desc": "",
            "name": "Kobold, Ghost Hunter",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 18,
            "armor_desc": "studded leather",
            "hit_points": 176,
            "hit_dice": "32d6+64",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 22,
            "constitution": 15,
            "intelligence": 14,
            "wisdom": 20,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, paralyzed",
            "senses": "darkvision 60', passive Perception 19",
            "languages": "Common, Draconic, + any two languages",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Shortsword or Hand Crossbow attacks. It can replace one attack with Flame Jet attack."
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +10 to hit, 5 ft., one target, 9 (1d6+6) piercing damage + 13 (9d8) radiant."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Grappling Hook (Recharge 4-6)",
                    "desc": "The ghost hunter launches its grappling hook at a Large or larger object or structure or at a Huge or larger creature it can see within 60' of it and is pulled to an unoccupied space within 5 ft. of the target with o provoking opportunity attacks."
                },
                {
                    "name": "Elusive Hunter",
                    "desc": "Takes the Dodge or Hide action."
                }
            ],
            "reactions": [
                {
                    "name": "Flame Burst",
                    "desc": "When a hostile creature enters a space within 5 ft. of the ghost hunter the hunter can release a burst of fire from its clockwork hand. The creature must make DC 17 Dex save or take 7 (2d6) fire and have disadvantage on the next attack roll it makes vs. the ghost hunter before the end of the ghost hunter's next turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blessed Weapons",
                    "desc": "Its weapon attacks are magical. When the hunter hits with any weapon the weapon deals an extra 3d8 radiant (included in the attack)."
                },
                {
                    "name": "Ethereal Sight",
                    "desc": "Can see 60' into the Ethereal Plane when it is on the Material Plane and vice versa."
                },
                {
                    "name": "Hidden Hunter",
                    "desc": "While the ghost hunter remains motionless it is invisible to Undead."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
                },
                {
                    "name": "Undead Hunter",
                    "desc": "Advantage on Wis (Perception) and Wis (Survival) checks to find and track Undead."
                },
                {
                    "name": "Hand Crossbow",
                    "desc": "Ranged Weapon Attack: +10 to hit 30/120' one target 9 (1d6+6) piercing damage + 13 (3d8) radiant."
                },
                {
                    "name": "Flame Jet",
                    "desc": "Melee or Ranged Spell Attack: +8 to hit 5 ft. or range 60' one target 18 (4d6+4) fire. If the target is a creature or a flammable object that isn't being worn or carried it ignites. Until a creature takes an action to douse the fire the target takes 5 (1d10) fire at the start of each of its turns."
                },
                {
                    "name": "Holy Strike (Recharge 5-6)",
                    "desc": "The ghost hunter flips up its eyepatch to reveal a holy relic embedded within the empty socket. Each creature within 30' of the ghost hunter must make a DC 17 Dex save taking 36 (8d8) radiant on a failed save or half damage if made. If an Undead fails the save it is also stunned until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 254,
            "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_kobold-ghost-hunter/"
        },
        {
            "slug": "primordial-surge",
            "desc": "",
            "name": "Primordial Surge",
            "size": "Gargantuan",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 232,
            "hit_dice": "15d20+75",
            "speed": {
                "walk": 40,
                "fly": 90
            },
            "strength": 14,
            "dexterity": 22,
            "constitution": 20,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning, thunder; nonmagic B/P/S attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "blindsight 120', passive Perception 12",
            "languages": "Primordial",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Elemental Strike attacks."
                },
                {
                    "name": "Elemental Strike",
                    "desc": "Melee or Ranged Weapon Attack: +11 to hit 15 ft. or range 60' one target 28 (4d10+6) acid cold fire lightning or thunder (surge's choice)."
                },
                {
                    "name": "Primordial Storm (Recharge 6)",
                    "desc": "Rain of energies produces one of: Restorative Rain Each non Construct/Undead creature within 30' of the surge regains 27 (5d10) hp. Area becomes difficult terrain as nonmagical plants in the area become thick and overgrown.Ruinous Rain Each creature within 30' of the surge: 27 (5d10) acid and 27 (5d10) fire and is coated in burning acid (DC 18 Dex half damage not coated in acid). A creature coated in acid: 5 (1d10) acid and 5 (1d10) fire at the start of each of its turns until it or another creature takes an action to scrape/wash off the acid."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Life From Death",
                    "desc": "When it dies explodes in burst of raw creation. 50' radius area centered on it is blanketed in lush native flora providing food to feed 12 Large or smaller creatures for 6 (1d12) days. Creatures in area dead up to 1 day are returned to life with 4 (1d8) hp."
                },
                {
                    "name": "Primordial Form",
                    "desc": "Can move through a space as narrow as 1 inch wide with o squeezing. A creature that touches it or hits it with melee attack while within 5 ft. of it takes 7 (2d6) acid cold fire lightning or thunder (surge's choice). Also it can enter a hostile creature's space and stop there. The 1st time it enters a creature's space on a turn that creature takes 7 (2d6) acid cold fire lightning or thunder (surge's choice). A creature that starts its turn in surge's space: blinded and deafened until it starts its turn outside surge's space (DC 18 Con negates)."
                }
            ],
            "spell_list": [],
            "page_no": 320,
            "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_primordial-surge/"
        },
        {
            "slug": "shadow-lurker",
            "desc": "",
            "name": "Shadow Lurker",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 84,
            "hit_dice": "13d8+26",
            "speed": {
                "walk": 40
            },
            "strength": 10,
            "dexterity": 22,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "necrotic",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "Common, Elvish",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Shadow Strikes. Can replace one with Shadow Steal."
                },
                {
                    "name": "Shadow Strike",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 10 (1d8+6) slashing damage and 7 (2d6) cold."
                },
                {
                    "name": "Shadow Steal",
                    "desc": "Chooses a creature it can see within 30' of it and convinces that creature's shadow to leave its owner. Target must make DC 15 Cha save or be cursed. A sleeping target has disadvantage on this check. While cursed target doesn't have a shadow and suffers one level of exhaustion that can't be removed until curse ends. Curse ends only if target convinces its shadow to rejoin with it by succeeding on a DC 15 Cha (Persuasion) check while within 10 ft. of its shadow or if shadow is returned with wish spell. While target is cursed its shadow becomes a living shade (see Creature Codex) under the shadow lurker's control. Alternatively shadow lurker can combine two stolen shadows into a shadow instead. Shadow lurker can have no more than ten living shades or five shadows under its control at one time. If a cursed creature's shadow is destroyed it becomes a mundane shadow and moves to within 10 ft. of the cursed creature and cursed creature has advantage on the check to convince the shadow to rejoin with it. If shadow lurker dies all stolen shadows return to their rightful owners ending the curses."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow's Embrace",
                    "desc": "Dim light/darkness: Hide action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Creeping Mists",
                    "desc": "While not in sunlight shadowy mist surrounds it. Mist reduces bright light within 60' of the shadow lurker to dim light."
                },
                {
                    "name": "Shadow Sight",
                    "desc": "Has advantage on Wis (Perception) checks while in dim light or darkness."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
                }
            ],
            "spell_list": [],
            "page_no": 342,
            "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_shadow-lurker/"
        },
        {
            "slug": "ashen-custodian",
            "desc": "A fire-haired woman with ashen skin gently touches a dying tree, igniting it and the surrounding undergrowth._  \n**Wardens of Wildfire.** This beautiful fey with fiery hair and ashen skin wears a cloak of soot as she treads the forests of the world. The ashen custodian cleanses forests with flames, allowing them to grow anew and maintaining the natural cycle of death and rebirth. Though ashen custodians primarily live solitary lives, Open Game License",
            "name": "Ashen Custodian",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": null,
            "hit_points": 99,
            "hit_dice": "18d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 21,
            "constitution": 12,
            "intelligence": 14,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "nature": 5,
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Elvish, Sylvan",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ashen custodian makes two cleansing strike attacks."
                },
                {
                    "name": "Cleansing Strike",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) bludgeoning damage plus 9 (2d8) fire damage. If the target is a creature or a flammable object, it ignites. Until a creature takes an action to douse the fire, the target takes 5 (1d10) fire damage at the start of each of its turns.",
                    "attack_bonus": 8,
                    "damage_dice": "1d8+5"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fire Controller",
                    "desc": "As a bonus action, the ashen custodian can create or extinguish a nonmagical fire in a 5-foot cube within 30 feet of her, or she can expand an existing fire within 30 feet of her by 5 feet in one direction. If she creates or expands a fire, the target location must have suitable fuel for the fire, such as paper or wood. If the ashen custodian targets a fire elemental with this trait, the fire elemental has advantage (expanded) or disadvantage (extinguished) on attack rolls until the end of its next turn."
                },
                {
                    "name": "Forest Cleanser",
                    "desc": "When the ashen custodian hits a plant or plant creature with her Cleansing Strike, the target takes an extra 2d8 fire damage."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The ashen custodian has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Warming Presence",
                    "desc": "When a hostile creature starts its turn within 10 feet of the ashen custodian, the creature must succeed on a DC 15 Constitution saving throw or take 3 (1d6) fire damage. When a friendly creature within 10 feet of the ashen custodian regains hp, the creature regains an extra 1d6 hp."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The ashen custodian's innate spellcasting ability is Charisma (spell save DC 15). The ashen custodian can innately cast the following spells, requiring no material components:\nAt will: druidcraft, produce flame\n3/day each: burning hands, cure wounds, flame blade, fog cloud\n1/day each: conjure elemental (fire elemental only), wall of fire"
                }
            ],
            "spell_list": [],
            "page_no": 29,
            "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_ashen-custodian/"
        },
        {
            "slug": "astri",
            "desc": "Human hands sit at the ends of the raccoon-headed creature’s four short legs. It flicks its banded tail as it turns toward cries for help, setting its vivid blue eyes on those in need._  \n**Good Samaritans.** Astri range the badlands and deserts of the Material Plane, seeking opportunities to assist lost and dying travelers. When an astri encounters people in distress, it works to grant them the assistance they need—be it food, healing, or a safe place to rest—and remains until they no longer require its help.  \n**Bringers of Hope.** When they aren’t helping individuals or small groups, astri quietly watch over villages in their territories. They keep the surroundings clear of threats, aerate the soil, and dig out wells in places with limited access to clean water. Astri become quite fond of the settlements under their protection and take pride in the residents’ successes.  \n**Enemies of Greed.** Mercenary behavior offends the sensibilities of astri, but they understand many people have strong selfish streaks. Astri counter this selfishness by magically enforcing the desire to help others. Before an astri assists an intelligent creature, it asks the creature to promise to do good deeds over the next few weeks. If a creature won’t make the promise, the astri still assists, but the creature must contend with the _geas_ that may be attached to the helping hand.",
            "name": "Astri",
            "size": "Small",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 15,
            "armor_desc": null,
            "hit_points": 112,
            "hit_dice": "15d6+60",
            "speed": {
                "burrow": 30,
                "walk": 30
            },
            "strength": 12,
            "dexterity": 21,
            "constitution": 18,
            "intelligence": 15,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 8,
            "perception": 6,
            "skills": {
                "perception": 6,
                "stealth": 8,
                "survival": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion",
            "senses": "darkvision 90 ft., passive Perception 16",
            "languages": "Common, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The astri makes three bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage plus 7 (2d6) radiant damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d8+5"
                },
                {
                    "name": "Healing Touch (3/Day)",
                    "desc": "The astri touches another creature. The target magically regains 14 (3d8 + 1) hit points and is freed from any disease, poison, blindness, or deafness."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Defensive Counter",
                    "desc": "When a creature within 5 feet of the astri makes an attack against a creature other than the astri, the astri can bite the attacker. To do so, the astri must be able to see the attacker."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Enforce Good Deeds",
                    "desc": "A creature that has received assistance, such as food or healing, from the astri must succeed on a DC 16 Wisdom saving throw or be affected by the geas spell for 30 days. While under the geas, the affected creature must assist nonhostile creatures suffering from injury or exhaustion by alleviating the injury or exhaustion."
                },
                {
                    "name": "Helping Hand",
                    "desc": "The astri can take the Help action as a bonus action on each of its turns."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The astri has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The astri's weapon attacks are magical."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The astri's spellcasting ability is Charisma (spell save DC 16, +8 to hit with spell attacks). The astri can cast the following spells, requiring no material components:\nAt will: create or destroy water, detect poison and disease, produce flame, purify food and drink\n3/day each: bless, create food and water, lesser restoration\n1/day each: remove curse"
                }
            ],
            "spell_list": [],
            "page_no": 31,
            "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_astri/"
        },
        {
            "slug": "dimensional-shambler",
            "desc": "The large creature lumbers forward, its ape-like and insectoid features blending incomprehensibly. It blinks in and out of existence, closing in on prey in a manner that betrays both the eye and time itself._  \nSolitary and efficient hunters, dimensional shamblers often materialize in closed structures to surprise prey that believes it is safely hidden. Capable of seeing into and entering the Lower Planes, they regularly stalk targets in the Material Plane by hopping in and out of other planes to remain undetectable.  \n**Disturbing Form.** The dimensional shambler has a rudimentary face with dead eyes, thick hide, and symetrical hands. Its claw-tipped fingers bend in either direction. Moving through many dimensions, the creature’s disturbing gait suggests a lack of any conventional skeletal structure.  \n**Unknown Origins.** The number and lifecycle of these creatures is unknown. No records of more than one shambler appearing in the Material Plane at one time exist, and it is not clear whether they were created by some dark or inscrutable power or evolved naturally.",
            "name": "Dimensional Shambler",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d10+36",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 21,
            "constitution": 17,
            "intelligence": 21,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 7,
            "intelligence_save": 9,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "arcana": 9,
                "athletics": 10,
                "perception": 7,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "Abyssal, Infernal, Void Speech",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "A dimensional shambler makes two claw attacks. If both attacks hit the same target, the target is grappled (escape DC 16)."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d10+6"
                },
                {
                    "name": "Drag Through",
                    "desc": "The dimensional shambler shifts through multiple dimensions with a target it is grappling, ending in the same dimension it began. The creature must make a DC 16 Wisdom saving throw, taking 21 (6d6) psychic damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Look Between",
                    "desc": "As a bonus action, the dimensional shambler can see 60 feet into any of the Lower Planes when it is on the Material Plane, and vice versa. This sight lasts until the beginning of its next turn. During this time, the dimensional shambler is deaf and blind with regard to its own senses in its current plane."
                },
                {
                    "name": "Maddening Form",
                    "desc": "When a creature that can see the dimensional shambler starts its turn within 30 feet of the dimensional shambler, the dimensional shambler can force it to make a DC 16 Constitution saving throw if the dimensional shambler is not incapacitated. On a failed save, the creature is frightened until the start of its next turn. If the creature is concentrating on a spell, that creature must succeed on a DC 16 Constitution saving throw or lose concentration on the spell.\n\nUnless surprised, a creature can avert its eyes to avoid the saving throw at the start of its turn. If the creature does so, it can't see the dimensional shambler until the start of its next turn, when it can avert its eyes again. If the creature looks at the dimensional shambler in the meantime, it must immediately make the saving throw."
                },
                {
                    "name": "Step Between",
                    "desc": "As a bonus action, the dimensional shambler can magically shift from the Material Plane to any Lower Plane, or vice versa. It can't bring other creatures with it when it shifts in this way."
                }
            ],
            "spell_list": [],
            "page_no": 107,
            "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_dimensional-shambler/"
        },
        {
            "slug": "hebi-doku",
            "desc": "A serpent rises in tight coils, until its head is level with that of a tall man. Its body is thick and covered in glossy black scales broken by wide bands of bright orange. The two smaller serpents growing from its torso wind together and hiss menacingly. Twin rattles shake rapidly behind the creature._  \n**Ophidian Masters.** Shrines to hebi-doku are found most often in places where venomous snakes are common. They are also located in regions where snakes are considered sacred and in the homes and guilds of assassins who favor the use of toxins. Hebi-doku are never found without an accompaniment of other serpents.  \n**Feared and Placated.** Adventurers and archaeologists who travel through snake-filled jungles and ruins offer hebi-doku tribute, hoping that doing so will purchase some protection from the snakes they encounter. Scorned lovers sometimes venerate a local hebi-doku in the hopes that it will poison future relationships for their former paramour. A hebi-doku claims to care little for the veneration of non-serpents, but it knows it will cease to exist without their gifts.  \n**Toxic Shrines.** To summon a hebi-doku, a heart stilled by snake venom must be laid at the foot of a low altar built of mongoose bones.  \n**Immortal Spirit Nature.** The kami doesn’t require food, drink, or sleep.",
            "name": "Hebi-Doku",
            "size": "Medium",
            "type": "Fey",
            "subtype": "kami",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": null,
            "hit_points": 123,
            "hit_dice": "13d8+65",
            "speed": {
                "climb": 40,
                "walk": 40
            },
            "strength": 17,
            "dexterity": 21,
            "constitution": 21,
            "intelligence": 15,
            "wisdom": 13,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "passive Perception 14",
            "languages": "Common, Sylvan",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hebi-doku can use its Transfixing Rattle. It then makes two attacks: one with its bite and one with its disabling sting, or two with its toxic spittle."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) piercing plus 14 (4d6) poison damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8+5"
                },
                {
                    "name": "Disabling Sting",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (3d4 + 5) piercing damage, and the target must succeed on a DC 16 Constitution saving throw or be unable to use bonus actions and reactions until the end of its next turn.",
                    "attack_bonus": 8,
                    "damage_dice": "3d4+5"
                },
                {
                    "name": "Toxic Spittle",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 30/90 ft., one target. Hit: 10 (3d6) poison damage, and the target must make a DC 16 Constitution saving throw. On a failure, the target is paralyzed for 1 minute. On a success, the target is poisoned 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.",
                    "attack_bonus": 8,
                    "damage_dice": "3d6"
                },
                {
                    "name": "Transfixing Rattle",
                    "desc": "The hebi-doku rattles its tail at one creature it can see within 30 feet of it. The target must make a DC 14 Wisdom saving throw or be incapacitated and have its speed reduced to 0 until the end of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The hebi-doku has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Serpentine Mind",
                    "desc": "The hebi-doku can magically command any snake within 120 feet of it, using a limited form of telepathy."
                }
            ],
            "spell_list": [],
            "page_no": 222,
            "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_hebi-doku/"
        },
        {
            "slug": "luck-leech",
            "desc": "The elf-like creature rises, its bright green eyes flashing with menace. Short, impish horns peek out from its inky hair, and green smoke oozes out of the numerous circular mouths lining its arms._  \nWhen a humanoid who earned wealth through violence and duplicity gets lost in the Shadow Realm, its body becomes corrupted by the dark realm, turning it into a luck leech. These fey have arms covered in lamprey-like mouths that drain the luck out of their victims. They return to the Material Plane and stalk gambling houses and criminal underbellies for exceptionally lucky targets.  \n**Amassing fortune.** Luck leeches obsess over gathering as much wealth and luck as possible, referring to both collectively as “fortune.” They rarely notice and never care if their acquisition of fortune harms others.  \n**Self-Serving.** A luck leech cares first and foremost about itself. If it thinks its life is in danger, it expends any fortune it has to escape, knowing it can’t enjoy its fortune if it’s dead.",
            "name": "Luck Leech",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "studded leather",
            "hit_points": 150,
            "hit_dice": "20d8+60",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 21,
            "constitution": 16,
            "intelligence": 17,
            "wisdom": 14,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "deception": 8,
                "perception": 6,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic",
            "condition_immunities": "frightened",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Common, Sylvan, Umbral",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The luck leech makes two biting arm attacks."
                },
                {
                    "name": "Biting Arms",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) piercing damage plus 9 (2d8) necrotic damage.",
                    "attack_bonus": 9,
                    "damage_dice": "3d8+5"
                },
                {
                    "name": "Feast of Fortune (Recharge 6)",
                    "desc": "Each creature the luck leech can see within 30 feet of it must make a DC 16 Charisma saving throw. On a failure, the creature takes 27 (6d8) psychic damage, becomes blinded until the end of its next turn, and is cursed with falling fortunes. On a success, a creature takes half the damage and isn't blinded or cursed. For each creature that fails this saving throw, the luck leech gains 1 luck point."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Leech Luck",
                    "desc": "If a creature within 60 feet of the luck leech rolls a 20 on an ability check, attack roll, or saving throw, the luck leech gains 1 luck point. It can't have more than 4 luck points at a time."
                },
                {
                    "name": "Reserve of Fortune",
                    "desc": "If the luck leech doesn't have 4 luck points at sunset, it gains 2 luck points. It can't have more than 4 luck points at a time. In addition, if the luck leech rolls a 1 on the d20 for an attack roll, ability check, or saving throw while it has at least 1 luck point, it can reroll the die and must use the new roll. This trait doesn't expend luck points."
                },
                {
                    "name": "Turn Luck",
                    "desc": "As a bonus action, the luck leech can spend 1 luck point to: \n* Gain advantage on its next attack or saving throw \n* Cast misty step\n* Increase the necrotic damage of its next successful biting arms attack by an extra 9 (2d8) \n* Force each creature that is concentrating on a spell within 60 feet of it to make a DC 16 Constitution saving throw, losing its concentration on the spell on a failure."
                }
            ],
            "spell_list": [],
            "page_no": 241,
            "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_luck-leech/"
        }
    ]
}