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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?ordering=legendary_desc&page=3",
    "previous": "https://api.open5e.com/monsters/?ordering=legendary_desc",
    "results": [
        {
            "slug": "carrionbeetle-tob1-2023",
            "desc": "False",
            "name": "Carrion Beetle",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d10 + 45",
            "speed": {
                "walk": 10,
                "burrow": 30
            },
            "strength": 19,
            "dexterity": 12,
            "constitution": 17,
            "intelligence": 1,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "paralyzed",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The beetle makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft, one target. Hit: 10 (1d12 + 4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 7 (1d6 + 4) slashing damage."
                },
                {
                    "name": "Acid Spit (Recharge 5-6)",
                    "desc": "The carrion beetle spits acid in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 13 Dexterity saving throw, taking 26 (4d12) acid damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 50,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_carrion-beetle/"
        },
        {
            "slug": "causticcharger-tob1-2023",
            "desc": "False",
            "name": "Caustic Charger",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 133,
            "hit_dice": "14d12 + 42",
            "speed": {
                "walk": 10,
                "burrow": 30
            },
            "strength": 19,
            "dexterity": 11,
            "constitution": 16,
            "intelligence": 4,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "acid",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The caustic charger makes two Ram attacks. It can replace one Ram attack with a Tentacles attack."
                },
                {
                    "name": "Ram",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 22 (4d8 + 4) bludgeoning damage, and if the target is a Large or smaller creature, it must succeed on a DC 15 Strength saving throw or be knocked prone. If the charger moved at least 10 feet straight toward the target immediately before the hit, the target has disadvantage on the saving throw."
                },
                {
                    "name": "Tentacles",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage plus 14 (4d6) acid damage. If the target is a creature, it must succeed on a DC 15 Constitution saving throw or be paralyzed for 1 minute. The paralyzed creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If the caustic charger attacks a target that is not in the charger's space, the target takes half the acid damage and has advantage on the saving throw."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Slurp",
                    "desc": "The caustic charger feeds on a creature paralyzed by its Tentacles attack. The target must succeed on a DC 15 Constitution saving throw or its hp maximum is reduced by half the amount of acid damage dealt by the Tentacles attack that caused the paralysis, and the charger regains hp equal to that amount. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Straddler",
                    "desc": "The caustic charger can end its move in the space of a prone Large or smaller creature. A creature standing up from prone in the same space as the charger can move to a space within 5 feet of the charger as part of standing up."
                },
                {
                    "name": "Wastes Walk",
                    "desc": "Difficult terrain composed of rocks or sand doesn't cost the caustic charger extra movement."
                }
            ],
            "spell_list": [],
            "page_no": 51,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_caustic-charger/"
        },
        {
            "slug": "cavedragonwyrmling-tob1-2023",
            "desc": "False",
            "name": "Cave Dragon Wyrmling",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 52,
            "hit_dice": "7d8 + 21",
            "speed": {
                "walk": 20,
                "fly": 20,
                "burrow": 30
            },
            "strength": 19,
            "dexterity": 12,
            "constitution": 17,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": 3,
            "perception": 14,
            "skills": {
                "Perception": 4,
                "Stealth": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "blinded, poisoned",
            "senses": "blindsight 10 ft., tremorsense 60 ft., passive Perception 14",
            "languages": "Draconic",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (1d10 + 4) piercing damage plus 3 (1d6) poison damage."
                },
                {
                    "name": "Poison Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a cone of black, poisonous gas in a 15-foot cone. Each creature in that area must make a DC 13 Constitution saving throw. On a failure, a creature takes 14 (4d6) poison damage and is poisoned until the end of its next turn. On a success, a creature takes half the damage and isn't poisoned."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Darkness Shroud",
                    "desc": "The cave dragon naturally suppresses light near it. Bright light within 15 feet of the dragon becomes dim light, and dim light within 15 feet becomes nonmagical darkness."
                },
                {
                    "name": "Magical Tunneler",
                    "desc": "The cave dragon can burrow through nonmagical unworked earth and stone. While doing so, the dragon can choose whether to leave the material it moves through undisturbed or leave a 5-foot diameter tunnel in its wake."
                }
            ],
            "spell_list": [],
            "page_no": 115,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_cave-dragon-wyrmling/"
        },
        {
            "slug": "cavelightmoss-tob1-2023",
            "desc": "False",
            "name": "Cavelight Moss",
            "size": "Large",
            "type": "Plant",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 95,
            "hit_dice": "10d10 + 40",
            "speed": {
                "walk": 15
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 1,
            "wisdom": 13,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold, fire; slashing from nonmagical attacks",
            "damage_immunities": "False",
            "condition_immunities": "charmed, deafened, frightened, paralyzed, prone, stunned, unconscious",
            "senses": "tremorsense 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The cavelight moss makes two Tendrils attacks. If both attacks hit a Large or smaller creature, the target is grappled (escape DC 15). Until this grapple ends, the target is restrained, and at the start of each of the target's turns, it must succeed on a DC 15 Constitution saving throw or suffer one level of exhaustion. The cavelight moss then gains 5 temporary hp. A creature that succeeds on the saving throw can't suffer further levels of exhaustion from the cavelight moss's grapple for the next 24 hours. The cavelight moss can have only one creature grappled at a time."
                },
                {
                    "name": "Tendrils",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) bludgeoning damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Variable Illumination",
                    "desc": "The cavelight moss sheds bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The moss can alter the radius as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 52,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_cavelight-moss/"
        },
        {
            "slug": "chainedangel-tob1-2023",
            "desc": "False",
            "name": "Chained Angel",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 121,
            "hit_dice": "22d8 + 22",
            "speed": {
                "walk": 60,
                "fly": 30
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 8,
            "perception": 17,
            "skills": {
                "Perception": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "piercing",
            "damage_immunities": "fire, radiant",
            "condition_immunities": "charmed, exhaustion",
            "senses": "darkvision 200 ft., passive Perception 17",
            "languages": "Celestial, Common, Infernal, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chained angel makes two Fiery Greatsword attacks."
                },
                {
                    "name": "Fiery Greatsword",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage plus 16 (3d10) fire damage."
                },
                {
                    "name": "Fallen Glory (Recharge 5-6)",
                    "desc": "Each creature the chained angel can see within 50 feet of it must make a DC 15 Strength saving throw. On a failure, a creature takes 19 (3d12) radiant damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Fiendish Cunning",
                    "desc": "When a creature the chained angel can see within 60 feet of it casts a spell that appears on the cleric or paladin spell list, the chained angel can counter the spell with a successful ability check. This works like the counterspell spell with a +5 spellcasting ability check, except the chained angel must make the ability check no matter the level of the spell."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Immortal Nature",
                    "desc": "The chained angel doesn't require food, drink, or sleep."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The chained angel has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Redemption",
                    "desc": "When a creature casts the knock spell on the chained angel's chains, the chains release a blast of unholy flame. The spellcaster must make a DC 16 Dexterity saving throw, taking 16 (3d10) fire damage and 16 (3d10) radiant damage on a failed save, or half as much damage on a successful one. If the spellcaster survives, the chained angel must immediately make a DC 17 Wisdom saving throw. On a success, the angel's chains fall away. It is restored to its senses and the form it had before it was chained, typically a deva. On a failure, the chained angel remains chained for 7 days, and during that time, any further attempts to cast knock on the angel's chains fail."
                }
            ],
            "spell_list": [],
            "page_no": 18,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_chained-angel/"
        },
        {
            "slug": "chelicerae-tob1-2023",
            "desc": "False",
            "name": "Chelicerae",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 153,
            "hit_dice": "18d10 + 54",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 17,
            "constitution": 17,
            "intelligence": 18,
            "wisdom": 15,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 5,
            "perception": 15,
            "skills": {
                "Acrobatics": 6,
                "Athletics": 9,
                "Perception": 5,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) piercing damage, and the target must succeed on a DC 15 Constitution saving throw or become poisoned for 1 minute. If the target is a Medium or smaller creature and the chelicerae doesn't have another creature grappled, the target is grappled (escape DC 15). A poisoned target is also unconscious while poisoned in this way. The poisoned target can repeat the saving throw at the end of each of its turns, ending the poisoned condition on itself on a success."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 15 (2d8 + 6) slashing damage."
                },
                {
                    "name": "Magical Discharge (Recharge Special)",
                    "desc": "The chelicerae releases some of its stored magical energy in a burst. Each creature within 15 feet of the chelicerae must make a DC 15 Dexterity saving throw, taking 36 (8d8) force damage on a failed save, or half as much damage on a successful one. After using Magical Discharge, the chelicerae can't do so again until it successfully siphons magic from a creature or until it finishes a long rest."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The chelicerae casts one of the following spells, requiring no material or verbal components and using Intelligence as the spellcasting ability (spell save DC 15):\nAt will: mage hand, minor illusion\n1/day each: haste, hold person, invisibility, phantasmal killer"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Nimble Moves",
                    "desc": "The chelicerae takes the Dash or Disengage action."
                },
                {
                    "name": "Siphon Magic",
                    "desc": "The chelicerae siphons magic from a spellcaster it is grappling. The target must succeed on a DC 15 Intelligence saving throw or lose one spell slot of the highest level it can cast. The chelicerae then regains an expended use of its Spellcasting."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The chelicerae has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The chelicerae can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "spell_list": [],
            "page_no": 53,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_chelicerae/"
        },
        {
            "slug": "chernomoi-tob1-2023",
            "desc": "False",
            "name": "Chernomoi",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 32,
            "hit_dice": "5d4 + 20",
            "speed": {
                "walk": 20,
                "fly": 20
            },
            "strength": 9,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 11,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 12,
            "skills": {
                "Acrobatics": 6,
                "Perception": 2,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Draconic, Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage."
                },
                {
                    "name": "Shriek (Recharge 5-6)",
                    "desc": "The chernomoi emits a loud shriek that is audible out to 100 feet. Each creature within 60 feet of the chernomoi and that can hear it must make a DC 13 Constitution saving throw, taking 10 (3d6) thunder damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The chernomoi casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 13):\nAt will: detect magic, mage hand, mending, message, prestidigitation\n1/day each: detect poison and disease, dimension door"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 54,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_chernomoi/"
        },
        {
            "slug": "chieftain-tob1-2023",
            "desc": "False",
            "name": "Chieftain",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 16,
            "armor_desc": "studded leather, shield",
            "hit_points": 110,
            "hit_dice": "20d6 + 40",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 11,
            "wisdom": 13,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": 11,
            "skills": {
                "Intimidation": 6,
                "Stealth": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Draconic",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The kobold makes three Spear or Shortbow attacks."
                },
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 11 (2d6 + 4) piercing damage, or 13 (2d8 + 4) piercing damage if used with two hands to make a melee attack."
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage plus 7 (2d6) poison damage, and the target must succeed on a DC 12 Constitution saving throw or be poisoned for 1 minute. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Inspiring Shriek (Recharge after Short or Long Rest)",
                    "desc": "The kobold chieftain shrieks a draconic battle cry. Each creature that isn't a dragonborn or kobold within 30 feet of the chieftain must succeed on a DC 14 Wisdom saving throw or be frightened for 1 minute. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Springspike Shield",
                    "desc": "When the kobold chieftain is wielding its shield and is hit by a melee attack within 5 feet of it, the chieftain can fire one of its shield spikes at the attacker. The attacker takes 5 (2d4) piercing damage."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Brute",
                    "desc": "A melee weapon deals one extra die of its damage when the chieftain hits with it (included in the attack)."
                },
                {
                    "name": "Chieftain's Presence",
                    "desc": "Dragons and kobolds within 30 feet of the chieftain can't be charmed or frightened."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The kobold chieftain has advantage on attack rolls against a creature if at least one of the chieftain's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the kobold chieftain has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 245,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_chieftain/"
        },
        {
            "slug": "childofthebriar-tob1-2023",
            "desc": "False",
            "name": "Child of the Briar",
            "size": "Tiny",
            "type": "Plant",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 50,
            "hit_dice": "20d4",
            "speed": {
                "walk": 10
            },
            "strength": 6,
            "dexterity": 17,
            "constitution": 11,
            "intelligence": 13,
            "wisdom": 10,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Perception": 4,
                "Stealth": 7
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Briarclick, Common, Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The child of the briar makes two Claw attacks. If both attacks hit a Medium or smaller creature, the target is grappled (escape DC 13). At the start of each of the grappled creature's turns, it takes 2 (1d4) piercing damage. The child of the briar can have only one target grappled at a time."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage."
                },
                {
                    "name": "Spitdart Tongue (Recharge 4-6)",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 20/60 ft., one target. Hit: 6 (1d6 + 3) piercing damage."
                },
                {
                    "name": "Entangle",
                    "desc": "While within 10 feet of at least one other child of the briar, this child can cast the entangle spell (spell save DC 13). Each friendly child of the briar within 30 feet of this child can use its reaction to join the casting. For each child beyond the first participating in the casting, the save DC increases by 1, to a maximum of DC 17, and the size increases by 5 feet, to a maximum of a 40-foot square. The entangled area must include at least one of the children involved in the casting. All participating children of the briar are immune to the spell's effects."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 55,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_child-of-the-briar/"
        },
        {
            "slug": "chortdevil-tob1-2023",
            "desc": "False",
            "name": "Chort Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 187,
            "hit_dice": "15d8 + 120",
            "speed": {
                "walk": 30
            },
            "strength": 24,
            "dexterity": 20,
            "constitution": 26,
            "intelligence": 18,
            "wisdom": 20,
            "charisma": 20,
            "strength_save": 11,
            "dexterity_save": 9,
            "constitution_save": 12,
            "intelligence_save": 8,
            "wisdom_save": null,
            "charisma_save": 9,
            "perception": 19,
            "skills": {
                "Athletics": 11,
                "Deception": 9,
                "Insight": 9,
                "Perception": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "cold, fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 19",
            "languages": "Celestial, Common, Infernal, telepathy 120 ft.",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chort devil makes one Claw attack and two Ranseur attacks, or it makes four Hurl Flame attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 12 (2d4 + 7) slashing damage plus 14 (4d6) fire damage, and the target must succeed on a DC 17 Constitution saving throw or have disadvantage on ability checks and saving throws that use Charisma for 1 hour or until cured by a lesser restoration spell or similar magic."
                },
                {
                    "name": "Ranseur",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 12 (1d10 + 7) piercing damage plus 14 (4d6) fire damage."
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +9 to hit, range 120 ft., one target. Hit: 19 (4d6 + 5) fire damage."
                },
                {
                    "name": "Teleport",
                    "desc": "The chort devil magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The chort devil casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 17):\nAt will: charm person, illusory script (as an action)\n3/day each: dispel magic, modify memory\n1/day: haste"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the chort devil's darkvision."
                },
                {
                    "name": "Hellish Weapons",
                    "desc": "The chort devil's weapon attacks are magical. When the devil hits with any weapon, the weapon deals an extra 4d6 fire damage (included in the attack)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The chort devil has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 93,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_chort-devil/"
        },
        {
            "slug": "chronalmental-tob1-2023",
            "desc": "False",
            "name": "Chronalmental",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 142,
            "hit_dice": "15d10 + 60",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 20,
            "constitution": 19,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Celestial, Infernal",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chronalmental makes three Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) bludgeoning damage."
                },
                {
                    "name": "Steal Time (1/Day)",
                    "desc": "The chronalmental steals time from one creature it can see within 30 feet of it, drawing the stolen time into itself. The target must make a DC 16 Wisdom saving throw. On a failure, the target's speed is halved, and it can take either an action or a bonus action on its turn, but not both for 1 minute. Then, the chronalmental's position in the initiative order increases by 10, its speed increases by 30 feet, and when it takes the Multiattack action, it can make one additional Slam attack. The target can repeat the saving throw at the end of each of its turns, ending the effects on itself and the chronalmental on a success."
                },
                {
                    "name": "Displace (Recharge 5-6)",
                    "desc": "The chronalmental sends one creature it can see within 30 feet of it outside of the flow of time, shunting the creature to a tiny demiplane. The target must succeed on a DC 16 Wisdom saving throw or be stunned and magically shunted outside of time for 1 minute. The creature disappears for the duration, returning to the space it previously occupied, or the nearest unoccupied space, when the effect ends. At the end of each of its turns, the target can repeat the saving throw, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Step Between Seconds (Recharge 4-6)",
                    "desc": "When a creature the chronalmental can see moves within 5 feet of it, the chronalmental can teleport, along with any equipment it is wearing or carrying, to an unoccupied space within 60 feet that it occupied within the past minute."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "The chronalmental doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Temporal Body",
                    "desc": "When a chronalmental is subjected to a slow spell, haste spell, or similar effect, it automatically succeeds on any saving throws required by the spell or effect and regains 13 (3d8) hp."
                }
            ],
            "spell_list": [],
            "page_no": 56,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_chronalmental/"
        },
        {
            "slug": "cikavak-tob1-2023",
            "desc": "False",
            "name": "Cikavak",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 17,
            "hit_dice": "7d4",
            "speed": {
                "walk": 40,
                "fly": 10
            },
            "strength": 4,
            "dexterity": 15,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Perception": 5,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, fire, poison",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +4 to hit, range 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage."
                },
                {
                    "name": "Silencing Squawk (Recharge 6)",
                    "desc": "The cikavak lets out a magical squawk in a 30-foot cone. Each creature in that area must succeed on a DC 11 Constitution saving throw or be deafened and unable to speak 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."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Limited Telepathy",
                    "desc": "The cikavak can magically communicate simple ideas, emotions, and images telepathically with any creature that touches it and that can understand a language."
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "The cikavak can communicate with Beasts as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 57,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_cikavak/"
        },
        {
            "slug": "citrullus-tob1-2023",
            "desc": "False",
            "name": "Citrullus",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "10d10 + 30",
            "speed": {
                "walk": 15
            },
            "strength": 18,
            "dexterity": 8,
            "constitution": 16,
            "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": 10,
            "skills": {},
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "False",
            "damage_immunities": "acid",
            "condition_immunities": "False",
            "senses": "blindsight 30 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 18 (4d6 + 4) piercing damage plus 7 (2d6) acid damage."
                },
                {
                    "name": "Bile Spray (Recharge 5-6)",
                    "desc": "The citrullus exhales pink bile in a 30-foot cone. Each creature in that area must make a DC 13 Dexterity saving throw. On a failure, the creature takes 14 (4d6) acid damage and is restrained by the sticky seed-filled juice for 1 minute. On a success, the creature takes half the damage and isn't restrained. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 13 Strength check."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Creeping Seedlings",
                    "desc": "The seeds in the sticky juice grow viny tendrils and drag each creature restrained by Bile Spray and Gush up to 25 feet straight toward the citrullus."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the citrullus remains motionless, it is indistinguishable from a normal melon plant."
                },
                {
                    "name": "Gush",
                    "desc": "When the citrullus takes bludgeoning damage, sticky juice splashes out of it. If the attacker is within 30 feet of the citrullus, the attacker must succeed on a DC 13 Dexterity saving throw or be restrained by the sticky juice as if it had failed a saving throw against the plant's Bile Spray action."
                }
            ],
            "spell_list": [],
            "page_no": 58,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_citrullus/"
        },
        {
            "slug": "citywatchcaptain-tob1-2023",
            "desc": "False",
            "name": "City Watch Captain",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Any Lawful Alignment",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 91,
            "hit_dice": "14d8 + 28",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Perception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "passive Perception 14",
            "languages": "any one language (usually Common)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The city watch captain can use its Issue Orders. It then makes two Rapier attacks or three Light Crossbow attacks, or it makes one Rapier attack and two Light Crossbow attacks."
                },
                {
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage. Instead of dealing damage, the city watch captain can force the target to drop one weapon it is wielding or drop one item it is carrying. If the captain chooses to make the target drop an item, the item can't be wrapped around or firmly attached to the target, such as a shirt or armor. The item lands in a space of the captain's choice within 5 feet of the target."
                },
                {
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 7 (1d8 + 3) piercing damage."
                },
                {
                    "name": "Issue Orders",
                    "desc": "The city watch captain shouts orders at up to two friendly creatures it can see within 30 feet of it. Each target can do one of the following as a reaction:"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Point Blank Fencer",
                    "desc": "A rapier deals one extra die of its damage when the city watch captain hits with it (included in the attack). In addition, the captain ignores the loading property of crossbows and doesn't have disadvantage on the attack roll with a crossbow from being within 5 feet of a hostile creature. The captain may still have disadvantage on such an attack from other sources."
                },
                {
                    "name": "Tactical Insight",
                    "desc": "The city watch captain has advantage on initiative rolls, and friendly creatures within 30 feet of the captain and under the captain's command can choose to take the captain's initiative instead of their own when combat starts."
                }
            ],
            "spell_list": [],
            "page_no": 407,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_city-watch-captain/"
        },
        {
            "slug": "clockworkabomination-tob1-2023",
            "desc": "False",
            "name": "Clockwork Abomination",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "8d10 + 32",
            "speed": {
                "walk": 30
            },
            "strength": 21,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Athletics": 8,
                "Perception": 3,
                "Stealth": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Infernal",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The clockwork abomination makes one Bite attack and one Slam attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) piercing damage plus 7 (2d6) fire damage."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 15 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The clockwork abomination's infernal power source allows it to breathe fire in a 30-foot cone. Each creature in the area must make a DC 14 Dexterity saving throw, taking 21 (6d6) fire damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The clockwork abomination doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Explosive Infernal Power Source",
                    "desc": "When a clockwork abomination is destroyed, its infernal battery explodes. Each creature within 10 feet of the abomination must make a DC 14 Dexterity saving throw, taking 14 (4d6) fire damage on a failed save, or half as much damage on a successful one. The explosion ignites flammable objects in the area that aren't being worn or carried."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The clockwork abomination is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clockwork abomination has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Unstoppable",
                    "desc": "Moving through difficult terrain doesn't cost the clockwork abomination extra movement, and its speed can't be reduced."
                }
            ],
            "spell_list": [],
            "page_no": 59,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_clockwork-abomination/"
        },
        {
            "slug": "clockworkbeetle-tob1-2023",
            "desc": "False",
            "name": "Clockwork Beetle",
            "size": "Tiny",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 20,
            "hit_dice": "8d4",
            "speed": {
                "walk": 50,
                "fly": 30
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "understands the languages of its creator but can’t speak",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage, and the target must make a DC 10 Constitution saving throw, taking 5 (2d4) poison damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The clockwork beetle doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The clockwork beetle is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Limited Telepathy",
                    "desc": "The clockwork beetle can magically transmit simple messages and images to its owner, provided the owner is within 100 feet of it."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clockwork beetle has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 60,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_clockwork-beetle/"
        },
        {
            "slug": "clockworkbeetleswarm-tob1-2023",
            "desc": "False",
            "name": "Clockwork Beetle Swarm",
            "size": "Large",
            "type": "Swarm",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 52,
            "hit_dice": "8d10 + 8",
            "speed": {
                "walk": 50,
                "fly": 30
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 0 ft., one target in the swarm's space. Hit: 18 (4d8) piercing damage, or 9 (2d8) piercing damage if the swarm has half of its hp or fewer, plus 3 (1d6) poison damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The swarm doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The swarm has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and it can move through any opening large enough for a Tiny Construct. The swarm can't regain hp or gain temporary hp."
                }
            ],
            "spell_list": [],
            "page_no": 60,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_clockwork-beetle-swarm/"
        },
        {
            "slug": "clockworkhound-tob1-2023",
            "desc": "False",
            "name": "Clockwork Hound",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 71,
            "hit_dice": "11d8 + 22",
            "speed": {
                "walk": 50
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Athletics": 7,
                "Perception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) piercing damage."
                },
                {
                    "name": "Tripping Tongue",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 15 ft., one target. Hit: 12 (2d8 + 3) slashing damage, and the target must succeed on a DC 13 Strength saving throw or be knocked prone."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The clockwork hound doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Diligent Tracker",
                    "desc": "The clockwork hound has advantage on Wisdom (Perception) and Wisdom (Survival) checks that rely on scent or that are made to find a creature."
                },
                {
                    "name": "Explosive Core",
                    "desc": "The mechanism that powers the hound explodes when the Construct is destroyed. Each creature within 5 feet of the hound when it is destroyed must make a DC 12 Dexterity saving throw, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The clockwork hound is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clockwork hound has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 61,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_clockwork-hound/"
        },
        {
            "slug": "clockworkhuntsman-tob1-2023",
            "desc": "False",
            "name": "Clockwork Huntsman",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 99,
            "hit_dice": "18d8 + 18",
            "speed": {
                "walk": 40
            },
            "strength": 17,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 4,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": 5,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Perception": 4,
                "Survival": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The clockwork huntsman makes one Slam attack and two Longsword attacks. It can replace its Slam attack with a Net Cannon attack."
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage."
                },
                {
                    "name": "Net Cannon (4/Day)",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 10/20 ft., one target. Hit: If the target is a Large or smaller creature, it is restrained. A mechanism within the clockwork huntsman's chest can fire a net with a 20-foot trailing cable anchored within its chest. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 10 Strength check. Alternatively, dealing 5 slashing damage to the net (AC 10) frees the creature."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Reel",
                    "desc": "The clockwork huntsman pulls a creature restrained by its net up to 15 feet straight toward it."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The clockwork huntsman doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Explosive Core",
                    "desc": "The mechanism that powers the huntsman explodes when the construct is destroyed, projecting superheated steam and shrapnel. Each creature within 5 feet of the huntsman when it is destroyed must make a DC 13 Dexterity saving throw, taking 10 (3d6) fire damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The clockwork huntsman is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clockwork huntsman has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 62,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_clockwork-huntsman/"
        },
        {
            "slug": "clockworkmyrmidon-tob1-2023",
            "desc": "False",
            "name": "Clockwork Myrmidon",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d10 + 48",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": 8,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 16,
            "skills": {
                "Athletics": 8,
                "Perception": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The clockwork myrmidon makes one Slam attack and two Heavy Pick attacks. It can replace both Heavy Pick attacks with a use of its Alchemical Flame Jet."
                },
                {
                    "name": "War Pick",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) piercing damage."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 11 (1d12 + 5) bludgeoning damage."
                },
                {
                    "name": "Alchemical Flame Jet (4/Day)",
                    "desc": "The clockwork myrmidon spews a jet of alchemical fire in a 30-foot line that is 5 feet wide. Each creature in the line must make a DC 16 Dexterity saving throw, taking 14 (4d6) fire damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Grease Spray (4/Day)",
                    "desc": "The clockwork myrmidon's chest fires a spray of alchemical grease on a point on the ground within 30 feet of it. The grease covers a 10-foot square centered on that point, and the area is difficult terrain. Each creature standing in the area must succeed on a DC 16 Dexterity saving throw or fall prone. A creature that enters the area or ends its turn there must also succeed on a DC 16 Dexterity saving throw or fall prone."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Alchemical Fireball",
                    "desc": "The clockwork myrmidon's alchemical flame reservoir explodes when the construct is destroyed, spraying nearby creatures with burning fuel. Each creature within 10 feet of the myrmidon when it is destroyed must make a DC 16 Dexterity saving throw, taking 14 (4d6) fire damage on a failed save, or half as much damage on a successful one. This explosion doesn't occur if the clockwork myrmidon has already fired its alchemical flame jet four times."
                },
                {
                    "name": "Construct Nature",
                    "desc": "The clockwork myrmidon doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The clockwork myrmidon is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clockwork myrmidon has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 63,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_clockwork-myrmidon/"
        },
        {
            "slug": "clockworkwatchman-tob1-2023",
            "desc": "False",
            "name": "Clockwork Watchman",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 44,
            "hit_dice": "8d8 + 8",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Athletics": 4,
                "Perception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Halberd",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 10 ft., one target. Hit: 7 (1d10 + 2) slashing damage."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage."
                },
                {
                    "name": "Net Cannon (4/Day)",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 10/20 ft., one target. Hit: If the target is a Large or smaller creature, it is restrained. A mechanism within the clockwork watchman's chest can fire a net with a 20-foot trailing cable anchored within the watchman's chest. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 10 Strength check. Alternatively, dealing 5 slashing damage to the net (AC 10) frees the creature."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Reel",
                    "desc": "The clockwork watchman pulls a creature restrained by its net up to 15 feet straight toward it."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The clockwork watchman doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The clockwork watchman is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clockwork watchman has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 64,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_clockwork-watchman/"
        },
        {
            "slug": "clockworkweavingspider-tob1-2023",
            "desc": "False",
            "name": "Clockwork Weaving Spider",
            "size": "Tiny",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 30,
            "hit_dice": "12d4",
            "speed": {
                "walk": 40
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 9,
            "wisdom": 8,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Acrobatics": 5,
                "Perception": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The clockwork weaving spider makes two Trimming Blade attacks or two Poisoned Needle Shuttle attacks."
                },
                {
                    "name": "Trimming Blade",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage."
                },
                {
                    "name": "Poisoned Needle Shuttle",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 30 ft., one target. Hit: 7 (1d8 + 3) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or become paralyzed for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The weaving spider doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The weaving spider is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The weaving spider has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Unmaking",
                    "desc": "The weaving spider's speed and its slim, sharp blade can slice cloth, leather, and paper into scraps very quickly. Whenever a weaving spider's Trimming Blade attack roll exceeds the target's Armor Class by 5 or more, the target must succeed on a DC 13 Dexterity saving throw or one nonmagical cloth, leather, or paper object on the target becomes damaged and unusable until repaired. This effect can deface or ruin clothing, backpacks, journals, and similar objects, but it can't destroy armor."
                }
            ],
            "spell_list": [],
            "page_no": 65,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_clockwork-weaving-spider/"
        },
        {
            "slug": "clurichaun-tob1-2023",
            "desc": "False",
            "name": "Clurichaun",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 14,
            "armor_desc": "Clurichaun’s Luck",
            "hit_points": 22,
            "hit_dice": "4d4 + 12",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 8,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Perception": 1,
                "Stealth": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Improvised Weapon",
                    "desc": "Melee or Ranged Weapon Attack: +3 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 3 (1d4 + 1) bludgeoning, piercing, or slashing damage, depending on the weapon."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) bludgeoning damage."
                },
                {
                    "name": "Bawdy Remark",
                    "desc": "Ranged Spell Attack: +5 to hit, range 30 ft., one creature. Hit: 5 (1d4 + 3) psychic damage, and the target must succeed on a DC 13 Wisdom saving throw or be incapacitated until the end of its next turn as it doubles over in laughter or freezes up in embarrassment (the target's choice)."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The clurichaun casts one of the following spells, requiring alcohol as the only material component and using Charisma as the spellcasting ability (spell save DC 13):\nAt will: mending, purify food and drink\n1/day each: blur, heroism, suggestion"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Clurichaun's Luck",
                    "desc": "While the clurichaun is conscious and wearing no armor and wielding no shield, it adds its Charisma modifier to its AC (included above)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clurichaun has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 66,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_clurichaun/"
        },
        {
            "slug": "cobbleswarm-tob1-2023",
            "desc": "False",
            "name": "Cobbleswarm",
            "size": "Medium",
            "type": "Swarm",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 36,
            "hit_dice": "8d8",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 11,
            "constitution": 11,
            "intelligence": 5,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "passive Perception 11",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Stings",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 0 ft., one target in the swarm's space. Hit: 15 (6d4) piercing damage, or 7 (3d4) piercing damage if the swarm has half its hp or fewer."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shift and Tumble",
                    "desc": "The cobbleswarm pushes a prone creature in its space up to 5 feet away from it."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the cobbleswarm remains motionless, it is indistinguishable from normal stones."
                },
                {
                    "name": "Shifting Floor",
                    "desc": "Whenever the cobbleswarm moves into a creature's space or starts its turn in another creature's space, the creature must succeed on a DC 13 Dexterity saving throw or fall prone. A prone creature must succeed on a DC 13 Dexterity (Acrobatics) check to stand up in a space occupied by the swarm."
                },
                {
                    "name": "Swarm",
                    "desc": "The cobbleswarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny stone. The swarm can't regain hp or gain temporary hp."
                }
            ],
            "spell_list": [],
            "page_no": 67,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_cobbleswarm/"
        },
        {
            "slug": "coraldrake-tob1-2023",
            "desc": "False",
            "name": "Coral Drake",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d8 + 60",
            "speed": {
                "walk": 60
            },
            "strength": 19,
            "dexterity": 17,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 17,
            "skills": {
                "Acrobatics": 6,
                "Perception": 7,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "Draconic",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The coral drake makes one Bite attack and two Spined Fin attacks. It can replace its Bite attack with a Stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) piercing damage."
                },
                {
                    "name": "Spined Fin",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage, and the target must succeed on a DC 15 Constitution saving throw or be poisoned for 1 minute. While poisoned, the target takes 5 (2d4) poison damage at the start of each of its turns. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Biting Breath (Recharge 5-6)",
                    "desc": "The coral drake pressurizes the throat sacs that contain its growing young and spews tiny, ravenous hatchling drakes in a 15-foot cone. Each creature in the area must make a DC 15 Dexterity saving throw. On a failure, a creature takes 21 (6d6) piercing damage and is blinded for 1 minute. On a success, a creature takes half the damage and isn't blinded. A blinded creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Underwater Camouflage",
                    "desc": "The coral drake has advantage on Dexterity (Stealth) checks made while underwater."
                },
                {
                    "name": "Water Breathing",
                    "desc": "The coral drake can breathe only underwater."
                }
            ],
            "spell_list": [],
            "page_no": 140,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_coral-drake/"
        },
        {
            "slug": "corpsemound-tob1-2023",
            "desc": "False",
            "name": "Corpse Mound",
            "size": "Huge",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 207,
            "hit_dice": "18d12 + 90",
            "speed": {
                "walk": 30
            },
            "strength": 24,
            "dexterity": 11,
            "constitution": 21,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": 2,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "necrotic",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The corpse mound makes two Slam or Bone Shard attacks. If both Slam attacks hit a Large or smaller target, the corpse mound can immediately use Envelop on it."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 18 (2d10 + 7) bludgeoning damage plus 10 (3d6) necrotic damage, and the target is grappled (escape DC 17). Until this grapple ends, the target is restrained."
                },
                {
                    "name": "Bone Shard",
                    "desc": "Ranged Weapon Attack: +11 to hit, range 30/120 ft., one target. Hit: 14 (2d6 + 7) piercing damage plus 10 (3d6) necrotic damage, and the target must succeed on a DC 17 Strength saving throw or be knocked prone and restrained as it is pinned to the ground by the shard. A creature, including the restrained target, can take its action to free the target by succeeding on a DC 17 Strength check."
                },
                {
                    "name": "Envelop",
                    "desc": "The corpse mound envelops a Large or smaller creature within 5 feet of it that is restrained by its Bone Shard or a Large or smaller creature grappled by it. The enveloped target is blinded, restrained, and unable to breathe, and it must succeed on a DC 17 Strength saving throw at the start of each of the mound's turns or take 18 (2d10 + 7) bludgeoning damage. If the mound moves, the enveloped target moves with it. The mound can have no more than four creatures enveloped at a time."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Absorb the Dead",
                    "desc": "Whenever a Large or smaller creature that isn't a Construct or Undead dies within 10 feet of the corpse mound, that creature's remains join with the mound, and the mound regains hp equal to twice the CR or level of the absorbed creature. The absorbed creature can't be returned to life by any spell or effect that requires a body, unless the body is retrieved from the corpse mound."
                },
                {
                    "name": "Noxious Aura",
                    "desc": "At the end of each of the corpse mound's turns, each creature within 20 feet of it must succeed on a DC 17 Constitution saving throw or become poisoned until the end of its next turn. On a successful saving throw, the creature is immune to the mound's Noxious Aura for 24 hours."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The corpse mound doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Zombie Drop",
                    "desc": "At the start of each of the corpse mound's turns, it can choose to have one corpse fall from it and immediately rise as a zombie under its control. The mound can have no more than ten zombies under its control at one time. Zombies take their turns immediately after the corpse mound's turn."
                }
            ],
            "spell_list": [],
            "page_no": 68,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_corpse-mound/"
        },
        {
            "slug": "corruptedchieftain-tob1-2023",
            "desc": "False",
            "name": "Corrupted Chieftain",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 133,
            "hit_dice": "14d10 + 56",
            "speed": {
                "walk": 40
            },
            "strength": 23,
            "dexterity": 8,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 7,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": 8,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 8",
            "languages": "Common, Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The corrupted ogre can use its Chieftain's Command or Chieftain's Might. It then makes two Greatclub or Javelin attacks."
                },
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage plus 9 (2d8) force damage."
                },
                {
                    "name": "Javelin",
                    "desc": "Melee or Ranged Weapon Attack: +9 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 13 (2d6 + 6) piercing damage plus 9 (2d8) force damage."
                },
                {
                    "name": "Chieftain's Command",
                    "desc": "The corrupted chieftain barks an order to one Giant it can see within 30 feet of it, sharing a measure of its power with the target. The target has advantage on the next attack roll it makes before the start of the chieftain's next turn. In addition, the next attack roll against the target before the start of the chieftain's next turn has disadvantage."
                },
                {
                    "name": "Chieftain's Might",
                    "desc": "The corrupted chieftain causes its eyes to glow, its muscles to swell, and the ground beneath its feet to rumble. Each creature within 15 feet of the chieftain must succeed on a DC 15 Wisdom saving throw or be frightened until the end of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Aggressive",
                    "desc": "The corrupted chieftain moves up to its speed toward a hostile creature it can see."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic-Infused Weapons",
                    "desc": "The power coursing through the corrupted chieftain's veins flows into its weapons. The chieftain's weapon attacks are magical. When the chieftain hits with any weapon, the weapon deals an extra 2d8 force damage (included in the attack)."
                },
                {
                    "name": "Spiked Hide",
                    "desc": "A creature that touches the ogre or hits it with a melee attack while within 5 feet of it takes 5 (2d4) piercing damage."
                }
            ],
            "spell_list": [],
            "page_no": 289,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_corrupted-chieftain/"
        },
        {
            "slug": "corruptedushabti-tob1-2023",
            "desc": "False",
            "name": "Corrupted Ushabti",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "15d8 + 30",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 0,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, stunned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The corrupted ushabti makes two Ceremonial Greatsword attacks."
                },
                {
                    "name": "Ceremonial Greatsword",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 11 (2d6 + 3) slashing damage plus 7 (2d6) necrotic damage."
                },
                {
                    "name": "Vomit Swarm (Recharge 5-6)",
                    "desc": "The corrupted ushabti exhales scarabs in a 30-foot cone. Each creature in the area must make a DC 15 Dexterity saving throw. On a failure, a creature takes 25 (10d4) piercing damage and is covered in scarabs. On a success, a creature takes half the damage and isn't covered in scarabs. A creature covered in scarabs takes 2 (1d4) piercing damage at the start of each of its turns. A creature, including the covered creature, can take its action to brush the scarabs off the covered creature by succeeding on a DC 15 Dexterity check."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Necrotic Weapons",
                    "desc": "The ushabti's weapon attacks are magical. When the ushabti hits with any weapon, the weapon deals an extra 2d6 necrotic damage (included in the attack)."
                },
                {
                    "name": "Regeneration",
                    "desc": "The ushabti regains 5 hp at the start of its turn if it has at least 1 hp."
                },
                {
                    "name": "Swarm Body",
                    "desc": "The corrupted ushabti is a spirit inhabiting a colony of scarabs around a Humanoid skeleton within funerary wrappings. It can move through any opening large enough for a Tiny scarab and Humanoid bones, and it can't regain hp or gain temporary hp, except for its Regeneration trait."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The ushabti doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 375,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_corrupted-ushabti/"
        },
        {
            "slug": "corruptingooze-tob1-2023",
            "desc": "False",
            "name": "Corrupting Ooze",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 115,
            "hit_dice": "10d10 + 60",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 4,
            "wisdom": 2,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "Stealth": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, slashing",
            "damage_immunities": "poison",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone poisoned",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 6",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The corrupting ooze makes two Slam attacks. If both attacks hit one creature, the target must succeed on a DC 14 Dexterity saving throw or one nonmagical leather, metal, or wooden item the creature is wearing or carrying is destroyed. This effect can't destroy armor or weapons."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) bludgeoning damage plus 7 (2d6) poison damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Reshape Body",
                    "desc": "The corrupting ooze can reshape its mass into a vaguely Humanoid shape or back into its amorphous shape. It reverts to its amorphous shape if it dies. While in a Humanoid shape, it can take any action that requires hands, except it can't wield weapons or a shield or don armor."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Ooze Nature",
                    "desc": "The ooze doesn't require sleep."
                },
                {
                    "name": "Putrid Stench",
                    "desc": "A creature that starts its turn within 5 feet of the corrupting ooze must succeed on a DC 14 Constitution saving throw or take 3 (1d6) poison damage and be poisoned until the start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 291,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_corrupting-ooze/"
        },
        {
            "slug": "crimsondrake-tob1-2023",
            "desc": "False",
            "name": "Crimson Drake",
            "size": "Tiny",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "10d4 + 20",
            "speed": {
                "walk": 80,
                "fly": 15
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 8,
            "wisdom": 9,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Acrobatics": 4,
                "Perception": 1
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "fire",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Draconic",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The crimson drake makes one Bite attack and one Stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage plus 3 (1d6) fire damage."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage, and the target must succeed on a DC 12 Constitution saving throw or become poisoned for 1 minute. If the saving throw fails by 5 or more, the target takes 2 (1d4) poison damage at the start of each of its turns while poisoned. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Fire Breath (Recharge 6)",
                    "desc": "The drake exhales fire in a 15-foot cone. Each creature in that area must make a DC 12 Dexterity saving throw, taking 10 (3d6) fire damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Familiar",
                    "desc": "The drake can serve another creature as a familiar, forming a magic, telepathic bond with that willing companion. While the two are bonded, the companion can sense what the drake senses as long as they are within 1 mile of each other. While the drake is within 10 feet of its companion, the companion shares the drake's Magic Resistance trait. At any time and for any reason, the drake can end its service as a familiar, ending the telepathic bond."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The drake has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 141,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_crimson-drake/"
        },
        {
            "slug": "crystallinedevil-tob1-2023",
            "desc": "False",
            "name": "Crystalline Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d8 + 48",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 5,
            "perception": 11,
            "skills": {
                "Deception": 8,
                "Insight": 4,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "Celestial, Common, Infernal, telepathy 120 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes three Claw attacks."
                },
                {
                    "name": "Shard Claw (Fiend Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage."
                },
                {
                    "name": "Crystalline Spray (Recharge 5-6)",
                    "desc": "The crystalline devil sprays a burst of crystal shards. Each creature within 15 feet of the devil must make a DC 15 Dexterity saving throw, taking 27 (6d8) piercing damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Betraying Carbuncle",
                    "desc": "The crystalline devil magically transforms into a Small or smaller gemstone or back into its true form, which is a Fiend. Its statistics, other than its size, are the same in each form, except it can't move or speak when in its gemstone form. Any equipment it is wearing or carrying transforms with it. It reverts to its true from if it dies."
                },
                {
                    "name": "Summon Devil (1/Day)",
                    "desc": "The crystalline devil magically calls one jewel-encrusted, fiendish animated armor that has the crystalline devil's damage resistances and immunities. The crystalline devil has a 25 percent chance of calling one crystalline devil instead. The called creature arrives in 1d4 rounds, acting as an ally of the devil and obeying its telepathic commands. The creature remains for 1 hour, until the devil dies, or until the devil dismisses it as a bonus action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the crystalline devil's darkvision."
                },
                {
                    "name": "False Appearance (Gemstone Form Only)",
                    "desc": "While the devil remains motionless, it is indistinguishable from an ordinary gemstone."
                },
                {
                    "name": "Glittering Temptation (Gemstone Form Only)",
                    "desc": "The devil sheds dim light in a 5-foot radius. Each creature that starts its turn within 30 feet of the devil and that can see it must succeed on a DC 15 Wisdom saving throw or be charmed for 1 minute. While charmed, a creature is incapacitated and must move on its turn toward the devil by the safest route, trying to get within 5 feet of the devil to hold it. The charmed creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. On a success, a creature is also immune to this devil's Glittering Temptation for the next 24 hours. A creature charmed by the devil has disadvantage on the saving throw against Crystalline Spray."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The crystalline devil has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 94,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_crystalline-devil/"
        },
        {
            "slug": "darakhul-tob1-2023",
            "desc": "False",
            "name": "Darakhul",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 18,
            "armor_desc": "scale mail, shield",
            "hit_points": 78,
            "hit_dice": "12d8 + 24",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Deception": 3,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "necrotic",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Darakhul",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The darakhul makes one Bite attack, one Claw attack, and one War Pick attack. If the darakhul is using a shield, it instead makes one Bite attack and one Claw or War Pick attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage, and, if the target is a Humanoid, it must succeed on a DC 11 Constitution saving throw or contract the darakhul fever disease (see the Darakhul Fever sidebar)."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage. If the target is a creature other than an Undead, it must succeed on a DC 12 Constitution saving throw or be paralyzed for 1 minute. A paralyzed target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a Humanoid is paralyzed for more than 2 rounds, it contracts darakhul fever."
                },
                {
                    "name": "War Pick",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Hungry Dead Nature",
                    "desc": "The darakhul requires no air or sleep."
                },
                {
                    "name": "Master of Disguise",
                    "desc": "A darakhul in a prepared disguise has advantage on Charisma (Deception) checks made to pass as a living creature. While using this ability, it loses its Stench."
                },
                {
                    "name": "Stench",
                    "desc": "Any creature that starts its turn within 5 feet of the darakhul must succeed on a DC 12 Constitution saving throw or be poisoned until the start of its next turn. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the darakhul's Stench for the next 24 hours. A darakhul using this ability can't also benefit from Master of Disguise."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the darakhul has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Turning Defiance",
                    "desc": "The darakhul and any ghouls within 30 feet of it have advantage on saving throws against effects that turn Undead."
                }
            ],
            "spell_list": [],
            "page_no": 202,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_darakhul/"
        },
        {
            "slug": "dau-tob1-2023",
            "desc": "False",
            "name": "Dau",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 49,
            "hit_dice": "9d6 + 18",
            "speed": {
                "walk": 60,
                "fly": 20
            },
            "strength": 7,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 14,
            "wisdom": 17,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Deception": 5,
                "Insight": 5,
                "Perception": 5,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Deep Speech, Primordial, Sylvan, telepathy 60 ft.",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dau makes two Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 6 (1d6 + 3) bludgeoning damage plus 10 (3d6) necrotic damage, and the dau regains hp equal to the necrotic damage dealt. The target must succeed on a DC 13 Constitution saving throw or its hp maximum is reduced by an amount equal to the necrotic damage dealt. This reduction lasts until the creature finishes a long rest. The creature dies if this effect reduces its hp maximum to 0."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The dau casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 13):\nAt will: detect thoughts, minor illusion\n3/day each: invisibility, major image\n1/day each: programmed illusion, project image"
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Mirror Dodge",
                    "desc": "When a creature the dau can see within 30 feet of it attacks the dau or targets it with a spell, the dau replaces itself with an illusory duplicate and teleports to any unoccupied space that it can see within 30 feet. The dau isn't affected by the attack or spell, and the illusory duplicate is destroyed."
                },
                {
                    "name": "Tangible Illusion (1/Day)",
                    "desc": "When the dau casts a spell that creates an illusion of an object, the dau temporarily transforms that illusion into a physical, nonmagical object. The temporary object lasts 10 minutes, after which it reverts to being an illusion (or vanishes, if the duration of the original illusion expires). During that time, the illusion has all the physical properties of the object it represents, but it doesn't have any of the object's magical properties. The dau must touch the illusion to trigger this transformation, and the object can be no larger than 5 cubic feet."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The dau has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 69,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_dau/"
        },
        {
            "slug": "deathbutterflyswarm-tob1-2023",
            "desc": "False",
            "name": "Death Butterfly Swarm",
            "size": "Large",
            "type": "Swarm",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "11d10",
            "speed": {
                "walk": 40,
                "fly": 5
            },
            "strength": 1,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "cold, fire",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 0 ft., one creature in the swarm's space. Hit: 21 (6d6) piercing damage, or 10 (3d6) piercing damage if the swarm has half of its hp or fewer. The target must make a DC 12 Constitution saving throw. On a failure, it takes 10 (3d6) poison damage and is poisoned until the end of its next turn. On a success, it takes half the damage and isn't poisoned."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Potent Poison",
                    "desc": "Undead with resistance or immunity to poison damage or the poisoned condition can be affected by the swarm's poison."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny insect. The swarm can't regain hp or gain temporary hp."
                },
                {
                    "name": "Weight of Wings",
                    "desc": "A creature that starts its turn in the swarm's space has its speed halved and must succeed on a DC 12 Dexterity saving throw or become blinded. Both effects end when the creature ends its turn outside the swarm's space. On a successful saving throw, the creature is immune to the blinding effect of Weight of Wings for the next 24 hours."
                }
            ],
            "spell_list": [],
            "page_no": 70,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_death-butterfly-swarm/"
        },
        {
            "slug": "deathcapmyconid-tob1-2023",
            "desc": "False",
            "name": "Deathcap Myconid",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "12d8 + 36",
            "speed": {
                "walk": 20
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The myconid can use its Eject Spores. It then makes two Spore-Coated Fist attacks."
                },
                {
                    "name": "Spore-Coated Fist",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage plus 10 (3d6) poison damage."
                },
                {
                    "name": "Eject Spores",
                    "desc": "The myconid ejects one of the following types of spores at one creature it can see within 15 feet of it."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Sunlight Hypersensitivity",
                    "desc": "The deathcap takes 10 radiant damage when it starts its turn in sunlight. While in sunlight, it has disadvantage on attack rolls and ability checks."
                }
            ],
            "spell_list": [],
            "page_no": 280,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_deathcap-myconid/"
        },
        {
            "slug": "deathwisp-tob1-2023",
            "desc": "False",
            "name": "Deathwisp",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 82,
            "hit_dice": "11d8 + 33",
            "speed": {
                "walk": 60
            },
            "strength": 6,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 18,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 16,
            "skills": {
                "Perception": 6,
                "Stealth": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "the languages it knew in life",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The deathwisp makes two Ghostly Pike attacks, or it can make one Ghostly Pike attack and one Life Drain attack."
                },
                {
                    "name": "Ghostly Pike",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) force damage plus 9 (2d8) necrotic damage."
                },
                {
                    "name": "Life Drain",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 23 (4d8 + 5) necrotic damage. The target must succeed on a DC 15 Constitution saving throw or its hp maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0."
                },
                {
                    "name": "Create Specter",
                    "desc": "The deathwisp targets a Humanoid within 10 feet of it that has been dead for no longer than 1 minute and died violently. The target's spirit rises as a specter in the space of its corpse or in the nearest unoccupied space. This specter is under the deathwisp's control. The deathwisp can have no more than twelve specters under its control at one time."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Traveler (3/Day)",
                    "desc": "While in shadows, dim light, or darkness, the deathwisp disappears into the darkness and reappears in an unoccupied space it can see within 30 feet. A tendril of inky smoke appears at the origin and destination when it uses this bonus action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Flicker",
                    "desc": "The deathwisp flickers in and out of sight. Ranged weapon attacks against it are made with disadvantage."
                },
                {
                    "name": "Incorporeal Movement",
                    "desc": "The deathwisp can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside a solid object."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the deathwisp has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The deathwisp doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 71,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_deathwisp/"
        },
        {
            "slug": "deepdrake-tob1-2023",
            "desc": "False",
            "name": "Deep Drake",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 150,
            "hit_dice": "20d10 + 40",
            "speed": {
                "walk": 80,
                "fly": 30
            },
            "strength": 21,
            "dexterity": 19,
            "constitution": 14,
            "intelligence": 11,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 16,
            "skills": {
                "Athletics": 9,
                "Insight": 6,
                "Perception": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "necrotic",
            "condition_immunities": "paralyzed",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 16",
            "languages": "Common, Darakhul, Draconic, Undercommon",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The drake makes one Bite attack, two Claw attacks, and one Stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft, one target. Hit: 12 (2d6 + 5) slashing damage."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) piercing damage plus 7 (2d6) poison damage, and the target must succeed on a DC 16 Constitution saving throw or become poisoned for 1 minute. A poisoned creature must repeat the saving throw at the end of each of its turns. On a failure, the creature takes 7 (2d6) poison damage. On a success, the condition ends. When animate dead is cast on one or more creatures killed by this poison, the spellcaster requires no material components and can cast the spell as an action."
                },
                {
                    "name": "Enervating Breath (Recharge 5-6)",
                    "desc": "The deep drake exhales pain-inducing, purple-black energy in a 90-foot line that is 5 feet wide. Each creature in the line must make a DC 16 Dexterity saving throw. On a failure, a creature takes 35 (10d6) necrotic damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The drake has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the drake has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 142,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_deep-drake/"
        },
        {
            "slug": "deepone-tob1-2023",
            "desc": "False",
            "name": "Deep One",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 71,
            "hit_dice": "11d8 + 22",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 8,
            "charisma": 12,
            "strength_save": 5,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 3,
            "perception": 9,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "cold",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 120 ft., passive Perception 9",
            "languages": "Common, Void Speech",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The deep one can breathe air and water."
                },
                {
                    "name": "Frenzied Rage",
                    "desc": "If a deep one takes 10 or more damage from a single attack, it has advantage on its Claws attack and gains a +2 bonus to damage with its Claws until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 72,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_deep-one/"
        },
        {
            "slug": "deeponearchimandrite-tob1-2023",
            "desc": "False",
            "name": "Deep One Archimandrite",
            "size": "Large",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 153,
            "hit_dice": "18d10 + 54",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 17,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": 16,
            "skills": {
                "Arcana": 4,
                "Perception": 6
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "cold, thunder",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 240 ft., passive Perception 16",
            "languages": "Common, Void Speech",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) slashing damage."
                },
                {
                    "name": "Unholy Trident",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) piercing damage plus 13 (2d12) necrotic damage."
                },
                {
                    "name": "Jolt",
                    "desc": "Melee or Ranged Spell Attack: +7 to hit, reach 5 ft. or range 60 ft., one target. Hit: 14 (3d6 + 4) lightning damage, and the target's speed is reduced by 10 until the end of its next turn."
                },
                {
                    "name": "Call of the Archimandrite (1/Day)",
                    "desc": "With a ringing shout, the archimandrite magically calls 1d4 reef sharks or 1 swarm of quippers, provided the archimandrite is at least partially submerged in a body of water that can contain the creatures. The called creatures arrive in 1d4 rounds, acting as allies of the archimandrite and obeying its spoken commands. The creatures remain for 1 hour, until the archimandrite dies, or until the archimandrite dismisses them as a bonus action. Each deep one within 1 mile of the archimandrite can hear this call, though these deep ones are under no magical compulsion to make their way toward the archimandrite."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The deep one archimandrite casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 15):\nAt will: bless, guidance, suggestion, thaumaturgy\n3/day each: charm person, command, sleep\n1/day each: augury, lightning bolt, spirit guardians"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The deep one archimandrite can breathe air and water."
                },
                {
                    "name": "Frenzied Rage",
                    "desc": "If a deep one archimandrite takes 15 or more damage from a single attack, it has advantage on all attack rolls and gains a +4 bonus to all damage rolls until the end of its next turn. For the duration, it can make one Unholy Trident attack as a bonus action on its turn."
                }
            ],
            "spell_list": [],
            "page_no": 73,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_deep-one-archimandrite/"
        },
        {
            "slug": "deeponepriest-tob1-2023",
            "desc": "False",
            "name": "Deep One Priest",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d8 + 42",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 5,
            "perception": 13,
            "skills": {
                "Athletics": 6,
                "Deception": 5,
                "Perception": 3
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "cold",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "Common, Void Speech",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The deep one priest makes one Claws attack and one Jolting Touch attack."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage."
                },
                {
                    "name": "Jolting Touch",
                    "desc": "Melee Spell Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) lightning damage, and the target's speed is reduced by 10 until the end of its next turn."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The deep one priest casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 13):\nAt will: guidance, thaumaturgy\n3/day each: command, sleep\n1/day each: spirit guardians"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The deep one priest can breathe air and water."
                },
                {
                    "name": "Frenzied Rage",
                    "desc": "If a deep one priest takes 10 or more damage from a single attack, it has advantage on melee attack rolls and gains a +4 bonus to melee damage rolls until the end of its next turn."
                },
                {
                    "name": "Voice of the Deeps",
                    "desc": "The deep one priest can spend 5 minutes giving a speech in a rolling, droning voice that fascinates listeners. At the end of the speech, each creature that heard it must succeed on a DC 13 Wisdom saving throw or forget the events of the past 10 minutes or keep no memory of the events of the next 5 minutes (the priest's choice). On a successful saving throw, a creature is immune to the priest's Voice of the Deeps for the next 24 hours."
                }
            ],
            "spell_list": [],
            "page_no": 72,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_deep-one-priest/"
        },
        {
            "slug": "degeneratetitan-tob1-2023",
            "desc": "False",
            "name": "Degenerate Titan",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 12,
            "armor_desc": "armor scraps",
            "hit_points": 161,
            "hit_dice": "14d12 + 70",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 6,
            "constitution": 20,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Intimidation": 4,
                "Perception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Giant",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The degenerate titan can use its Reality-Bending Shout. It then makes three Greatclub attacks or two Rock attacks."
                },
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 60/240 ft., one target. Hit: 27 (4d10 + 5) bludgeoning damage."
                },
                {
                    "name": "Reality-Bending Shout",
                    "desc": "The degenerate titan utters a scream that vibrates the fabric of reality around one creature it can see within 30 feet of it. The titan can attempt to end one magical effect of its choice of 3rd level or lower on the target. This effect works like the dispel magic spell, except the titan must always make an ability check. The titan's ability check for this is +4."
                },
                {
                    "name": "Earthstrike (Recharge 5-6)",
                    "desc": "The degenerate titan slams its fists onto the ground, creating a shockwave in a 60-foot line that is 10 feet wide. Each creature in the line must make a 16 Dexterity saving throw. On a failure, a creature takes 35 (10d6) force damage and is flung 20 feet away from the titan and knocked prone, as the earth buckles and tosses the creature. On a success, a creature takes half the damage and isn't flung or knocked prone. If a flung creature strikes a solid surface, the creature takes 3 (1d6) bludgeoning damage for every 10 feet it was flung. If the creature is flung at another creature, that creature must succeed on a DC 16 Dexterity saving throw or take the same damage and be knocked prone."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The degenerate titan has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 362,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_degenerate-titan/"
        },
        {
            "slug": "desertgiant-tob1-2023",
            "desc": "False",
            "name": "Desert Giant",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 175,
            "hit_dice": "14d12 + 84",
            "speed": {
                "walk": 40
            },
            "strength": 27,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 13,
            "wisdom": 18,
            "charisma": 15,
            "strength_save": 12,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 6,
            "perception": 18,
            "skills": {
                "Perception": 8,
                "Stealth": 4,
                "Survival": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "fire",
            "condition_immunities": "False",
            "senses": "passive Perception 18",
            "languages": "Common, Giant",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two Falchion attacks."
                },
                {
                    "name": "Falchion",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 23 (6d4 + 8) slashing damage."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +12 to hit, range 60/240 ft., one target. Hit: 30 (4d10 + 8) bludgeoning damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Desert Walk",
                    "desc": "Difficult terrain composed of sand or gravel doesn't cost the desert giant extra movement."
                },
                {
                    "name": "Sand Camouflage",
                    "desc": "The giant has advantage on Dexterity (Stealth) checks made to hide in sandy terrain."
                }
            ],
            "spell_list": [],
            "page_no": 205,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_desert-giant/"
        },
        {
            "slug": "devilboundgnome-tob1-2023",
            "desc": "False",
            "name": "Devilbound Gnome",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Any Evil",
            "armor_class": 17,
            "armor_desc": "Infernal Blessing",
            "hit_points": 104,
            "hit_dice": "19d6 + 38",
            "speed": {
                "walk": 25
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 21,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": 7,
            "wisdom_save": null,
            "charisma_save": 9,
            "perception": 11,
            "skills": {
                "Arcana": 7,
                "Deception": 9,
                "History": 7,
                "Persuasion": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, poison; bludgeoning, piercing, and slashing damage from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "False",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Infernal, Gnomish",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Hellish Blast",
                    "desc": "Melee or Ranged Spell Attack: +9 to hit, reach 5 ft. or range 120 ft., one target. Hit: 12 (2d6 + 5) fire damage plus 9 (2d8) poison damage."
                },
                {
                    "name": "Hell's Servitors (1/Day)",
                    "desc": "The devilbound gnome magically calls 1d4 devils with a challenge rating of 4 or lower, or it calls 1 devil with a challenge rating of 6 or lower. The called Fiends arrive in 1d4 rounds, acting as allies of the gnome and obeying its spoken commands. The Fiends remain for 1 hour, until the gnome dies, or until the gnome dismisses them as a bonus action."
                },
                {
                    "name": "To Hell and Back (1/Day)",
                    "desc": "The devilbound gnome sends one creature it can see within 60 feet of it hurling through Hell. The target must make a DC 17 Wisdom saving throw. On a success, the target takes 35 (10d6) fire damage as Hell pulls on the creature. On a failure, the target is incapacitated and disappears, as it takes a quick trip through the nightmarish landscapes of Hell. At the end of the gnome's next turn, the target reappears in the space it previously occupied, or the nearest unoccupied space, and takes 55 (10d10) psychic damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The devilbound gnome casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 17):\nAt will: detect magic, minor illusion, prestidigitation\n3/day each: command, dimension door, invisibility\n1/day each: fly, haste, wall of fire"
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Fiendish Sacrifice",
                    "desc": "When the devilbound gnome is reduced to 0 hp, it can sacrifice a Fiend called with the Hell's Servitor's action or sacrifice its bonded imp, preventing the damage and killing the chosen Fiend. If the gnome sacrifices its bonded imp, it loses its Infernal Blessing and Infernal Bond traits until it receives a new imp from its patron devil."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Infernal Blessing",
                    "desc": "While the devilbound gnome is conscious and wearing no armor and wielding no shield, it adds its Charisma modifier to its AC (included above) and saving throws. In addition, magical darkness doesn't impede the gnome's darkvision."
                },
                {
                    "name": "Infernal Bond",
                    "desc": "The devilbound gnome is magically bound to an imp. The imp acts as an ally of the gnome's, obeying its spoken commands. The gnome can perceive through the imp's senses, speak through its mouth, and communicate with it telepathically even if the two aren't on the same plane of existence."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devilbound gnome has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 408,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_devilbound-gnome/"
        },
        {
            "slug": "dipsa-tob1-2023",
            "desc": "False",
            "name": "Dipsa",
            "size": "Tiny",
            "type": "Ooze",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 27,
            "hit_dice": "6d4 + 12",
            "speed": {
                "walk": 20
            },
            "strength": 3,
            "dexterity": 17,
            "constitution": 14,
            "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": 8,
            "skills": {
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid",
            "damage_immunities": "False",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 8",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 1 piercing damage, and the dipsa attaches to the target. While attached, the dipsa can't attack, and at the start of each of the dipsa's turns, the target takes 3 (1d6) acid damage and must succeed on a DC 12 Constitution saving throw or have its hp maximum reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Translucent",
                    "desc": "The dipsa takes the Hide action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The dipsa can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Discreet Bite",
                    "desc": "The bite of a dipsa is barely perceptible and the wound is quickly anesthetized. When the dipsa hits with a Bite attack, the target must succeed on a DC 15 Wisdom (Perception) check to notice the dipsa and its attack. Each time the creature takes acid damage from an attached dipsa, it can repeat this check, noticing the dipsa on a success. A creature that takes acid damage from the dipsa while below half its hp maximum automatically succeeds on this check."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "The dipsa doesn't require sleep."
                },
                {
                    "name": "Swamp Camouflage",
                    "desc": "The dipsa has advantage on Dexterity (Stealth) checks made to hide in swampy terrain."
                }
            ],
            "spell_list": [],
            "page_no": 105,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_dipsa/"
        },
        {
            "slug": "dissimortuum-tob1-2023",
            "desc": "False",
            "name": "Dissimortuum",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "15d8 + 45",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 8,
            "wisdom": 11,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "the languages of its creator",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dissimortuum makes three Claw attacks. It can replace one Claw attack with a use of Terrifying Mask."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 15 (3d8 + 2) slashing damage."
                },
                {
                    "name": "Terrifying Mask",
                    "desc": "Each non-Undead creature within 60 feet of the dissimortuum that can see it must succeed on a DC 15 Wisdom saving throw or be frightened for 1 minute. A frightened creature can repeat the saving throw, ending the effect on itself on a success. If a target's saving throw is successful or the effect ends for it, the target becomes immune to the dissimortuum's Terrifying Mask for the next 24 hours."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Spider Climb",
                    "desc": "The dissimortuum can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The dissimortuum doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 106,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_dissimortuum/"
        },
        {
            "slug": "dogmole-tob1-2023",
            "desc": "False",
            "name": "Dogmole",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 58,
            "hit_dice": "9d8 + 18",
            "speed": {
                "walk": 10,
                "burrow": 30
            },
            "strength": 14,
            "dexterity": 17,
            "constitution": 15,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "blindsight 30 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dogmole makes one Bite attack and one Claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Wormkiller Rage",
                    "desc": "When the dogmole takes damage from a Small or larger insectoid Beast, such as a giant centipede, or when it deals damage to such a creature, it enters a special rage for 3 rounds. While in this rage, it has advantage on attack rolls and Strength checks and deals an extra 2 (1d4) piercing damage with its Bite attack, but its Armor Class is reduced by 2. The dogmole can't end this rage willingly."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Burrowed Tunnels",
                    "desc": "If the dogmole burrows at half its burrowing speed, it can leave a 5-foot diameter tunnel in its wake."
                }
            ],
            "spell_list": [],
            "page_no": 107,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_dogmole/"
        },
        {
            "slug": "dogmolejuggernaut-tob1-2023",
            "desc": "False",
            "name": "Dogmole Juggernaut",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "12d10 + 60",
            "speed": {
                "walk": 10,
                "burrow": 30
            },
            "strength": 21,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "blindsight 30 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dogmole juggernaut makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. it: 12 (3d4 + 5) slashing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Wormkiller Rage",
                    "desc": "When the juggernaut takes damage from a Small or larger insectoid Beast, such as a giant centipede, or when it deals damage to such a creature, it enters a special rage for 3 rounds. While in this rage, it has advantage on attack rolls and Strength checks and deals an extra 5 (2d4) piercing damage with its Bite attack, but its Armor Class is reduced by 2. The juggernaut can't end this rage willingly."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Burrowed Tunnels",
                    "desc": "If the juggernaut burrows at half its burrowing speed, it can leave a 10-foot diameter tunnel in its wake."
                },
                {
                    "name": "Stout",
                    "desc": "The juggernaut has advantage on Strength and Dexterity checks and saving throws made against effects that would push it or knock it prone."
                },
                {
                    "name": "Relentless (Recharges after a Short or Long Rest)",
                    "desc": "If the juggernaut takes 15 damage or less that would reduce it to 0 hp, it is reduced to 1 hp instead."
                }
            ],
            "spell_list": [],
            "page_no": 107,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_dogmole-juggernaut/"
        },
        {
            "slug": "domovoi-tob1-2023",
            "desc": "False",
            "name": "Domovoi",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 93,
            "hit_dice": "11d8 + 44",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 13,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 12,
            "skills": {
                "Intimidation": 5,
                "Perception": 2
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "acid, lightning",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Dwarvish, Elvish",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The domovoi makes two Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage."
                },
                {
                    "name": "Invisibility",
                    "desc": "The domovoi magically turns invisible until it attacks or casts a spell, or until its concentration ends (as if concentrating on a spell). Any equipment the domovoi wears or carries is invisible with it."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The domovoi casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 13):\nAt will: alter self\n3/day each: darkness, haste"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Protector's Step",
                    "desc": "The domovoi magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space within a structure protected by its House Guardian trait or within 30 feet of the exterior of that structure. Swirls of golden light, sparkles of starlight, or tendrils of inky shadow (the domovoi's choice) appear at the origin and destination when it uses this bonus action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "House Guardian",
                    "desc": "When the domovoi finishes a long rest in a structure with up to 2,500 square feet of floor space, the structure becomes magically protected. This works like the guards and wards spell, except the domovoi can choose only two effects from the spell to place in the warded area."
                }
            ],
            "spell_list": [],
            "page_no": 108,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_domovoi/"
        },
        {
            "slug": "doppelrat-tob1-2023",
            "desc": "False",
            "name": "Doppelrat",
            "size": "Tiny",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "10d4 + 20",
            "speed": {
                "walk": 15
            },
            "strength": 2,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 13,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or contract the horrific doppeling disease (see the Horrific Doppeling trait)."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Arcane Doubling",
                    "desc": "While in combat, at the start of each of its turns, the doppelrat rapidly creates duplicates of itself as an automatic defense mechanism. These duplicates immediately form into a swarm of rats in the doppelrat's space, acting as allies of the doppelrat and obeying its body language commands. The swarm acts on the doppelrat's turn, and the doppelrat can use its reaction to move up to its speed with the swarm, provided it is in the swarm's space when the swarm moves. The swarm remains for 1 minute, until the doppelrat dies, or until the doppelrat dismisses it as a bonus action. The doppelrat can have no more than two swarms of rats under its control at a time."
                },
                {
                    "name": "Hidden Original",
                    "desc": "While the doppelrat is in the space of a swarm it created with Arcane Doubling, it is indiscernible from the other rats and has total cover. A creature must take an action to visually inspect the swarm and succeed on a DC 15 Intelligence (Investigation) check to find the doppelrat among its duplicates. Once a creature succeeds on this check, the doppelrat loses total cover against attacks and spells from that creature and that creature's allies until the doppelrat starts its turn in the same space as one of its swarms."
                },
                {
                    "name": "Horrific Doppeling",
                    "desc": "Characterized by the growing and sloughing off of tumors shaped like the infected creature, horrific doppeling is a disease that infects creatures attacked by doppelrats. Until the disease is cured, the creature is poisoned. At the end of each long rest, the infected creature must succeed on a DC 13 Constitution saving throw or shed a tumor that looks like a Tiny version of itself. Though disturbing, the tumor is merely a mass of shed skin and fat that decays as normal. The disease is cured after the creature succeeds on two saving throws."
                },
                {
                    "name": "Keen Smell",
                    "desc": "The doppelrat has advantage on Wisdom (Perception) checks that rely on smell."
                }
            ],
            "spell_list": [],
            "page_no": 109,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_doppelrat/"
        },
        {
            "slug": "dorreq-tob1-2023",
            "desc": "False",
            "name": "Dorreq",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 93,
            "hit_dice": "17d8 + 17",
            "speed": {
                "walk": 15
            },
            "strength": 19,
            "dexterity": 19,
            "constitution": 13,
            "intelligence": 11,
            "wisdom": 8,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Intimidation": 2,
                "Perception": 1,
                "Stealth": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold, lightning",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Void Speech",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dorreq makes one Bite attack and two Tentacles attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage."
                },
                {
                    "name": "Tentacles",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 8 (1d8 + 4) bludgeoning damage, and if the target is a Medium or smaller creature, it is grappled (escape DC 14) and pulled up to 5 feet closer to the dorreq. Until this grapple ends, the target is restrained. The dorreq can grapple up to two creatures at a time."
                },
                {
                    "name": "Void Thrum (Recharge 5-6)",
                    "desc": "The dorreq emits a barely audible, vibrating thrum laced with Void energy. Each creature within 20 feet of the dorreq must make a DC 14 Constitution saving throw, taking 10 (3d6) thunder damage and 10 (3d6) necrotic damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Stone Step",
                    "desc": "The dorreq teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see. The origin and destination spaces must contain a stone or rocky surface, such as a cliff face or rocky terrain."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Void Warping",
                    "desc": "The area around the dorreq is warped by its connection to the Void. A creature that starts its turn within 20 feet of the dorreq must succeed on a DC 14 Strength saving throw or its speed is halved until the start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 110,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_dorreq/"
        }
    ]
}