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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?ordering=-alignment&page=4",
    "previous": "https://api.open5e.com/monsters/?ordering=-alignment&page=2",
    "results": [
        {
            "slug": "pelagic-blush-worm",
            "desc": "",
            "name": "Pelagic Blush Worm",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 188,
            "hit_dice": "13d20+42",
            "speed": {
                "walk": 0,
                "swim": 50
            },
            "strength": 23,
            "dexterity": 14,
            "constitution": 19,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid, cold",
            "condition_immunities": "",
            "senses": "blindsight 120', passive Perception 15",
            "languages": "—",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and one Tail Fin attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, 10 ft., one target, 19 (3d8+6) piercing damage. If target is a Large or smaller creature: swallowed by the worm (DC 16 Dex negates). A swallowed creature is blinded and restrained it has total cover vs. attacks and other effects outside the worm and it takes 14 (4d6) acid at the start of each of the worm's turns. If the worm takes 25+ damage on a single turn from a creature inside it worm must make DC 18 Con save at the end of that turn or regurgitate all swallowed creatures which fall prone in a space within 10 ft. of the worm. If worm dies a swallowed creature is no longer restrained by it and can escape the corpse by using 15 ft. of movement exiting prone."
                },
                {
                    "name": "Tail Fin",
                    "desc": "Melee Weapon Attack: +10 to hit, 10 ft., one target, 16 (3d6+6) slashing damage + 16 (3d6+6) bludgeoning damage."
                },
                {
                    "name": "Red Acid Spume (Recharge 5-6)",
                    "desc": "Exhales crimson stomach acid in 30' cone if worm is underwater or 50' line × 5 ft. wide if above water. Each creature in area: 31 (9d6) acid (DC 16 Dex half)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Echolocation",
                    "desc": "Can't use its blindsight while deafened."
                },
                {
                    "name": "Siege Monster",
                    "desc": "Double damage to objects/structures."
                },
                {
                    "name": "Water Breathing",
                    "desc": "Can breathe only underwater."
                }
            ],
            "spell_list": [],
            "page_no": 313,
            "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_pelagic-blush-worm/"
        },
        {
            "slug": "porcellina",
            "desc": "",
            "name": "Porcellina",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 28,
            "hit_dice": "8d4+8",
            "speed": {
                "walk": 40
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": 5,
            "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 11",
            "languages": "—",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 8 (2d4+3) piercing damage and the target must make DC 11 Dex save or be knocked prone. The DC increases by 1 for each other porcellina that hit the target since the end of this porcellina's previous turn to a max of DC 15."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Squeal",
                    "desc": "When a porcellina is hit with an attack it can let out a blood-curdling scream. Each creature within 10 ft. of the porcellina must make DC 11 Wis save or become frightened until the end of its next turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The porcillina has advantage on Wis (Perception) checks that rely on hearing or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                },
                {
                    "name": "Poisonous Flesh",
                    "desc": "A creature that touches the porcellina or consumes the meat of the porcellina must make DC 11 Con save or become poisoned for 1 hr."
                }
            ],
            "spell_list": [],
            "page_no": 317,
            "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_porcellina/"
        },
        {
            "slug": "pyrite-pile",
            "desc": "",
            "name": "Pyrite Pile",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "13d10+65",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 5,
            "wisdom": 8,
            "charisma": 19,
            "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": "nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 60', tremorsense 60', passive Perception 9",
            "languages": "understands Dwarvish and Terran but can't speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Slam attacks. If the pyrite pile hits one Med or smaller creature with both attacks the target is grappled (escape DC 16). Until this grapple ends the target takes 7 (2d6) bludgeoning damage at the start of each of its turns. The pyrite pile can have only one creature grappled at a time."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 15 (3d6+5) bludgeoning damage."
                },
                {
                    "name": "Hurl Nugget",
                    "desc": "Ranged Weapon Attack: +8 to hit 20/60' one target 14 (2d8+5) bludgeoning damage."
                },
                {
                    "name": "Eat Gold",
                    "desc": "Absorbs 52 (8d12) gp worth of nonmagical items and coins made of precious metals ignoring copper worn or carried by one creature grappled by it and the pile regains hp equal to half that. Absorbed metal is destroyed."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from normal pile of gold nuggets."
                },
                {
                    "name": "Gold Fever",
                    "desc": "When a Humanoid or xorn that can see the pile starts its turn within 60' of pile creature must make DC 15 Wis save or be charmed until end of its next turn. Charmed creature must take Dash action and move toward pile by safest available route on its next turn trying to get within 5 ft. of pile."
                },
                {
                    "name": "Metal Sense",
                    "desc": "Can pinpoint by scent the location of precious metals within 60' of it and can sense the general direction of Small or larger deposits of such metals within 1 mile."
                }
            ],
            "spell_list": [],
            "page_no": 323,
            "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_pyrite-pile/"
        },
        {
            "slug": "pyrrhic-podthrower",
            "desc": "",
            "name": "Pyrrhic Podthrower",
            "size": "Small",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 127,
            "hit_dice": "17d6+68",
            "speed": {
                "walk": 20,
                "burrow": 20
            },
            "strength": 15,
            "dexterity": 18,
            "constitution": 19,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 4,
            "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": "bludgeoning, lightning",
            "damage_immunities": "fire",
            "condition_immunities": "blinded, deafened, frightened",
            "senses": "tremorsense 90', passive Perception 10",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Grass Blades or two Flaming Seedpods."
                },
                {
                    "name": "Grass Blade",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Flaming Seedpod",
                    "desc": "Lobs a flaming seedpod at a point it can see within 60' of it. Seedpod explodes on impact and is destroyed. Each creature within 10 ft. of that point: 12 (5d4) fire (DC 15 Dex half)."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Unstable Bulb",
                    "desc": "When podthrower is grappled and removed from the ground while above 0 hp its bulb bursts. Each creature within 10 ft.: 12 (5d4) fire (DC 15 Dex half)."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from clump of crabgrass."
                },
                {
                    "name": "Flaming Seedpod Regrowth",
                    "desc": "Has four Flaming Seedpods. Used Flaming Seedpods may regrow each turn. If podthrower starts its turn with less than four Flaming Seedpods roll a d6. On a roll of 5 or 6 it regrows 1d4 Flaming Seedpods to a max of 4."
                },
                {
                    "name": "Regeneration",
                    "desc": "Regains 10 hp at the start of its turn. If it takes necrotic or if it is grappled and removed from the ground this trait doesn't function at start of its next turn. It dies only if it starts its turn with 0 hp and doesn't regenerate."
                }
            ],
            "spell_list": [],
            "page_no": 324,
            "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_pyrrhic-podthrower/"
        },
        {
            "slug": "rafflesian",
            "desc": "",
            "name": "Rafflesian",
            "size": "Small",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d6+80",
            "speed": {
                "walk": 15
            },
            "strength": 18,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 14,
            "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": "",
            "condition_immunities": "",
            "senses": "blindsight 120' (blind beyond), passive Perception 17",
            "languages": "understands the languages of its host companion but can't speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "3 Vine Whips. Can replace 1 attack with Blood Root use."
                },
                {
                    "name": "Vine Whip",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 17 (3d8+4) slashing damage."
                },
                {
                    "name": "Blood Root",
                    "desc": "Launches a root toward one creature it can see within 30' of it. The creature must make DC 15 Dex save or take 14 (4d6) necrotic as the rafflesian drains blood from it. The rafflesian or the host (the rafflesian's choice) then regains hp equal to damage taken."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Last Resort",
                    "desc": "When host dies rafflesian can reanimate it up to 10 days if body is still intact. During this time host protected from decay and can't become undead. Rafflesian can use bonus action to cause host to move as in life but host can't take other actions. If host could speak in life rafflesian can speak with host's voice. Host reanimated this way can be restored to life by any spell capable of that."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Symbiote",
                    "desc": "Can bond with willing Humanoid creature that remains in physical contact with it for 10 min. While bonded this way host gains +2 bonus to AC and saves and resistance to all damage and rafflesian's speed is 0 moving with host when it moves. Each time host takes damage rafflesian takes same amount. If host is subjected to effect that would force it to save host can use its save bonuses or rafflesian's. If both are subjected to same effect only one is affected rafflesian's choice. Rafflesian and host otherwise retain their own stats and take separate turns. Rafflesian and host can't be separated unless rafflesian chooses to terminate connection. Rafflesian can detach itself safely from host over course of 1 hr or can detach itself from creature as an action which immediately kills host."
                },
                {
                    "name": "Symbiotic Thought",
                    "desc": "Bonded it and host communicate telepathically."
                }
            ],
            "spell_list": [],
            "page_no": 327,
            "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_rafflesian/"
        },
        {
            "slug": "rock-salamander",
            "desc": "",
            "name": "Rock Salamander",
            "size": "Tiny",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 27,
            "hit_dice": "6d4+12",
            "speed": {
                "walk": 20,
                "burrow": 20,
                "climb": 20
            },
            "strength": 8,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 5,
            "wisdom": 13,
            "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": "",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 60', tremorsense 60', passive Perception 11",
            "languages": "understands Terran but can't speak",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d6+3) piercing damage."
                },
                {
                    "name": "Manipulate Stone",
                    "desc": "If it is touching stone it can manipulate stone contiguous with its location to create one of the following:Rumbling Earth: One creature touching stone within 10 ft. of salamander is knocked prone (DC 12 Dex negates).Softened Earth One creature touching stone within 10 ft. of salamander is restrained by softened mud-like stone until the end of its next turn (DC 12 Str negates).Stone Armor Salamander's AC +2 until start of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Earth Glide",
                    "desc": "Can burrow through nonmagical unworked earth/stone with o disturbing material it moves through."
                },
                {
                    "name": "Stone Camouflage",
                    "desc": "Has advantage on Dex (Stealth) checks made to hide in rocky terrain."
                },
                {
                    "name": "Stone Spider Climb",
                    "desc": "Can climb difficult stone surfaces including upside down on ceilings with o an ability check."
                }
            ],
            "spell_list": [],
            "page_no": 333,
            "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_rock-salamander/"
        },
        {
            "slug": "scarab-suncatcher",
            "desc": "",
            "name": "Scarab, Suncatcher",
            "size": "Gargantuan",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 145,
            "hit_dice": "10d20+40",
            "speed": {
                "walk": 30,
                "burrow": 40,
                "fly": 15
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 16,
            "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": "nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, paralyzed, poisoned, restrained",
            "senses": "blindsight 90' (blind beyond), passive Perception 11",
            "languages": "—",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 14 (2d8+5) piercing damage + 7 (2d6) poison and target is poisoned until end of its next turn (DC 16 Con negates poison)."
                },
                {
                    "name": "Burrowing Burst",
                    "desc": "If it burrows 20'+ as part of its movement it can use this action to emerge in a space that contains one or more other creatures. Each of those creatures and each creature within 10 ft. of the scarab's space takes 27 (6d8) bludgeoning damage and is knocked prone (DC 16 Dex half damage and is pushed up to 10 ft. out of the scarab's space into an unoccupied space of the creature's choice; If no unoccupied space is within range creature instead falls prone in scarab's space). Area within 10 ft. of the scarab's space then becomes difficult terrain."
                },
                {
                    "name": "Wing Beat (Recharge 5-6)",
                    "desc": "The suncatcher scarab rapidly beats its wings releasing sound or light in a 60' cone.Effect depends on if the elytra is closed or open:Closed Elytra: Creature takes 35 (10d6) thunder is pushed up to 15 ft. away from the scarab and is knocked prone (DC 16 Con half and isn't pushed or knocked prone).Open Elytra: Creature takes 35 (10d6) radiant and blinded until end of its next turn (DC 16 Con half and isn't blinded)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Discordant Drone",
                    "desc": "Creatures within 15 ft. of it can't hear each other's spoken words and can't cast spells with verbal components."
                },
                {
                    "name": "Siege Monster",
                    "desc": "Double damage to objects/structures."
                },
                {
                    "name": "Unstoppable",
                    "desc": "Moving through difficult terrain doesn't cost it extra movement and its speed can't be reduced."
                }
            ],
            "spell_list": [],
            "page_no": 338,
            "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_scarab-suncatcher/"
        },
        {
            "slug": "scarsupial",
            "desc": "",
            "name": "Scarsupial",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 39,
            "hit_dice": "6d6+18",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 2,
            "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": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and one Claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one creature,. 8 (2d4+3) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one creature,. 10 (2d6+3) slashing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Scrabble",
                    "desc": "Takes the Dash or Disengage action"
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Perfect Landing",
                    "desc": "A scarsupial doesn't take damage from falling and is never knocked prone from falling."
                },
                {
                    "name": "Vertical Pounce",
                    "desc": "If the scarsupial moves vertically such as by falling from a tree 10 ft. towards a creature and then hits with claw attack on the same turn the target must make DC 13 Str save or be knocked prone. If the target is knocked prone the scarsupial can make a bite attack as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 339,
            "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_scarsupial/"
        },
        {
            "slug": "scorchrunner-jackal",
            "desc": "",
            "name": "Scorchrunner Jackal",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 38,
            "hit_dice": "7d8+7",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 4,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Bite or Flame Ray attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d6+3) piercing damage."
                },
                {
                    "name": "Flame Ray",
                    "desc": "Ranged Spell Attack: +4 to hit, 120 ft., one target, 6 (1d8+2) fire. If the jackal hits a creature with Flame Ray the jackal gains half-cover vs. all attacks that originate more than 30' away from it until the start of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Daylight Skirmish",
                    "desc": "While in sunlight the jackal takes the Dash or Dodge action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Day Hunter",
                    "desc": "When the scorchrunner jackal makes an attack roll while in sunlight it can roll a d4 and add the number rolled to the attack roll."
                }
            ],
            "spell_list": [],
            "page_no": 340,
            "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_scorchrunner-jackal/"
        },
        {
            "slug": "sinstar-thrall",
            "desc": "",
            "name": "Sinstar Thrall",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 58,
            "hit_dice": "9d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 10,
            "constitution": 15,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire",
            "damage_immunities": "poison",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, poisoned",
            "senses": "blindsight 60' (blind beyond), passive Perception 10",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one creature,. 7 (1d8+3) bludgeoning damage + 3 (1d6) piercing damage."
                },
                {
                    "name": "Shoot Spines (Recharge 5-6)",
                    "desc": "Sprays spines in a burst around itself. Each creature within 15 ft. of it must make a DC 13 Dex save. On a failure a creature takes 10 (3d6) piercing damage and is paralyzed until the end of its next turn. On a success a creature takes half the damage and isn't paralyzed."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spiny Defense",
                    "desc": "A creature that touches the star thrall or hits it with melee attack while within 5 ft. of it takes 3 (1d6) piercing damage and must make DC 13 Con save or be paralyzed until the end of its next turn."
                },
                {
                    "name": "Telepathic Bond",
                    "desc": "While the star thrall is on the same plane of existence as the sinstar that created it the star thrall can magically convey what it senses to the sinstar and the two can communicate telepathically."
                }
            ],
            "spell_list": [],
            "page_no": 345,
            "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_sinstar-thrall/"
        },
        {
            "slug": "slithy-tove",
            "desc": "",
            "name": "Slithy Tove",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 91,
            "hit_dice": "14d6+42",
            "speed": {
                "walk": 40,
                "burrow": 10
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 5,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "paralyzed, poisoned, restrained",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "understands Common but can't speak",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claws or one Claw and one Lick."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one creature,. 12 (3d4+5) slashing damage."
                },
                {
                    "name": "Lick",
                    "desc": "Melee Weapon Attack: +7 to hit, 15 ft., one target, 9 (1d8+5) bludgeoning damage and target must make DC 13 Str save or be pulled up to 10 ft. toward the slithy tove."
                },
                {
                    "name": "Musk of Clumsiness (Recharge 5-6)",
                    "desc": "Discharges musk in 30' cone. Each creature in area: 10 (3d6) poison and poisoned 1 min (DC 13 Con half damage and isn't poisoned). When poisoned creature moves 5 ft.+ on its turn it must make DC 13 Dex save or fall prone stepping in a hole hitting its head on a branch tripping over a rock bumping into an ally or some other clumsy act. Poisoned creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hidden Step",
                    "desc": "Magically teleports along with any equipment it is wearing or carrying up to 30' to an unoccupied space it can see and takes the Hide action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Distraction",
                    "desc": "Each creature with Int 5+ that starts its turn within 5 ft. of the slithy tove must make DC 13 Wis save or be incapacitated until start of its next turn as it hears imaginary murmurings and sees movement in its peripheral vision. On success creature has advantage on saves vs. the Distraction of all slighty toves for the next 24 hrs."
                }
            ],
            "spell_list": [],
            "page_no": 347,
            "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_slithy-tove/"
        },
        {
            "slug": "snallygaster",
            "desc": "",
            "name": "Snallygaster",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 207,
            "hit_dice": "18d12+90",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 24,
            "dexterity": 10,
            "constitution": 21,
            "intelligence": 4,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": 1,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid, thunder",
            "condition_immunities": "frightened",
            "senses": "darkvision 120', passive Perception 12",
            "languages": "—",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Slimy Tentacles and three Talons. If it hits one creature with two Talonss the target must make DC 18 Str save or take 11 (2d10) piercing damage and be knocked prone."
                },
                {
                    "name": "Slimy Tentacles",
                    "desc": "Melee Weapon Attack: +12 to hit, 15 ft., one target, 20 (3d8+7) bludgeoning damage and target is grappled (escape DC 18). Until this grapple ends target is restrained and takes 18 (4d8) acid at the start of each of its turns and snallygaster can't use its Slimy Tentacles on another target."
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +12 to hit, 5 ft., one target, 20 (2d12+7) piercing damage."
                },
                {
                    "name": "Screech (Recharge 5-6)",
                    "desc": "Squawks a screeching whistle in 60' cone. Each creature in area: 49 (14d6) thunder and stunned 1 min (DC 18 Con half not stunned). Stunned creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Nimble Flier",
                    "desc": "Takes the Dash or Disengage action. It must be flying to use this bonus action."
                }
            ],
            "reactions": [
                {
                    "name": "Parry Spell",
                    "desc": "If it succeeds on save vs. spell of 5th level or lower that targets only snallygaster spell has no effect. If snallygaster succeeds on save by 5+ spell is reflected back at spellcaster using slot level spell save DC attack bonus and spellcasting ability of caster"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Regeneration",
                    "desc": "Regains 15 hp at start of its turn if it has 1+ hp."
                }
            ],
            "spell_list": [],
            "page_no": 348,
            "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_snallygaster/"
        },
        {
            "slug": "soil-snake",
            "desc": "",
            "name": "Soil Snake",
            "size": "Huge",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 115,
            "hit_dice": "11d12+44",
            "speed": {
                "walk": 40,
                "burrow": 40
            },
            "strength": 21,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 5,
            "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": "fire",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone",
            "senses": "darkvision 60', tremorsense 60', passive Perception 12",
            "languages": "understands creator's languages but can't speak",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and one Tail Whip attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 14 (2d8+5) piercing damage."
                },
                {
                    "name": "Tail Whip",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 16 (2d10+5) bludgeoning damage."
                },
                {
                    "name": "Charging Swallow",
                    "desc": "Partially submerges in the ground and slithers forward scooping up soil and creatures as it goes. The soil snake moves up to 30' in a straight line and can move through the space of any Med or smaller creature. The first time it enters a creature's space during this move that creature: 14 (4d6) bludgeoning damage and is buried as it is swallowed bounced through the hollow inside of the soil snake and deposited back in its space under a pile of soil (DC 14 Dex half damage and isn't buried). A buried creature is restrained and unable to breathe or stand up. A creature including the buried creature can take its action to free the buried creature by succeeding on a DC 14 Str check."
                },
                {
                    "name": "Soil Blast (Recharge 5-6)",
                    "desc": "Expels soil in a 30' cone. Each creature in that area: 18 (4d8) bludgeoning damage and is knocked prone (DC 14 Dex half damage not prone)."
                }
            ],
            "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": "Grassland Camouflage",
                    "desc": "Has advantage on Dex (Stealth) checks made to hide in grassland terrain."
                }
            ],
            "spell_list": [],
            "page_no": 351,
            "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_soil-snake/"
        },
        {
            "slug": "stained-glass-moth",
            "desc": "",
            "name": "Stained-Glass Moth",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "6d6+24",
            "speed": {
                "walk": 20,
                "climb": 20,
                "fly": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 14,
            "charisma": 10,
            "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": "bludgeoning, thunder",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "understands Common but can't speak",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Blessed Wings then two Wing Slice or Radiant Wing attacks."
                },
                {
                    "name": "Wing Slice",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 5 (1d6+2) slashing damage."
                },
                {
                    "name": "Radiant Wing",
                    "desc": "Ranged Spell Attack: +4 to hit, 60 ft., one target, 6 (1d8+2) radiant."
                },
                {
                    "name": "Blessed Wings",
                    "desc": "Marks one creature it can see within 30' of it with holy power. If the target is a hostile creature the next attack roll made vs. the target before the start of the moth's next turn has advantage. If the target is a friendly creature it gains a +2 bonus to AC until the start of the moth's next turn."
                }
            ],
            "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": "False Appearance",
                    "desc": "While motionless indistinguishable from ordinary stained-glass window or artwork."
                },
                {
                    "name": "Flyby",
                    "desc": "Doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Immutable Form",
                    "desc": "Immune: form-altering spells/effects."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 353,
            "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_stained-glass-moth/"
        },
        {
            "slug": "stargazer",
            "desc": "",
            "name": "Stargazer",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d12+64",
            "speed": {
                "walk": 15,
                "burrow": 20
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 4,
            "strength_save": 9,
            "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": "prone",
            "senses": "tremorsense 60', passive Perception 16",
            "languages": "Common, Ignan",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "3 Bites or Slams and 2 Whips. Can replace 1 Bite with Trap."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one creature,. 18 (3d8+5) piercing damage."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +9 to hit, 10 ft., one creature,. 15 (3d6+5) bludgeoning damage."
                },
                {
                    "name": "Tendril Whip",
                    "desc": "Melee Weapon Attack: +9 to hit, 20 ft., one creature,. Target grappled (escape DC 16). Until grapple ends target restrained stargazer can't use same tendril on another. Tendril destroyable (AC 10; hp 20; immune to poison and psychic). Destroying tendril doesn't damage stargazer. "
                },
                {
                    "name": "Wing Trap",
                    "desc": "If it has no creatures trapped snaps its appendages shut. Each creature within 5 ft. of it: 14 (4d6) bludgeoning damage and trapped ending grapple if grappled (DC 16 Dex half damage not trapped). Creature grappled by stargazer: disadvantage on the save. Trapped creature blinded restrained has total cover vs. attacks and effects outside stargazer and takes 10 (3d6) bludgeoning damage at start of each stargazer turn. Trapped creature can take its action to escape by making a DC 16 Str check. Stargazer can have up to 2 creatures trapped at a time. While it has 1+ creature trapped can't burrow and can't Bite creatures outside its Wing Trap."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Reel",
                    "desc": "Pulls up to 2 creatures grappled by it up to 15 ft. straight to it."
                }
            ],
            "reactions": [
                {
                    "name": "Wing Trap Snap",
                    "desc": "When 1+ creatures step onto a space on ground within 10 ft. directly above a hidden stargazer stargazer can burrow up to 10 ft. and snap its wing-like appendages shut emerging on the ground in space directly above where it was buried and that contains one or more other creatures. Each creature must make DC 16 Dex save or be trapped as if it failed save vs. Wing Trap."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Tendril Whip Regrowth",
                    "desc": "Has 12 tendrils. If all are destroyed can't use Tendril Whip. Destroyed tendrils regrow when it finishes long rest."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 354,
            "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_stargazer/"
        },
        {
            "slug": "stone-eater-slime",
            "desc": "",
            "name": "Stone-Eater Slime",
            "size": "Small",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "12d6+48",
            "speed": {
                "walk": 20,
                "climb": 10
            },
            "strength": 16,
            "dexterity": 11,
            "constitution": 19,
            "intelligence": 1,
            "wisdom": 6,
            "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": "",
            "damage_immunities": "acid",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, petrified, prone",
            "senses": "blindsight 60' (blind beyond), passive Perception 8",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 10 (2d6+3) bludgeoning damage + 3 (1d6) acid. Target petrified 1 min (DC 14 Con). Petrified creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Dissolve Stone",
                    "desc": "Touches petrified creature or nonmagical object or structure made of crystal or stone within 5 ft. of it ingesting some. If object isn't being worn or carried touch destroys a 6-inch cube of it and slime regains 10 (3d6) hp. If object is being worn or carried by a creature creature can make DC 14 Dex save to avoid slime's touch. If target is a petrified creature: 21 (6d6) acid (DC 14 Con half). Being petrified doesn't give creature resistance to this damage. Slime regains hp equal to half the damage taken. If object touched is stone armor or stone shield worn or carried it takes a permanent and cumulative -1 penalty to AC it offers. Armor reduced to AC 10 or shield that drops to +0 bonus is destroyed. If object touched is a held stone weapon it takes a permanent and cumulative -1 penalty to damage rolls. If penalty drops to -5 it is destroyed"
                }
            ],
            "bonus_actions": null,
            "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": "Spider Climb",
                    "desc": "Difficult surfaces even ceilings no ability check."
                }
            ],
            "spell_list": [],
            "page_no": 357,
            "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_stone-eater-slime/"
        },
        {
            "slug": "swarm-biting-gnat",
            "desc": "",
            "name": "Swarm, Biting Gnat",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 16,
            "hit_dice": "3d8+3",
            "speed": {
                "walk": 10,
                "climb": 10,
                "fly": 30
            },
            "strength": 2,
            "dexterity": 17,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 1,
            "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": "bludgeoning, piercing, slashing",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "passive Perception 10",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +5 to hit 0' 1 tgt in the swarm's space. 5 (2d4) piercing damage or 2 (1d4) piercing damage if the swarm has half its hp or fewer. The target must make DC 11 Con save or become blinded for 1 min. The target can re-save at end of each of its turns success ends effect on itself. Alternatively target can use action to clear its eyes of the insects ending effect."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blood Sense",
                    "desc": "Can pinpoint by scent the location of warm-blooded creatures within 20' of it."
                },
                {
                    "name": "Distracting Buzz",
                    "desc": "A creature that is not deafened and starts its turn in a space occupied by a swarm of biting gnats must make DC 10 Wis save or become distracted by the droning of the gnats' wings. A distracted creature has disadvantage on attack rolls and ability checks that use Int Wis or Cha for 1 min. A creature can re-save at end of each of its turns success ends effect on itself. If a creature's save is successful the creature is immune to the swarm's Distracting Buzz for the next 10 min."
                },
                {
                    "name": "Swarm",
                    "desc": "Can occupy another creature's space and vice versa and swarm can move through any opening large enough for a Tiny beast. Can't regain hp or gain temp hp."
                }
            ],
            "spell_list": [],
            "page_no": 360,
            "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_swarm-biting-gnat/"
        },
        {
            "slug": "swarm-ice-borers",
            "desc": "",
            "name": "Swarm, Ice Borers",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 40,
            "hit_dice": "9d8",
            "speed": {
                "walk": 10,
                "climb": 10,
                "fly": 30
            },
            "strength": 7,
            "dexterity": 15,
            "constitution": 10,
            "intelligence": 3,
            "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": "bludgeoning, piercing, slashing",
            "damage_immunities": "cold",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "passive Perception 10",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Impale",
                    "desc": "Melee Weapon Attack: +4 to hit, 0 ft., one creature, in the swarm's space. 7 (2d6) piercing damage + 9 (2d8) cold or 3 (1d6) piercing damage + 4 (1d8) cold if the swarm has half its hp or fewer."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from cluster of icicles. This trait doesn't function if swarm has damaged a creature with blood within the past 2 hrs."
                },
                {
                    "name": "Frigid Mass",
                    "desc": "A creature that starts its turn in the swarm's space takes 4 (1d8) cold."
                },
                {
                    "name": "Heatsense",
                    "desc": "The swarm can pinpoint the location of creatures emitting heat such as warm-blooded Beasts and Humanoids within 30' of it."
                },
                {
                    "name": "Spider Climb",
                    "desc": "Difficult surfaces even ceilings no ability check."
                },
                {
                    "name": "Swarm",
                    "desc": "Can occupy another creature's space and vice versa and swarm can move through any opening large enough for a Tiny elemental. Can't regain hp or gain temp hp."
                }
            ],
            "spell_list": [],
            "page_no": 362,
            "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_swarm-ice-borers/"
        },
        {
            "slug": "swarm-vampire-blossom",
            "desc": "",
            "name": "Swarm, Vampire Blossom",
            "size": "Large",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 82,
            "hit_dice": "11d10+22",
            "speed": {
                "walk": 20,
                "fly": 10
            },
            "strength": 3,
            "dexterity": 19,
            "constitution": 14,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 3,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "psychic",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "passive Perception 12",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Petal Slashes",
                    "desc": "Melee Weapon Attack: +6 to hit, 0 ft., one creature, in the swarm's space. 18 (4d8) slashing damage or 9 (2d8) slashing damage if the swarm has half its hp or fewer. Target must make a DC 13 Con save reducing its hp max by an amount equal to damage taken on a failed save or by half as much if made. This reduction lasts until creature finishes a long rest. Target dies if this reduces its hp max to 0."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blood Frenzy",
                    "desc": "Has advantage on melee attack rolls vs. any creature that doesn't have all its hp."
                },
                {
                    "name": "Blood Sense",
                    "desc": "Can pinpoint by scent location of creatures that aren't constructs or undead within 30' of it. Swarm is otherwise blind."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from carpet of flower petals."
                },
                {
                    "name": "Swarm",
                    "desc": "Can occupy another creature's space and vice versa and swarm can move through any opening large enough for a Tiny plant. Swarm can't regain hp or gain temp hp."
                }
            ],
            "spell_list": [],
            "page_no": 364,
            "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_swarm-vampire-blossom/"
        },
        {
            "slug": "tripwire-patch",
            "desc": "",
            "name": "Tripwire Patch",
            "size": "Huge",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 95,
            "hit_dice": "10d12+30",
            "speed": {
                "walk": 10,
                "burrow": 20
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 17,
            "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": "blinded, deafened, prone",
            "senses": "tremorsense 60', passive Perception 15",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Bite attacks or one Bite attack and two Tripwire Vine attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one creature,. 13 (2d8+4) piercing damage."
                },
                {
                    "name": "Tripwire Vine",
                    "desc": "Melee Weapon Attack: +6 to hit, 20 ft., one creature,. 7 (1d6+4) bludgeoning damage and the target must make DC 14 Str save or be knocked prone and pulled up to 15 ft. toward the tripwire patch."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "No Escape",
                    "desc": "If a prone creature within 5 ft. of patch stands up from prone patch can make one Bite vs. it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bountiful Death",
                    "desc": "When the tripwire patch reduces a creature to 0 hp nearby plants erupt with growth. Plants within 20' of the body become thick overgrown difficult terrain and all plants within a 2-mile radius centered on the point where the creature was killed become enriched for 7 days for each CR of the slain creature (minimum of 7 days) cumulatively increasing in duration each time the patch kills a creature. Enriched plants yield twice the normal amount of food when harvested."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from normal patch of foliage such as flowers or bushes."
                }
            ],
            "spell_list": [],
            "page_no": 371,
            "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_tripwire-patch/"
        },
        {
            "slug": "urushi-constrictor",
            "desc": "",
            "name": "Urushi Constrictor",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural",
            "hit_points": 133,
            "hit_dice": "14d10+56",
            "speed": {
                "walk": 30,
                "climb": 30,
                "swim": 30
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 3,
            "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": "fire",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, poison",
            "condition_immunities": "poisoned, prone",
            "senses": "blindsight 10', passive Perception 13",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "2 Bites or 1 Bite and 1 Poisonous Constriction."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, 10 ft., one creature,. 14 (2d10+3) piercing damage."
                },
                {
                    "name": "Poisonous Constriction",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one creature,. 12 (2d8+3) bludgeoning damage and target is grappled (escape DC 15). Until this grapple ends target is restrained and takes 10 (3d6) poison at start of each of its turns and snake can't use Poisonous Constriction on another target. Each time target takes this poison it must make DC 15 Con save or contract urushi blight."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Jungle Camouflage",
                    "desc": "Has advantage on Dex (Stealth) checks made to hide in jungle terrain."
                },
                {
                    "name": "Poisonous Leaves",
                    "desc": "Its skin is embedded with vines and poisonous leaves that burn on contact. A non-Construct or Undead creature that touches the constrictor or hits it with melee attack while within 5 ft. of it takes 7 (2d6) poison."
                },
                {
                    "name": "Urushi Blight",
                    "desc": "A creature infected with this disease manifests symptoms within 1d4 hrs which includes gradual spread of painful itchy rash that develops into inflamed and blistered skin during 1st day. Until disease is cured infected creature: disadvantage on Con saves to maintain concentration on a spell and disadvantage on Dex and Cha saves and ability checks. At end of each long rest infected creature: DC 15 Con save. If it succeeds on two saves it recovers."
                }
            ],
            "spell_list": [],
            "page_no": 382,
            "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_urushi-constrictor/"
        },
        {
            "slug": "vorthropod",
            "desc": "",
            "name": "Vorthropod",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural",
            "hit_points": 127,
            "hit_dice": "15d8+60",
            "speed": {
                "walk": 30,
                "swim": 30,
                "climb": 20
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 19,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 3,
            "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": "slashing, piercing",
            "damage_immunities": "fire, poison ",
            "condition_immunities": "poisoned",
            "senses": "blindsight 10', darkvision 60', passive Perception 11",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 8 (2d4+3) bludgeoning damage + 7 (2d6) fire. "
                },
                {
                    "name": "Molten Tail Slap (Recharge 4-6)",
                    "desc": "Unfurls its tail and slaps it down showering area with searing sparks and superheated rock. Each creature within 15 ft. of it: 28 (8d6) fire (DC 14 Dex half)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Lava Bound",
                    "desc": "Can exist outside of lava or magma for up to 4 hrs each day. If it starts its turn outside of lava and didn't take fire since end of its previous turn its shell begins to cool and harden. While its shell is hardened has walking speed of 20' AC 18 and vulnerability to bludgeoning. If it starts its turn in lava or if it took fire damage since end of its previous turn its shell becomes molten again. If vorthropod remains outside of lava for more than 4 hrs its shell becomes petrified transforming into basalt and vorthropod within goes into hibernation. Its body returns to normal if it is submerged in lava or magma for 1 round. It can stay petrified in hibernation for up to 1d100+10 years after which it dies."
                },
                {
                    "name": "Lava Camouflage",
                    "desc": "Has advantage on Dex (Stealth) checks made to hide in lava and volcanic terrain."
                },
                {
                    "name": "Molten Shell",
                    "desc": "If Its shell isn't hardened creature that touches it or hits it with melee attack while within 5 ft. of it takes 7 (2d6) fire."
                }
            ],
            "spell_list": [],
            "page_no": 387,
            "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_vorthropod/"
        },
        {
            "slug": "wakwak",
            "desc": "",
            "name": "Wakwak",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "6d10 +12",
            "speed": {
                "walk": 40,
                "fly": 10
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 6,
            "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 12",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Beak attack and one Talon attack."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +5 to hit, 10 ft., one target, 8 (1d10+3) slashing damage."
                },
                {
                    "name": "Talon",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 7 (1d8+3) piercing damage."
                },
                {
                    "name": "Wing Slap (Recharge 5-6)",
                    "desc": "Slams its sharp-edged wings together in front of itself in a 15 ft. cone. All in area make a DC 13 Dex save. On a failure a creature takes 10 (3d6) slashing damage and is pushed up to 10 ft. away from the wakwak and knocked prone. On a success a creature takes half the damage and isn't pushed or knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bloodthirsty Pounce",
                    "desc": "If the wakwak moves at least 20' straight toward a creature and then hits it with Talon attack on the same turn that target must make DC 13 Str save or be knocked prone. If the target is prone the wakwak can make one Beak attack vs. it as a bonus action gaining temp hp equal to half the damage dealt."
                },
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                }
            ],
            "spell_list": [],
            "page_no": 388,
            "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_wakwak/"
        },
        {
            "slug": "wandering-haze",
            "desc": "",
            "name": "Wandering Haze",
            "size": "Gargantuan",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 170,
            "hit_dice": "11d20+55",
            "speed": {
                "walk": 5,
                "fly": 40
            },
            "strength": 22,
            "dexterity": 16,
            "constitution": 20,
            "intelligence": 3,
            "wisdom": 13,
            "charisma": 3,
            "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": "acid",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 15",
            "languages": "—",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +10 to hit, 10 ft., one target, 11 (2d4+6) bludgeoning damage + 7 (2d6) acid."
                },
                {
                    "name": "Sheath of Chaos",
                    "desc": "Wraps its cloudy form tighter around those within it. Each creature in the wandering haze's space: 27 (6d8) psychic and is disoriented until end of its next turn as its mind fills with gibbering terrors of chaos that created haze's form (DC 17 Wis half damage and not disoriented). When a disoriented creature moves it moves in a random direction."
                },
                {
                    "name": "Acidic Cloudburst (Recharge 5-6)",
                    "desc": "Releases a deluge of acid. Each creature within 10 ft. of it: 35 (10d6) acid and speed halved 1 min (DC 17 Dex half damage and speed not reduced). A creature with halved speed can make a DC 17 Con save at the end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Acidic Fog",
                    "desc": "A creature that starts its turn in the wandering haze's space takes 7 (2d6) acid."
                },
                {
                    "name": "Cloud Form",
                    "desc": "Can move through a space as narrow as 1 inch wide with o squeezing and can enter a hostile creature's space and vice versa. The haze's space is heavily obscured."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from ordinary cloud or fog bank."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "Doesn't require sleep."
                }
            ],
            "spell_list": [],
            "page_no": 389,
            "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_wandering-haze/"
        },
        {
            "slug": "yali",
            "desc": "",
            "name": "Yali",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 51,
            "hit_dice": "6d8+24",
            "speed": {
                "walk": 50
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60', passive Perception 16",
            "languages": "understands Common but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Tusk attack and one Claw attack."
                },
                {
                    "name": "Tusk",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 8 (1d6+5) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 7 (1d4+5) slashing damage."
                },
                {
                    "name": "Trumpeting Blast (Recharge 5-6)",
                    "desc": "Unleashes a warbling sound in a 15 ft. cone. Each creature in area: 10 (4d4) thunder and is deafened for 1 min (DC 12 Con half damage and not deafened). A deafened 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": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from ordinary statue."
                },
                {
                    "name": "Flinging Pounce",
                    "desc": "If it moves 20'+straight toward a Large or smaller creature and then hits it with Tusk on same turn target thrown up to 15 ft. in a random direction and knocked prone (DC 12 Str negates throw and prone). If thrown target strikes a solid surface target takes 3 (1d6) bludgeoning damage per 10 ft. it was thrown. If target is thrown at another creature creature takes same damage and knocked prone (DC 12 Dex negates both)."
                },
                {
                    "name": "Standing Leap",
                    "desc": "Long jump is up to 40' and its high jump is up to 20' with or with o a running start."
                }
            ],
            "spell_list": [],
            "page_no": 398,
            "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_yali/"
        },
        {
            "slug": "aalpamac",
            "desc": "A chimeric beast with the body of a massive trout and the front claws and head of a fierce wolverine bursts up from the icy water. Its eyes glow with a lambent green light, and the air around it bends and distorts as if viewed through a thick lens._  \n**Hungry Lake Monsters.** The aalpamac is a dangerous freshwater predator native to lakes and rivers. While primarily a water-dwelling monster, the aalpamac can haul itself onto shore with its front claws and does so to attack prey drinking or moving at the water’s edge. While not evil, the aalpamac is a ravenous and territorial creature, ranging over an area of up to a dozen miles in search of fresh meat. Aalpamacs are not picky about what they consume and even attack large boats if sufficiently hungry. They are solitary creatures and tolerate others of their own kind only during mating seasons.  \n**Local Legends.** An aalpamac that terrorizes the same lake or river for many years often develops a reputation among the locals of the area, particularly those living along the body of water in question. Inevitably, this gives rise to a number of stories exaggerating the size, ferocity, disposition, or powers of the aalpamac. The stories often give aalpamacs names that highlight their most prominent features or are specific to the area in which they live, such as “Chompo” or “the Heron Lake Monster.” These stories also make the aalpamac the target of adventurers and trophy hunters, most of whom either do not locate the beast or fall victim to it.",
            "name": "Aalpamac",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "13d12+52",
            "speed": {
                "walk": 15,
                "swim": 50
            },
            "strength": 21,
            "dexterity": 10,
            "constitution": 19,
            "intelligence": 2,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The aalpamac makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d10+5"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The aalpamac can breathe air and water."
                },
                {
                    "name": "Distance Distortion Aura",
                    "desc": "The presence of an aalpamac distorts the vision of creatures within 60 feet of it. Each creature that starts its turn in that area must succeed on a DC 15 Wisdom saving throw or be unable to correctly judge the distance between itself and its surroundings until the start of its next turn. An affected creature has disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight, and it can't move more than half its speed on its turn. On a successful saving throw, the creature is immune to the aalpamac's Distance Distortion Aura for the next 24 hours. Creatures with blindsight, tremorsense, or truesight are unaffected by this trait."
                }
            ],
            "spell_list": [],
            "page_no": 8,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_aalpamac/"
        },
        {
            "slug": "akaasit",
            "desc": "A cloud of unconnected, flat gray triangles in the vague shape of a mantis flickers unpredictably from one position to another, clicking softly as its arm blades swing outward. Akaasits are constructed beings from a plane destroyed by a catastrophic misuse of time magic. They were altered by this catastrophe and now exist in the present and in fractions of a second in the past and future._  \n**Mindless.** The akaasit has no mind, at least as understood by denizens of the Material Plane, and its motives are inscrutable. Each akaasit is always found moving toward some unknown destination. It may attack other creatures, or it may ignore them. It protects itself if attacked, but rarely does an akaasit pursue a retreating foe.  \n**Unknown Origin.** The home of the akaasit is unknown, but they are often encountered in areas touched or altered by time magic. Although a few wizards have discovered magical methods of summoning them, none have found a way to control or communicate with them. Akaasits seem to be drawn to spellcasters with some mastery of time magic, though it is always a gamble if an individual akaasit will protect or ruthlessly attack such a spellcaster. An akaasit’s demeanor can change each day, and many time magic spellcasters have been found slain by the same akaasit that faithfully protected them the day prior.  \n**Dispersed Destruction.** If an akaasit is destroyed, it falls apart into a pile of gray triangles. These triangles fade out of existence over the next ten minutes, leaving only the akaasit’s two armblades.  \n**Construct Nature.** The akaasit doesn’t require air, food, drink, or sleep.",
            "name": "Akaasit",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "truesight 60 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The akaasit makes two arm blade attacks."
                },
                {
                    "name": "Arm Blade",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage plus 3 (1d6) force damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Time-Assisted Counterattack",
                    "desc": "The akaasit's awareness of the near future allows it to see attacks before they happen. When a creature the akaasit can see attacks it while within 5 feet of it, the akaasit can attack the creature before the creature's attack hits. The akaasit makes a single arm blade attack against the creature. If the creature is reduced to 0 hp as a result of the akaasit's attack, the creature's attack doesn't hit the akaasit."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The akaasit is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Unfixed in Time",
                    "desc": "To those properly fixed in time, the akaasit flickers in and out of time, its position never fully clear. Attack rolls against the akaasit have disadvantage. If it is hit by an attack, this trait ceases to function until the start of its next turn."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The akaasit has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 11,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_akaasit/"
        },
        {
            "slug": "akhlut",
            "desc": "Possessing the body, head, and tail of a killer whale and the powerful legs of a huge wolf, the akhlut is the alpha predator of the polar landscape. Truly personifying the term “seawolf,” these intelligent and resilient creatures travel freely between the land and sea in search of prey._  \nAkhluts are the masters of their domain. Though they have been seen across all of the world’s oceans and many of its coastlines, akhluts are most comfortable in cold regions with easy access to the sea. Because their pods can reach almost a dozen members, anything is fair game from reindeer and seals to mammoths and whales. The only beings powerful enough, or foolhardy enough, to evict a pod of akhluts from their territory are dragons and other akhluts.  \n**Playful Predators.** Akhluts possess undeniable cunning and inquisitiveness, with no two pods using the same strategies to solve problems or hunt prey. Easily bored, akhluts crave stimulation and are known to follow ships and caravans for miles in the hopes that someone might provide something new or exciting to experience. They can be especially mischievous, freeing fish and game from traps purely to hunt he creatures themselves.  \n**Dangerous Steeds.** The akhlut’s natural power, intelligence, and versatility make them incredibly desirable mounts, but the effort to tame one of these creatures is dangerous and not to be taken lightly. Even akhluts who have been mounts for years are willful enough to assert themselves from time to time. With a great deal of patience and a little luck, akhluts can become fiercely loyal and protective companions.",
            "name": "Akhlut",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 120,
            "hit_dice": "16d10+32",
            "speed": {
                "walk": 40,
                "swim": 60
            },
            "strength": 19,
            "dexterity": 15,
            "constitution": 15,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 120 ft., passive Perception 14",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The akhlut makes two attacks: one with its bite and one with its tail slam. It can't make both attacks against the same target."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 18 (4d6 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "4d6+4"
                },
                {
                    "name": "Tail Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 22 (4d8 +4) bludgeoning damage.",
                    "attack_bonus": 7,
                    "damage_dice": "4d8+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Echolocation",
                    "desc": "The akhlut can't use its blindsight while deafened."
                },
                {
                    "name": "Hold Breath",
                    "desc": "The akhlut can hold its breath for 30 minutes."
                },
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The akhlut has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The akhlut has advantage on attack rolls against a creature if at least one of the akhlut's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 0,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_akhlut/"
        },
        {
            "slug": "alchemical-skunk",
            "desc": "The large skunk waddles forward, sniffing at a spilled potion. As a sound nearby startles it, the skunk raises its tail, and the stripes on its back change color._  \n**Magical Prank.** The unfortunate result of a magic school prank, alchemical skunks were created when an ordinary skunk was forced to drink a combination of potions. Despite their larger size, alchemical skunks still look and act like ordinary skunks, except for the ever-changing color of the stripes on their backs. Experienced foresters know that the colors on the alchemical skunk’s back indicate which magical malady the creature is about to spray and do their best to avoid aggravating these dangerous creatures.  \n**Laboratory Pests.** Alchemical skunks forage the same as their nonmagical kin, but they are also regularly found scavenging the waste of alchemical laboratories. They enjoy feasting on potions and potion components, much to the dismay of alchemists and adventurers alike.",
            "name": "Alchemical Skunk",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 66,
            "hit_dice": "12d6+24",
            "speed": {
                "burrow": 10,
                "walk": 30
            },
            "strength": 13,
            "dexterity": 17,
            "constitution": 14,
            "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": 3,
            "skills": {
                "perception": 3,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 10 ft., passive Perception 13",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The alchemical skunk uses its Alchemical Spray. It then makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d4+3"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                },
                {
                    "name": "Alchemical Spray",
                    "desc": "The alchemical skunk raises its tail and sprays an alchemical mixture. The skunk is immune to its own spray effects and to the spray effects of other alchemical skunks. Roll a d6 to determine the skunk's spray.\n1. Pleasant Mist. The skunk produces a rosy mist. Each creature within 10 feet of the skunk must succeed on a DC 13 Charisma saving throw or be charmed until the end of its next turn.\n2. Shrinking Cloud. The skunk releases a yellow gas. Each creature in a 15-foot cone must succeed on a DC 13 Constitution saving throw or be reduced as if targeted by the enlarge/reduce spell 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.\n3. Laughing Gas. The skunk emits a sparkling orange cloud. Each creature in a 15-foot cone must succeed on a DC 13 Wisdom saving throw or become incapacitated as it laughs 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.\n4. Blinding Spray. The skunk shoots a stream of a green fluid. Each creature in a line that is 30 feet long and 5 feet wide must succeed on a DC 13 Dexterity saving throw or be blinded for 1 minute, or until the creature uses an action to wipe its eyes.\n5. Sleeping Fog. The skunk sprays a sweet-smelling blue fog. Each creature within 10 feet of the skunk must succeed on a DC 13 Constitution saving throw or fall unconscious for 1 minute. The creature wakes up if it takes damage or if another creature takes an action to shake it awake.\n6. Poison Fog. The skunk excretes a foul-smelling purple fog around itself until the start of its next turn. Each creature that starts its turn within 20 feet of the skunk must succeed on a DC 13 Constitution saving throw or be poisoned until the start of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The alchemical skunk has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The alchemical skunk has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 13,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_alchemical-skunk/"
        },
        {
            "slug": "alligator",
            "desc": "",
            "name": "Alligator",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "speed": {
                "swim": 30,
                "walk": 20
            },
            "strength": 15,
            "dexterity": 10,
            "constitution": 13,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": 4,
            "dexterity_save": null,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage, and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained, and the alligator can't bite another target.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The alligator can hold its breath for 15 minutes."
                }
            ],
            "spell_list": [],
            "page_no": 387,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_alligator/"
        },
        {
            "slug": "alligator-turtle",
            "desc": "Alligator turtles are ornery reptiles, noted for their combative disposition while on land. Their necks are deceptively long and flexible, allowing them to strike a startlingly far distance with their beak-like jaws.",
            "name": "Alligator Turtle",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "speed": {
                "walk": 20,
                "swim": 30
            },
            "strength": 15,
            "dexterity": 12,
            "constitution": 13,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": 4,
            "dexterity_save": null,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 10 ft., one target. Hit: 5 (1d6 + 2) slashing damage and the target is grappled (escape DC 12). Until this grapple ends, the turtle can't bite another target.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The turtle can hold its breath for 1 hour."
                }
            ],
            "spell_list": [],
            "page_no": 387,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_alligator-turtle/"
        },
        {
            "slug": "alpha-fish",
            "desc": "A fish as large as a rowboat serenely floats beneath the surface of the water, its flowing fins and iridescent scales shimmering in the waves. When disturbed, it attacks with a ferocity unexpected of such a delicate-looking creature._  \nAlpha fish are solitary and extremely territorial creatures. They are always found alone, except during the few short weeks of mating season each year when schools of the fish gather.  \n**Dazzling Dominance.** Before attacking, alpha fish often attempt to intimidate potential rivals or predators away by flaring their colorful fins to make themselves appear much larger. If successful, they usually refrain from attacking.  \n**Aggressive.** If intimidation doesn’t work, alpha fish defend their chosen homes by viciously attacking. They have been known to attack creatures much larger than themselves and, occasionally, objects they don’t recognize.  \n**Valuable.** Many aristocrats seek the beautiful, shimmering fish as pets in massive, personal aquariums, and the alpha fish’s scales are valuable spell components.",
            "name": "Alpha Fish",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 59,
            "hit_dice": "7d10+21",
            "speed": {
                "walk": 0,
                "swim": 50
            },
            "strength": 16,
            "dexterity": 13,
            "constitution": 16,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "intimidation": 5,
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The alpha fish uses its Fin Flare. It then makes two headbutt attacks."
                },
                {
                    "name": "Headbutt",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Fin Flare",
                    "desc": "The alpha fish flares its fins in an attempt to frighten its opponents. Each creature within 30 feet that can see the fish must succeed on a DC 13 Wisdom saving throw or be 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 alpha fish's Fin Flare for the next 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Defensive Frenzy",
                    "desc": "When it has half its hit points or fewer, the alpha fish can make one headbutt attack as a bonus action."
                },
                {
                    "name": "Frightening Display",
                    "desc": "When the alpha fish uses its Fin Flare, it looks one size category larger than it actually is to any creature that can see it until the start of its next turn."
                },
                {
                    "name": "Too Aggressive",
                    "desc": "The alpha fish attacks anything it thinks is threatening, even inanimate objects or illusions. It automatically fails ability checks and saving throws to detect or see through illusions."
                },
                {
                    "name": "Water Breathing",
                    "desc": "The fish can breathe only under water."
                }
            ],
            "spell_list": [],
            "page_no": 14,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_alpha-fish/"
        },
        {
            "slug": "amber-ooze",
            "desc": "Meandering through forests, this ooze is made from the ancient sap that comes from magical trees. Small birds and rodents float in the sap, perfectly preserved._  \n**Arboreal Origins.** With magical trees comes magical sap. An amber ooze is created when a magical tree, usually a Open Game License",
            "name": "Amber Ooze",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 7,
            "armor_desc": null,
            "hit_points": 76,
            "hit_dice": "9d10+27",
            "speed": {
                "walk": 20
            },
            "strength": 16,
            "dexterity": 5,
            "constitution": 17,
            "intelligence": 1,
            "wisdom": 6,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "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 amber ooze uses its Engulf. It then makes two pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage. If the target is a plant or plant creature, it also takes 3 (1d6) acid damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Engulf",
                    "desc": "The ooze moves up to its speed. While doing so, it can enter Large or smaller creatures' spaces. Whenever the ooze enters a creature's space, the creature must make a DC 13 Dexterity saving throw.\n\nOn a successful save, the creature can choose to be pushed 5 feet back or to the side of the ooze. A creature that chooses not to be pushed suffers the consequences of a failed saving throw.\n\nOn a failed save, the ooze enters the creature's space and the creature is engulfed. The engulfed creature can't breathe, is restrained, and, after 1d4 rounds, the creature is petrified. A creature petrified by the ooze remains petrified until 24 hours after it exits the ooze. When the ooze moves, the engulfed creature moves with it.\n\nAn engulfed creature can try to escape by taking an action to make a DC 13 Strength (Athletics) check. On a success, the creature escapes and enters a space of its choice within 5 feet of the ooze."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The ooze can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Arboreal Movement",
                    "desc": "The ooze can move through trees as if they were difficult terrain. Creatures preserved inside of it are expelled into unoccupied spaces within 5 feet of the tree when the amber ooze moves in this way. The amber ooze can end its turn inside a tree, but it is expelled into an unoccupied space within 5 feet of the tree if the tree is destroyed."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The ooze can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "spell_list": [],
            "page_no": 277,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_amber-ooze/"
        },
        {
            "slug": "animated-bearskin-rug",
            "desc": "A shaggy rug made from the skin of a bear suddenly rises up like a billowing sheet. The head snaps its jaws and the whole thing lunges forward, flat and threatening._  \nAnimated bearskin rugs are exactly what their name suggests: bearskin rugs given life by magic.  \n**Inn Protection.** Inns and hunting lodges in remote locations often hire mages to make animated bearskin rugs. The rugs serve as seemingly harmless decorations that can instantly turn into guardians to drive away burglars, or into bouncers to break up bar fights.  \n**Bearserk.** There are rare cases of animated bearskin rugs suddenly going berserk and refusing to follow the commands of their masters. It is unknown what triggers such violence in the constructs. Berserk rugs need to be put down swiftly, as they attack any creature they notice.  \n**Construct Nature.** An animated bearskin rug doesn’t require air, food, drink, or sleep.",
            "name": "Animated Bearskin Rug",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 65,
            "hit_dice": "10d10+10",
            "speed": {
                "walk": 20
            },
            "strength": 18,
            "dexterity": 13,
            "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": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 6",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The animated bearskin rug makes two attacks: one with its bite and one with its claws. It can use its Envelop in place of its claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (1d10 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d10+4"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target not grappled by the bearskin rug. Hit: 11 (2d6 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Envelop",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one Medium or smaller creature. Hit: The creature is grappled (escaped DC 14). Until this grapple ends, the target is restrained, and the rug can't envelop another target."
                },
                {
                    "name": "Menacing Roar (Recharge 6)",
                    "desc": "The bearskin rug lets out a hideous, supernatural howl. Each creature within 20 feet of the rug that can hear the roar must succeed on a DC 13 Wisdom saving throw or become frightened for 1 minute. A creature frightened this way must spend its turns trying to move as far away from the rug as it can. For its action, it can use only the Dash action or try to escape from an effect that prevents it from moving. If there's nowhere to move, the creature can use the Dodge action. At the end of each of its turns and when it takes damage, the creature can repeat the saving throw, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Antimagic Susceptibility",
                    "desc": "The bearskin rug is incapacitated while in the area of an antimagic field. If targeted by dispel magic, the rug must succeed on a Constitution saving throw against the caster's spell save DC or fall unconscious for 1 minute."
                },
                {
                    "name": "Damage Transfer",
                    "desc": "While it is grappling a creature, the bearskin rug takes only half the damage dealt to it, and the creature grappled by the rug takes the other half."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the bearskin rug remains motionless, it is indistinguishable from a normal bearskin rug."
                }
            ],
            "spell_list": [],
            "page_no": 24,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_animated-bearskin-rug/"
        },
        {
            "slug": "balloon-spider",
            "desc": "Honed by evolutionary processes, the balloon spider has perfected the art of ballooning, floating through the air held aloft by strands of webbing suspended by electromagnetic fields. Electrified mandibles grant these spiders precise control over nearby electromagnetic fields and a potent weapon for shocking its prey.  \nBeneath their hunting grounds, the corpses and bones of their prey lie sparsely coated with stray strands of blue webbing. These remains wobble and glide across the ground of their own accord, caught in stray eddies in the electromagnetic field. The webbing of a balloon spider is prized by arcanists as a component for spells and the construction of magical flying machines.",
            "name": "Balloon Spider",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 36,
            "hit_dice": "8d8",
            "speed": {
                "hover": true,
                "walk": 20,
                "fly": 40
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 4,
            "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": "lightning",
            "condition_immunities": "",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 13",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 5 (1d6 + 2) piercing damage plus 5 (2d4) lightning damage, and the target must succeed on a DC 12 Constitution saving throw or it can move or take an action on its turn, but not both.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+2"
                },
                {
                    "name": "Charged Web (Recharge 4-6)",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 40/80 ft., one creature. Hit: The target is grappled (escape DC 13) by strands of charged webbing and begins to hover off the ground. Until this grapple ends, the target takes 1 lightning damage at the start of each of its turns. In addition, the grappled target can make a DC 12 Dexterity (Acrobatics) check to manipulate the strands of webbing and fly 10 feet in any direction."
                },
                {
                    "name": "Draw In",
                    "desc": "The balloon spider magically pulls all creatures grappled by its webbing up to 10 feet toward it. If this movement pulls the creature within 5 feet of the balloon spider, the spider can make one bite attack against the creature as a bonus action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Erratic Discharge",
                    "desc": "A creature that starts its turn within 10 feet of the balloon spider must make a DC 12 Constitution saving throw. On a failure, the creature takes 2 (1d4) lightning damage and can move or take an action on its turn, but not both. On a success, the creature gains the benefits of the haste spell until the end of its turn. If a creature's saving throw is successful, it is immune to the spider's Erratic Discharge for the next 24 hours."
                }
            ],
            "spell_list": [],
            "page_no": 387,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_balloon-spider/"
        },
        {
            "slug": "bearing-golem",
            "desc": "A scattering of metal ball bearings coalesces into a constantly shifting humanoid shape._  \nMade up of thousands of ball bearings, a bearing golem can assume nearly any shape it chooses, though it always remains an amalgamation of metal pellets.  \n**Thievish Inspiration.** The first bearing golem was created when a wizard saw a thief foiling the traps in its tower with ball bearings. After disposing of the thief, the wizard collected the metal balls and realized their purpose could be improved if the bearings spread themselves. A later variant used caltrops instead creating the Open Game License",
            "name": "Bearing Golem",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 13",
            "languages": "understands the languages of its creator but can’t speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The golem makes two slam attacks. Alternatively, it uses its Steel Shot twice."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Steel Shot",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 30/120 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Scattershot (Recharge 5-6)",
                    "desc": "The golem's body explodes. Each creature within 15 feet of the golem must make a DC 15 Dexterity saving throw. On a failure, a creature takes 36 (8d8) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone. The golem immediately scatters."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ambusher",
                    "desc": "In the first round of combat, the golem has advantage on attack rolls against any creature it has surprised."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the bearing golem is scattered, it is indistinguishable from a normal pile of ball bearings."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The golem is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The golem has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The golem's weapon attacks are magical."
                },
                {
                    "name": "Reform",
                    "desc": "If the golem is scattered and has at least 1 hit point, it can reform as a bonus action in any space containing at least one of its ball bearings without provoking an opportunity attack. If it reforms within 5 feet of a prone creature, it can make one slam attack against that creature as part of this bonus action."
                },
                {
                    "name": "Scatter",
                    "desc": "As a bonus action, the bearing golem can disperse, scattering its ball bearings in a 15-foot cube, centered on the space it previously occupied. A creature moving through a space containing any of the golem's ball bearings must succeed on a DC 15 Dexterity saving throw or fall prone. A creature moving through the area at half speed doesn't need to make the save. While scattered, the bearing golem can't attack or move, except to reform, and it can't be targeted by attacks or spells. It can still take damage from spells that deal damage in an area."
                }
            ],
            "spell_list": [],
            "page_no": 181,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_bearing-golem/"
        },
        {
            "slug": "bonespitter",
            "desc": "A massive worm bursts through the ground, its body covered in bony protrusions._  \nBonespitters are bone-covered predators that live in the soft soil of grassy plains.  \n**Bones of Victims.** Bonespitters have unique digestive systems. When a bonespitter consumes another creature, the acid in the worm’s stomach dissolves all of the prey’s tissue and leaves only bones behind. The bones become part of the bonespitter’s defenses, poking through its skin like sharp hair follicles. Other bones are stored in muscular sacks in the bonespitter’s mouth, waiting to be unleashed on unsuspecting prey.",
            "name": "Bonespitter",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 217,
            "hit_dice": "14d20+70",
            "speed": {
                "burrow": 30,
                "walk": 50
            },
            "strength": 26,
            "dexterity": 7,
            "constitution": 21,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., tremorsense 60 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bonespitter makes two attacks: one with its bite and one with its bone spike."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 21 (3d8 + 8) piercing damage. If the target is a Large or smaller creature, it must succeed on a DC 18 Dexterity saving throw or be swallowed by the bonespitter. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the bonespitter, and it takes 17 (5d6) acid damage at the start of each of the bonespitter's turns. An undead creature made of mostly bones, such as a skeleton, is immune to this acid damage. If the bonespitter takes 30 damage or more on a single turn from a creature inside it, the bonespitter must succeed on a DC 20 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the bonespitter. If the bonespitter dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 20 feet of movement, exiting prone.",
                    "attack_bonus": 13,
                    "damage_dice": "3d8+8"
                },
                {
                    "name": "Bone Spike",
                    "desc": "Ranged Weapon Attack: +13 to hit, range 30/120 ft., one target. Hit: 18 (3d6 + 8) piercing damage, and, if the target is a Large or smaller creature, it is knocked prone, pinned to the ground by the spike, and restrained. As an action, the restrained creature or a creature within 5 feet of it can make a DC 18 Strength check, removing the spike and ending the condition on a success. The spike can also be attacked and destroyed (AC 12; hp 15; vulnerability to bludgeoning damage; immunity to poison and psychic damage).",
                    "attack_bonus": 13,
                    "damage_dice": "3d6+8"
                },
                {
                    "name": "Shard Spray (Recharge 5-6)",
                    "desc": "The bonespitter exhales a 60-foot cone of bone shards. Each creature in that area must make a DC 18 Dexterity saving throw, taking 35 (10d6) piercing damage on a failed save, or half as much on a successful one. If a Large or smaller creature fails this saving throw, it is also knocked prone, pinned to the ground by a shard, and restrained. As an action, the restrained creature or a creature within 5 feet of it can make a DC 18 Strength check, removing the shard and ending the condition on a success. The shard can also be attacked and destroyed (AC 12; hp 15; vulnerability to bludgeoning damage; immunity to poison and psychic damage)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bony Body",
                    "desc": "A creature that starts its turn or enters a space within 5 feet of the bonespitter must succeed on a DC 18 Dexterity saving throw or take 16 (3d10) piercing damage."
                }
            ],
            "spell_list": [],
            "page_no": 47,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_bonespitter/"
        },
        {
            "slug": "boomer",
            "desc": "An ear-piercing shriek echoes in the cavern. The sound comes from a human-sized mushroom whose stalk steadily swells with air as it shrieks._  \n**Thunderous Shriek.** Boomers are a subspecies of Open Game License",
            "name": "Boomer",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 7,
            "armor_desc": "natural armor",
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "speed": {
                "walk": 0
            },
            "strength": 1,
            "dexterity": 1,
            "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": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "thunder",
            "condition_immunities": "blinded, deafened, frightened",
            "senses": "blindsight 30 ft. (blind beyond this radius), passive Perception 6",
            "languages": "—",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": null,
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Shriek",
                    "desc": "If bright light or a creature is within 30 feet of the boomer, it emits a shriek audible within 300 feet of it. The boomer continues to shriek until the disturbance moves out of range and for 1d4 of the boomer's turns afterward."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Deafening Boom",
                    "desc": "When a creature hits the boomer with a melee attack, the boomer releases a blast of sound. Each creature within 10 feet of the boomer that can hear it must make a DC 12 Constitution saving throw. On a failure, a creature takes 5 (2d4) thunder damage and is incapacitated until the end of its next turn. On a success, a creature takes half the damage and isn't incapacitated."
                },
                {
                    "name": "Death Burst",
                    "desc": "When it dies, the boomer explodes in a cacophonous burst. Each creature within 30 feet of the boomer that can hear it must make a DC 12 Constitution saving throw. On a failure, a creature takes 7 (2d6) thunder damage and is deafened for 1 minute. On a success, a creature takes half the damage and isn't deafened."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the boomer remains motionless, it is indistinguishable from an ordinary fungus."
                }
            ],
            "spell_list": [],
            "page_no": 157,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_boomer/"
        },
        {
            "slug": "bulbous-violet",
            "desc": "An enormous deep purple flower pushes forward on its vines, which are covered in throbbing black protrusions. As it moves, a single protrusion bursts open, spraying a green, sizzling substance all over the forest floor._  \n**Meat Drinkers.** Bulbous violets are carnivorous plants. The black growths that cover their vines are filled with acid and pop on impact, dissolving the violets’ prey. The plants then stand in the remains and drink in the liquefied gore.  \n**Migrating Predators.** Bulbous violets travel in packs that follow warm weather. Although they can survive the cold, most of their prey disappears in the colder months, forcing the plants to travel for food. Sometimes these paths take the plants through farms where the plants attack livestock and people. If the violets find food, they stop their migration, hunting every morsel they can find before moving on. Violets can sense the nearby presence of creatures made of flesh. This magical ability guides their migration route and leads them into unexpected places.  \n**Germinating in Gore.** In order to grow, bulbous violet seeds need to be sown in ground that has been covered in the blood, entrails, and corpses of other creatures. When a pack of violets is ready to drop their seeds, they go into areas crowded with prey and begin killing all they can. They attack monster hideouts, animal herds, and even villages to provide enough sustenance for their seeds.",
            "name": "Bulbous Violet",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 38,
            "hit_dice": "7d8+7",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 13,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 10 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage plus 2 (1d4) acid damage, and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained and takes 2 (1d4) acid damage at the start of each of its turns. The violet has two tendrils strong enough to grapple creatures; each can grapple only one target. If the acid damage reduces the target to 0 hp, the violet regains 7 (2d6) hp.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Acid Sacs",
                    "desc": "When the violet takes bludgeoning, piercing, or slashing damage, each creature within 5 feet of the violet must succeed on a DC 12 Dexterity saving throw or take 2 (1d4) acid damage."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the violet remains motionless, it is indistinguishable from other large flowering plants."
                },
                {
                    "name": "Flesh Sense",
                    "desc": "The violet can pinpoint, by scent, the location of flesh-based creatures within 60 feet of it."
                }
            ],
            "spell_list": [],
            "page_no": 53,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_bulbous-violet/"
        },
        {
            "slug": "bull",
            "desc": "Bulky quadrupeds with vicious horns, bulls are territorial beasts known to charge creatures that they perceive as challenges.",
            "name": "Bull",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 25,
            "hit_dice": "3d10+9",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 9,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 9",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 4) bludgeoning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d4+4"
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d6+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If the bull moves at least 30 feet in a straight line toward a target and then hits it with a gore attack on the same turn, the target takes an extra 3 (1d6) piercing damage."
                }
            ],
            "spell_list": [],
            "page_no": 169,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_bull/"
        },
        {
            "slug": "caltrop-golem",
            "desc": "A scattering of metal caltrops coalesces into a constantly shifting humanoid shape._  \nMade up of thousands of caltrops, a caltrop golem can assume nearly any shape it chooses, though it always remains an amalgamation of metal caltrops.  \n**Iterative Design** Caltrops golems were developed as a more advanced form of Open Game License",
            "name": "Caltrop Golem",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 13",
            "languages": "understands the languages of its creator but can’t speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The golem makes two slam attacks. Alternatively, it uses its Steel Shot twice."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Steel Shot",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 30/120 ft., one target. Hit: 11 (2d6 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Scattershot (Recharge 5-6)",
                    "desc": "The golem's body explodes. Each creature within 15 feet of the golem must make a DC 15 Dexterity saving throw. On a failure, a creature takes 36 (8d8) piercing damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone. The golem immediately scatters."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ambusher",
                    "desc": "In the first round of combat, the golem has advantage on attack rolls against any creature it has surprised."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the caltrop golem is scattered, it is indistinguishable from a normal pile of caltrops."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The golem is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The golem has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The golem's weapon attacks are magical."
                },
                {
                    "name": "Reform",
                    "desc": "If the golem is scattered and has at least 1 hit point, it can reform as a bonus action in any space containing at least one of its caltrops without provoking an opportunity attack. If it reforms within 5 feet of a prone creature, it can make one slam attack against that creature as part of this bonus action."
                },
                {
                    "name": "Scatter",
                    "desc": "As a bonus action, the bearing golem can disperse, scattering its caltrops in a 15-foot cube, centered on the space it previously occupied. A creature moving through a space containing any of the golem's caltrops must succeed on a DC 15 Dexterity saving throw or stop moving this turn and take 1 piercing damage. Taking this damage reduces the creature's walking speed by 10 feet until the creature regains at least 1 hit point. A creature moving through the area at half speed doesn't need to make the save. While scattered, the bearing golem can't attack or move, except to reform, and it can't be targeted by attacks or spells. It can still take damage from spells that deal damage in an area."
                }
            ],
            "spell_list": [],
            "page_no": 390,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_caltrop-golem/"
        },
        {
            "slug": "carnivorous-sod",
            "desc": "What was a mere patch of green grass suddenly uproots itself and shows its true form: a flat, turtle-like creature with a wide maw filled with sharklike wooden teeth._  \n**Grassland Ambushers.** The carnivorous sod is a plant monster that disguises itself as a simple patch of grass until it is stepped on. It then uses its grass-like tendrils to trip a creature before biting with its vicious jaws. Carnivorous sods typically prey on small herbivores, such as deer and rabbits, that come to graze on their backs, but they have been known to attack just about anything that treads on them as long as the target is Medium or smaller. Sometimes dozens of carnivorous sods gather together to hunt, though this is due more to happenstance than planning on the part of the monsters.  \n**Links to the Fey.** Carnivorous sods begin their lives when a fey creature such as a pixie or Open Game License",
            "name": "Carnivorous Sod",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 33,
            "hit_dice": "6d8+6",
            "speed": {
                "walk": 20,
                "burrow": 20
            },
            "strength": 14,
            "dexterity": 6,
            "constitution": 12,
            "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": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "blinded, deafened, poisoned",
            "senses": "blindsight 30 ft., tremorsense 60 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d6+2"
                },
                {
                    "name": "Grass Trip",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: The target is knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the carnivorous sod remains motionless, it is indistinguishable from a normal patch of grass."
                },
                {
                    "name": "Spell Eater",
                    "desc": "If the carnivorous sod is in an area targeted by a spell that enhances plants in that area, such as the entangle, plant growth, and spike growth spells, the carnivorous sod absorbs the spell, ending it, and gains 10 temporary hp for each level of the spell it absorbed for 1 hour."
                },
                {
                    "name": "Tripping Grass",
                    "desc": "If the carnivorous sod didn't move on its previous turn and hits a target with its Grass Trip, it can make one attack with its bite as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 57,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_carnivorous-sod/"
        },
        {
            "slug": "carrier-mosquito",
            "desc": "Carrier mosquitos are massive insects that defy logic, as they not only stay aloft but also zip around with incredible speed and maneuverability. Their nine-foot wingspans keep them from falling out of the sky, but their wings beat frequently, producing an incredibly loud and distracting drone. Swamp-dwelling Open Game License",
            "name": "Carrier Mosquito",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d10+20",
            "speed": {
                "walk": 20,
                "fly": 40
            },
            "strength": 16,
            "dexterity": 13,
            "constitution": 15,
            "intelligence": 2,
            "wisdom": 8,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 9",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Impaling Proboscis",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 14 (2d10 + 3) piercing damage. If the target is a Medium or smaller creature, it is grappled (escape DC 13). Until the grapple ends, the target is restrained, the mosquito can automatically hit the target with its impaling proboscis, and the mosquito can't make impaling proboscis attacks against other targets.",
                    "attack_bonus": 5,
                    "damage_dice": "2d10+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If the carrier mosquito moves at least 20 feet straight toward a target and then hits it with an impaling proboscis attack on the same turn, the target takes an extra 5 (1d10) piercing damage."
                },
                {
                    "name": "Disruptive Droning",
                    "desc": "While a carrier mosquito is in flight, it produces a constant, loud droning, forcing those nearby to shout in order to be heard. A spellcaster within 30 feet of the mosquito must succeed on a DC 10 spellcasting ability check to cast a spell with a verbal component. In addition, a creature that is concentrating on a spell and that starts its turn within 30 feet of the mosquito must succeed on a DC 10 Constitution saving throw or lose concentration on the spell."
                }
            ],
            "spell_list": [],
            "page_no": 389,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_carrier-mosquito/"
        },
        {
            "slug": "cave-goat",
            "desc": "Cave goats are the size of a spaniel and have dog-like paws rather than hooves. Despite being quadrupeds, they are accomplished climbers of the steep and uneven confines of the Underworld. Cave goats are loyal, if a bit surly, and strong, making them a favorite companion of Underworld travelers.",
            "name": "Cave Goat",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 22,
            "hit_dice": "4d6+8",
            "speed": {
                "walk": 50
            },
            "strength": 14,
            "dexterity": 13,
            "constitution": 15,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Ram",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Hearing",
                    "desc": "The cave goat has advantage on Wisdom (Perception) checks that rely on hearing."
                },
                {
                    "name": "Sturdy Climber",
                    "desc": "The cave goat has advantage on Strength (Athletics) checks to climb rocky surfaces."
                }
            ],
            "spell_list": [],
            "page_no": 389,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_cave-goat/"
        },
        {
            "slug": "chameleon-hydra",
            "desc": "A large chameleon pokes its head below the canopy. Soon, four other identical heads peek below the treetops. A massive body accompanies the heads, revealing they all belong to one creature. The creature’s odd feet and long, curled tail transport it from tree to tree with ease, and its sticky tongues allow it to slurp up prey on the forest floor as it passes._  \nThe chameleon hydra thrives in thick, wooded areas where it makes nests in the canopies of large trees. It feasts on prey both above and below the canopy, using its sticky tongues to snatch unsuspecting prey.  \n**Apex Ambush Predators.** Chameleon hydras have scales that react to light and allow the hydras to blend in with their surroundings. They are extremely patient, waiting until the most opportune time to strike from a safe vantage point. Chameleon hydras primarily eat birds and giant insects, but they are known to dine on unwary travelers if other prey is scarce.  \n**Curious and Colorful.** Study of juvenile chameleon hydras shows they have inquisitive minds and that they alternate their scales in colorful patterns when near others of their kind. Scholars believe they use these color changes as a rudimentary form of communication.",
            "name": "Chameleon Hydra",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 184,
            "hit_dice": "16d12+80",
            "speed": {
                "climb": 40,
                "walk": 20
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 20,
            "intelligence": 4,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "perception": 8,
                "stealth": 11
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "—",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chameleon hydra makes as many bite attacks as it has heads. It can use its Sticky Tongue or Reel in place of a bite attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 10 (1d10 + 5) piercing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "1d10+5"
                },
                {
                    "name": "Sticky Tongue",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 50 ft., one target. Hit: The target is grappled (escape DC 15). Until this grapple ends, the target is restrained, and the hydra can't use the same sticky tongue on another target."
                },
                {
                    "name": "Reel",
                    "desc": "The hydra pulls a creature grappled by it up to 25 feet straight toward it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Multiple Heads",
                    "desc": "The chameleon hydra has five heads. While it has more than one head, the hydra has advantage on saving throws against being blinded, charmed, deafened, frightened, stunned, and knocked unconscious. Whenever the chameleon hydra takes 25 or more damage in a single turn, one of its heads dies. If all its heads die, the chameleon hydra dies. At the end of its turn, it grows two heads for each of its heads that died since its last turn, unless it has taken fire damage since its last turn. The hydra regains 10 hit points for each head regrown in this way."
                },
                {
                    "name": "Superior Camouflage",
                    "desc": "While the chameleon hydra remains motionless, it has advantage on Dexterity (Stealth) checks made to hide. In addition, the chameleon hydra can hide even while a creature can see it."
                },
                {
                    "name": "Wakeful",
                    "desc": "While the chameleon hydra sleeps, at least one of its heads is awake."
                }
            ],
            "spell_list": [],
            "page_no": 207,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_chameleon-hydra/"
        },
        {
            "slug": "chronomatic-enhancer",
            "desc": "A giant clock walks on four insectoid legs. As a bolt of fire flies at a nearby humanoid, the clock creature’s inner gears spin and the fire fizzles into a singe on the humanoid’s cloak._  \nChronomatic enhancers are constructs made by powerful spellcasters specializing in time-altering magic. Enhancers are protective guardians of their masters and powerful tools the spellcasters can utilize.  \n**Time Construct.** A chronomatic enhancer resembles a large clock with its inner workings clearly visible. It has four beetle-like legs and two arms. Intricate rune-like markings and glowing blue gems sparkle throughout the enhancer’s interior. These magical runes allow the chronomatic enhancer to alter time around it in minor ways, aiding allies and hindering foes.  \n**Construct Nature.** The chronomatic enhancer doesn’t require air, food, drink, or sleep.",
            "name": "Chronomatic Enhancer",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 152,
            "hit_dice": "16d10+64",
            "speed": {
                "walk": 30
            },
            "strength": 21,
            "dexterity": 11,
            "constitution": 19,
            "intelligence": 9,
            "wisdom": 15,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., tremorsense 10 ft., passive Perception 16",
            "languages": "understands the languages of its creator but can’t speak",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chronomatic enhancer can use its Time-Infused Gears. It then makes three slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage.",
                    "attack_bonus": 9,
                    "damage_dice": "2d8+5"
                },
                {
                    "name": "Time-Infused Gears",
                    "desc": "The chronomatic enhancer spins its time-infused gears, altering time near it. It can't affect itself with its gears. When activating its time-infused gears, it uses one of the following: \n* Energizing Electricity. The chronomatic enhancer releases mild electricity into up to three creatures the enhancer can see within 30 feet of it. Each target has its speed doubled, it gains a +2 bonus to its AC, it has advantage on Dexterity saving throws, and it gains an additional bonus action or reaction (target's choice) until the end of its next turn. \n* Slowing Gas. The chronomatic enhancer releases a slowing gas, affecting up to three creatures it can see within 20 feet of it. Each target must make a DC 16 Constitution saving throw. On a failed save, the creature can't use reactions, its speed is halved, and it can't make more than one attack on its turn. In addition, the target can use either an action or a bonus action on its turn, but not both. These effects last until the end of the target's next turn. \n* Stasis (Recharge 6). The chronomatic enhancer stops time for up to three creatures it can see within 30 feet of it. Each target must succeed on a DC 16 Constitution saving throw or be frozen in time until the end of its next turn. A creature frozen in time is treated as if it is petrified, except it isn't transformed into an inanimate substance and its weight doesn't increase."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Alter Timeline",
                    "desc": "When a friendly creature within 15 feet of the chronomatic enhancer takes damage, the enhancer can modify time to protect the creature, changing all damage dice rolled to 1s."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Delay",
                    "desc": "When damage is dealt to the chronomatic enhancer, the enhancer doesn't take the damage until its next turn. The enhancer must still make the appropriate saving throws, and it immediately suffers any extra effects of the damage, such as the speed-reducing effect of the ray of frost spell. Only the damage is delayed."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The chronomatic enhancer is immune to any spell or effect that would alter its form."
                }
            ],
            "spell_list": [],
            "page_no": 64,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_chronomatic-enhancer/"
        },
        {
            "slug": "clockwork-archon",
            "desc": "The air around this massive construct is filled with the sound of spinning gears and mechanisms. It spreads its metal wings and takes to the air in a roar of wind._  \n**Servants of the Righteous.** Clockwork archons are built to fight in the names of deities devoted to justice, battle, and glory. They stand as bulwarks upon the battlefields of the holy, offering a rallying point for paladins and crusaders. Churches that have the ability to manufacture clockwork archons guard the knowledge jealously, lest it fall into the hands of the unworthy.  \n**Engines of War.** Clockwork archons are deployed as support vehicles and weapons. A single archon can quickly reduce a small settlement’s defenses to ruin, while groups of them can swiftly render fortified structures to rubble. Armies with clockwork archons at their disposal sometimes use them to move sensitive material and personnel into position.  \n**Corruptible Constructs.** On occasion, a clockwork archon is captured by the enemy. The followers of some evil gods, archdevils, and demon lords have determined methods of overwriting the construct’s animating magic, turning the creature to their fell purposes. More than one community has had its cheer turn to dismay as the clockwork archon they freely allowed inside the walls disgorged enemy agents while attacking the structures and residents. More insidious cults use their clockwork archons to mask their true natures. They allow the common folk to believe they represent good faiths while they rot the community’s moral fabric from the inside.  \n**Construct Nature.** A clockwork archon doesn’t require air, food, drink, or sleep.",
            "name": "Clockwork Archon",
            "size": "Gargantuan",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 201,
            "hit_dice": "13d20+65",
            "speed": {
                "walk": 30,
                "hover": true,
                "fly": 60
            },
            "strength": 24,
            "dexterity": 9,
            "constitution": 20,
            "intelligence": 7,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The clockwork archon makes two attacks with its transforming weapon."
                },
                {
                    "name": "Transforming Weapon",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 29 (4d10 + 7) bludgeoning or slashing damage. As a bonus action, the archon can change its weapon from a sword to a hammer or vice versa, allowing it to change its damage between bludgeoning and slashing.",
                    "attack_bonus": 11,
                    "damage_dice": "4d10+7"
                },
                {
                    "name": "Fire from Heaven (Recharge 5-6)",
                    "desc": "The clockwork archon unleashes a brilliant beam in a 90-foot line that is 10-feet wide. Each creature in that line must make a DC 17 Dexterity saving throw, taking 58 (13d8) radiant damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Armored Transport",
                    "desc": "The clockwork archon can carry up to six Medium or eight Small creatures inside its torso. Creatures inside the archon have total cover against attacks and other effects outside the archon. The two escape hatches sit in the torso and can each be opened as a bonus action, allowing creatures in or out of the archon."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The clockwork archon is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clockwork archon has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The clockwork archon deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 65,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_clockwork-archon/"
        },
        {
            "slug": "clockwork-mantis",
            "desc": "This large clockwork mantis is surprisingly nimble and fast, capable of taking down foes with a lethal flurry of serrated claws and bites._  \n**Wanted by Gnomes.** The existence of these wandering clockwork monsters creates a bad reputation for peaceful gnomish engineers. A few groups of gnomes specialize in tracking and destroying these clockwork creations. They claim to do it out of virtue, but rumors abound that they do it for rare parts.  \n**Construct Nature.** The clockwork mantis doesn’t require air, food, drink or sleep.",
            "name": "Clockwork Mantis",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 68,
            "hit_dice": "8d10+24",
            "speed": {
                "walk": 40
            },
            "strength": 13,
            "dexterity": 19,
            "constitution": 16,
            "intelligence": 3,
            "wisdom": 15,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The clockwork mantis makes two serrated blade attacks. If both attacks hit the same target, the mantis can make a bite attack against another target within range as a bonus action."
                },
                {
                    "name": "Serrated Blade",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Invisibility",
                    "desc": "The clockwork mantis turns invisible until it attacks or until its concentration ends (as if concentrating on a spell). Any equipment the mantis wears or carries is invisible with it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hobbling Strike",
                    "desc": "When the clockwork mantis makes a successful opportunity attack, the target's speed is reduced to 0 until the start of its next turn."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The clockwork mantis is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clockwork mantis has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Standing Leap",
                    "desc": "The clockwork mantis's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start."
                }
            ],
            "spell_list": [],
            "page_no": 67,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_clockwork-mantis/"
        },
        {
            "slug": "clockwork-tiger",
            "desc": "The ticking of metal gears is all that hints at the presence of a pair of feline-shaped metal creatures. They are bronze and steel, with sharp metal teeth and razor claws._  \n**Magical Origin.** Clockwork tigers were invented as guardians in times now long forgotten. In spite of their age, they continue to serve their original purpose as guardians, protecting ancient ruins and new masters alike. The number of clockwork tigers in existence is slowly rising, leading many scholars to speculate on the reason. Some suspect the instructions for creating them were finally found, while others surmise a natural phenomenon unearthed a lost vault of clockwork tigers.  \n**Found in Pairs.** Clockwork tigers are almost always found in pairs and almost always guarding a spellcaster or magical object, which they consider their “ward.” The tigers work in tandem to defeat threats and protect their wards, leaping in and out of combat. Their clockwork brains are capable of thought, but they are less interested in communication and wholly devoted to protecting their wards.  \n**Construct Nature.** A clockwork tiger doesn’t require air, food, drink, or sleep.",
            "name": "Clockwork Tiger",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "15d10+30",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 7,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The clockwork tiger makes one bite and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 13 (2d8 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 11 (2d6 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Deflecting Leap",
                    "desc": "When the clockwork tiger's ward is the target of an attack the tiger can see, the tiger can move up to 10 feet toward its ward without provoking opportunity attacks. If it ends this movement within 5 feet of its ward, the tiger becomes the target of the attack instead."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The tiger is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The tiger has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Pounce",
                    "desc": "If the tiger moves at least 20 feet straight toward a creature and then hits it with a claw attack on the same turn, that target must succeed on a DC 15 Strength saving throw or be knocked prone. If the target is prone, the tiger can make one bite attack against it as a bonus action."
                },
                {
                    "name": "Reactive Guardian",
                    "desc": "The clockwork tiger has two reactions that can be used only for Deflecting Leap."
                }
            ],
            "spell_list": [],
            "page_no": 68,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_clockwork-tiger/"
        },
        {
            "slug": "compsognathus",
            "desc": "The curious bipedal lizard lets out a musical chirp. More chirps respond from within the nearby grass, becoming a sinister chorus._  \nOpen Game License",
            "name": "Compsognathus",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 10,
            "hit_dice": "3d4+3",
            "speed": {
                "walk": 30
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 4,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "—",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Grasslands Camouflage",
                    "desc": "The compsognathus has advantage on Dexterity (Stealth) checks made to hide in tall grass."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The compsognathus has advantage on attack rolls against a creature if at least one of the compsognathus' allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 108,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_compsognathus/"
        }
    ]
}