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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?ordering=-condition_immunities&page=4",
    "previous": "https://api.open5e.com/monsters/?ordering=-condition_immunities&page=2",
    "results": [
        {
            "slug": "gypsosphinx-tob1-2023",
            "desc": "False",
            "name": "Gypsosphinx",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 190,
            "hit_dice": "20d10 + 80",
            "speed": {
                "walk": 70,
                "fly": 40
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 18,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 19,
            "skills": {
                "Arcana": 9,
                "History": 9,
                "Perception": 9,
                "Religion": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "necrotic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "psychic, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 90 ft., passive Perception 19",
            "languages": "Abyssal, Common, Darakhul, Sphinx",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sphinx makes one Beak attack and two Claw attacks. If both Claw attacks hit one creature, the target must succeed on a DC 18 Strength saving throw or take 14 (4d6) slashing damage and be knocked prone."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 10 (1d10 + 5) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 19 (4d6 + 5) slashing damage."
                },
                {
                    "name": "Carrion Breath (Recharge 5-6)",
                    "desc": "The gypsosphinx exhales rotting breath in a 30-foot cone. Each creature in the area must make a DC 18 Constitution saving throw. On a failure, a creature takes 21 (6d6) poison damage and 27 (6d8) necrotic damage and is poisoned for 1 minute. On a success, a creature takes half the damage and isn't poisoned. While poisoned in this way, a creature has disadvantage on death saving throws. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The sphinx casts one of the following spells, requiring no material components and using Intelligence as the spellcasting ability (spell save DC 17):\nAt will: comprehend languages, detect magic, mage hand\n3/day each: blur, dispel magic, locate object\n1/day each: major image, greater invisibility"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": "The sphinx 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 sphinx regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Beak Attack",
                    "desc": "The sphinx makes one Beak attack."
                },
                {
                    "name": "Cast a Spell (Costs 2 Actions)",
                    "desc": "The sphinx uses Spellcasting."
                },
                {
                    "name": "Teleport (Costs 2 Actions)",
                    "desc": "The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                }
            ],
            "special_abilities": [
                {
                    "name": "Death Sense",
                    "desc": "The sphinx can pinpoint, by scent, the location of each creature below half its hp maximum within 60 feet of it, and it can sense the general direction of creatures that don't have all of their hp within 1 mile of it. In addition, the sphinx can foretell the age and manner of a creature's death by looking at it. This effect doesn't take into account possible circumstances that might change the outcome, such as the casting of powerful spells or the creature making a radical change in its life's path."
                },
                {
                    "name": "Inscrutable",
                    "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. Wisdom (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The sphinx's weapon attacks are magical."
                }
            ],
            "spell_list": [],
            "page_no": 339,
            "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_gypsosphinx/"
        },
        {
            "slug": "inkdevil-tob1-2023",
            "desc": "False",
            "name": "Ink Devil",
            "size": "Small",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 54,
            "hit_dice": "12d6 + 12",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 18,
            "constitution": 12,
            "intelligence": 20,
            "wisdom": 8,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "Arcana": 9,
                "Deception": 6,
                "History": 9,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 9",
            "languages": "Celestial, Common, Draconic, Infernal, telepathy 120 ft.",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (3d6 + 4) slashing damage."
                },
                {
                    "name": "Devil's Ink",
                    "desc": "Melee or Ranged Spell Attack: +6 to hit, reach 5 ft. or range 60 ft., one target. Hit: 13 (2d8 + 4) poison damage, and the target must succeed on a DC 13 Dexterity saving throw or be marked with a small, fiendish tattoo for 24 hours. Devils have advantage on attack rolls against the marked target, and the target has disadvantage on saving throws against the spells and abilities of devils."
                },
                {
                    "name": "Corrupt Scroll",
                    "desc": "The ink devil touches a scroll, corrupting it. A creature using the scroll must succeed a DC 13 Intelligence saving throw or the spell harms the caster (if an offensive spell), helps the nearest devil (if beneficial), or fails, consuming the scroll (if not offensive or if no devils are in range to benefit from the magic)."
                },
                {
                    "name": "Invisibility",
                    "desc": "The ink devil magically turns invisible until it attacks or uses Disrupt Concentration, or until its concentration ends (as if concentrating on a spell). Any equipment the ink devil wears or carries is invisible with it."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The ink devil casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 14):\nAt will: detect magic, illusory script (as an action)\n1/day: glyph of warding"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Disrupt Concentration",
                    "desc": "One spellcaster concentrating on a spell within 30 feet of the ink devil that the devil can see must succeed on a DC 13 Wisdom saving throw or lose concentration on the spell."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the ink devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The ink devil has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 96,
            "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_ink-devil/"
        },
        {
            "slug": "kishi-tob1-2023",
            "desc": "False",
            "name": "Kishi",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 18,
            "armor_desc": "natural armor, shield",
            "hit_points": 119,
            "hit_dice": "14d8 + 56",
            "speed": {
                "walk": 50
            },
            "strength": 19,
            "dexterity": 20,
            "constitution": 19,
            "intelligence": 15,
            "wisdom": 11,
            "charisma": 22,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Deception": 9,
                "Perception": 3,
                "Performance": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "Abyssal, Celestial, Common, Draconic, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The kishi makes one Bite attack and two Spear attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 11 (2d6 + 4) piercing damage plus 9 (2d8) cold damage."
                },
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d6 + 4) piercing damage, or 8 (1d8 + 4) piercing damage if used with two hands to make a melee attack, plus 9 (2d8) cold damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The kishi casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 17):\nAt will: detect evil and good, detect magic, suggestion\n3/day: glibness\n1/day: dominate person"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Trophy Shield",
                    "desc": "The kishi absorbs some of the essence of a creature it killed since the end of its previous turn and magically creates a grisly trophy of the creature on its shield or spear. For 1 hour, its Armor Class becomes 20, and creatures of the same type as the slain creature have disadvantage on attack rolls against the kishi."
                },
                {
                    "name": "Summon Demon (1/Day)",
                    "desc": "The kishi demon magically calls 1d4 giant hyenas that are Fiends with the kishi's damage resistances and immunities. It has a 50 percent chance of calling one kishi demon instead. The called creatures arrive in 1d4 rounds, acting as allies of the kishi and obeying its telepathic commands. The creatures remain for 1 hour, until the kishi dies, or until the kishi dismisses them as a bonus action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Fiendish Weapons",
                    "desc": "The kishi's weapon attacks are magical. When the kishi hits with any weapon, the weapon deals an extra 2d8 cold damage (included in the attack)."
                },
                {
                    "name": "Two Heads",
                    "desc": "The kishi has advantage on Wisdom (Perception) checks and on saving throws against being blinded, charmed, deafened, frightened, stunned, and knocked unconscious."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The kishi has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 84,
            "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_kishi/"
        },
        {
            "slug": "koralk-tob1-2023",
            "desc": "False",
            "name": "Koralk",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d10 + 48",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 13,
            "constitution": 17,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 5,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing damage from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Infernal, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The koralk makes one Bite attack, one Scythe attack, and three Stinger attacks. It can replace its Scythe attack with a Vestigial Arms attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) piercing damage."
                },
                {
                    "name": "Scythe",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) slashing damage."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 7 (1d4 + 5) piercing damage plus 7 (2d6) poison damage, and the target must succeed on a DC 17 Constitution saving throw or succumb to the devil's venom (see the Harvester Venom trait)."
                },
                {
                    "name": "Vestigial Arms",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: If the target is a Medium or smaller creature, it is grappled (escape DC 17). Until this grapple ends, the creature is restrained, and the devil can't use its Vestigial Arms on another target."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness does not impair the koralk's darkvision."
                },
                {
                    "name": "Harvester Venom",
                    "desc": "The koralk produces a potent poison that liquefies the innards of those affected by it. Every hour that elapses after a creature succumbs to this poison, it must succeed on a DC 17 Constitution saving throw or take 7 (2d6) poison damage, and its hp maximum is reduced by that amount. Creatures with resistance or immunity to poison or the poisoned condition can be affected by this poison. Such creatures have advantage on the saving throw."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The koralk has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Steadfast",
                    "desc": "The koralk can't be frightened while it can see an ally within 30 feet of it."
                }
            ],
            "spell_list": [],
            "page_no": 97,
            "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_koralk/"
        },
        {
            "slug": "leshy-tob1-2023",
            "desc": "False",
            "name": "Leshy",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "7d8 + 14",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 14,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Deception": 5,
                "Perception": 4,
                "Stealth": 3,
                "Survival": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Club",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) bludgeoning damage plus 5 (2d4) poison damage."
                },
                {
                    "name": "Frightening Mien (Recharge 5-6)",
                    "desc": "The leshy briefly appears to grow to an enormous size, taking on a malicious mien before returning to normal. Each creature within 15 feet of the leshy and that can see it must succeed on a DC 13 Wisdom saving throw or be frightened for 1 minute. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. A creature is immune to Frightening Mien if it can see through illusions."
                },
                {
                    "name": "Encourage Growth (1/Day)",
                    "desc": "The leshy whispers magical words of growth to nonmagical plants on a point it can see within 30 feet of it. The plants burst with life and spread rapidly. The area within 20 feet of that point becomes difficult terrain for 24 hours."
                },
                {
                    "name": "Familiar",
                    "desc": "The library automaton can serve another creature as a familiar, forming a magic, telepathic bond with that willing companion. While the two are bonded, the companion can sense what the automaton senses as long as they are within 1 mile of each other. While the automaton is within 10 feet of its companion, the companion has resistance to psychic damage. At any time and for any reason, the automaton can end its service as a familiar, ending the telepathic bond."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Mimicry",
                    "desc": "The leshy can mimic animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 15 Wisdom (Insight) check."
                },
                {
                    "name": "Plant Camouflage",
                    "desc": "The leshy has advantage on Dexterity (Stealth) checks it makes in any terrain with ample obscuring plant life."
                },
                {
                    "name": "Speak with Beasts and Plants",
                    "desc": "The leshy can communicate with Beasts and Plants as if they shared a language."
                },
                {
                    "name": "Vine-Wrapped Weapons",
                    "desc": "The poisonous vines growing from the leshy entwine around its weapon. When the leshy hits with any weapon, the weapon deals an extra 2d4 poison damage (included in the attack)."
                },
                {
                    "name": "Woodland Stride",
                    "desc": "Difficult terrain composed of magical or nonmagical plants doesn't cost the leshy extra movement."
                }
            ],
            "spell_list": [],
            "page_no": 251,
            "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_leshy/"
        },
        {
            "slug": "lunardevil-tob1-2023",
            "desc": "False",
            "name": "Lunar Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d10 + 45",
            "speed": {
                "walk": 60,
                "fly": 40
            },
            "strength": 21,
            "dexterity": 21,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": 8,
            "dexterity_save": 8,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing damage from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Celestial, Draconic, Elvish, Infernal, Sylvan, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The lunar devil makes one Bite attack, one Claw attack, and one Tail attack, or it makes three Hurl Moonlight attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) piercing damage plus 9 (2d8) cold damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage."
                },
                {
                    "name": "Hurl Moonlight",
                    "desc": "Ranged Spell Attack: +7 to hit, range 150 ft., one target. Hit: 17 (3d8 + 4) cold damage, and the target must succeed on a DC 15 Constitution saving throw or become blinded until the end of its next turn."
                },
                {
                    "name": "Summon Devil (1/Day)",
                    "desc": "The lunar devil magically calls 1d4 giant owls that are Fiends with the lunar devil's damage resistances and immunities (but not its Light Incorporeality trait). The lunar devil has a 25 percent chance of calling one lunar devil instead. The called creatures arrive in 1d4 rounds, acting as allies of the devil and obeying its telepathic commands. The creatures remain for 1 hour, until the devil dies, or until the devil dismisses them as a bonus action."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The lunar devil casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 15):\nAt will: fly, major image\n3/day: greater invisibility\n1/day: wall of ice"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the lunar devil's darkvision."
                },
                {
                    "name": "Light Incorporeality",
                    "desc": "The lunar devil is translucent when standing in moonlight and is immune to damage from all nonmagical weapons in such conditions."
                },
                {
                    "name": "Lightwalking",
                    "desc": "Once on its turn, the lunar devil can use half its movement to step magically into one area of moonlight within its reach and emerge from a second area of moonlight within 80 feet of the first, appearing in an unoccupied space within that second area."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The lunar devil has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 98,
            "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_lunar-devil/"
        },
        {
            "slug": "mavka-tob1-2023",
            "desc": "False",
            "name": "Mavka",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 170,
            "hit_dice": "20d8 + 80",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 13,
            "charisma": 18,
            "strength_save": 9,
            "dexterity_save": 6,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 8,
            "perception": 15,
            "skills": {
                "Athletics": 9,
                "Nature": 5,
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 90 ft., passive Perception 15",
            "languages": "Abyssal, Common, Infernal, Sylvan",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mavka makes two Enervating Slam attacks or three Necrotic Bolt attacks. If she is riding a nightmare, the nightmare can then make one Hooves attack. If both Enervating Slam attacks hit one creature, the mavka regains hp equal to the total necrotic damage dealt by both attacks."
                },
                {
                    "name": "Enervating Slam",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 23 (4d8 + 5) bludgeoning damage plus 16 (3d10) necrotic damage."
                },
                {
                    "name": "Necrotic Bolt",
                    "desc": "Ranged Spell Attack: +8 to hit, range 60 ft., one target. Hit: 26 (4d10 + 4) necrotic damage."
                },
                {
                    "name": "Flame Burst (Recharge 5-6)",
                    "desc": "While riding a nightmare, the mavka channels her power into her mount, causing its fiery light to burn those nearby. Each creature within 20 feet of the mavka must make a DC 16 Dexterity saving throw, taking 54 (12d8) fire damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The mavka casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 16):\nAt will: create or destroy water, dancing lights\n3/day each: darkness, hold person, silence\n1/day each: bestow curse, dispel magic"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Mounted Warrior",
                    "desc": "While the mavka is mounted, her mount can't be charmed or frightened."
                },
                {
                    "name": "Nightmare Mount",
                    "desc": "The mavka has formed a bond with a nightmare. The nightmare acts as a controlled mount while carrying the mavka, obeying the mavka's spoken commands. Mounting and dismounting the nightmare costs the mavka only 5 feet of movement."
                },
                {
                    "name": "Sunlight Hypersensitivity",
                    "desc": "The mavka takes 20 radiant damage when she starts her turn in sunlight. While in sunlight, she has disadvantage on attack rolls and ability checks."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The mavka doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 265,
            "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_mavka/"
        },
        {
            "slug": "mbielu-tob1-2023",
            "desc": "False",
            "name": "Mbielu",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "8d12 + 24",
            "speed": {
                "walk": 20
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "passive Perception 13",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 20 (3d10 + 4) bludgeoning damage plus 2 (1d4) poison damage. If the target is a Large or smaller creature, it must succeed on a DC 13 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Rumbling Bellow (Recharge 5-6)",
                    "desc": "The mbielu releases a deep bellow that vibrates within the bodies of those nearby. Each creature within 15 feet of the mbielu must make a DC 13 Constitution saving throw, taking 18 (4d8) thunder damage on a failed save, or half as much damage on a successful one. If a creature poisoned by the mbielu's Toxic Skin fails this saving throw, it is also incapacitated until the end of its next turn as the combined vibrations and hallucinations disorient it."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The mbielu can hold its breath for 30 minutes."
                },
                {
                    "name": "Toxic Skin",
                    "desc": "A creature that touches the mbielu or hits it with a melee attack while within 5 feet of it takes 2 (1d4) poison damage and must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, a creature has disadvantage on Intelligence, Wisdom, and Charisma saving throws as it experiences mild hallucinations. The poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "spell_list": [],
            "page_no": 101,
            "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_mbielu/"
        },
        {
            "slug": "mosslurker-tob1-2023",
            "desc": "False",
            "name": "Moss Lurker",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "10d6 + 10",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": 4,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 12,
            "skills": {
                "Perception": 2,
                "Stealth": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 60 ft., passive Perception 12",
            "languages": "Giant, Sylvan, Trollkin",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Poisoned Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage plus 7 (2d6) poison damage, and the target must succeed on a DC 12 Constitution saving throw or be poisoned until the end of its next turn."
                },
                {
                    "name": "Throw Stone",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 ft., one target. Hit: 7 (2d4 + 2) bludgeoning damage. If the target is at least 10 feet below the moss lurker, such as at the base of a cliff where the moss lurker stands, the target must succeed on a DC 12 Strength saving throw or take 1d4 bludgeoning damage for every 10 feet the rock fell before hitting the target, to a maximum of 10d4."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Forest Camouflage",
                    "desc": "A moss lurker has advantage on Dexterity (Stealth) checks made to hide in forested terrain."
                },
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The moss lurker has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                },
                {
                    "name": "Poisoned Gifts",
                    "desc": "A moss lurker can spend 1 minute stirring one of its red claws in a drink or cooked meal, contaminating the food or drink. A creature that eats or drinks the contaminated food or drink must succeed on a DC 12 Constitution saving throw or be poisoned for 1 hour. A creature that fails this saving throw by 5 or more is also unconscious while poisoned in this way. The creature wakes up if it takes damage or if another creature takes an action to shake it awake."
                }
            ],
            "spell_list": [],
            "page_no": 278,
            "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_moss-lurker/"
        },
        {
            "slug": "nihilethicdominator-tob1-2023",
            "desc": "False",
            "name": "Nihilethic Dominator",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 82,
            "hit_dice": "11d8 + 33",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 8,
            "constitution": 16,
            "intelligence": 3,
            "wisdom": 6,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 8,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "cold, necrotic, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 8",
            "languages": "understands Void Speech and the languages it knew in life but can’t speak",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The nihilethic dominator makes three Claw attacks, or it makes two Tendril of the Void attacks."
                },
                {
                    "name": "Claw (Undead Form Only)",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage. If the target is a creature, it must succeed on a DC 14 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Tendril of the Void (Void Ghost Form Only)",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one creature. Hit: 7 (1d8 + 3) cold damage plus 7 (2d6) necrotic damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Void Shape",
                    "desc": "The nihilethic dominator magically transforms into a dark purple, Void ghost form or back into its Undead form. Its statistics, other than its speed and resistances, are the same in each form. Any equipment it is wearing or carrying changes with it. It reverts to its Undead form of it dies."
                }
            ],
            "reactions": [
                {
                    "name": "Void Body",
                    "desc": "When the nihilethic dominator takes damage that isn't radiant, it can reduce the damage by 1d12."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Ghostly Body (Void Ghost Form Only)",
                    "desc": "The nihilethic dominator has resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, the dominator can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Undead Fortitude",
                    "desc": "If damage reduces the nihilethic dominator to 0 hp, it must make a Constitution saving throw with a DC of 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the dominator drops to 1 hp instead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The nihilethic dominator doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 10,
            "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_nihilethic-dominator/"
        },
        {
            "slug": "nihilethiczombie-tob1-2023",
            "desc": "False",
            "name": "Nihilethic Zombie",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 8,
            "armor_desc": "",
            "hit_points": 37,
            "hit_dice": "5d8 + 15",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 6,
            "constitution": 16,
            "intelligence": 3,
            "wisdom": 6,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 0,
            "charisma_save": null,
            "perception": 8,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "cold, necrotic, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 8",
            "languages": "understands Void Speech and the languages it knew in life but can’t speak",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Slam (Undead Form Only)",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d6 + 1) bludgeoning damage plus 7 (2d6) necrotic damage."
                },
                {
                    "name": "Withering Touch (Void Ghost Form Only)",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 8 (2d6 + 1) necrotic damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Void Shape",
                    "desc": "The nihilethic zombie magically transforms into a dark purple, Void ghost form or back into its Undead form. Its statistics, other than its speed and resistances, are the same in each form. Any equipment it is wearing or carrying changes with it. It reverts to its Undead form of it dies."
                }
            ],
            "reactions": [
                {
                    "name": "Sacrifice Life",
                    "desc": "When the nihilethic zombie's controlling nihileth takes damage while within 30 feet of the zombie, the zombie can send its life force to the nihileth. The zombie's hp is reduced by up to the amount of damage the nihileth took, preventing that amount of damage to the nihileth. If this damage reduces the zombie to 0 hp, it is immediately destroyed. A nihileth can benefit from only one zombie's Sacrifice Life for each source of damage it takes."
                },
                {
                    "name": "Void Body",
                    "desc": "When the nihilethic zombie takes damage that isn't radiant, it can reduce the damage by 1d12."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Ghostly Body (Void Ghost Form Only)",
                    "desc": "The nihilethic zombie has resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, the zombie can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Undead Fortitude",
                    "desc": "If damage reduces the nihilethic zombie to 0 hp, it must make a Constitution saving throw with a DC of 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 hp instead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The nihilethic zombie doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 9,
            "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_nihilethic-zombie/"
        },
        {
            "slug": "orobasdevil-tob1-2023",
            "desc": "False",
            "name": "Orobas Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 19,
            "armor_desc": "natural armor, shield",
            "hit_points": 203,
            "hit_dice": "14d10 + 126",
            "speed": {
                "walk": 40
            },
            "strength": 26,
            "dexterity": 14,
            "constitution": 28,
            "intelligence": 23,
            "wisdom": 26,
            "charisma": 21,
            "strength_save": 13,
            "dexterity_save": 7,
            "constitution_save": 14,
            "intelligence_save": null,
            "wisdom_save": 13,
            "charisma_save": null,
            "perception": 23,
            "skills": {
                "Deception": 10,
                "History": 11,
                "Insight": 13,
                "Perception": 13,
                "Persuasion": 10
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 90 ft., passive Perception 23",
            "languages": "Celestial, Infernal, telepathy 100 ft.",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The orobas makes one Bite attack, one Flail attack, and one Stomp attack, or it makes four Hurl Flame attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) piercing damage plus 13 (3d8) fire damage and 10 (3d6) poison damage, and the target must succeed on a DC 18 Constitution saving throw or become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Flail",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage plus 13 (3d8) fire damage."
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 5 ft., one target. Hit: 11 (1d6 + 8) bludgeoning damage plus 13 (3d8) fire damage."
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +10 to hit, range 120 ft., one target. Hit: 23 (4d8 + 5) fire damage."
                },
                {
                    "name": "Teleport",
                    "desc": "The orobas magically teleports, along with any equipment, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The orobas casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 18):\nAt will: augury, detect thoughts, guidance\n3/day each: locate creature, nondetection\n1/day each: contact other plane (as an action), legend lore (as an action)"
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Prediction (3/Day)",
                    "desc": "When the orobas makes an ability check or attack, it can choose to have advantage on the roll."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Deceptive Advice",
                    "desc": "When the orobas casts a spell of the divination school, it has advantage on Charisma (Deception) checks for 1 minute."
                },
                {
                    "name": "Hellish Weapons",
                    "desc": "The orobas's weapon attacks are magical. When the orobas hits with any weapon, the weapon deals an extra 3d8 fire damage (included in the attack)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The orobas has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Sense Consecrated",
                    "desc": "The orobas can pinpoint the location of Celestials, consecrated places or objects, and creatures wielding divine or celestial power, such as clerics, paladins, or aasimars, within 60 feet of it."
                }
            ],
            "spell_list": [],
            "page_no": 99,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_orobas-devil/"
        },
        {
            "slug": "pactvampire-tob1-2023",
            "desc": "False",
            "name": "Pact Vampire",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Any Evil Alignment",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 178,
            "hit_dice": "17d8 + 102",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 16,
            "constitution": 22,
            "intelligence": 17,
            "wisdom": 15,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 10,
            "perception": 17,
            "skills": {
                "Perception": 7,
                "Persuasion": 10,
                "Stealth": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "necrotic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "the languages it knew in life",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The pact vampire makes three Claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage plus 13 (3d8) poison damage."
                },
                {
                    "name": "Call Blood",
                    "desc": "The pact vampire draws the blood out of a bleeding creature's body, where it flows through the air into the vampire's mouth. One creature the vampire can see within 60 feet of it that doesn't have all its hp and isn't a Construct or Undead must succeed on a DC 18 Constitution saving throw or take 22 (4d10) necrotic damage, and its hp maximum is reduced by that amount. The vampire regains hp equal to half the damage dealt. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0."
                },
                {
                    "name": "Charm",
                    "desc": "One Humanoid the vampire can see within 30 feet of it must succeed on a DC 18 Wisdom saving throw or be magically charmed for 1 day. The charmed target obeys the vampire's verbal commands. If the target suffers any harm or receives a suicidal command, it can repeat the saving throw, ending the effect on itself on a success. If the target's saving throw is successful or the effect ends for it, the target is immune to this vampire's Charm for the next 24 hours."
                },
                {
                    "name": "Children of the Lower Planes (1/Day)",
                    "desc": "The pact vampire magically calls 2d4 dretches, 1d4 imps, or 1 bearded devil. The called Fiends arrive in 1d4 rounds, acting as allies of the vampire and obeying its spoken commands. The Fiends remain for 1 hour, until the vampire dies, or until the vampire dismisses them as a bonus action."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": "The pact vampire 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 vampire regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "The pact vampire moves up to its speed without provoking opportunity attacks."
                },
                {
                    "name": "Call Blood (Costs 2 Actions)",
                    "desc": "The pact vampire uses Call Blood."
                },
                {
                    "name": "Spread Poison (Costs 2 Actions)",
                    "desc": "The pact vampire's blood briefly turns into a mist around it. Each creature within 15 feet of the vampire must succeed on a DC 18 Constitution saving throw or take 14 (4d6) poison damage and be poisoned until the end of its next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Blood Sense",
                    "desc": "The pact vampire can pinpoint the location of creatures that aren't Constructs or Undead within 60 feet of it and can sense the general direction of such creatures within 1 mile of it."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the pact vampire fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Poisonous Blood",
                    "desc": "A creature that hits the pact vampire with a melee attack while within 5 feet of it takes 7 (2d6) poison damage."
                },
                {
                    "name": "Regeneration",
                    "desc": "The pact vampire regains 25 hp at the start of its turn if it has at least 1 hp and isn't in sunlight. 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": "Undead Nature",
                    "desc": "The pact vampire doesn't require air."
                },
                {
                    "name": "Vampire Weaknesses",
                    "desc": "The pact vampire has the following flaws:"
                }
            ],
            "spell_list": [],
            "page_no": 380,
            "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_pact-vampire/"
        },
        {
            "slug": "psoglav-tob1-2023",
            "desc": "False",
            "name": "Psoglav",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 115,
            "hit_dice": "11d10 + 55",
            "speed": {
                "walk": 60,
                "fly": 40
            },
            "strength": 21,
            "dexterity": 23,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 19,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 7,
            "perception": 17,
            "skills": {
                "Acrobatics": 9,
                "Perception": 7,
                "Intimidation": 7,
                "Stealth": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 30 ft., darkvision 60 ft., passive Perception 17",
            "languages": "Abyssal, Common, telepathy 60 ft.",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The psoglav makes three Bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (2d12 + 5) piercing damage."
                },
                {
                    "name": "Invisibility",
                    "desc": "The psoglav magically turns invisible until it attacks or uses Shadow-Stealing Ray, or until its concentration ends (as if concentrating on a spell). Any equipment the psoglav wears or carries is invisible with it."
                },
                {
                    "name": "Shadow-Stealing Ray (Recharge 5-6)",
                    "desc": "The psoglav emits a beam from its single eye at one creature it can see within 60 feet of it. The target must make a DC 15 Constitution saving throw. On a failure, the target is pushed up to 20 feet away from the psoglav, and its shadow becomes a creature under the psoglav's control for 24 hours or until the shadow is reduced to 0 hp. On a success, the target is pushed up to 10 feet away from the psoglav and its shadow isn't stolen. Each controlled shadow uses the statistics of a shadow, except it can't create shadows from killing Humanoids. The psoglav can have no more than five shadows under its control at a time. The shadow becomes permanently under the psoglav's control if the shadow's original owner dies."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Jump (3/Day)",
                    "desc": "While in shadows, dim light, or darkness, the psoglav disappears into the darkness and reappears in an unoccupied space it can see within 60 feet."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The psoglav has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The psoglav's weapon attacks are magical."
                }
            ],
            "spell_list": [],
            "page_no": 86,
            "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_psoglav/"
        },
        {
            "slug": "roachlinglord-tob1-2023",
            "desc": "False",
            "name": "Roachling Lord",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 63,
            "hit_dice": "14d6 + 14",
            "speed": {
                "walk": 25
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "Acrobatics": 5,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., tremorsense 10 ft., passive Perception 10",
            "languages": "Common",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The roachling lord makes two Begrimed Shortsword or Begrimed Dart attacks."
                },
                {
                    "name": "Begrimed Shortsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage plus 3 (1d6) poison damage."
                },
                {
                    "name": "Begrimed Dart",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage plus 3 (1d6) poison damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Hardy",
                    "desc": "The roachling is immune to diseases and has advantage on Constitution saving throws."
                },
                {
                    "name": "Unpleasant Scent",
                    "desc": "The roachling has disadvantage on Wisdom (Animal Handling) checks when interacting with Beasts and on Charisma checks when interacting with Humanoids. If the roachling bathes meticulously, it loses this trait for 24 hours."
                }
            ],
            "spell_list": [],
            "page_no": 310,
            "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_roachling-lord/"
        },
        {
            "slug": "roachlingskirmisher-tob1-2023",
            "desc": "False",
            "name": "Roachling Skirmisher",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 21,
            "hit_dice": "6d6",
            "speed": {
                "walk": 25
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 11,
            "intelligence": 10,
            "wisdom": 9,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 2,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "Acrobatics": 4,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., tremorsense 10 ft., passive Perception 9",
            "languages": "Common",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage."
                },
                {
                    "name": "Dart",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Hardy",
                    "desc": "The roachling is immune to diseases and has advantage on Constitution saving throws."
                },
                {
                    "name": "Unpleasant Scent",
                    "desc": "The roachling has disadvantage on Wisdom (Animal Handling) checks when interacting with Beasts and on Charisma checks when interacting with Humanoids. If the roachling bathes meticulously, it loses this trait for 24 hours."
                }
            ],
            "spell_list": [],
            "page_no": 310,
            "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_roachling-skirmisher/"
        },
        {
            "slug": "rumgremlin-tob1-2023",
            "desc": "False",
            "name": "Rum Gremlin",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 27,
            "hit_dice": "6d4 + 12",
            "speed": {
                "walk": 10
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 9,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Common, Sylvan",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, range 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, range 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The gremlin casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 11):\nAt will: prestidigitation\n3/day: command"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Aura of Drunkenness",
                    "desc": "The rum gremlin radiates an aura of drunkenness to a radius of 20 feet. Each creature that starts its turn in the aura must succeed on a DC 12 Constitution saving throw or be poisoned for 1 hour. A creature that has consumed alcohol within the past hour has disadvantage on the saving throw. While poisoned, a creature falls prone if it tries to move more than half its speed during a turn. A creature that succeeds on the saving throw is immune to the rum gremlin's Aura of Drunkenness for 24 hours."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The rum gremlin has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 223,
            "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_rum-gremlin/"
        },
        {
            "slug": "rustdrake-tob1-2023",
            "desc": "False",
            "name": "Rust Drake",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 161,
            "hit_dice": "19d8 + 76",
            "speed": {
                "walk": 80,
                "fly": 30
            },
            "strength": 20,
            "dexterity": 15,
            "constitution": 19,
            "intelligence": 12,
            "wisdom": 8,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Perception": 5,
                "Stealth": 5
            },
            "damage_vulnerabilities": "acid",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Draconic",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The drake makes one Bite attack and two Tail Swipe attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) piercing damage, and the target must succeed on a DC 15 Constitution save or contract the rust drake lockjaw disease (see the Rust Drake Lockjaw trait)."
                },
                {
                    "name": "Tail Swipe",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage."
                },
                {
                    "name": "Vomit Scrap (Recharge 5-6)",
                    "desc": "The rust drake vomits forth a 15-foot cone of rusted metal. Each creature in the area must make a DC 15 Dexterity saving throw, taking 22 (5d8) slashing damage and 22 (5d8) poison damage on a failed save, or half as much damage on a successful one. In addition, each creature that failed the saving throw must succeed on a DC 15 Constitution saving throw or contract the rust drake lockjaw disease (see the Rust Drake Lockjaw trait)."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Rust Drake Lockjaw",
                    "desc": "A creature infected with this disease manifests symptoms 1d4 days after infection, which include painful muscle spasms, particularly in the jaw. At the end of each long rest, the infected creature must succeed on a DC 15 Constitution saving throw or be paralyzed for 1 hour and have its Dexterity score reduced by 1d4. This reduction lasts until the disease is cured. If the disease reduces the creature's Dexterity to 0, the creature dies. A creature that succeeds on two saving throws recovers from the disease."
                }
            ],
            "spell_list": [],
            "page_no": 145,
            "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_rust-drake/"
        },
        {
            "slug": "saltdevil-tob1-2023",
            "desc": "False",
            "name": "Salt Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 93,
            "hit_dice": "11d8 + 44",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 13,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": 15,
            "skills": {
                "Perception": 5,
                "Stealth": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Common, Gnoll, Infernal, telepathy 120 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The salt devil makes two Scimitar attacks and one Water-Draining Claw attack."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage."
                },
                {
                    "name": "Water-Draining Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 6 (1d4 + 4) slashing damage. If the target is a creature that isn't a Construct or Undead, it must make a DC 15 Constitution saving throw, taking 14 (4d6) necrotic damage on a failed save, or half as much damage on a successful one. Plants, Oozes, and creatures with the Amphibious, Water Breathing, or Water Form traits have disadvantage on this saving throw. If the saving throw fails by 5 or more, the target also suffers one level of exhaustion."
                },
                {
                    "name": "Teleport (3/Day)",
                    "desc": "The salt devil magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Summon Devil (1/Day)",
                    "desc": "The salt devil magically calls 1d4 gnolls that are Fiends with the salt devil's damage resistances and immunities. The salt devil has a 25 percent chance of calling one salt devil instead. The called creatures arrive in 1d4 rounds, acting as allies of the devil and obeying its telepathic commands. The creatures remain for 1 hour, until the devil dies, or until the devil dismisses them as a bonus action."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the salt devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The salt devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Salt-Encrusted Hide",
                    "desc": "A creature that touches the salt devil or hits it with a melee attack while within 5 feet of it takes 3 (1d6) slashing damage."
                }
            ],
            "spell_list": [],
            "page_no": 100,
            "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_salt-devil/"
        },
        {
            "slug": "serpopard-tob1-2023",
            "desc": "False",
            "name": "Serpopard",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "10d10 + 30",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "poison",
            "damage_immunities": "False",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The serpopard makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 10 ft., one target. Hit: 12 (2d8 + 3) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage."
                },
                {
                    "name": "Musk (Recharges after a Short or Long Rest)",
                    "desc": "The serpopard releases foul-smelling musk in a 15-foot cone. Each creature in that area must make a DC 13 Dexterity saving throw. On a failure, a creature takes 21 (6d6) poison damage and is poisoned for 1 hour or until it spends 10 minutes washing off the musk. On a success, a creature takes half the damage and isn't poisoned. While a creature is poisoned in this way, any creature that starts its turn within 5 feet of the poisoned creature must succeed on a DC 13 Dexterity saving throw or be poisoned until the end of its turn."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Coastal Camouflage",
                    "desc": "The serpopard has advantage on Dexterity (Stealth) checks made to hide in sandy, muddy, or swampy terrain."
                },
                {
                    "name": "Sinuous Strikeback",
                    "desc": "The serpopard gets two extra reactions that can be used only for opportunity attacks."
                }
            ],
            "spell_list": [],
            "page_no": 322,
            "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_serpopard/"
        },
        {
            "slug": "skinbat-tob1-2023",
            "desc": "False",
            "name": "Skin Bat",
            "size": "Small",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 28,
            "hit_dice": "8d6",
            "speed": {
                "walk": 40,
                "fly": 10
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 2,
            "wisdom": 13,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 20 ft., darkvision 60 ft., passive Perception 13",
            "languages": "—",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage, and the target must succeed on a DC 10 Constitution saving throw or be paralyzed until the end of its next turn. On a success, the target can't be paralyzed in this way by the skin bat again for 24 hours."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Attract Bats (1/Day)",
                    "desc": "When the skin bat is reduced to below half its hp maximum while underground or outside at night, it releases a high-frequency cry similar to that of an injured bat, attracting other bats to it. On initiative count 20 of the next round, 1d6 bats arrive and aid the skin bat. These bats aren't under the skin bat's control, but they protect it to the best of their abilities, attacking those that harm the skin bat."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Echolocation",
                    "desc": "The skin bat can't use its blindsight while deafened."
                },
                {
                    "name": "Hungry Dead Nature",
                    "desc": "The skin bat doesn't require air or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 331,
            "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_skin-bat/"
        },
        {
            "slug": "spawnofakyishigal-tob1-2023",
            "desc": "False",
            "name": "Spawn of Akyishigal",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 119,
            "hit_dice": "14d8 + 56",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 13,
            "constitution": 19,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Abyssal",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spawn makes one Bite attack and two Sting attacks. It can replace its Bite attack with a use of Swarming Cough, if available."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d10 + 2) piercing damage."
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 11 (2d8 + 2) piercing damage plus 3 (1d6) poison damage, and the target must succeed on a DC 15 Constitution saving throw or become poisoned until the end of its next turn."
                },
                {
                    "name": "Swarming Cough (3/Day)",
                    "desc": "The spawn belches forth a swarm of insects. The swarm is an ally of the spawn, obeys its spoken commands, and takes its turn immediately after the spawn's. The swarm remains for 1 minute, until the spawn dies, or until the spawn dismisses it as a bonus action. The spawn can have no more than two swarms under its control at a time."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Command Vermin",
                    "desc": "The spawn of Akyishigal can command any Beast with an Intelligence of 2 or lower within 30 feet of it that isn't under the magical control of another creature, provided the Beast is insectoid and doesn't have a Challenge Rating higher than the spawn's. The Beast obeys the spawn's commands to the best of its ability, heedless of its own safety."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The spawn of Akyishigal has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 190,
            "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_spawn-of-akyishigal/"
        },
        {
            "slug": "spawnofarbeyach-tob1-2023",
            "desc": "False",
            "name": "Spawn of Arbeyach",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 78,
            "hit_dice": "12d8 + 24",
            "speed": {
                "walk": 20
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 15,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Perception": 4,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., tremorsense 60 ft., passive Perception 14",
            "languages": "Infernal",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spawn of Arbeyach makes one Bite attack and one Stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage plus 4 (1d8) poison damage."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 6 (1d4 + 4) piercing damage plus 13 (3d8) poison damage. If the target is a creature, it must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Children of Arbeyach (1/Day)",
                    "desc": "The spawn of Arbeyach magically calls 1d4 swarms of insects. The called creatures arrive in 1d4 rounds, acting as allies of the spawn and obeying its spoken commands. The insects remain for 1 hour, until the spawn dies, or until the spawn dismisses them as a bonus action."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the spawn's darkvision."
                },
                {
                    "name": "Hive Bond",
                    "desc": "While the spawn is within 60 feet of at least one member of its hive, it has advantage on initiative rolls and on Wisdom (Perception) checks. The spawn can't be surprised if at least one other member is aware of the danger and within 300 feet of it."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The spawn has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Speak with Insects",
                    "desc": "The spawn can communicate with insects as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 356,
            "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_spawn-of-arbeyach/"
        },
        {
            "slug": "stuhac-tob1-2023",
            "desc": "False",
            "name": "Stuhac",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 209,
            "hit_dice": "22d8 + 110",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 15,
            "strength_save": 11,
            "dexterity_save": 9,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 13,
            "skills": {
                "Deception": 12
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, fire, lightning; bludgeoning and piercing from nonmagical attacks",
            "damage_immunities": "cold, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Abyssal, Common, Infernal, telepathy 120 ft.",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The stuhac can use Hobble. It then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 20 (4d6 + 6) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 28 (5d8 + 6) slashing damage."
                },
                {
                    "name": "Hobble",
                    "desc": "The stuhac telekinetically tears the tendons and ligaments of one creature it can see within 60 feet of it. The target must succeed on a DC 18 Constitution saving throw or take 13 (3d8) force damage and its speed is reduced by 10 feet. The stuhac can't reduce a creature's speed below 0 feet with this action. This reduction lasts until the creature finishes a long rest or until removed by the greater restoration spell or similar magic."
                },
                {
                    "name": "Illusory Appearance",
                    "desc": "The stuhac covers itself and anything it is wearing or carrying with a magical illusion that makes it look like another creature of its general size and Humanoid shape. The illusion ends if the stuhac takes a bonus action to end it or if the stuhac dies."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Mountain Walk",
                    "desc": "The stuhac can move across and climb rocky surfaces without needing to make an ability check. Additionally, difficult terrain composed of rocks or rocky debris doesn't cost it extra movement."
                },
                {
                    "name": "Standing Leap",
                    "desc": "The stuhac's long jump is up to 30 feet and tis high jump is up to 15 feet, with or without a running start."
                }
            ],
            "spell_list": [],
            "page_no": 351,
            "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_stuhac/"
        },
        {
            "slug": "templedog-tob1-2023",
            "desc": "False",
            "name": "Temple Dog",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": "null",
            "alignment": "Any Good",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "15d8 + 30",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 3,
            "perception": 15,
            "skills": {
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "radiant; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "understands Celestial and Common but can’t speak",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The temple dog makes two Bite attacks. If both attacks hit a Medium or smaller target, the temple dog sinks in its teeth, shaking its head violently, and the target must succeed on a DC 15 Strength saving throw or take 9 (2d8) slashing damage and be grappled (escape DC 15). Until this grapple ends, the target is restrained, and temple dog can't Bite another target."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage plus 7 (2d6) radiant damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The temple dog has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Protector's Instincts",
                    "desc": "The temple dog has advantage on initiative rolls while in its temple or within 30 feet of a priest of its deity."
                },
                {
                    "name": "Radiant Jaws",
                    "desc": "The temple dog's Bite attacks are magical. When it hits with a Bite attack, the Bite deals an extra 2d6 radiant damage (included in the attack)."
                },
                {
                    "name": "Rushing Bite",
                    "desc": "If the temple dog moves at least 15 feet straight toward a target and then hits it with a Bite attack on the same turn, that target must succeed on a DC 15 Strength saving throw or be pushed up to 10 feet away from the temple dog. If the target is pushed, the temple dog can move up to 10 feet straight toward the target without provoking opportunity attacks."
                }
            ],
            "spell_list": [],
            "page_no": 359,
            "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_temple-dog/"
        },
        {
            "slug": "uraeus-tob1-2023",
            "desc": "False",
            "name": "Uraeus",
            "size": "Tiny",
            "type": "Celestial",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 40,
            "hit_dice": "9d4 + 18",
            "speed": {
                "walk": 60,
                "fly": 30
            },
            "strength": 6,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 1,
            "perception": 14,
            "skills": {
                "Perception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "radiant; bludgeoning, piercing, and slashing damage from nonmagical attacks",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 10 ft., passive Perception 14",
            "languages": "understands Celestial and Common but can’t speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage plus 9 (2d8) poison damage, and the target must succeed on a DC 12 Constitution saving throw or be poisoned for 1 minute. While poisoned, the target takes 3 (1d6) fire damage at the start of each of its turns. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Spit Fire",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 ft., one target. Hit: 16 (4d6 + 2) fire damage."
                },
                {
                    "name": "Searing Breath (Recharge 5-6)",
                    "desc": "The uraeus exhales a 15-foot cone of fire. Each creature in the area must make a DC 12 Dexterity saving throw, taking 10 (3d6) fire damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Ward Bond",
                    "desc": "The uraeus forms a magical bond with a willing creature within 5 feet of it. While bonded, the uraeus and its ward know the distance and direction to each other and the general state of each other's health, even if the two are on different planes of existence. The bond lasts until the uraeus or its ward dies, until the uraeus ends it as a bonus action, or until the uraeus uses this bonus action to create a bond with another creature."
                }
            ],
            "reactions": [
                {
                    "name": "Bonded Savior",
                    "desc": "When the uraeus's bonded ward takes damage, the uraeus prevents the ward from taking the damage and loses hp equal to that amount instead, regardless of the type of damage dealt."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The uraeus doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The uraeus has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 373,
            "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_uraeus/"
        },
        {
            "slug": "vaporlynx-tob1-2023",
            "desc": "False",
            "name": "Vapor Lynx",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 127,
            "hit_dice": "15d10 + 45",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Perception": 4,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Sylvan",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vapor lynx makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage."
                },
                {
                    "name": "Poison Breath (Recharge 5-6)",
                    "desc": "The vapor lynx exhales poisonous fog in a 20-foot radius centered on itself. The fog spreads around corners, and its area is heavily obscured. Each creature in the area must make a DC 14 Constitution saving throw. On a failure, a creature takes 28 (8d6) poison damage and is poisoned until the end of its next turn. On a success, a creature takes half the damage and isn't poisoned. The fog lasts for 1 minute. A creature that starts its turn in the fog or enters the fog for the first time on a turn must succeed on a DC 14 Constitution saving throw or be poisoned until the end of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Fog Step",
                    "desc": "The vapor lynx teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see. The origin and destination spaces must contain fog."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Fog Flow",
                    "desc": "While in fog or mist, the vapor lynx can move through a space as narrow at 1 inch wide without squeezing, provided the fog or mist is flowing through the space."
                },
                {
                    "name": "Hazesight",
                    "desc": "The vapor lynx can see through areas obscured by fog, mist, and steam without penalty."
                },
                {
                    "name": "Swamp Walk",
                    "desc": "Difficult terrain composed of mud, shallow water, and water plants doesn't cost the vapor lynx extra movement."
                }
            ],
            "spell_list": [],
            "page_no": 383,
            "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_vapor-lynx/"
        },
        {
            "slug": "volguloth-tob1-2023",
            "desc": "False",
            "name": "Volguloth",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 78,
            "hit_dice": "12d8 + 24",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid, poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 30 ft., darkvision 60 ft., passive Perception 13",
            "languages": "Abyssal, Infernal, telepathy 60 ft.",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The volguloth makes two Claw attacks. If both Claw attacks hit a Medium or smaller target, the target is grappled (escape DC 13), and the volguloth uses its Enshroud on the target."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage plus 7 (2d6) poison damage."
                },
                {
                    "name": "Enshroud",
                    "desc": "The volguloth enshrouds a Medium or smaller target grappled by it. The enshrouded target is blinded, restrained, and unable to breathe or speak until the grapple ends. If the volguloth moves, the enshrouded target moves with it. The volguloth can have only one creature enshrouded at a time, and it can't use its Glide trait while enshrouding a creature."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Strangle",
                    "desc": "A creature enshrouded by the volguloth must succeed on a DC 13 Strength saving throw or take 10 (3d6) bludgeoning damage and begin suffocating, as the air is squeezed from its lungs."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Glide",
                    "desc": "The volguloth has draping skin that it can expand while falling to slow its rate of descent to 60 feet per round, landing on its feet and taking no falling damage. It can move up to 5 feet horizontally for every 1 foot it falls. The volguloth can't gain height with its expanded skin alone. If subjected to a strong wind or lift of any kind, it can use the updraft to glide farther."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The volguloth has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Poisoned Weapons",
                    "desc": "The volguloth's weapons are coated with a magical poison. When the volguloth hits with any weapon, the weapon deals an extra 2d6 poison damage (included in the attack)."
                }
            ],
            "spell_list": [],
            "page_no": 391,
            "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_volguloth/"
        },
        {
            "slug": "wormheartedsuffragan-tob1-2023",
            "desc": "False",
            "name": "Wormhearted Suffragan",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 120,
            "hit_dice": "16d8 + 48",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 17,
            "constitution": 16,
            "intelligence": 11,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Medicine": 6,
                "Religion": 3
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "False",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "the languages it knew in life",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wormhearted suffragan makes two Worm-Coated Fist or Paralyzing Bolt attacks."
                },
                {
                    "name": "Worm-Coated Fist",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage plus 7 (2d6) necrotic damage, and the target must succeed on a DC 14 Constitution saving throw or contract a disease. Until the disease is cured, the target can't regain hp, and its hp maximum decreases by 7 (2d6) every 24 hours. This reduction lasts until the target finishes a long rest after the disease is cured. The target dies if this effect reduces its hp maximum to 0."
                },
                {
                    "name": "Paralyzing Bolt",
                    "desc": "Ranged Spell Attack: +6 to hit, range 60 ft., one target. Hit: 17 (4d6 + 3) necrotic damage, and the target must succeed on a DC 14 Constitution saving throw or be paralyzed until the end of its next turn."
                },
                {
                    "name": "Animating Worms (3/Day)",
                    "desc": "The wormhearted suffragan touches the body of a dead Humanoid, passing on some of the suffragan's worms. The worms fill the target, animating it as a skeleton or zombie (the suffragan's choice) under the suffragan's control."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The wormhearted suffragan has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Master of Undeath",
                    "desc": "A Humanoid killed by the wormhearted suffragan's disease rises 1d4 hours later as a skeleton or zombie (the suffragan's choice), unless the Humanoid is restored to life or its body is destroyed. Between its disease and its Animating Worms, the suffragan can have no more than fifteen total skeletons and zombies under its control at one time."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The wormhearted suffragan doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 398,
            "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_wormhearted-suffragan/"
        },
        {
            "slug": "akkorokamui",
            "desc": "",
            "name": "Akkorokamui",
            "size": "Gargantuan",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 189,
            "hit_dice": "14d20+42",
            "speed": {
                "walk": 15,
                "swim": 60
            },
            "strength": 21,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 19,
            "wisdom": 20,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 30', darkvision 120', passive Perception 19",
            "languages": "understands all but can't speak, telepathy 120'",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Tentacles. Can replace one with Spellcasting or Healing Touch."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Guardian's Grasp",
                    "desc": "When a creature akkorokamui can see within 30' is attack target akkorokamui can pull creature out of harm's way. If creature is willing it is pulled up to 10 ft. closer to akkorokamui and akkorokamui becomes new attack target. If creature isn't willing this reaction fails."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Discern",
                    "desc": "Makes a Wis (Perception) or Wis (Insight) check."
                },
                {
                    "name": "Jet",
                    "desc": "Swims up to half its swimming speed with o provoking opportunity attacks."
                },
                {
                    "name": "Cast a Spell (2)",
                    "desc": "Uses Spellcasting."
                },
                {
                    "name": "Tentacle Sweep (2)",
                    "desc": "Spins in place with its tentacles extended. Each creature within 20' of it that isn't grappled by it: DC 17 Dex save or take 19 (4d6+5) bludgeoning damage and be knocked prone. Each creature grappled by akkorokamui must make DC 17 Str save or take 12 (2d6+5) bludgeoning damage."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "Weapon attacks are magical."
                },
                {
                    "name": "Offering of Flesh",
                    "desc": "Can spend 1 min carefully detaching part or all of one of its 100-foot-long tentacles dealing no damage to itself. Tentacle contains a magic-imbued fleshy hook and enough meat for 25 rations (if part of a tentacle) or 50 rations (if a full tentacle) if properly preserved. Fleshy hook remains imbued with magic for 4 hrs or until a creature eats it. A creature that eats magic-infused fleshy hook regains 50 hp then it is cured of blindness deafness and all diseases or restores all lost limbs (creature's choice). Limb restoration effect works like regenerate spell. Hook's magic works only if the akkorokamui offered it willingly."
                },
                {
                    "name": "Regeneration",
                    "desc": "Regains 15 hp at start of its turn if it has at least 1 hp."
                },
                {
                    "name": "Siege Monster",
                    "desc": "Double damage to objects/structures."
                }
            ],
            "spell_list": [],
            "page_no": 11,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_akkorokamui/"
        },
        {
            "slug": "belu",
            "desc": "",
            "name": "Belu",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 184,
            "hit_dice": "16d12+80",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison",
            "damage_immunities": "",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 10",
            "languages": "Common, Giant",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, 10 ft., one target, 20 (4d6+6) bludgeoning damage and target: DC 16 Str save or pushed up to 10 ft. away from it and knocked prone."
                },
                {
                    "name": "Shatterstone (Recharge 5-6)",
                    "desc": "Hurls enchanted rock at point it can see within 60' of it. Rock shatters on impact and each creature within 10 ft. of that point: 44 (8d10) slashing damage (DC 16 Dex half)."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 14) no material components: At will: entangle speak with plants stone shape2/day: plant growth"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Magically transforms into a Small or Med Humanoid or back into its true form. Its stats other than size are same in each form. Any equipment it is wearing or carrying transforms with it. If it dies it reverts to its true form."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Healing Lotuscraft",
                    "desc": "(1/Day). Can spend 1 min crafting poultice that lasts 24 hrs. When a creature takes an action to apply poultice to a wound or skin of a creature target regains 18 (4d8) hp and is cured of any diseases or conditions affecting it."
                }
            ],
            "spell_list": [],
            "page_no": 55,
            "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_belu/"
        },
        {
            "slug": "blestsessebe",
            "desc": "",
            "name": "Blestsessebe",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 144,
            "hit_dice": "17d10+51",
            "speed": {
                "walk": 50
            },
            "strength": 21,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 11,
            "wisdom": 17,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison, radiant",
            "damage_immunities": "",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "Celestial, Common",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Gore attack and two Hooves attacks."
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 18 (3d8+5) piercing damage + 13 (3d8) radiant."
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 12 (2d6+5) bludgeoning damage."
                },
                {
                    "name": "Distracting Glow (Recharge 6)",
                    "desc": "Its horns flare brightly for a moment distracting its enemies. Each hostile creature within 60' of it and can see its horns: DC 15 Wis save or entranced by it until start of blestsessebe's next turn. Entranced creature has disadvantage on attacks vs. creatures other than blestsessebe."
                },
                {
                    "name": "Hastening Stomp (Recharge 5-6)",
                    "desc": "Rears and stomps sending small magical shockwave. For 1 min each friendly creature within 60' of it increases its speed by 10 ft. and can use Free Runner bonus action."
                }
            ],
            "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 30'+ on its turn ranged attack rolls vs. it have disadvantage until start of its next turn."
                },
                {
                    "name": "Freedom of Movement",
                    "desc": "Ignores difficult terrain and magical effects can't reduce its speed or cause it to be restrained. Can spend 5 ft. of move to escape nonmagical restraints or being grappled."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Trampling Charge",
                    "desc": "If it moves 30'+ straight toward a creature and then hits it with gore on the same turn target: DC 15 Str save or be knocked prone. If target is prone blestsessebe can make one hooves attack vs. it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 61,
            "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_blestsessebe/"
        },
        {
            "slug": "bone-collector",
            "desc": "",
            "name": "Bone Collector",
            "size": "Small",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 21,
            "hit_dice": "6d6",
            "speed": {
                "walk": 15,
                "fly": 60
            },
            "strength": 6,
            "dexterity": 15,
            "constitution": 11,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "understands Common but can't speak",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 9 (2d6+2) slashing damage. If target is a creature: DC 11 Con save or contract a disease. Until disease is cured target can't regain hp except by magical means and target's hp max decreases by 3 (1d6) every 24 hrs. If target's hp max drops to 0 as a result of this disease target dies."
                },
                {
                    "name": "Bad Omen (1/Day)",
                    "desc": "Places a bad omen on a creature it can see within 20' of it. Target: DC 10 Wis save or be cursed for 1 min. While cursed target has disadvantage on attack rolls vs. bone collector. Target can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Call of the Grave",
                    "desc": "Attacks made within 60' of the bone collector score a critical hit on a roll of 19 or 20."
                },
                {
                    "name": "Death Sense",
                    "desc": "Can pinpoint by scent location of Undead creatures and creatures that have been dead no longer than 1 week within 60' of it and can sense the general direction of such creatures within 1 mile of it."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Undead Nature",
                    "desc": "Doesn't require air food drink or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 64,
            "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_bone-collector/"
        },
        {
            "slug": "crystallite",
            "desc": "",
            "name": "Crystallite",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "12d10+24",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 8,
            "constitution": 14,
            "intelligence": 17,
            "wisdom": 11,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', tremorsense 60', passive Perception 12",
            "languages": "Giant",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Crystal Limb attacks. It can replace one attack with use of Biomineralize."
                },
                {
                    "name": "Crystal Limb",
                    "desc": "Melee Weapon Attack: +6 to hit, 10 ft., one target, 13 (2d8+4) piercing damage and it impales target on its limb grappling target (escape DC 14) if it is a Med or smaller creature. When this grapple ends target takes 9 (2d8) slashing damage. Crystallite has two Crystal Limbs each of which can grapple one target."
                },
                {
                    "name": "Biomineralize",
                    "desc": "Absorbs lifeforce from one creature grappled by it. Target 14 (4d6) necrotic (DC 14 Con half). Target's hp max is reduced by amount equal to necrotic taken and crystallite regains hp equal to that amount. Reduction lasts until target finishes a long rest. Target dies if this reduces its hp max to 0."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Calcify",
                    "desc": "When it takes 5+ damage on a single turn it can reduce its hp max by an amount equal to damage taken and gains a +1 bonus to AC. Reduction and bonus last until it finishes a long rest. Can't increase its AC above 20 using this."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from large geode."
                },
                {
                    "name": "Final Form",
                    "desc": "When it dies its corpse transforms into crystal and becomes a Large object that can be attacked and destroyed (AC 17; hp 45; immunity to poison and psychic). It can no longer be affected by spells and effects that target creatures."
                }
            ],
            "spell_list": [],
            "page_no": 100,
            "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_crystallite/"
        },
        {
            "slug": "demon-balbazu",
            "desc": "",
            "name": "Demon, Balbazu",
            "size": "Tiny",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 36,
            "hit_dice": "8d6+8",
            "speed": {
                "walk": 10,
                "swim": 20
            },
            "strength": 3,
            "dexterity": 16,
            "constitution": 13,
            "intelligence": 5,
            "wisdom": 11,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; nonmagic B/P/S attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 10",
            "languages": "understands Abyssal but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one creature,. 10 (2d6+3) piercing damage and it attaches to target. While attached balbazu doesn't attack. Instead at start of each of balbazu's turns target loses 10 (2d6+3) hp from blood loss. When balbazu first attaches to the target and each time target loses hp from blood loss target unaware of the attack (and balbazu if it is invisible). Target is still aware of the hp loss but it feels no pain from the attack. (DC 11 Con target is aware of the attack and balbazu and doesn't need to continue making this save while it remains attached to it.) Regains hp equal to half hp of blood it drains. Balbazu can detach itself by spending 5 ft. of its move. A creature that is aware of the balbazu including the target can use its action to detach the balbazu."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aquatic Invisibility",
                    "desc": "Invisible while fully immersed in water."
                },
                {
                    "name": "Blood Reservoir",
                    "desc": "Stores drained blood within itself. Each time it causes blood loss to a creature its Blood Reservoir increases by amount equal to hp of blood it drained from the creature."
                },
                {
                    "name": "Demon Food",
                    "desc": "A demon within 5 ft. of it and that isn't another balbazu can use a bonus action to reduce the Blood Reservoir by up to 10 regaining hp equal to that amount as it drinks blood from the reservoir."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 107,
            "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_demon-balbazu/"
        },
        {
            "slug": "demon-kogukhpak",
            "desc": "",
            "name": "Demon, Kogukhpak",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 262,
            "hit_dice": "21d12+126",
            "speed": {
                "walk": 40,
                "swim": 40
            },
            "strength": 30,
            "dexterity": 11,
            "constitution": 23,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": 1,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 1,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "lightning; nonmagic B/P/S attacks",
            "damage_immunities": "cold, fire, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 120', passive Perception 13",
            "languages": "understand Abyssal but can't speak",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite and two Gores or three Spit Fires."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +16 to hit, 5 ft., one target, 19 (2d8+10) bludgeoning damage + 9 (2d8) fire and target is grappled (escape DC 18). Until the grapple ends the target is restrained kogukhpak can automatically hit target with its Bite and kogukhpak can't make Bite attacks vs. other targets."
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +16 to hit, 10 ft., one target, 37 (5d10+10) piercing damage."
                },
                {
                    "name": "Spit Fire",
                    "desc": "Ranged Spell Attack: +11 to hit, 120 ft., one target, 32 (6d8+5) fire."
                },
                {
                    "name": "Devastating Leap (Recharge 6)",
                    "desc": "Leaps up to 30' and lands on its feet in a space it can see. Each creature in the space or within 5 ft. of it when it lands: 72 (16d8) bludgeoning damage and knocked prone (DC 20 Str half damage not prone and if in kogukhpak's space can choose to be pushed 5 ft. back or to side of kogukhpak). Creature in kogukhpak's space that chooses not to be pushed suffers consequences of failed save."
                },
                {
                    "name": "Fire Breath (Recharge 6)",
                    "desc": "Exhales fire in a 90' cone. Each creature in that area: 70 (20d6) fire (DC 20 Dex half)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Standing Leap",
                    "desc": "Its long jump is up to 30' and its high jump is up to 15 ft. with or with o a running start."
                },
                {
                    "name": "Sunlight Hypersensitivity",
                    "desc": "Takes 20 radiant when it starts its turn in sunlight. If in sunlight: disadvantage on attacks/ability checks."
                }
            ],
            "spell_list": [],
            "page_no": 109,
            "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_demon-kogukhpak/"
        },
        {
            "slug": "demon-maha",
            "desc": "",
            "name": "Demon, Maha",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 178,
            "hit_dice": "21d8+84",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 21,
            "constitution": 18,
            "intelligence": 7,
            "wisdom": 16,
            "charisma": 12,
            "strength_save": 8,
            "dexterity_save": 9,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, lightning; nonmagic B/P/S attacks",
            "damage_immunities": "cold, poison ",
            "condition_immunities": "poisoned",
            "senses": "truesight 120', passive Perception 13",
            "languages": "Abyssal, telepathy 120'",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Claws. If maha hits one creature with two Claws target: DC 17 Wis save or chuckle until end of its next turn. While chuckling creature can't speak coherently can't cast spells with verbal components and has disadvantage on attacks with weapons that use Str or Dex."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 14 (3d6+4) piercing damage + 9 (2d8) cold."
                },
                {
                    "name": "Deadly Laughter (Recharge 5-6)",
                    "desc": "It chuckles giggles and chortles at nearby creatures. Each creature within 30' of it: 42 (12d6) psychic drops what it is holding and laughs for 1 min (DC 17 Wis half damage and doesn't drop what it is holding or laugh). While laughing a creature is incapacitated can't speak coherently and takes 7 (2d6) psychic at start of each of its turns. A laughing creature can re-save at end of each of its turns success ends effect on itself. If a creature dies while laughing its face turns pale blue and displays a wide grin."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Frozen Aura",
                    "desc": "When a creature enters space within 30' of maha or starts its turn there that creature: DC 17 Con save or have its speed reduced by 10 ft. until it starts its turn outside aura."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Snow Camouflage",
                    "desc": "Advantage on Dex (Stealth) made to hide in snowy or icy terrain."
                }
            ],
            "spell_list": [],
            "page_no": 111,
            "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_demon-maha/"
        },
        {
            "slug": "derro-abysswalker",
            "desc": "",
            "name": "Derro, Abysswalker",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 112,
            "hit_dice": "15d6+60",
            "speed": {
                "walk": 25
            },
            "strength": 11,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 7,
            "charisma": 17,
            "strength_save": 3,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 6,
            "perception": -2,
            "skills": {
                "perception": -2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120', passive Perception 11",
            "languages": "Abyssal, Common, Dwarvish, Undercommon",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite one Claw and one Scimitar or it makes one Bite and two Scimitar attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 6 (1d4+4) piercing damage and 5 (2d4) poison."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) bludgeoning damage and target is grappled (escape DC 15) if it is a Med or smaller creature. Until this grapple ends target is restrained and abysswalker can't make Claw attacks vs. other targets."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 7 (1d6+4) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Insanity",
                    "desc": "Advantage on saves vs. being charmed or frightened."
                },
                {
                    "name": "Poisonous Vapors",
                    "desc": "When a creature enters a space within 5 ft. of abysswalker or starts its turn there that creature: 13 (2d12) poison and is poisoned until the start of its next turn (DC 15 Con half damage and isn't poisoned.)"
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
                }
            ],
            "spell_list": [],
            "page_no": 113,
            "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_derro-abysswalker/"
        },
        {
            "slug": "derro-hellforged",
            "desc": "",
            "name": "Derro, Hellforged",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 112,
            "hit_dice": "15d6+60",
            "speed": {
                "walk": 25
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 11,
            "wisdom": 7,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": -2,
            "skills": {
                "perception": -2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; nonmagic B/P/S attacks not made w/silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120', passive Perception 11",
            "languages": "Common, Dwarvish, Infernal, Undercommon",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Battleaxe or Hurl Hellfire attacks."
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 7 (1d8+3) slashing damage or 8 (1d10+3) slashing damage if used with two hands + 7 (2d6) fire."
                },
                {
                    "name": "Hurl Hellfire",
                    "desc": "Ranged Spell Attack: +5 to hit, 120 ft., one target, 12 (3d6+2) fire. If target is a creature or flammable object it ignites. Until a creature takes an action to douse the fire target takes 5 (1d10) fire at start of each of its turns."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Voice of Authority (Recharge 5-6)",
                    "desc": "When a creature hits hellforged with an attack hellforged shrieks a one-word command. Attacker must make DC 15 Wis save or carry out this command on its next turn. This reaction works like the command spell except the attacker doesn't have to understand the hellforged's language. Hellforged must see the attacker and be able to speak to use this reaction."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Insanity",
                    "desc": "Advantage on saves vs. being charmed or frightened."
                },
                {
                    "name": "Hellfire Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon deals extra 2d6 fire (included below)."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
                }
            ],
            "spell_list": [],
            "page_no": 113,
            "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_derro-hellforged/"
        },
        {
            "slug": "devil-maelstrom",
            "desc": "",
            "name": "Devil, Maelstrom",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 195,
            "hit_dice": "26d10+52",
            "speed": {
                "walk": 30,
                "fly": 40,
                "swim": 120
            },
            "strength": 17,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 19,
            "wisdom": 12,
            "charisma": 21,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; nonmagical B/P/S attacks",
            "damage_immunities": "fire, lightning, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120', passive Perception 11",
            "languages": "Infernal, telepathy 120'",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Claws attacks and one Tempest Trident attack or it makes three Lightning Ray attacks."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 10 (2d6+3) slashing damage."
                },
                {
                    "name": "Tempest Trident",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 16 (2d12+3) piercing damage + 7 (2d6) cold. A creature hit by this: knocked prone (DC 16 Str negates) by a gust of wind channeled through the trident."
                },
                {
                    "name": "Lightning Ray",
                    "desc": "Ranged Spell Attack: +8 to hit, 150 ft., one target, 18 (4d8) lightning."
                },
                {
                    "name": "Crown of Water (1/Day)",
                    "desc": "The water on devil's head erupts in a geyser. Each creature within 10 ft. of devil: 35 (10d6) cold (DC 16 Con half). For 1 min when a creature enters a space within 10 ft. of the devil for 1st time on a turn or starts its turn there that creature: DC 16 Con save or take 10 (3d6) cold."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magic darkness doesn't impede its darkvision."
                },
                {
                    "name": "Influence Weather",
                    "desc": "Nearby weather responds to devil's desires. At start of each min devil can choose to change precipitation and wind within 1 mile of it by one stage up or down (no action required). This works like the changing weather conditions aspect of the control weather spell except devil can't change temperature and conditions change immediately."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 122,
            "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_devil-maelstrom/"
        },
        {
            "slug": "devil-moldering",
            "desc": "",
            "name": "Devil, Moldering",
            "size": "Small",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 27,
            "hit_dice": "6d6+6",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 10,
            "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": "cold",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "Common, Infernal",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 4 (1d4+2) piercing damage + 3 (1d6) necrotic."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the moldering devil's darkvision."
                },
                {
                    "name": "Field Hopper",
                    "desc": "The moldering devil can fly up to 40' on its turn but it must start and end its movement on a solid surface such as a roof or the ground. If it is flying at the end of its turn it falls to the ground and takes falling damage."
                },
                {
                    "name": "Rotting Death",
                    "desc": "When it dies all foodstuffs water and beverages within 100' of it are subjected to the devil's Touch of Rot trait."
                },
                {
                    "name": "Touch of Rot",
                    "desc": "Any foodstuff water or beverage whether fresh or preserved that comes into contact with the moldering devil immediately decays and becomes inedible or undrinkable. If a creature consumes such food or drink it must make a DC 11 Con save. On a failure it takes 7 (2d6) poison and is poisoned for 24 hrs. On a success it takes half the damage and is poisoned for 1 hr."
                }
            ],
            "spell_list": [],
            "page_no": 123,
            "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_devil-moldering/"
        },
        {
            "slug": "dragonette-sedge",
            "desc": "",
            "name": "Dragonette, Sedge",
            "size": "Tiny",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 27,
            "hit_dice": "5d4+15",
            "speed": {
                "walk": 20,
                "swim": 50
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 11,
            "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": "poison",
            "damage_immunities": "",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "Common, Draconic",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 5 (1d6+2) piercing damage."
                },
                {
                    "name": "Spines",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one creature,. 4 (1d4+2) piercing damage and a spine sticks into the target. Until a creature takes an action to remove the spine target has disadvantage on attack rolls."
                },
                {
                    "name": "Reeking Breath (Recharge 5-6)",
                    "desc": "Exhales a cloud of nauseating gas in a 15 ft. cone. Each creature in the area: DC 13 Con save or be poisoned for 1 min. A poisoned creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Boggy Presence (1/Day)",
                    "desc": "Transmutes ground in 10 ft. radius centered on it into a muddy soup for 10 min. For the duration any creature other than sedge dragonette moving through area must spend 4' of move per 1' it moves."
                }
            ],
            "reactions": [
                {
                    "name": "Prickly Defense",
                    "desc": "When a creature dragonette can see hits dragonette with melee attack while within 5 ft. of it dragonette can make one Spines attack vs. the creature."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Swamp Camouflage",
                    "desc": "The sedge dragonette has advantage on Dex (Stealth) checks made to hide in swampy terrain."
                }
            ],
            "spell_list": [],
            "page_no": 149,
            "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_dragonette-sedge/"
        },
        {
            "slug": "drake-ethereal",
            "desc": "",
            "name": "Drake, Ethereal",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 133,
            "hit_dice": "14d10+56",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 19,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, necrotic",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 15",
            "languages": "Draconic",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 15 (2d10+4) piercing damage + 9 (2d8) force. Target is grappled (escape DC 15) if it is a Large or smaller creature and drake doesn't have another creature grappled."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Phase Breath (Recharge 5-6)",
                    "desc": "Exhales a blue mist in a 30' cone. Each creature in that area: 27 (6d8) force and is magically shifted to the Ethereal Plane for 1 min (DC 15 Con half damage and isn't magically shifted). A creature shifted to the Ethereal Plane in this way can re-save at end of each of its turns magically shifting back to the Material Plane on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Ethereal Step",
                    "desc": "Magically shifts from Material Plane to Ethereal or vice versa. Drake can bring creatures grappled by it into the Ethereal Plane with it. A creature not native to Ethereal Plane returns to Material Plane in 1d4 rounds if brought to the plane while grappled by drake."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ethereal Sight",
                    "desc": "Can see 60' into the Ethereal Plane when on the Material Plane and vice versa."
                }
            ],
            "spell_list": [],
            "page_no": 153,
            "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_drake-ethereal/"
        },
        {
            "slug": "drake-vapor",
            "desc": "",
            "name": "Drake, Vapor",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 119,
            "hit_dice": "14d10+42",
            "speed": {
                "walk": 30,
                "fly": 50,
                "swim": 20
            },
            "strength": 14,
            "dexterity": 19,
            "constitution": 17,
            "intelligence": 7,
            "wisdom": 15,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 15",
            "languages": "Draconic",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one creature,. 13 (2d8+4) piercing damage and target must make DC 15 Con save or be poisoned for 1 min. Creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Poisonous Breath (Recharge 5-6)",
                    "desc": "Exhales poisonous swamp gas in 30' cone. Each creature in area: 27 (5d8) poison (DC 15 Con half). If drake is flying its Gaseous Ascension immediately ends takes falling damage as normal and each creature that failed save: poisoned 1 min. Poisoned creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Diving Pounce",
                    "desc": "If flying and moves 20'+ straight toward a creature and then hits it with claw on the same turn target must make DC 13 Str save or be knocked prone. If target is prone drake can make one Bite vs. it as a bonus action."
                },
                {
                    "name": "Gaseous Ascension",
                    "desc": "Must regularly inhale swamp gases to maintain its flight. If it can't breathe or isn't in swampy terrain loses its fly speed. Also when it uses Poisonous Breath it loses its fly speed until Poisonous Breath recharges."
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "Can communicate with Beasts native to swampland as if they shared a language."
                },
                {
                    "name": "Swamp Camouflage",
                    "desc": "Advantage on Dex (Stealth) checks made to hide in swampy terrain."
                }
            ],
            "spell_list": [],
            "page_no": 157,
            "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_drake-vapor/"
        },
        {
            "slug": "drake-venom",
            "desc": "",
            "name": "Drake, Venom",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 142,
            "hit_dice": "15d10+60",
            "speed": {
                "walk": 40,
                "climb": 30
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120', passive Perception 16",
            "languages": "Draconic",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite and two Claws or three Spit Venoms. If drake hits one creature with two Spit Venom attacks target must make DC 16 Con save or succumb to venom (see above)."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 13 (2d8+4) piercing damage + 13 (3d8) poison and target: DC 16 Con save or succumb to drake's venom (see above)."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Spit Venom",
                    "desc": "Ranged Weapon Attack: +6 to hit 20/60' one target 16 (3d8+3) poison."
                },
                {
                    "name": "Venom Breath (Recharge 5-6)",
                    "desc": "Spits venom in a 60' line that is 5 ft. wide. Each creature in that line: 36 (8d8) poison and succumbs to the drake's venom (see above; DC 16 Con half damage and doesn't succumb to the venom)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aching Venom",
                    "desc": "Produces a potent poison that causes its victims to feel pain from even the most benign contact (weight of their clothing simple sword swing etc.). When a creature that succumbs to this poison takes bludgeoning piercing or slashing it must make DC 16 Con save or be incapacitated until end of its next turn as pain fills its body. This potent poison remains within creature's body until removed by the greater restoration spell or similar magic or until creature finishes a long rest."
                },
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Shifting Camouflage",
                    "desc": "Scales adapt to current surroundings. Advantage: Dex (Stealth) to hide in nonmagical natural terrain."
                }
            ],
            "spell_list": [],
            "page_no": 158,
            "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_drake-venom/"
        },
        {
            "slug": "dust-grazer",
            "desc": "",
            "name": "Dust Grazer",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "10d10+50",
            "speed": {
                "walk": 0,
                "fly": 30
            },
            "strength": 19,
            "dexterity": 7,
            "constitution": 20,
            "intelligence": 2,
            "wisdom": 7,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -2,
            "skills": {
                "perception": -2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 120' (blind beyond), passive Perception 8",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +6 to hit, 15 ft., one target, 11 (2d6+4) bludgeoning damage + 7 (2d6) acid. If target is a creature: grappled (escape DC 14) if grazer isn't already grappling."
                },
                {
                    "name": "Absorb",
                    "desc": "Makes one Tendril attack vs. a Med or smaller creature it is grappling. If attack hits target is  also absorbed into grazer's body and grapple ends. While absorbed creature is blinded and restrained has total cover vs. attacks and effects outside grazer and takes 7 (2d6) acid at start of each of grazer's turns. Grazer can have only one creature absorbed at a time. If grazer takes 10+ damage on a single turn from absorbed creature grazer must make DC 15 Con save at end of that turn or expel the creature which falls prone in a space within 5 ft. of grazer. If grazer is flying expelled creature takes normal fall damage. If grazer dies absorbed creature no longer restrained but has disadvantage on save vs. grazer Death Spores."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Death Spores",
                    "desc": "Each creature within 20' of it when it dies: 14 (4d6) poison and infected with grazer spores disease (DC 14 Con not poisoned or infected). Creatures immune to poisoned condition are immune to this. Until disease is cured creature poisoned and can't regain hp except magically. Every 24 hrs that elapse target: DC 14 Con save or take 7 (2d6) poison and its hp max is reduced by same. Reduction lasts until target finishes a long rest after disease is cured. Target dies if this reduces its hp max to 0. Two days after creature dies rises as dust grazer of its size growing to Large over the course of a week."
                }
            ],
            "spell_list": [],
            "page_no": 163,
            "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_dust-grazer/"
        },
        {
            "slug": "fungi-duskwilt",
            "desc": "",
            "name": "Fungi, Duskwilt",
            "size": "Small",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "15d6+45",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "necrotic, poison",
            "damage_immunities": "",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120', passive Perception 13",
            "languages": "understands Common and Undercommon but can't speak, telepathy 120' (with other fungi only)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Slam or Nether Bolt attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 6 (1d4+4) bludgeoning damage + 3 (1d6) necrotic."
                },
                {
                    "name": "Nether Bolt",
                    "desc": "Ranged Spell Attack: +4 to hit, 60 ft., one target, 9 (2d6+2) necrotic."
                },
                {
                    "name": "Necrotizing Spores (3/Day)",
                    "desc": "Each creature within 15 ft. of the duskwilt and that isn't a Construct or Undead must make a DC 14 Con save. On a failure a creature takes 15 (6d4) poison and is poisoned for 1 min. On a success a creature takes half the damage and isn't poisoned. The poisoned creature can re-save at end of each of its turns success ends effect on itself. In addition each Undead within 15 ft. of the duskwilt gains 7 (2d6) temp hp."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Light Absorption",
                    "desc": "Light within 60' of the duskwilt is reduced. Bright light in the area becomes dim light and dim light in the area becomes darkness."
                }
            ],
            "spell_list": [],
            "page_no": 190,
            "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_fungi-duskwilt/"
        },
        {
            "slug": "giant-pufferfish",
            "desc": "",
            "name": "Giant Pufferfish",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 52,
            "hit_dice": "8d8+16",
            "speed": {
                "walk": 0,
                "swim": 40
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 15,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 7 (2d8+3) piercing damage or 12 (2d8+3) piercing damage while puffed up."
                },
                {
                    "name": "Spine",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 5 (1d4+3) piercing damage or 8 (2d4+3) piercing damage while puffed up. Also 5 (2d4) poison (DC 13 Con half). If target fails the save by 5+ it takes 2 (1d4) poison at the end of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Burst of Speed (Recharges 5-6)",
                    "desc": "Takes the Dash action."
                },
                {
                    "name": "Puff Up (Recharge: Short/Long Rest)",
                    "desc": "For 1 min it increases in size by filling its stomach with air or water. While puffed up it is Medium doubles its damage dice on Bite and Spine attacks (included above) and makes Str checks and Str saves with advantage. If pufferfish lacks the room to become Medium it attains the max size possible in space available."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spiny Body",
                    "desc": "A creature that touches pufferfish or hits it with melee attack while within 5 ft. of it takes 2 (1d4) piercing damage. While it is puffed up this damage increases to 5 (2d4)."
                },
                {
                    "name": "Water Breathing",
                    "desc": "Can breathe only underwater."
                }
            ],
            "spell_list": [],
            "page_no": 200,
            "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_giant-pufferfish/"
        },
        {
            "slug": "gremlin-bilge",
            "desc": "",
            "name": "Gremlin, Bilge",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 36,
            "hit_dice": "8d4+16",
            "speed": {
                "walk": 20,
                "climb": 10,
                "swim": 20
            },
            "strength": 7,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 9,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -1,
            "skills": {
                "perception": -1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120', passive Perception 9",
            "languages": "Aquan, Sylvan",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 5 (1d4+3) piercing damage and the target must make DC 13 Con save or contract the sewer plague disease."
                },
                {
                    "name": "Makeshift Weapon",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit 5 ft. or range 20/60' one target 6 (1d6+3) bludgeoning damage P or S"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Aura of Mechanical Mishap",
                    "desc": "The bilge gremlin's presence interferes with nonmagical objects that have moving parts such as clocks crossbows or hinges within 20' of it. Such objects that aren't being worn or carried malfunction while within the aura and if in the aura for more than 1 min they cease to function until repaired. If a creature in the aura uses a nonmagical object with moving parts roll a d6. On a 5 or 6 weapons such as crossbows or firearms misfire and jam and other objects cease to function. A creature can take its action to restore the malfunctioning object by succeeding on a DC 13 Int check."
                },
                {
                    "name": "Filth Dweller",
                    "desc": "The bilge gremlin is immune to disease."
                }
            ],
            "spell_list": [],
            "page_no": 219,
            "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_gremlin-bilge/"
        },
        {
            "slug": "gremlin-bilge-bosun",
            "desc": "",
            "name": "Gremlin, Bilge Bosun",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural",
            "hit_points": 60,
            "hit_dice": "11d6+22",
            "speed": {
                "walk": 30,
                "climb": 20,
                "swim": 30
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 14,
            "wisdom": 11,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120', passive Perception 10",
            "languages": "Aquan, Sylvan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite and two Makeshift Weapon attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 6 (1d4+4) piercing damage + 5 (2d4) poison and the target must make DC 13 Con save or contract the sewer plague disease."
                },
                {
                    "name": "Makeshift Weapon",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit 5 ft. or range 20/60' one target 6 (1d6+3) bludgeoning damage P or S."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Aura of Mechanical Mishap",
                    "desc": "The bilge gremlin's presence interferes with nonmagical objects that have moving parts such as clocks crossbows or hinges within 20' of it. Such objects that aren't being worn or carried malfunction while within the aura and if in the aura for more than 1 min they cease to function until repaired. If a creature in the aura uses a nonmagical object with moving parts roll a d6. On a 4 5 or 6 weapons such as crossbows or firearms misfire and jam and other objects cease to function. A creature can take its action to restore the malfunctioning object by succeeding on a DC 13 Int check."
                },
                {
                    "name": "Filth Dweller",
                    "desc": "The bilge gremlin is immune to disease."
                }
            ],
            "spell_list": [],
            "page_no": 219,
            "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_gremlin-bilge-bosun/"
        }
    ]
}