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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?ordering=-languages&page=3",
    "previous": "https://api.open5e.com/monsters/?ordering=-languages",
    "results": [
        {
            "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": "skitterhaunt-tob1-2023",
            "desc": "False",
            "name": "Skitterhaunt",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 95,
            "hit_dice": "10d10 + 40",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 11,
            "constitution": 19,
            "intelligence": 3,
            "wisdom": 7,
            "charisma": 1,
            "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": "acid",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 8",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The skitterhaunt makes one Mandibles attack and one Sting attack, or it makes two Sting attacks."
                },
                {
                    "name": "Mandibles",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 2) slashing damage plus 9 (2d8) acid damage, and the target is grappled (escape DC 12) if it is a Medium or smaller creature. Until this grapple ends, the creature is restrained, and the skitterhaunt can't use its Mandibles on another target."
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 6 (1d8 + 2) piercing damage plus 9 (2d8) acid damage."
                },
                {
                    "name": "Infest Vermin",
                    "desc": "The skitterhaunt infests a Large or smaller Beast with an exoskeleton within 5 feet of it. The target must succeed on a DC 14 Constitution saving throw or become poisoned until the skitterhaunt no longer infests it. Every 24 hours that elapse, the target must repeat the saving throw or take 7 (2d6) acid damage, and its hp maximum is reduced by that amount. This reduction lasts until the target finishes a long rest after the skitterhaunt no longer infests it. The target dies if this reduces its hp maximum to 0. The skitterhaunt then takes control of the body, dissolving the flesh and hiding within the exoskeleton. A target that succeeds on two consecutive saving throws forces the skitterhaunt out of its body and is immune to the skitterhaunt's Infest Vermin for the next 24 hours."
                },
                {
                    "name": "Acid Spray (Recharge 6)",
                    "desc": "The skitterhaunt spits acid in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 14 Dexterity saving throw, taking 18 (4d8) acid damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Broken Shell",
                    "desc": "A creature that hits the skitterhaunt with a melee attack while within 5 feet of it takes 4 (1d8) acid damage."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "The skitterhaunt doesn't require sleep."
                },
                {
                    "name": "Vermin Encasement",
                    "desc": "The creature within the vermin's shell is a shapeless ooze protected by the vermin's exoskeleton. When the skitterhaunt is reduced to 0 hp, the exoskeleton breaks, and the skitterhaunt ooze exits it. Once out of its exoskeleton, the ooze is Small, has an AC of 10, 10 hp, and a speed of 15 feet, and it can move through a space as narrow as 1 inch wide without squeezing. In addition, its only attack is a Slam that uses the same statistics as its Sting, except it deals bludgeoning damage instead of piercing damage. The skitterhaunt dies if it remains outside of a host for more than 24 hours. It can exit or enter a dead host's exoskeleton as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 332,
            "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_skitterhaunt/"
        },
        {
            "slug": "spinosaurus-tob1-2023",
            "desc": "False",
            "name": "Spinosaurus",
            "size": "Gargantuan",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 232,
            "hit_dice": "15d20 + 75",
            "speed": {
                "walk": 40
            },
            "strength": 25,
            "dexterity": 9,
            "constitution": 21,
            "intelligence": 2,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "passive Perception 15",
            "languages": "—",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spinosaurus makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 33 (4d12 + 7) piercing damage. If the target is a Large or smaller creature, it is grappled (escape DC 18). Until this grapple ends, the target is restrained, and the spinosaurus can't Bite another target."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 21 (4d6 + 7) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 20 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the spinosaurus' choice that is within 120 feet of the spinosaurus and aware of it must succeed on a DC 18 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the spinosaurus's Frightful Presence for the next 24 hours."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": "The spinosaurus 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 spinosaurus regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "The spinosaurus moves up to half its speed without provoking opportunity attacks."
                },
                {
                    "name": "Roar",
                    "desc": "The spinosaurus uses Frightful Presence."
                },
                {
                    "name": "Tail Attack (Costs 2 Actions)",
                    "desc": "The spinosaurus makes one Tail attack."
                }
            ],
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The spinosaurus can hold its breath for 1 hour."
                },
                {
                    "name": "Reptilian Affinity",
                    "desc": "The spinosaurus never willingly attacks a reptilian Humanoid, such as a lizardfolk or dragonborn, unless attacked first. If magically forced to attack such a creature, the spinosaurus has disadvantage on attack rolls against it. This trait doesn't function if the spinosaurus's rider or tamer directs it to attack."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The spinosaurus deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 104,
            "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_spinosaurus/"
        },
        {
            "slug": "stygianfat-tailedscorpion-tob1-2023",
            "desc": "False",
            "name": "Stygian Fat-Tailed Scorpion",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 63,
            "hit_dice": "14d4 + 28",
            "speed": {
                "walk": 20
            },
            "strength": 3,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The Stygian fat-tailed scorpion makes two Claw attacks and one Sting attack."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage."
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage plus 14 (4d6) poison damage. The target must succeed on a DC 12 Constitution saving throw or be poisoned until it finishes a short or long rest. Each time the poisoned creature takes poison damage, it must succeed on a DC 12 Constitution saving throw or suffer one level of exhaustion."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 320,
            "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_stygian-fat-tailed-scorpion/"
        },
        {
            "slug": "suturefly-tob1-2023",
            "desc": "False",
            "name": "Suturefly",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 10,
            "hit_dice": "4d4",
            "speed": {
                "walk": 40,
                "fly": 10
            },
            "strength": 1,
            "dexterity": 15,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Stealth": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Sew",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage, and the target must succeed on a DC 12 Dexterity saving throw or the suturefly sews the target's mouth, nose, or one of its eyes closed (the suturefly's choice). With supernatural speed, the suturefly repeatedly pierces the target's face, each time threading a loop of the target's own skin through the previous hole. These skin loops rapidly blacken, shrink, and draw the orifice tightly closed. If a target's mouth is sewn shut, it can't speak. If its mouth and nose are sewn shut, it can't breathe, and if both eyes are sewn shut, it is blinded. A creature, including the target, can take its action to cut open one of the sewn orifices by succeeding on a DC 12 Dexterity check with an edged weapon or tool."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Detect Lies",
                    "desc": "The suturefly knows if it hears a lie and can pinpoint the location of a creature within 60 feet of it that lied within the last minute."
                },
                {
                    "name": "Forest Camouflage",
                    "desc": "The suturefly has advantage on Dexterity (Stealth) checks made to hide in forested terrain."
                }
            ],
            "spell_list": [],
            "page_no": 353,
            "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_suturefly/"
        },
        {
            "slug": "swampadder-tob1-2023",
            "desc": "False",
            "name": "Swamp Adder",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 18,
            "hit_dice": "4d6 + 4",
            "speed": {
                "walk": 30
            },
            "strength": 4,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "blindsight 10 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 1 piercing damage, and the target must make a DC 11 Constitution saving throw. On a failure, the target takes 5 (2d4) poison damage and is paralyzed for 1 minute. On a success, a target takes half the damage and isn't paralyzed. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Swamp Camouflage",
                    "desc": "The swamp adder has advantage on Dexterity (Stealth) checks made to hide in swampy terrain."
                }
            ],
            "spell_list": [],
            "page_no": 334,
            "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_swamp-adder/"
        },
        {
            "slug": "swarmofmanabanescarabs-tob1-2023",
            "desc": "False",
            "name": "Swarm of Manabane Scarabs",
            "size": "Medium",
            "type": "Swarm",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 82,
            "hit_dice": "11d8 + 33",
            "speed": {
                "walk": 10,
                "fly": 20,
                "burrow": 20
            },
            "strength": 3,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 1,
            "wisdom": 13,
            "charisma": 2,
            "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": "bludgeoning, piercing, slashing",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "blindsight 10 ft., darkvision 30 ft., tremorsense 30 ft., passive Perception 13",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 0 ft., one creature in the swarm's space. Hit: 28 (8d6) piercing damage, or 14 (4d6) piercing damage if the swarm has half of its hit points or fewer, and the swarm can attempt to end one random magical effect of 2nd level or lower on the target. This effect works like the dispel magic spell, except the swarm must always make an ability check. Its ability check for this is +5."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Drain Magic Item",
                    "desc": "The swarm drains the magic from one magic item in its space that isn't being worn or carried. A magic item with charges loses 1d4 charges, an item with limited uses per day loses one daily use, and a single-use item, such as a potion or spell scroll is destroyed. All other magic items have their effects suppressed for 1 minute. A drained item regains its magic after 1 hour."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Limited Magic Immunity",
                    "desc": "The swarm of manabane scarabs can't be affected or detected by spells of 2nd level or lower unless it wishes to be. It has advantage on saving throws against all other spells and magical effects."
                },
                {
                    "name": "Sense Magic",
                    "desc": "The swarm of manabane scarabs senses magic within 120 feet of it at will. This trait otherwise works like the detect magic spell but isn't itself magical."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny insect. The swarm can't regain hp or gain temporary hp."
                }
            ],
            "spell_list": [],
            "page_no": 355,
            "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_swarm-of-manabane-scarabs/"
        },
        {
            "slug": "swarmofprismaticbeetles-tob1-2023",
            "desc": "False",
            "name": "Swarm of Prismatic Beetles",
            "size": "Medium",
            "type": "Swarm",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 60,
            "hit_dice": "11d8 + 11",
            "speed": {
                "walk": 30,
                "fly": 5,
                "burrow": 20
            },
            "strength": 3,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 13,
            "charisma": 2,
            "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": "bludgeoning, piercing, slashing",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "blindsight 10 ft., darkvision 30 ft., passive Perception 13",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 0 ft., one creature in the swarm's space. Hit: 14 (4d6) piercing damage, or 7 (2d6) piercing damage if the swarm has half of its hp or fewer. The target must make a DC 13 Constitution saving throw. On a failure, a creature takes 10 (4d4) poison damage and is euphoric for 1 minute. On a success, a creature takes half the damage and isn't euphoric. A euphoric creature has disadvantage on saving throws. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Glittering Carapace",
                    "desc": "When a creature that can see the swarm starts its turn within 30 feet of the swarm and the swarm is in bright or dim light, the swarm can force the creature to make a DC 13 Wisdom saving throw if the swarm isn't incapacitated and can see the creature. If the saving throw fails by 5 or more, the creature falls unconscious. Otherwise, a creature that fails the save is incapacitated and its speed is reduced to 0 until the start of its next turn, as it remains transfixed in place by the glitter of the swarm. A creature has advantage on the saving throw if the swarm is in dim light."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny insect. The swarm can't regain hp or gain temporary hp."
                }
            ],
            "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_swarm-of-prismatic-beetles/"
        },
        {
            "slug": "swarmofwharflings-tob1-2023",
            "desc": "False",
            "name": "Swarm of Wharflings",
            "size": "Large",
            "type": "Swarm",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 66,
            "hit_dice": "12d10",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3,
                "Sleight of Hand": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Pilfering Bites",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 0 ft., one creature in the swarm's space. Hit: 28 (8d6) piercing damage, or 14 (4d6) piercing damage if the swarm has half of its hp or fewer, and the target must succeed on a DC 13 Dexterity saving throw or lose one item it is wearing or carrying to the swarm, provided the item weighs no more than 10 pounds, isn't a weapon, and isn't wrapped around or firmly attached to the target, such as a shirt or armor."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The swarm of wharflings can breathe air and water."
                },
                {
                    "name": "Snapping Jaws",
                    "desc": "A creature that attempts to move out of or through the swarm of wharflings must succeed on a DC 13 Dexterity saving throw or take 7 (2d6) piercing damage."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny wharfling. The swarm can't regain hp or gain temporary hp."
                }
            ],
            "spell_list": [],
            "page_no": 395,
            "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_swarm-of-wharflings/"
        },
        {
            "slug": "titanoboa-tob1-2023",
            "desc": "False",
            "name": "Titanoboa",
            "size": "Gargantuan",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 232,
            "hit_dice": "15d20 + 75",
            "speed": {
                "walk": 40
            },
            "strength": 26,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Perception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "blindsight 10 ft., passive Perception 14",
            "languages": "—",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The titanoboa makes two Bite attacks or one Bite attack and one Constrict attack. It can replace one Bite attack with a use of Swallow."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 30 (5d8 + 8) piercing damage."
                },
                {
                    "name": "Constrict",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 30 (4d10 + 8) bludgeoning damage, and the target is grappled (escape DC 18) if it is a Huge or smaller creature. Until this grapple ends, the target is restrained, and the titanoboa can't Constrict another target."
                },
                {
                    "name": "Swallow",
                    "desc": "The titanoboa makes one Bite attack against a Huge or smaller target it is grappling. If the attack hits, the target is also swallowed, and the grapple ends. While swallowed, the target is blinded and restrained, it has total cover against attacks and other effects outside the titanoboa, and it takes 21 (6d6) acid damage at the start of each of the titanoboa's turns. If the titanoboa takes 30 damage or more on a single turn from a swallowed creature, the titanoboa must succeed on a DC 15 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the titanoboa. If the titanoboa dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 20 feet of movement, exiting prone."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Slither",
                    "desc": "If the titanoboa hasn't eaten a Huge creature in the last 24 hours, it can easily move through any open large enough for a Large creature, and it can squeeze through any opening large enough for a Medium creature. The titanoboa's destination must still have suitable room to accommodate its volume."
                },
                {
                    "name": "Sparkling Scales",
                    "desc": "When a creature that can see the titanoboa starts its turn within 30 feet of the titanoboa and the titanoboa is in bright light, isn't incapacitated, and can see the creature, the titanoboa can force the creature to make a DC 17 Wisdom saving throw. On a failed save, the creature is stunned until the start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 363,
            "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_titanoboa/"
        },
        {
            "slug": "treacle-tob1-2023",
            "desc": "False",
            "name": "Treacle",
            "size": "Tiny",
            "type": "Ooze",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 22,
            "hit_dice": "4d4 + 12",
            "speed": {
                "walk": 10
            },
            "strength": 4,
            "dexterity": 15,
            "constitution": 17,
            "intelligence": 1,
            "wisdom": 1,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "Deception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "blindsight 120 ft. (blind beyond this radius), passive Perception 5",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Blood Drain",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: The treacle attaches to the target. While attached, the treacle can't attack, and at the start of each of the treacle's turns, the target loses 5 (2d4) hp due to blood loss. Each time the target loses hp in this way, it must succeed on a DC 14 Wisdom (Perception) check to notice the treacle is attached and harming it, otherwise it is unaware the hp loss is from the treacle. A creature that loses hp in this way while below half its hp maximum automatically succeeds on this check."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Mimic Innocence",
                    "desc": "When a creature the treacle can see moves within 120 feet of it, the treacle squishes, stretches, and molds its body into the shape of a Tiny Beast or object the creature finds least threatening, such as an injured rabbit or a long-lost toy. The treacle's body takes on most of the coloration of the desired shape, but some part of it is always white, pale, or pearlescent. Regardless of the shape, the treacle's flesh doesn't change and is soft and plush to the touch. The treacle can maintain this shape for up to 8 hours or until another creature it can see moves within 120 feet of it."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The treacle can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Mimicry",
                    "desc": "The treacle can mimic animal sounds. A creature that hears the sounds can tell they are imitations with a successful DC 14 Wisdom (Insight) check."
                }
            ],
            "spell_list": [],
            "page_no": 368,
            "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_treacle/"
        },
        {
            "slug": "tuskedskyfish-tob1-2023",
            "desc": "False",
            "name": "Tusked Skyfish",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d10 + 36",
            "speed": {
                "walk": 20,
                "fly": 5
            },
            "strength": 19,
            "dexterity": 12,
            "constitution": 17,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "lightning",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tusked skyfish makes one Gore attack and one Electrified Tentacles attack."
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage."
                },
                {
                    "name": "Electrified Tentacles",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one creature. Hit: 14 (3d6 + 4) bludgeoning damage, and the target is grappled (escape DC 13) if it is a Medium or smaller creature. Until this grapple ends, the target is restrained and takes 14 (4d6) lightning damage at the start of each of its turns, and the skyfish can't use its Electrified Tentacles on another target."
                },
                {
                    "name": "Stench Spray (Recharge 5-6)",
                    "desc": "The tusked skyfish sprays foul-smelling liquid in a 20-foot line that is 5 feet wide. Each creature in that line must make a DC 13 Constitution saving throw. On a failure, a creature takes 21 (6d6) poison damage and is poisoned for 1 minute. On a success, a creature takes half the damage and isn't poisoned. If the saving throw fails by 5 or more, the creature falls unconscious while poisoned in this way. The unconscious creature wakes up if it takes damage or if another creature takes an action to shake it awake. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Electrified Tendrils",
                    "desc": "A creature that touches the skyfish or hits it with a melee attack while within 5 feet of it takes 3 (1d6) lightning damage. In addition, a creature that starts its turn beneath the skyfish while the skyfish is hovering takes 3 (1d6) lightning damage, provided the creature is within 15 feet of the skyfish."
                },
                {
                    "name": "Mobile Grappler",
                    "desc": "While grappling a creature, the tusked skyfish can move at its full speed, carrying the grappled creature along with it."
                }
            ],
            "spell_list": [],
            "page_no": 372,
            "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_tusked-skyfish/"
        },
        {
            "slug": "vesiculosa-tob1-2023",
            "desc": "False",
            "name": "Vesiculosa",
            "size": "Gargantuan",
            "type": "Plant",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 232,
            "hit_dice": "16d20 + 64",
            "speed": {
                "walk": 20
            },
            "strength": 20,
            "dexterity": 15,
            "constitution": 19,
            "intelligence": 2,
            "wisdom": 14,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 16,
            "skills": {
                "Perception": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "fire, bludgeoning, piercing",
            "damage_immunities": "False",
            "condition_immunities": "charmed, blinded, deafened, frightened, prone",
            "senses": "tremorsense 60 ft., passive Perception 16",
            "languages": "—",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vesiculosa makes four Root or Spit Sweet Water attacks."
                },
                {
                    "name": "Root",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one creature. Hit: 18 (3d8 + 5) bludgeoning damage, and the target is grappled (escape DC 16). Until the grapple ends, the target is restrained. The vesiculosa has four roots, each of which can grapple only one target."
                },
                {
                    "name": "Spit Sweet Water",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 20/60 ft., one creature. Hit: 18 (3d10 + 2) bludgeoning damage, and the target must succeed on a DC 16 Constitution saving throw or fall unconscious for 1 minute. The target wakes up if it takes damage or if another creature takes an action to shake it awake."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Bury",
                    "desc": "One creature grappled by the vesiculosa is knocked prone, dragged into the ground, and buried just below the surface, ending the grapple. The buried creature is restrained and unable to breathe or stand up. A creature, including the buried creature, can take its action to free the buried creature by succeeding on a DC 16 Strength check. This bonus action doesn't wake a creature that is unconscious from the vesiculosa's Sweet Water trait or Spit Sweet Water action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Oasis Appearance",
                    "desc": "While the vesiculosa remains motionless and partially submerged on the surface of sand or soil, it is indistinguishable from a small oasis or pond. The vesiculosa's pitcher produces enough water for plants to grow around it, provided the vesiculosa remains in the area for an extended period of time. A creature that eats a fruit from a plant growing in the vesiculosa's water is affected by the Sweet Water trait as if it drank the water."
                },
                {
                    "name": "Sweet Fragrance",
                    "desc": "When a creature that can smell the vesiculosa's sweet fragrance starts its turn within 30 feet of the vesiculosa, the creature must succeed on a DC 16 Wisdom saving throw or be charmed for 1 minute. While charmed, the creature must move on its turn toward the vesiculosa by the safest available route to get within 5 feet of the plant and drink its water. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the vesiculosa's Sweet Fragrance for the next 24 hours."
                },
                {
                    "name": "Sweet Water",
                    "desc": "A creature that drinks water from the vesiculosa's pitcher regains 5 (2d4) hp, reduces its exhaustion level by 1, and must succeed on a DC 16 Constitution saving throw or fall unconscious for 10 minutes. An unconscious creature wakes up if it takes damage or if another creature takes an action to shake it awake. Drinking the water provides a creature enough nourishment to sustain it for one day."
                }
            ],
            "spell_list": [],
            "page_no": 385,
            "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_vesiculosa/"
        },
        {
            "slug": "warostrich-tob1-2023",
            "desc": "False",
            "name": "War Ostrich",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 11,
            "armor_desc": "",
            "hit_points": 42,
            "hit_dice": "5d10 + 15",
            "speed": {
                "walk": 60
            },
            "strength": 15,
            "dexterity": 12,
            "constitution": 16,
            "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": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "passive Perception 10",
            "languages": "—",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) bludgeoning damage."
                },
                {
                    "name": "Intimidating Screech",
                    "desc": "The war ostrich screeches at a creature it can see within 30 feet of it. The target must succeed on a DC 13 Wisdom saving throw or have disadvantage on attack rolls until the end of its next turn, as the screech rattles it."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Skittish",
                    "desc": "The war ostrich takes the Dash or Disengage action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Leaping Pounce",
                    "desc": "If the war ostrich jumps at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 Strength saving throw or be knocked prone. If the target is prone, the ostrich can make one Beak attack against it as a bonus action."
                },
                {
                    "name": "Standing Leap",
                    "desc": "The war ostrich's long jump is up to 30 feet and its high jump is up to 15 feet, with or without a running start."
                }
            ],
            "spell_list": [],
            "page_no": 393,
            "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_war-ostrich/"
        },
        {
            "slug": "waterleaper-tob1-2023",
            "desc": "False",
            "name": "Water Leaper",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "13d10 + 26",
            "speed": {
                "walk": 40,
                "fly": 5
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Stealth": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The water leaper makes one Bite attack and one Stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage, and the target is grappled (escape DC 13). Until this grapple ends, the target is restrained, and the water leaper can't Bite another target."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the creature takes 5 (2d4) poison 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": "Swallow",
                    "desc": "The water leaper makes a Bite attack against a Medium or smaller creature it is grappling. If the attack hits, the target is also swallowed, and the grapple ends. While swallowed, the target is blinded and restrained, it has total cover against attacks and other effects outside the water leaper, and it takes 7 (2d6) acid damage at the start of each of the water leaper's turns. The water leaper can have only one creature swallowed at a time."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The water leaper can breathe air and water."
                },
                {
                    "name": "Underwater Camouflage",
                    "desc": "The water leaper has advantage on Dexterity (Stealth) checks made while underwater."
                }
            ],
            "spell_list": [],
            "page_no": 394,
            "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_water-leaper/"
        },
        {
            "slug": "wharfling-tob1-2023",
            "desc": "False",
            "name": "Wharfling",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 10,
            "hit_dice": "4d4",
            "speed": {
                "walk": 30
            },
            "strength": 4,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3,
                "Sleight of Hand": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "—",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Pilfering Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage. Instead of dealing damage, the wharfling can steal one item the target is wearing or carrying, provided the item weighs no more than 10 pounds, isn't a weapon, and isn't wrapped around or firmly attached to the target, such as a shirt or armor."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The wharfling can breathe air and water."
                }
            ],
            "spell_list": [],
            "page_no": 395,
            "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_wharfling/"
        },
        {
            "slug": "ychenbannog-tob1-2023",
            "desc": "False",
            "name": "Ychen Bannog",
            "size": "Gargantuan",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 186,
            "hit_dice": "12d20 + 60",
            "speed": {
                "walk": 50
            },
            "strength": 28,
            "dexterity": 10,
            "constitution": 21,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning",
            "damage_immunities": "False",
            "condition_immunities": "exhaustion",
            "senses": "passive Perception 11",
            "languages": "—",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ychen bannog makes one Gore attack and two Stomp attacks."
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 15 ft., one target. Hit: 25 (3d10 + 9) piercing damage. If the ychen bannog scores a critical hit, it rolls damage dice three times, instead of twice."
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 22 (3d8 + 9) bludgeoning damage. If the target is a creature, it must succeed on a DC 17 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Deafening Bellow (Recharge 5-6)",
                    "desc": "The ychen bannog delivers a fearsome bellow in a 60-foot cone that is audible out to 1 mile. Each creature in the area must make a DC 17 Constitution saving throw. On a failure, a creature takes 44 (8d10) thunder damage and is deafened for 1 hour. On a success, a creature takes half the damage and isn't deafened. A creature made of inorganic material such as stone, crystal, or metal has disadvantage on this saving throw."
                },
                {
                    "name": "Overrun (Recharge 6)",
                    "desc": "The ychen bannog moves up to 30 feet in a straight line and can move through the space of any Large or smaller creature. This movement doesn't provoke opportunity attacks. The first time the ychen bannog enters a creature's space during this move, that creature must make a DC 17 Dexterity saving throw. On a failure, a creature takes 54 (12d8) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Siege Monster",
                    "desc": "The ychen bannog deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 401,
            "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_ychen-bannog/"
        },
        {
            "slug": "youngspinosaurus-tob1-2023",
            "desc": "False",
            "name": "Young Spinosaurus",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "10d12 + 40",
            "speed": {
                "walk": 30
            },
            "strength": 21,
            "dexterity": 11,
            "constitution": 19,
            "intelligence": 2,
            "wisdom": 11,
            "charisma": 8,
            "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": "False",
            "condition_immunities": "False",
            "senses": "passive Perception 13",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spinosaurus makes one Bite attack and one Claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 24 (3d12 + 5) piercing damage. If the target is a Medium or smaller creature, it is grappled (escape DC 15). Until this grapple ends, the target is restrained, and the spinosaurus can't Bite another target."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 15 (3d6 + 5) slashing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The spinosaurus can hold its breath for 1 hour."
                },
                {
                    "name": "Reptilian Affinity",
                    "desc": "The spinosaurus never willingly attacks a reptilian Humanoid, such as a lizardfolk or dragonborn, unless attacked first. If magically forced to attack such a creature, the spinosaurus has disadvantage on attack rolls against it. This trait doesn't function if the spinosaurus's rider or tamer directs it to attack."
                }
            ],
            "spell_list": [],
            "page_no": 104,
            "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_young-spinosaurus/"
        },
        {
            "slug": "zanskaranviper-tob1-2023",
            "desc": "False",
            "name": "Zanskaran Viper",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 34,
            "hit_dice": "4d10 + 12",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 11,
            "constitution": 17,
            "intelligence": 2,
            "wisdom": 13,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 11 (2d8 + 2) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or become poisoned for 1 minute. While poisoned in this way, the target is blinded and takes 7 (2d6) poison damage at the start of each of its turns. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 334,
            "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_zanskaran-viper/"
        },
        {
            "slug": "alke",
            "desc": "",
            "name": "Alke",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 50,
                "climb": 30
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 4,
            "wisdom": 13,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "petrified",
            "senses": "darkvision 60', passive Perception 16",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Beak attack and two Claws attacks."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 8 (1d8+4) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Piercing Roll (Recharge 4-6)",
                    "desc": "Tucks in its head and throws itself spikes first into nearby foes. Alke moves up to 25 ft. in a straight line and can move through space of any Med or smaller creature. The first time it enters a creature's space during this move creature takes 14 (4d6) bludgeoning damage and 14 (4d6) piercing damage and is knocked prone (DC 15 Str half not knocked prone.)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Repelling Spikes",
                    "desc": "Adds 3 to its AC vs. one melee or ranged weapon attack that would hit it. To do so the alke must see the attacker and not be prone."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Back Spikes",
                    "desc": "Any Small or larger creature riding alke against its will: 14 (4d6) piercing damage (DC 15 Dex half)."
                },
                {
                    "name": "Keen Sight",
                    "desc": "Advantage: sight Wis (Percept) checks."
                },
                {
                    "name": "Pounce",
                    "desc": "If it moves 30'+ straight toward a creature and then hits it with Claws on the same turn that target: DC 15 Str save or be knocked prone. If target is prone alke can make one Beak attack vs. it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 16,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_alke/"
        },
        {
            "slug": "alpine-creeper",
            "desc": "",
            "name": "Alpine Creeper",
            "size": "Huge",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 5,
            "armor_desc": "",
            "hit_points": 95,
            "hit_dice": "10d12+30",
            "speed": {
                "walk": 15
            },
            "strength": 3,
            "dexterity": 1,
            "constitution": 17,
            "intelligence": 1,
            "wisdom": 4,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -3,
            "skills": {
                "perception": -3
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning, piercing",
            "damage_immunities": "cold",
            "condition_immunities": "blinded, charmed, deafened, frightened, grappled, prone",
            "senses": "tremorsense 60', passive Perception 7",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Gentle Dissolution",
                    "desc": "Each creature in creeper's space: 10 (3d6) acid (DC 13 Con half). Creeper can choose not to harm friendly Beasts in its space. Unconscious creature that takes damage from this: DC 13 Wis save Fail: remain unconscious Success: wakes up."
                },
                {
                    "name": "Sleep Spores",
                    "desc": "Releases sleep-inducing spores. Humanoids and Giants within 20' of it: DC 13 Con save or fall unconscious 1 min. Effect ends for creature if it takes damage or another uses action to wake it."
                },
                {
                    "name": "Cleaning Call (1/Day)",
                    "desc": "Sprays pheromone-laced spores calling nearby Beasts to feast. Arrive in 1d4 rounds and act as creeper allies attacking creatures within 10 ft. of it. Beasts remain 1 hr until creeper dies or until it dismisses them as a bonus action. Choose one CR 1 or lower Beast or roll d100 to choose Summoned Beasts. They arrive at creeper's location; aggressive and prioritize active threats before feasting on creatures knocked out. Summoned Beasts:[br/] • 01-04: 2d4 badgers • 05-09: 1d6 black bears • 10-13: 1d3 brown bears • 14-17: 1d3 dire wolves • 18-20: 1d6 giant badgers • 21-30: 2d6 giant rats  • 31-34: 1d3 giant vultures • 35-40: 2d6 giant weasels • 41-44: 1d3 lions or tigers • 45-60: 1d6 swarms of rats • 61-71: 2d4 wolves • 72-75: 1d4 worgs • 76-100: No beasts respond"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Lethargic Stupor",
                    "desc": "One unconscious Humanoid or Giant in creeper's space suffers one level of exhaustion. A creature with more than half its hp max can't suffer more than one level of exhaustion from this. This exhaustion lasts until creature finishes short rest."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False",
                    "desc": "[+]Appearance[/+] Motionless: indistinguishable from patch of lichen."
                },
                {
                    "name": "Mossy Carpet",
                    "desc": "Enter hostile creature's space and stop there. It can move through space as narrow as 1' wide with o squeezing."
                }
            ],
            "spell_list": [],
            "page_no": 19,
            "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_alpine-creeper/"
        },
        {
            "slug": "amphibolt",
            "desc": "",
            "name": "Amphibolt",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "9d10+36",
            "speed": {
                "walk": 30,
                "swim": 60
            },
            "strength": 16,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 9,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -1,
            "skills": {
                "perception": -1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Bites or one Electric Tongue and uses Swallow."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one creature,. 11 (2d6+4) piercing damage + 7 (2d6) lightning."
                },
                {
                    "name": "Electric Tongue",
                    "desc": "Melee Weapon Attack: +7 to hit, 20 ft., one target, 9 (2d4+4) bludgeoning damage + 7 (2d6) lightning and target is grappled (escape DC 15). Until the grapple ends the target is restrained and amphibolt can't make an Electric Tongue attack vs. another target."
                },
                {
                    "name": "Swallow",
                    "desc": "Makes one Bite vs. a Med or smaller target it is grappling. If attack hits target is swallowed and grapple ends. Swallowed target is blinded and restrained has total cover vs. attacks and effects outside ambphibolt and it takes 10 (3d6) lightning at start of each of amphibolt's turns. Amphibolt can have only one target swallowed at a time. If amphibolt takes 15 damage or more on a single turn from swallowed creature amphibolt: DC 14 Con save at end of that turn or regurgitate creature which falls prone in a space within 5 ft. of amphibolt. If amphibolt dies swallowed creature is no longer restrained by it and can escape corpse using 5 ft. of move exiting prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from large rock formation."
                },
                {
                    "name": "Lightning Leap",
                    "desc": "Its long jump is 30' with or with o a running start. Creatures in the its path: 7 (2d6) bludgeoning damage and 7 (2d6) lightning and is knocked prone (DC 15 Dex half damage not prone)."
                }
            ],
            "spell_list": [],
            "page_no": 21,
            "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_amphibolt/"
        },
        {
            "slug": "animated-instrument",
            "desc": "",
            "name": "Animated Instrument",
            "size": "Tiny",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 17,
            "hit_dice": "7d4",
            "speed": {
                "walk": 0,
                "fly": 30
            },
            "strength": 1,
            "dexterity": 12,
            "constitution": 11,
            "intelligence": 1,
            "wisdom": 5,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -3,
            "skills": {
                "perception": -3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 60' (blind beyond), passive Perception 7",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Trouble Clef",
                    "desc": "Melee Weapon Attack: +3 to hit, 5 ft., one target, 4 (1d4+1) bludgeoning damage."
                },
                {
                    "name": "Orchestra Hit",
                    "desc": "Ranged Spell Attack: +4 to hit, 60 ft., one target, 5 (1d6+2) thunder."
                },
                {
                    "name": "Spirited Solo (Recharge 5-6)",
                    "desc": "Improvises a tune to draw listeners into entrancing thought. Each creature within 30' of it that can hear the song: creature is incapacitated until end of its next turn (DC 12 Wis creature has an epiphany and gains advantage on Cha (Performance) checks for 1 day)."
                },
                {
                    "name": "Courageous Anthem (1/Day)",
                    "desc": "Plays a song that bolsters its allies. Each friendly creature within 30' of the instrument that can hear song has a +1 bonus to attack rolls ability checks and saves until song ends. Instrument must take a bonus action on subsequent turns to continue playing the song. Can stop playing at any time. Song ends if animated instrument is incapacitated. A creature can benefit from only one Courageous Anthem at a time."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Antimagic Susceptibility",
                    "desc": "Incapacitated while in the area of an antimagic field. If targeted by dispel magic instrument must succeed on a Con save vs. caster's spell save DC or fall unconscious for 1 min."
                },
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "False",
                    "desc": "[+]Appearance[/+] While motionless and isn't flying indistinguishable from normal musical instrument."
                }
            ],
            "spell_list": [],
            "page_no": 34,
            "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_animated-instrument/"
        },
        {
            "slug": "animated-instrument-quartet",
            "desc": "",
            "name": "Animated Instrument, Quartet",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d10+36",
            "speed": {
                "walk": 30,
                "fly": 50
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 17,
            "intelligence": 4,
            "wisdom": 5,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -3,
            "skills": {
                "perception": -3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 60' (blind beyond), passive Perception 7",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Trouble Clef or Orchestra Hit attacks."
                },
                {
                    "name": "Trouble Clef",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 13 (4d4+3) bludgeoning damage."
                },
                {
                    "name": "Orchestra Hit",
                    "desc": "Ranged Spell Attack: +6 to hit, 60 ft., one target, 18 (4d6+4) thunder."
                },
                {
                    "name": "Musical Arrangement",
                    "desc": "The quartet plays one of the following songs:Dreadful Dirge. The quartet plays a hair-raising tune that evokes terror. Each hostile creature within 30' of the quartet must make DC 14 Wis save or be frightened until the end of its next turn.Oppressive Overture. The quartet plays a heavy melody that reverberates through nearby creatures. Each hostile creature within 30' of the quartet must make DC 14 Str save or be knocked prone.Seditious Sonata. The quartet plays a song that incites disobedience and rebellion. Each hostile creature within 30' of the quartet must make DC 14 Cha save"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Antimagic Susceptibility",
                    "desc": "The quartet is incapacitated while in the area of an antimagic field. If targeted by dispel magic the quartet must succeed on a Con save vs. the caster's spell save DC or fall unconscious for 1 min."
                },
                {
                    "name": "Construct Nature",
                    "desc": "The quartet doesn't require air food drink or sleep."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from group of musical instruments."
                },
                {
                    "name": "Four-Part Harmony",
                    "desc": "An animated quartet is always composed of four instruments that sit or hover close together acting with singular intent. If an attack deals at least 25 damage to the quartet then one of the instruments falls unconscious causing the quartet to deal one die less of damage with its Trouble Clef and Orchestra Hit actions."
                }
            ],
            "spell_list": [],
            "page_no": 34,
            "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_animated-instrument-quartet/"
        },
        {
            "slug": "animated-offal",
            "desc": "",
            "name": "Animated Offal",
            "size": "Huge",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 8,
            "armor_desc": "",
            "hit_points": 207,
            "hit_dice": "18d12+90",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 6,
            "constitution": 20,
            "intelligence": 1,
            "wisdom": 7,
            "charisma": 1,
            "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",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 8",
            "languages": "—",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 11 (2d6+4) bludgeoning damage + 18 (4d8) necrotic and target is grappled (escape DC 16) if it is a Large or smaller creature and offal doesn't have two other creatures grappled. If target is holding or carrying one or more healing potions there is a 25 percent chance one potion shatters during the attack allowing animated offal to absorb the healing energy and gain the benefits of its Healing Sense."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Subsume",
                    "desc": "Begins absorbing one creature it is grappling. Creature takes 18 (4d8) necrotic (DC 17 Con half). Offal regains hp equal to half the damage dealt. If offal is at its hp max it gains temp hp for 1 hr instead. Offal can add temp hp gained from this trait to temp hp gained earlier from this trait. Temporary hp can't exceed 48. If its temp hp would exceed 48 a new animated offal appears in an unoccupied space within 5 ft. of offal. The new Ooze is Small doesn't have this bonus action and has 10 hp. Creature killed by this bonus action is fully subsumed into offal and can be restored to life only by means of a resurrection spell or similar magic."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flowing Flesh",
                    "desc": "Can move through spaces as narrow as 6 inches wide with o squeezing."
                },
                {
                    "name": "Healing Sense",
                    "desc": "Can sense healing spells effects and potions within 120' of it. If the ooze is the target of a healing spell if it consumes a healing potion or if it is affected by a similar magical effect it gains a +2 bonus to its AC has advantage on Dex saves and can use its Pseudopod attack as a bonus action for 1 min."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "Doesn't require sleep."
                }
            ],
            "spell_list": [],
            "page_no": 38,
            "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_animated-offal/"
        },
        {
            "slug": "arcane-scavenger",
            "desc": "",
            "name": "Arcane Scavenger",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "17d10+34",
            "speed": {
                "walk": 10,
                "fly": 40
            },
            "strength": 19,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 16,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "force, poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "truesight 60', passive Perception 17",
            "languages": "—",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Grabbing Claw or Excavation Beams."
                },
                {
                    "name": "Grabbing Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, 15 ft., one target, 13 (2d8+4) bludgeoning damage + 7 (2d6) force and target is grappled (escape DC 16). Scavenger has eight claws each of which can grapple only one target."
                },
                {
                    "name": "Excavation Beam",
                    "desc": "Ranged Spell Attack: +7 to hit, 60 ft., one target, 20 (5d6+3) fire."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Int (DC 15) no material components: At will: detect magic locate object3/day ea: counterspell dispel magic"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Eldritch Overload",
                    "desc": "When reduced to half its max hp or fewer its speed is doubled and it gains additional action each turn. The action must be to Dash Disengage Hide or Use an Object or to make one Grabbing Claws or Excavation Beam attack. Effect lasts for 3 rounds. At end of its third turn the scavenger takes 10 (3d6) fire."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Ruinous Detonation",
                    "desc": "When it dies it explodes and each creature within 30' of it: 21 (6d6) force is flung up to 40' away from scavenger and is knocked prone (DC 16 Dex half damage and isn't flung or knocked prone)."
                }
            ],
            "spell_list": [],
            "page_no": 41,
            "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_arcane-scavenger/"
        },
        {
            "slug": "asp-vine",
            "desc": "",
            "name": "Asp Vine",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 55,
            "hit_dice": "10d8+10",
            "speed": {
                "walk": 10
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 3,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -4,
            "skills": {
                "perception": -4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing",
            "damage_immunities": "",
            "condition_immunities": "blinded, deafened, frightened",
            "senses": "blindsight 30' (blind beyond), passive Perception 6",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Four Vine attacks."
                },
                {
                    "name": "Vine",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 4 (1d4+2) piercing damage and 5 (2d4) poison and the target must make DC 14 Con save or be poisoned for 1 min. If the target is a creature it is grappled (escape DC 14). Until this grapple ends the target is restrained and must succeed on a new save each round it remains grappled or take another 5 (2d4) poison. The asp vine can grapple up to four targets at a time though it can still make vine attacks vs. other targets even if it has four grappled opponents."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from normal cluster of vines."
                }
            ],
            "spell_list": [],
            "page_no": 45,
            "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_asp-vine/"
        },
        {
            "slug": "astralsupial",
            "desc": "",
            "name": "Astralsupial",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 82,
            "hit_dice": "15d6+30",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 8,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 30', passive Perception 13",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claws attacks and uses Astral Pouch."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 10 (2d6+3) slashing damage."
                },
                {
                    "name": "Astral Pouch",
                    "desc": "Reaches into its extradimensional pouch and chooses a point it can see within 30' of it. Each creature within 10 ft. of that point suffers effect delow determined by d6 roll if creature fails DC 13 Dex save. It is immune to its own Astral Pouch effects.1 Ball Bearings Roll out of the pouch scattering at end of astralsupial's next turn. Creature knocked prone).2 Cooking Utensils Cast-iron cook pans fly out. Creature: 5 (2d4) bludgeoning damage.3 Tangled Threads Mass of Threads bursts out of pouch. Creature restrained until a creature uses action to break thread (DC 10 Str).4 Astral Mirror Imbued with trace of Astral Plane's power flashes brilliantly. Creature: 1d4 psychic and blinded until end of its next turn.5 Smelly Trash Handfuls of putrid trash spill from the pouch. Creature is poisoned for 1 min. Creature can make a DC 13 Con save at the end of each of its turns success ends effect on itself.6 Magic Beans Magical beans bounce out of the pouch. A creature takes 10 (4d4) fire on a failed save or half as much if made."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Astral Traveler (2/Day)",
                    "desc": "Briefly surrounds itself in a shower of glittering dust and teleports to an unoccupied space it can see within 30 feet."
                }
            ],
            "reactions": [
                {
                    "name": "Playing Dead",
                    "desc": "When reduced to 10 hp or less it feigns death in hopes of deceiving its attackers. A creature that sees it in this state can determine it is a ruse via DC 15 Wis (Medicine) check. Ruse lasts until astralsupial ends it (no action required) up to 8 hrs. 1st attack it makes within 1 round of ending ruse has advantage."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Apposable Thumbs",
                    "desc": "Advantage on climb-related Str (Athletics)."
                },
                {
                    "name": "Keen Hearing",
                    "desc": "[+]and Smell[/+] Advantage: hearing/smell Wis (Perception)."
                }
            ],
            "spell_list": [],
            "page_no": 46,
            "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_astralsupial/"
        },
        {
            "slug": "aural-hunter",
            "desc": "",
            "name": "Aural Hunter",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "speed": {
                "walk": 40,
                "climb": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 7,
            "wisdom": 19,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "blinded",
            "senses": "blindsight 60' or 20' while deafened (blind beyond), passive Perception 17",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claws attacks and one Rib Hooks attack. It can use Consume Sound in place of one attack."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 12 (2d8+3) slashing damage."
                },
                {
                    "name": "Rib Hooks",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 10 (2d6+3) piercing damage and the target is grappled (escape DC 15) if it is a Large or smaller creature and it doesn't have another creature grappled."
                },
                {
                    "name": "Consume Sound",
                    "desc": "Siphons energy from audible vibrations surrounding a creature grappled by it. Target: 14 (4d6) necrotic and becomes deafened and unable to speak until end of its next turn (DC 13 Con half damage and is able to hear and speak). Aural hunter regains hp equal to damage dealt. Consume Sound has no effect on creatures that are already deafened and unable to speak. It can't use this action if it is deafened."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blind Senses",
                    "desc": "Can't use its blindsight while deafened and unable to smell."
                },
                {
                    "name": "Keen Hearing",
                    "desc": "Has advantage on Wis (Perception) checks that rely on hearing."
                },
                {
                    "name": "Sonic Sensitivity",
                    "desc": "When it takes thunder damage it becomes deafened until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 47,
            "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_aural-hunter/"
        },
        {
            "slug": "beetle-clacker-soldier",
            "desc": "",
            "name": "Beetle, Clacker Soldier",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 18,
            "hit_dice": "4d6+4",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 8,
            "dexterity": 14,
            "constitution": 13,
            "intelligence": 1,
            "wisdom": 7,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -2,
            "skills": {
                "perception": -2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "slashing from nonmagical attacks",
            "damage_immunities": "thunder",
            "condition_immunities": "",
            "senses": "blindsight 30', passive Perception 8",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 0 ft., one creature,. 11 (2d8+2) piercing damage."
                },
                {
                    "name": "Clack",
                    "desc": "Clacks its mandibles to create small but dangerous booming noise in 15 ft. cone. Each creature in area: 5 (2d4) thunder (DC 13 Con half). When multiple beetles clack in same turn and create overlapping cones each creature in overlapping cones makes one save with disadvantage vs. total damage from all overlapping cones rather than one save for each."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Compact",
                    "desc": "Can occupy same space as one other clacker soldier."
                }
            ],
            "spell_list": [],
            "page_no": 54,
            "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_beetle-clacker-soldier/"
        },
        {
            "slug": "beetle-clacker-swarm",
            "desc": "",
            "name": "Beetle, Clacker Swarm",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 36,
            "hit_dice": "8d8",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 3,
            "dexterity": 13,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 7,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -2,
            "skills": {
                "perception": -2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, prone, restrained, stunned",
            "senses": "blindsight 30', passive Perception 8",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +3 to hit 0' 1 tgt in the swarm's space. 14 (4d6) piercing damage or 7 (2d6) piercing damage if the swarm has half of its hp or fewer."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Constant Clacking",
                    "desc": "A creature that starts its turn in the swarm's space takes 5 (1d10) thunder."
                },
                {
                    "name": "Swarm",
                    "desc": "Can occupy another creature's space and vice versa and swarm can move through any opening large enough for a Tiny creature. Swarm can't regain hp or gain temp hp."
                }
            ],
            "spell_list": [],
            "page_no": 54,
            "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_beetle-clacker-swarm/"
        },
        {
            "slug": "birgemon-seal",
            "desc": "",
            "name": "Birgemon Seal",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "walk": 20,
                "swim": 60
            },
            "strength": 12,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 9,
            "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": "acid, cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack one Toothy Maw attack and three Tendril attacks. It can replace all three Tendril attacks with use of Reel."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 7 (2d4+2) piercing damage."
                },
                {
                    "name": "Toothy Maw",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 9 (2d6+2) piercing damage."
                },
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +4 to hit, 15 ft., one target, The target is grappled (escape DC 13) if it is a Med or smaller creature and the seal can't use the same tendril on another target. If a creature is grappled by two or more tendrils it is also Restrained."
                },
                {
                    "name": "Reel",
                    "desc": "Pulls each creature grappled by it up to 10 ft. straight toward it."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Ice Slide",
                    "desc": "If the birgemon seal moves at least 10 ft. in a straight line while on snow or ice during its turn it can slide up to 40 feet."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Frozen to the Spot",
                    "desc": "When on snow or ice the birgemon seal can't be moved vs. its will."
                },
                {
                    "name": "Hold Breath",
                    "desc": "Can hold its breath for 90 min."
                }
            ],
            "spell_list": [],
            "page_no": 57,
            "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_birgemon-seal/"
        },
        {
            "slug": "black-patch",
            "desc": "",
            "name": "Black Patch",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 7,
            "armor_desc": "",
            "hit_points": 153,
            "hit_dice": "18d10+54",
            "speed": {
                "walk": 0,
                "swim": 40
            },
            "strength": 18,
            "dexterity": 5,
            "constitution": 16,
            "intelligence": 4,
            "wisdom": 6,
            "charisma": 1,
            "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": "acid, poison",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, poisoned, prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 8",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "2 Pseudopods. Can replace 1 with Viscid Suffocation."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 7 (1d6+4) bludgeoning damage + 13 (3d8) acid."
                },
                {
                    "name": "Viscid Suffocation",
                    "desc": "One creature in patch's space: DC 15 Dex save or take 18 (4d8) acid and patch attaches to it coating creature and its equipment. While patch is attached to it creature's speed is halved can't breathe and takes 9 (2d8) acid at start of each of its turns. Also if creature is in the water has disadvantage on ability checks to swim or stay afloat. Patch can devour flesh quickly but its acid doesn't harm metal wood or similar objects or creatures with o flesh. Patch can detach itself by spending 5 ft. of move. A creature including target can take its action to detach patch via DC 15 Str check."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Eldritch Luminance",
                    "desc": "When a creature that can see the patch starts its turn within 90' of it patch can force it to make a DC 15 Wis save if ooze isn't incapacitated and can see the creature. Fail: creature is mesmerized 1 min. Mesmerized creature over 5 ft. away from patch must move on its turn toward ooze by most direct route trying to get within 5 feet. It doesn't avoid opportunity attacks but before moving into damaging terrain such as lava or a pit and whenever it takes damage from a source other than ooze target can re-save. Mesmerized target can also re-save at end of each of its turns success ends effect on itself. If creature's save succeeds or effect ends for it is immune to patch's Eldritch Luminance for next 24 hrs."
                },
                {
                    "name": "Flowing Form",
                    "desc": "Can enter hostile creature's space and stop there. It can move through a space as narrow as 1ft. wide with o squeezing."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "Doesn't require sleep."
                }
            ],
            "spell_list": [],
            "page_no": 58,
            "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_black-patch/"
        },
        {
            "slug": "blood-barnacle",
            "desc": "",
            "name": "Blood Barnacle",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 25,
            "hit_dice": "10d4",
            "speed": {
                "walk": 10,
                "swim": 30
            },
            "strength": 2,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 2,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "necrotic",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60' (blind beyond), passive Perception 11",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one creature,. 5 (1d6+2) piercing damage and barnacle attaches to target. While attached barnacle doesn't attack. Instead at start of each of barnacle's turns target loses 5 (1d6+2) hp due to blood loss. Barnacle can detach itself by spending 5 ft. of its movement. A creature including target can take its action to detach barnacle via DC 12 Str check. When barnacle is removed target takes 2 (1d4) piercing damage. If creature ends its turn with barnacle attached to it that creature: DC 12 Con save or contract barnacle shivers (see above)."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Host Defense",
                    "desc": "When a creature damages an attached blood barnacle with anything other than fire creature hosting barnacle must make DC 12 Wis save or use its reaction to protect the barnacle. Barnacle takes half the damage dealt to it and host takes the other half."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Barnacle Shivers",
                    "desc": "Characterized by inescapable cold and shiveringthat slowly pervades victim's body this is a disease that infects creatures attacked by blood barnacles. Until disease is cured infected creature can't regain hp except magically and its hp max decreases by 3 (1d6) for every 24 hrs that elapse. Reduction lasts until disease is cured. Creature dies if disease reduces its hp max to 0. A Humanoid or Beast slain by this disease rises 24 hrs later as a zombie. Zombie isn't under barnacle's control but it views barnacle as an ally."
                },
                {
                    "name": "Blood Sense",
                    "desc": "Can pinpoint by scent location of creatures that aren't Constructs or Undead and that don't have all of their hp within 60' of it and can sense general direction of such creatures within 1 mile of it."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from normal barnacle."
                }
            ],
            "spell_list": [],
            "page_no": 62,
            "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_blood-barnacle/"
        },
        {
            "slug": "brumalek",
            "desc": "",
            "name": "Brumalek",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 40,
            "hit_dice": "9d6+9",
            "speed": {
                "walk": 30,
                "burrow": 20,
                "climb": 20
            },
            "strength": 5,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 4,
            "wisdom": 13,
            "charisma": 7,
            "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": "cold",
            "damage_immunities": "thunder",
            "condition_immunities": "deafened",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "—",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Headbutt",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d6+3) bludgeoning damage."
                },
                {
                    "name": "Reverberating Howl",
                    "desc": "Releases an ear-shattering howl in a 30' cone that is audible 300' away. Each creature in that cone must make a DC 13 Dex save. On a failure a creature takes 5 (2d4) thunder and is deafened for 1 min. On a success the creature takes half the damage and isn't deafened. A deafened creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Skittish",
                    "desc": "Can take the Dash or Disengage action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                },
                {
                    "name": "Snow Stride",
                    "desc": "A brumalek can burrow through nonmagical snow and earth. While doing so it doesn't disturb the material it moves through. In addition difficult terrain composed of snow doesn't cost it extra movement."
                }
            ],
            "spell_list": [],
            "page_no": 70,
            "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_brumalek/"
        },
        {
            "slug": "caldera-kite",
            "desc": "",
            "name": "Caldera Kite",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 119,
            "hit_dice": "14d10+42",
            "speed": {
                "walk": 0,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 19,
            "constitution": 16,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 4,
            "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": "acid, fire, poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "passive Perception 14",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Wings or one Wings and one Proboscis."
                },
                {
                    "name": "Proboscis",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 11 (2d6+4) piercing damage. Target is grappled (escape DC 17) if it is a Med or smaller creature and kite doesn't have another creature grappled. Until grapple ends creature is restrained caldera kite can automatically hit target with its Proboscis and kite can't make Proboscis attacks vs. other targets."
                },
                {
                    "name": "Wings",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) slashing damage and 7 (2d6) poison."
                },
                {
                    "name": "Dust Cloud (Recharge 4-6)",
                    "desc": "Kite thrashes its body and releases stored toxic gases. Each creature within 20' of kite: 28 (8d6) poison (DC 14 Con half). Creature that fails save can't speak and is suffocating until it is no longer within 20' of caldera kite."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Firesight",
                    "desc": "Can see through areas obscured by fire smoke and fog with o penalty."
                },
                {
                    "name": "Flyby",
                    "desc": "Doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Sulfuric Haze",
                    "desc": "A glittering haze emanates from it within 10 ft. of it. Haze moves with kite lightly obscuring area. If dispersed by a wind of moderate or greater speed (10+ miles per hr) haze reappears at start of kite's next turn. When a creature enters haze's area for first time on a turn or starts its turn there that creature: 7 (2d6) poison and is poisoned until end of its next turn (DC 14 Con half damage and isn't poisoned). If a creature's save is successful it is immune to Sulphuric Haze of all caldera kites for 1 min."
                }
            ],
            "spell_list": [],
            "page_no": 71,
            "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_caldera-kite/"
        },
        {
            "slug": "caretaker-weevil",
            "desc": "",
            "name": "Caretaker Weevil",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 51,
            "hit_dice": "6d8+24",
            "speed": {
                "walk": 30,
                "climb": 15
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 30', passive Perception 14",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Mandibles",
                    "desc": "Melee Weapon Attack: +3 to hit, 5 ft., one target, 10 (2d8+1) slashing damage."
                },
                {
                    "name": "Glue Glob",
                    "desc": "Ranged Weapon Attack: +3 to hit 30/60' one target 7 (2d6) acid. Target restrained for 1 min (DC 13 Dex its speed is halved for 1 min instead). Target can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Regenerative Spittle (3/Day)",
                    "desc": "Launches spittle at one creature it can see within 10 ft. of it. Target regains 2 (1d4) hp. For 1 min target regains 1 hp at the start of each of its turns."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Calming Presence",
                    "desc": "A creature that enters a space within 5 ft. of weevil or that starts its turn there: DC 13 Cha save or be indifferent to all creatures that it is hostile toward while it remains within 60' of weevil. This indifference ends if the creature is attacked or harmed by a spell or if it witnesses any of its allies being harmed."
                },
                {
                    "name": "Diligent Preservation",
                    "desc": "A creature that isn't a Construct or Undead and that starts its turn with 0 hp within 60' of weevil becomes stable. In addition any corpse within 60' of weevil is protected from decay and can't become Undead while it remains within 60' of weevil and for 24 hrs after it leaves the area."
                }
            ],
            "spell_list": [],
            "page_no": 73,
            "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_caretaker-weevil/"
        },
        {
            "slug": "catamount",
            "desc": "",
            "name": "Catamount",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 117,
            "hit_dice": "18d10+18",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 30', passive Perception 12",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 8 (1d8+4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 9 (2d4+4) slashing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Control Earth",
                    "desc": "Molds the ground near it causing one of: Stone Wall Causes wall of rock to rise from ground at a point it can see within 30' of it. Wall is up to 30' long 5 ft. high and 5 ft. thick. It can be any shape as long as its base is connected to the ground. If wall cuts through creature's space when it appears creature is pushed to one side (catamount's choice). If creature would be surrounded on all sides by the wall it can make a DC 14 Dex save. On success it can use its reaction to move up to its speed so it is not enclosed by the wall. Wall lasts 1 min or until catamount creates new wall.Fissure Catamount causes a rift to form in the ground at a point it can see within 30' of it. Rift can be up to 15 ft. wide up to 30' long and up to 10 ft. deep and can be any shape. Each creature standing on a spot where fissure opens must make DC 14 Dex save or fall in. Creature that successfully saves moves with fissure's edge as it opens. Fissure that opens beneath a structure causes it to automatically collapse as if structure was in the area of an earthquake spell. It can have only one fissure open at a time. If it opens another previous fissure closes shunting all creatures inside it to surface.Tremors Catamount causes earth beneath its feet to shake and shift. Each creature within 30' of it: 3 (1d6) bludgeoning damage and be knocked prone (DC 14 Str negates both)."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Well-Grounded",
                    "desc": "Has advantage on ability checks and saves made vs. effects that would knock it prone."
                }
            ],
            "spell_list": [],
            "page_no": 74,
            "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_catamount/"
        },
        {
            "slug": "cave-mimic",
            "desc": "",
            "name": "Cave Mimic",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 174,
            "hit_dice": "12d20+48",
            "speed": {
                "walk": 10,
                "burrow": 20
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 13,
            "charisma": 10,
            "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": "acid",
            "condition_immunities": "prone",
            "senses": "darkvision 60', tremorsense 60', passive Perception 14",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Four Pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +8 to hit, 15 ft., one target, 10 (1d10+5) bludgeoning damage. If mimic is in object or terrain form target is subjected to mimic's Adhesive trait."
                },
                {
                    "name": "Stalagteeth (Terrain Form Recharge 4-6)",
                    "desc": "Launches harpoon-like pseudopod shaped like pointed object (ex: stalagtite) at a creature in its space. Target: DC 14 Dex or 24 (7d6) piercing damage and pseudopod stuck in it. While pseudopod is stuck target restrained and 10 (3d6) acid at start of each of its turns mimic can use bonus action to pull target up to 30' to its nearest wall ceiling or similar surface. Creature including target can use action to detach pseudopod via DC 15 Str. If target detaches harpoon while stuck to mimic's ceiling: normal fall damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Into Gargantuan object or stretches out as terrain up to 35 ft. cube or back to true amorphous form. Stats same. Items worn/carried not transformed. Reverts on death."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Adhesive (Object or Terrain Form)",
                    "desc": "Adheres to anything that touches it. Creature adhered is also grappled (escape DC 15). Ability checks to escape: disadvantage. It can choose for creature to not be affected."
                },
                {
                    "name": "False Appearance (Object or Terrain Form)",
                    "desc": "While motionless it is indistinguishable from an ordinary object or terrain feature."
                },
                {
                    "name": "Grappler",
                    "desc": "Advantage on attack rolls vs. any creature grappled by it."
                },
                {
                    "name": "Object Mimicry (Object or Terrain Form)",
                    "desc": "Shape minor pseudopods into Med or smaller objects. Creature that sees one can tell it is an imitation with DC 15 Wis (Insight) check. Creature with half its body in contact with object (ex: sitting on “chair”) is subject to Adhesive."
                },
                {
                    "name": "Stretched Form (Terrain Form)",
                    "desc": "Occupy another's space vice versa."
                },
                {
                    "name": "Tunneler",
                    "desc": "Can burrow through solid rock at half its burrow speed and leaves a 15-foot-diameter tunnel in its wake."
                }
            ],
            "spell_list": [],
            "page_no": 77,
            "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_cave-mimic/"
        },
        {
            "slug": "chroma-lizard",
            "desc": "",
            "name": "Chroma Lizard",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "12d10+24",
            "speed": {
                "walk": 40
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 3,
            "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": "radiant",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Dazzling Display then one Bite and one Claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 14 (2d10+3) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 8 (1d10+3) slashing damage."
                },
                {
                    "name": "Dazzling Display",
                    "desc": "Causes its chrome scales to ripple casting dizzying reflections of light. Each creature that can see the chroma lizard must make DC 15 Con save or be blinded until the end of its next turn. The lizard can't use this action while in darkness and creatures have advantage on the save if the chroma lizard is in dim light."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Mirror Scales",
                    "desc": "While the chroma lizard is in bright light creatures that rely on sight have disadvantage on attack rolls vs. the lizard."
                },
                {
                    "name": "Mirror Shy",
                    "desc": "If the chroma lizard sees itself reflected in a polished surface within 30' of it and in an area of bright light the lizard immediately closes its eyes and is blinded until the start of its next turn when it can check for the reflection again."
                },
                {
                    "name": "Radiant Reflection",
                    "desc": "When a creature deals radiant to the chroma lizard half the radiant the lizard took is reflected back at that creature."
                }
            ],
            "spell_list": [],
            "page_no": 84,
            "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_chroma-lizard/"
        },
        {
            "slug": "climbing-vine",
            "desc": "",
            "name": "Climbing Vine",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 11,
            "armor_desc": "natural armor",
            "hit_points": 13,
            "hit_dice": "2d8+4",
            "speed": {
                "walk": 10,
                "climb": 10
            },
            "strength": 13,
            "dexterity": 7,
            "constitution": 15,
            "intelligence": 1,
            "wisdom": 7,
            "charisma": 1,
            "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": "psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 20', passive Perception 8",
            "languages": "—",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Dewvine",
                    "desc": "Melee Weapon Attack: +3 to hit, 5 ft., one creature,. The target is grappled (escape DC 11). The climbing vine has two attacking vines each of which can grapple only one creature."
                },
                {
                    "name": "Squeeze",
                    "desc": "Squeezes creatures in its grasp. Each creature grappled by the climbing vine must make DC 11 Str save or take 5 (2d4) bludgeoning damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Grasping Retaliation",
                    "desc": "When a creature hits the climbing vine with melee attack while within 5 ft. of the vine the vine can make one Dewvine attack vs. it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Digestive Dew",
                    "desc": "A creature that starts its turned grappled by the climbing vine takes 2 (1d4) acid."
                },
                {
                    "name": "Flexible Form",
                    "desc": "A climbing vine can move through a space as narrow as 6 inches wide with o squeezing."
                }
            ],
            "spell_list": [],
            "page_no": 85,
            "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_climbing-vine/"
        },
        {
            "slug": "cloudhoof-assassin",
            "desc": "",
            "name": "Cloudhoof Assassin",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "7d8+14",
            "speed": {
                "walk": 40
            },
            "strength": 17,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 2,
            "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": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Headbutt attack and one Shoving Kick attack."
                },
                {
                    "name": "Headbutt",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d6+3) bludgeoning damage."
                },
                {
                    "name": "Shoving Kick",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 5 (1d4+3) bludgeoning damage and the target must make DC 13 Str save or be pushed up to 5 ft. away from the cloudhoof assassin. If the cloudhoof scores a critical hit the target is pushed up to 10 ft. on a failed save."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shoving Charge",
                    "desc": "If it moves at least 20' straight toward a target and then hits it with Headbutt attack on the same turn that target must make DC 13 Str save or be pushed up to 10 ft. away from the cloudhoof. If a creature fails this save by 5 or more it is pushed up to 15 ft.."
                },
                {
                    "name": "Sure-Hooved",
                    "desc": "Has advantage on Str and Dex checks and saves made vs. effects that would knock it prone. In addition it has advantage on Str (Athletics) checks to climb rocky surfaces and Dex (Acrobatics) checks to maintain its balance on rocky surfaces."
                }
            ],
            "spell_list": [],
            "page_no": 91,
            "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_cloudhoof-assassin/"
        },
        {
            "slug": "coastline-reaper",
            "desc": "",
            "name": "Coastline Reaper",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 144,
            "hit_dice": "17d10+51",
            "speed": {
                "walk": 10,
                "swim": 40
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 4,
            "wisdom": 14,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, poison",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "—",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Tentacle Lashes and one Stinging Tentacle."
                },
                {
                    "name": "Tentacle Lash",
                    "desc": "Melee Weapon Attack: +8 to hit, 15 ft., one target, 14 (3d6+4) bludgeoning damage."
                },
                {
                    "name": "Stinging Tentacle",
                    "desc": "Melee Weapon Attack: +8 to hit, 15 ft., one target, 7 (1d6+4) piercing damage + 9 (2d8) poison. Target must make DC 16 Con save or be paralyzed for 1 min. A frightened creature has disadvantage on this save. Paralyzed target can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Frightening Visage (Recharge 5-6)",
                    "desc": "If underwater it flares the light from its organs making skull-like structure within more apparent. If above water the coastline reaper tightly pulls in its outer flesh causing its body to take on a fleshy skull-like appearance. Each Humanoid within 30' of it that can see it: 21 (6d6) psychic and frightened 1 min (DC 16 Wis half not frightened). Frightened 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": "Glowing Organs",
                    "desc": "While underwater its internal organs glow an eerie pale blue shedding dim light in a 10 ft. radius."
                },
                {
                    "name": "Hold Breath",
                    "desc": "While out of water can hold its breath for 30 min."
                },
                {
                    "name": "Water Breathing",
                    "desc": "Can breathe only underwater."
                }
            ],
            "spell_list": [],
            "page_no": 92,
            "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_coastline-reaper/"
        },
        {
            "slug": "conniption-bug",
            "desc": "",
            "name": "Conniption Bug",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 55,
            "hit_dice": "10d6+20",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 13,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 30', passive Perception 10",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Barbed Mandibles",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 6 (1d8+2) piercing damage. Target is grappled (escape DC 13) if it is a Med or smaller creature and bug doesn't have another creature grappled. Until this grapple ends target takes 4 (1d8) piercing damage at start of each of its turns and bug can't make Barbed Mandible attacks vs. other targets."
                },
                {
                    "name": "Barbed Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 7 (2d4+2) piercing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Death Trap",
                    "desc": "When it dies its mandibles remain locked in place continuing to grapple beyond its death. Until grapple ends creature takes 4 (1d8) piercing damage at start of each of its turns as if the bug was still alive. Any creature can take an action to remove mandibles with successful DC 11 Str (Athletics) or Wis (Medicine) check."
                },
                {
                    "name": "Limited Amphibiousness",
                    "desc": "Can breathe air and water but it needs to be submerged at least once every 4 hrs to avoid suffocating."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                },
                {
                    "name": "Standing Leap",
                    "desc": "Its long jump is up to 20' and its high jump is up to 10 feet with or with o a running start."
                },
                {
                    "name": "Vicious Wound",
                    "desc": "Its melee attacks score a critical hit on a 19 or 20."
                }
            ],
            "spell_list": [],
            "page_no": 93,
            "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_conniption-bug/"
        },
        {
            "slug": "copperkill-slime",
            "desc": "",
            "name": "Copperkill Slime",
            "size": "Huge",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 10,
            "armor_desc": "",
            "hit_points": 142,
            "hit_dice": "15d12+45",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 4,
            "wisdom": 8,
            "charisma": 2,
            "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": "piercing, slashing",
            "damage_immunities": "acid, poison",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60' (blind beyond), passive Perception 9",
            "languages": "—",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Pseudopods. If slime hits one creature with two Pseudopods target is grappled (escape DC 15). Until the grapple ends the target is restrained and takes 9 (2d8) poison at start of each of its turns. Slime can have only one target grappled in this way at a time."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 7 (1d6+4) bludgeoning damage + 9 (2d8) poison."
                },
                {
                    "name": "Poisonous Snap (Stretched Body Only Recharge 5-6)",
                    "desc": "While it is covering an object or structure it can rapidly collapse back to its normal form ending the stretch and spraying all nearby creatures with poisonous slime. Each creature within 10 ft. of any space the stretched slime occupied before collapsing: 27 (6d8) poison and coated in poisonous slime (DC 15 Dex half not coated). A creature coated takes 9 (2d8) poison at start of each of its turns. A creature including slime-coated creature can take an action to clean it off."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Stretch Body",
                    "desc": "Stretches its body across surface of a Gargantuan or smaller object or across surface of a wall pillar or similar structure no larger than a 20' square within 5 ft. of it sharing the space of the object or structure. Slime can end the stretch as a bonus action occupying nearest unoccupied space to the object or structure."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "Move through space 1ft.+ wide with o squeezing."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "Doesn't require sleep."
                },
                {
                    "name": "Patinated Appearance",
                    "desc": "While motionless indistinguishable from the object or structure it is stretched across though the object or structure appears to be covered in green paint or verdigris."
                },
                {
                    "name": "Spider Climb",
                    "desc": "Difficult surfaces even ceilings no ability check."
                }
            ],
            "spell_list": [],
            "page_no": 94,
            "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_copperkill-slime/"
        },
        {
            "slug": "corpselight-moth",
            "desc": "",
            "name": "Corpselight Moth",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "speed": {
                "walk": 15,
                "climb": 15,
                "fly": 60
            },
            "strength": 16,
            "dexterity": 19,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 8,
            "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": "necrotic",
            "damage_immunities": "radiant",
            "condition_immunities": "",
            "senses": "tremorsense 30', passive Perception 14",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Proboscis attacks."
                },
                {
                    "name": "Proboscis",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one creature,. 11 (2d6+4) piercing damage + 7 (2d6) radiant."
                },
                {
                    "name": "Radiant Wind (Recharge 4-6)",
                    "desc": "Flaps its wings releasing magical wind in a 30' cone. Each creature in area: 21 (6d6) radiant and is flung up 15 ft. away from moth in a direction following cone and knocked prone (DC 15 Str half damage and isn't flung or knocked prone). If a thrown target strikes an object such as a wall or floor target takes 3 (1d6) bludgeoning damage per 10 ft. it was thrown. If target is thrown into another creature that creature: DC 15 Dex save or take same damage and knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Downdraft",
                    "desc": "While it is flying area within 10 ft. of it is difficult terrain."
                },
                {
                    "name": "Glow",
                    "desc": "The moth casts light from its abdomen shedding bright light in a 20' radius and dim light for an additional 20'."
                },
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Necrotic Dampening",
                    "desc": "Each friendly creature within 30' of the moth has resistance to necrotic."
                },
                {
                    "name": "Spider Climb",
                    "desc": "Difficult surfaces even ceilings no ability check."
                }
            ],
            "spell_list": [],
            "page_no": 95,
            "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_corpselight-moth/"
        },
        {
            "slug": "crab-duffel",
            "desc": "",
            "name": "Crab, Duffel",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 30', passive Perception 11",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claws or one Claw and uses Collect."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one creature,. 10 (2d6+3) bludgeoning damage and target is grappled (escape DC 13). Until this grapple ends target is restrained and crab can't attack another target with that claw. The crab has two claws each of which can grapple only one target."
                },
                {
                    "name": "Collect",
                    "desc": "Places one target it is grappling into its extradimensional space if there is room and grapple ends. Target blinded and restrained and has total cover vs. attacks and effects outside. A trapped creature can take its action to climb out of the bag by succeeding on a DC 13 Str or Dex check (creature's choice). If crab dies trapped creature is no longer restrained by crab and can escape bag using 5 ft. of movement exiting prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Extradimensional Bag",
                    "desc": "Uses an extra-dimensional space such as a bag of holding as its “shell.” Bag can hold creatures in addition to the crab based on extradimensional space's size. Breathing creatures inside bag can survive up to a number of min equal to 10 divided by the number of creatures (minimum 1 min) after which time they begin to suffocate. If bag is overloaded pierced or torn it ruptures and is destroyed. While this would normally cause the contents to be lost in the Astral Plane crab's half-in half-out existence kept the bag constantly open even when it fully withdrew altering the bag which simply spills out its contents into area when the bag is destroyed or crab dies. Bag becomes a standard bag of holding or similar magic item with extradimensional space 24 hrs after crab dies."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from its extradimensional bag with an ajar lid or opening."
                }
            ],
            "spell_list": [],
            "page_no": 97,
            "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_crab-duffel/"
        },
        {
            "slug": "crab-razorback",
            "desc": "",
            "name": "Crab, Razorback",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 58,
            "hit_dice": "9d8+18",
            "speed": {
                "walk": 30,
                "burrow": 15
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 30', passive Perception 10",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Claw attack and one Shell Bash attack."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d6+3) bludgeoning damage and the target is grappled (escape DC 13). The crab has two claws each of which can grapple only one target."
                },
                {
                    "name": "Shell Bash",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 5 (1d4+3) bludgeoning damage + 3 (1d6) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bladed Shell",
                    "desc": "A creature that touches the crab or hits it with melee attack while within 5 ft. of it takes 3 (1d6) slashing damage."
                },
                {
                    "name": "Pounce",
                    "desc": "If the crab moves at least 15 ft. straight toward a creature and then hits it with Shell Bash attack on the same turn that target must make DC 13 Str save or be knocked prone. If the target is prone the crab can make one Claw attack vs. it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 98,
            "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_crab-razorback/"
        },
        {
            "slug": "daeodon",
            "desc": "",
            "name": "Daeodon",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "9d10+27",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 8,
            "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": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and one Slam attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 14 (2d8+5) piercing damage and the target is grappled (escape DC 13). Until this grapple ends the target is restrained and the daeodon can't Bite another target."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 10 (2d4+5) bludgeoning damage."
                },
                {
                    "name": "Fierce Call (Recharge: Short/Long Rest)",
                    "desc": "Lets out a loud fearsome call. Each hostile creature within 60' of the daeodon must make DC 13 Wis save or drop whatever it is holding and become frightened for 1 min. While frightened a creature must take the Dash action and move away from the daeodon by the safest available route on each of its turns unless there is nowhere to move. A frightened 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": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Relentless (Recharge: Short/Long Rest)",
                    "desc": "If it takes 15 damage or less that would reduce it to 0 hp it is reduced to 1 hp instead."
                },
                {
                    "name": "Trampling Charge",
                    "desc": "If it moves 20'+ straight toward a creature and then hits it with Bite on the same turn that target must make DC 13 Str save or be knocked prone. If target is prone daeodon can make one Slam vs. it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 103,
            "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_daeodon/"
        },
        {
            "slug": "dawnfly",
            "desc": "",
            "name": "Dawnfly",
            "size": "Gargantuan",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 21,
            "armor_desc": "natural armor",
            "hit_points": 261,
            "hit_dice": "18d20+72",
            "speed": {
                "walk": 20,
                "climb": 20,
                "fly": 90
            },
            "strength": 23,
            "dexterity": 20,
            "constitution": 19,
            "intelligence": 1,
            "wisdom": 14,
            "charisma": 18,
            "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": "cold, fire; nonmagic bludgeoning, piercing, and slashing attacks",
            "condition_immunities": "charmed, frightened, paralyzed, poisoned",
            "senses": "blindsight 90', passive Perception 12",
            "languages": "—",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and three Tail attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, 5 ft., one target, 19 (3d8+6) piercing damage + 7 (2d6) poison."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, 15 ft., one target, 22 (3d10+6) bludgeoning damage."
                },
                {
                    "name": "Wing Slice (Recharge 4-6)",
                    "desc": "Flies up to 40' in straight line and can move through space of any Huge or smaller creature. First time it enters creature's space during this move creature: 54 (12d8) slashing damage and stunned until end of its next turn and if dawnfly's wings are ignited from Winged Inferno extra 14 (4d6) fire (DC 19 Dex half isn't stunned)."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Winged Inferno",
                    "desc": "Rapidly beats wings igniting them until start of next turn. Shed bright light in 20' radius dim light extra 20'. Creature that touches dawnfly or hits it with melee attack while within 5 ft. of it: 7 (2d6) fire. Also when creature starts turn within 5 ft. of dawnfly creature: DC 19 Dex save or 7 (2d6) fire. Effect ends early if dawnfly stops flying."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Dust Burst",
                    "desc": "Its wings shed blinding dust within 10 ft. of it. Each creature in the area: DC 19 Con save or be blinded until end of its next turn."
                },
                {
                    "name": "Fiery Downburst (2)",
                    "desc": "15 ft. cone hot air downdraft. All in area: 9 (2d8) bludgeoning damage and 7 (2d6) fire pushed up to 15 ft. from dawnfly in direction following cone and knocked prone (DC 19 Str half damage not pushed/prone). "
                },
                {
                    "name": "Snatch and Drop (3)",
                    "desc": "Flies up to half its fly speed making one Tail attack at creature within reach on the way. Hits: creature grappled carried and dropped at end of move; normal fall damage."
                }
            ],
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "Doesn't provoke opportunity attacks when it flies out of reach."
                },
                {
                    "name": "Siege Monster",
                    "desc": "Double damage to objects/structures."
                },
                {
                    "name": "Unsettling Drone",
                    "desc": "Creature that starts turn within 10 ft. of dawnfly: DC 19 Con save or incapacitated until start of its next turn. Deafened creatures have advantage. Success: immune to this 24 hrs."
                }
            ],
            "spell_list": [],
            "page_no": 104,
            "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_dawnfly/"
        }
    ]
}