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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?ordering=-group&page=4",
    "previous": "https://api.open5e.com/monsters/?ordering=-group&page=2",
    "results": [
        {
            "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/"
        },
        {
            "slug": "dragoneel-tob1-2023",
            "desc": "False",
            "name": "Dragon Eel",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 195,
            "hit_dice": "17d12 + 85",
            "speed": {
                "walk": 60
            },
            "strength": 26,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 14,
            "wisdom": 13,
            "charisma": 14,
            "strength_save": 12,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": 6,
            "wisdom_save": 5,
            "charisma_save": 6,
            "perception": 15,
            "skills": {
                "Acrobatics": 5,
                "Athletics": 12,
                "Insight": 5,
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "lightning",
            "condition_immunities": "paralyzed, prone",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Draconic, Primordial",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon eel makes one Bite attack and one Tail Slap attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 26 (4d8 + 8) piercing damage plus 5 (1d10) lightning damage, and the target must succeed on a DC 18 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."
                },
                {
                    "name": "Tail Slap",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 30 (5d8 + 8) bludgeoning damage plus 5 (1d10) lightning damage, and the target must succeed on a DC 18 Strength saving throw or be pushed up to 10 feet away from the eel. The dragon eel can choose to not push a target."
                },
                {
                    "name": "Lightning Breath (Recharge 6)",
                    "desc": "The dragon eel exhales lightning in a 60-foot line that is 5 feet wide. Each target in that line must make a DC 18 Dexterity saving throw, taking 55 (10d10) lightning 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": "Limited Amphibiousness",
                    "desc": "The dragon eel can breathe air and water, but it needs to be submerged at least once every 6 hours to avoid suffocating."
                },
                {
                    "name": "Shocking Hide",
                    "desc": "A creature that touches the dragon eel or hits it with a melee attack while within 5 feet of it takes 5 (1d10) lightning damage."
                },
                {
                    "name": "Storm Glide",
                    "desc": "During storms with ample rain or lightning, the dragon eel gains a flying speed equal to its swimming speed."
                }
            ],
            "spell_list": [],
            "page_no": 111,
            "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_dragon-eel/"
        },
        {
            "slug": "dragonleaftree-tob1-2023",
            "desc": "False",
            "name": "Dragonleaf Tree",
            "size": "Large",
            "type": "Plant",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 152,
            "hit_dice": "16d10 + 64",
            "speed": {
                "walk": 15
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 19,
            "intelligence": 5,
            "wisdom": 12,
            "charisma": 17,
            "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": "blinded, deafened",
            "senses": "blindsight 120 ft., passive Perception 11",
            "languages": "understands Draconic but can’t speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon leaf tree makes three Slam or Throw Leaves attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 12 (2d8 + 3) bludgeoning damage plus 7 (2d6) damage of the type noted in the Elemental Affinity trait."
                },
                {
                    "name": "Throw Leaves",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 30/120 ft., one target. Hit: 12 (4d4 + 2) slashing damage plus 7 (2d6) damage of the type noted in the Elemental Affinity trait."
                },
                {
                    "name": "Elemental Leaves (Recharge 6)",
                    "desc": "The dragonleaf tree's leaves rain acid, shed bolts of lightning, shake loose icicles, or similarly emit the elemental energies of the dragon that grew the tree. Each creature within 20 feet of the dragonleaf tree must make a DC 15 Dexterity saving throw, taking 42 (12d6) damage of the type noted in the Elemental Affinity trait."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Elemental Affinity",
                    "desc": "The dragonleaf tree has immunity to a type of damage based on the type of dragon that grew it: acid ([black, copper), cold (silver, white), fire (brass, gold, red), lightning (blue, bronze), or poison (green)."
                },
                {
                    "name": "Eternally Loyal",
                    "desc": "The dragonleaf tree has advantage on ability checks and saving throws against influence or effects that would encourage it or force it to act against its draconic master. If charmed or controlled and directed to act against its master, the tree can immediately repeat the effect's saving throw, ending the effect on itself on a success."
                }
            ],
            "spell_list": [],
            "page_no": 137,
            "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_dragonleaf-tree/"
        },
        {
            "slug": "drakon-tob1-2023",
            "desc": "False",
            "name": "Drakon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d10 + 28",
            "speed": {
                "walk": 40,
                "fly": 30
            },
            "strength": 14,
            "dexterity": 19,
            "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": 14,
            "skills": {
                "Perception": 4,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid",
            "damage_immunities": "False",
            "condition_immunities": "paralyzed",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The drakon makes one Bite attack and one Tail attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage plus 10 (4d4) acid damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 8 (1d8 + 4) bludgeoning damage."
                },
                {
                    "name": "Acid Breath (Recharge 5-6)",
                    "desc": "The drakon exhales acidic vapors in a 15-foot cone. Each creature in that area must make a DC 13 Constitution saving throw, taking 28 (8d6) acid damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The drakon can breathe air and water."
                },
                {
                    "name": "Dissolving Gaze",
                    "desc": "When a creature that can see the drakon's eyes starts its turn within 30 feet of the drakon, the drakon can force it to make a DC 13 Constitution saving throw if the drakon isn't incapacitated and can see the creature. On a failed save, the creature takes 3 (1d6) acid damage, its hp maximum is reduced by an amount equal to the acid damage it takes, and it is paralyzed until the start of its next turn. This reduction lasts until the creature finishes a long rest. The creature dies if this effect reduces its hp maximum to 0."
                }
            ],
            "spell_list": [],
            "page_no": 147,
            "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_drakon/"
        },
        {
            "slug": "dreameater-tob1-2023",
            "desc": "False",
            "name": "Dream Eater",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d8 + 30",
            "speed": {
                "walk": 20,
                "fly": 30
            },
            "strength": 15,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 16,
            "wisdom": 13,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Deception": 8,
                "Insight": 4,
                "Persuasion": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Abyssal, Celestial, Common, Infernal, telepathy 120 ft.",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dream eater uses its Lotus Scent. It then makes one Bite attack and one Claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage, and the target is grappled (escape DC 14) if it is a Large or smaller creature. Until this grapple ends, the creature is restrained. The dream eater has two claws, each of which can grapple only one target."
                },
                {
                    "name": "Lotus Scent",
                    "desc": "The dream eater secretes an oily chemical that most creatures find intoxicating. Each creature that isn't a Construct or Undead within 15 feet of the dream eater must succeed on a DC 14 Constitution saving throw or be poisoned for 1 minute. While poisoned, the creature is charmed by the fiend. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dream eater's Lotus Scent for the next 24 hours."
                },
                {
                    "name": "Waking Dreams (Recharge 5-6)",
                    "desc": "Each creature within 20 feet of the dream eater must make a DC 14 Charisma saving throw. On a failure, a creature takes 21 (6d6) psychic damage and is incapacitated for 1 minute. When it moves, an incapacitated creature moves in a random direction. On a success, a creature takes half the damage and isn't incapacitated. 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": [
                {
                    "name": "Change Shape",
                    "desc": "The dream eater magically transforms into a Small or Medium humanoid it has seen, or back into its true form, which is a Fiend. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying transforms with it. It reverts to its true form if it dies."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Dream Eater's Caress",
                    "desc": "A creature that starts its turn grappled by the dream eater must succeed on a DC 14 Charisma saving throw or take 5 (2d4) psychic damage. The dream eater gains temporary hp equal to the psychic damage dealt."
                }
            ],
            "spell_list": [],
            "page_no": 148,
            "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_dream-eater/"
        },
        {
            "slug": "drownedmaiden-tob1-2023",
            "desc": "False",
            "name": "Drowned Maiden",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "20d8",
            "speed": {
                "walk": 40
            },
            "strength": 15,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The drowned maiden makes three Hair attacks. She can replace one attack with a use of Draining Kiss."
                },
                {
                    "name": "Hair",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 20 ft., one target. Hit: 12 (2d8 + 3) slashing damage, and the target is grappled (escape DC 16) if it is a Large or smaller creature. She can grapple up to three creatures at a time. The hair holding a creature can be attacked and destroyed (AC 15; 15 hp; immunity to necrotic, poison, and psychic damage)."
                },
                {
                    "name": "Draining Kiss",
                    "desc": "One creature within 5 feet of the maiden and that she is grappling must make a DC 15 Charisma saving throw. On a failure, the target takes 10 (3d6) psychic damage, and its Strength is reduced by 1d6. On a success, the target takes half the damage, and its Strength isn't reduced. This reduction lasts until the target finishes a long rest. The target dies if its Strength is reduced to 0."
                },
                {
                    "name": "Illusory Appearance",
                    "desc": "The maiden covers herself and anything she is wearing or carrying with a magical illusion that makes her look like another creature of her general size and Humanoid shape. The illusion ends if the maiden takes a bonus action to end it or if she dies. The changes wrought by this effect fail to hold up to physical inspection. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 15 Intelligence (Investigation) check to discern that the maiden is disguised."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Reel",
                    "desc": "The drowned maiden pulls each creature grappled by her up to 15 feet straight toward her."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 149,
            "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_drowned-maiden/"
        },
        {
            "slug": "duelist-tob1-2023",
            "desc": "False",
            "name": "Duelist",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 17,
            "armor_desc": "studded leather",
            "hit_points": 117,
            "hit_dice": "18d8 + 36",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 20,
            "constitution": 14,
            "intelligence": 13,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 6,
            "perception": 14,
            "skills": {
                "Acrobatics": 8,
                "Deception": 6,
                "Perception": 4,
                "Stealth": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Elvish, Umbral",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The shadow fey duelist makes two Rapier attacks and one Dagger attack."
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +8 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d4 + 5) piercing damage plus 14 (4d6) poison damage, and if the target is a creature, it must succeed on a DC 14 Constitution saving throw or become 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": "Rapier",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Traveler (3/Day)",
                    "desc": "While in shadows, dim light, or darkness, the shadow fey 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": [
                {
                    "name": "Parry",
                    "desc": "The shadow fey duelist adds 3 to its AC against one melee attack that would hit it. To do so, the duelist must see the attacker and be wielding a melee weapon."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Duelist's Mobility",
                    "desc": "Opportunity attacks made against the duelist have disadvantage. If the duelist is prone at the start of its turn, it can immediately stand without costing movement."
                },
                {
                    "name": "Fey Ancestry",
                    "desc": "The shadow fey has advantage on saving throws against being charmed, and magic can't put it to sleep."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the shadow fey has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 159,
            "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_duelist/"
        },
        {
            "slug": "dullahan-tob1-2023",
            "desc": "False",
            "name": "Dullahan",
            "size": "Large",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 178,
            "hit_dice": "17d10 + 85",
            "speed": {
                "walk": 60
            },
            "strength": 19,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 13,
            "wisdom": 15,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 16,
            "skills": {
                "Intimidation": 7,
                "Perception": 6,
                "Persuasion": 7,
                "Survival": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing damage from nonmagical attacks",
            "damage_immunities": "necrotic",
            "condition_immunities": "charmed, exhaustion, frightened",
            "senses": "truesight 60 ft., passive Perception 16",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dullahan makes three Spine Whip or Necrotic Bolt attacks. It can replace one attack with a use of Seal the Doom."
                },
                {
                    "name": "Spine Whip",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 11 (2d6 + 4) slashing damage plus 10 (3d6) necrotic damage. If the target is a creature, it must succeed on a DC 17 Constitution saving throw or fall prone as it is wracked with pain."
                },
                {
                    "name": "Necrotic Bolt",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 21 (4d8 + 3) necrotic damage."
                },
                {
                    "name": "Seal the Doom",
                    "desc": "The dullahan points at a creature doomed by Deathly Doom within 40 feet of it that it can see. The creature must make a DC 17 Constitution saving throw. On a failure, the target immediately drops to 0 hp if it is below half its hp maximum. On a success, the target is immune to the dullahan's Seal the Doom for the next 24 hours."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Deathly Doom",
                    "desc": "The dullahan magically dooms a creature for 1 hour. It can have only one creature doomed at a time. If it dooms another, the effect on the previous target ends. The dullahan knows the direction to the doomed creature as long as both are on the same plane of existence."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Baleful Glare",
                    "desc": "When a creature that can see the eyes of the dullahan's severed head starts its turn within 30 feet of the dullahan, the dullahan can force it to make a DC 17 Wisdom saving throw if the dullahan isn't incapacitated and can see the creature. On a failed save, the creature is frightened until the start of its next turn. While frightened in this way, the creature must take the Dash action and move away from the dullahan by the safest available route. A doomed creature that fails this saving throw is restrained while frightened instead."
                },
                {
                    "name": "Relentless Advance",
                    "desc": "Moving through difficult terrain doesn't cost the dullahan extra movement, and the dullahan can move across the surface of water as if it were harmless, solid ground."
                },
                {
                    "name": "Relentless Nature",
                    "desc": "The dullahan doesn't require food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 151,
            "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_dullahan/"
        },
        {
            "slug": "dunemimic-tob1-2023",
            "desc": "False",
            "name": "Dune Mimic",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d12 + 64",
            "speed": {
                "walk": 15
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 18,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 10,
            "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": "acid, fire",
            "condition_immunities": "prone",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 14",
            "languages": "—",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dune mimic makes three Pseudopod attacks. It can replace one attack with a use of Engulf."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 15 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage. If the dune mimic is in object or terrain form, the target is subjected to the mimic's Adhesive trait."
                },
                {
                    "name": "Engulf",
                    "desc": "The dune mimic engulfs a Large or smaller creature grappled by it. The engulfed target is blinded, restrained, and unable to breathe, and it must succeed on a DC 15 Constitution saving throw at the start of each of the mimic's turns or take 10 (3d6) slashing damage, as the creature is lacerated by the mimic's sand-coated form. If the mimic moves, any engulfed creatures move with it. The mimic can have no more than two creatures engulfed at a time."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The dune mimic transforms into a Huge sand- or gravel-covered object, shapes itself into a sandy or rocky terrain feature no larger than a 20-foot cube or transforms back into its true, amorphous form. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Adhesive (Object or Terrain Form Only)",
                    "desc": "The dune mimic adheres to anything that touches it. A creature adhered to the dune mimic is also grappled by it (escape DC 15). Ability checks made to escape this grapple have disadvantage. The dune mimic can harden its outer surface, so only the creatures it chooses are affected by this trait."
                },
                {
                    "name": "False Appearance (Object or Terrain Form Only)",
                    "desc": "While the dune mimic remains motionless, it is indistinguishable from an ordinary sandy object or terrain feature."
                },
                {
                    "name": "Grappler",
                    "desc": "The dune mimic has advantage on attack rolls against any creature grappled by it."
                }
            ],
            "spell_list": [],
            "page_no": 268,
            "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_dune-mimic/"
        },
        {
            "slug": "duskthorndryad-tob1-2023",
            "desc": "False",
            "name": "Duskthorn Dryad",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 77,
            "hit_dice": "14d8 + 14",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 13,
            "intelligence": 14,
            "wisdom": 15,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Animal Handling": 4,
                "Deception": 9,
                "Nature": 6,
                "Perception": 4,
                "Persuasion": 9,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Elvish, Sylvan, Umbral",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The duskthorn dryad makes two Thorned Slam or Thorn attacks."
                },
                {
                    "name": "Thorned Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) piercing damage."
                },
                {
                    "name": "Thorn",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 80/320 ft., one target. Hit: 10 (2d4 + 5) piercing damage."
                },
                {
                    "name": "Children of the Forest (1/Day)",
                    "desc": "The dryad magically calls 1d4 boars, constrictor snakes, or wolves, or it calls 1 child of the briar. The called creatures arrive in 1d4 rounds, acting as allies of the dryad and obeying her spoken commands. The creatures remain for 1 hour, until the dryad dies, or until the dryad dismisses them as a bonus action."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The dryad casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 17):\nAt will: druidcraft\n3/day each: charm person, entangle, invisibility\n1/day each: barkskin, spike growth, suggestion"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The dryad has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Speak with Beasts and Plants",
                    "desc": "The dryad can communicate with beasts and plants as if they shared a language."
                },
                {
                    "name": "Tree Stride",
                    "desc": "Once on her turn, the dryad can use 10 feet of her movement to step magically into one dead tree within her reach and emerge from a second dead tree within 60 feet of the first tree, appearing in an unoccupied space within 5 feet of the second tree. Both trees must be Large or bigger."
                }
            ],
            "spell_list": [],
            "page_no": 150,
            "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_duskthorn-dryad/"
        },
        {
            "slug": "dustgoblin-tob1-2023",
            "desc": "False",
            "name": "Dust Goblin",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 14,
            "armor_desc": "leather armor",
            "hit_points": 16,
            "hit_dice": "3d6 + 6",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 8,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "Common, Goblin",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage."
                },
                {
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 7 (1d8 + 3) piercing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Twisted",
                    "desc": "When the dust goblin attacks a creature from hiding, the target must succeed on a DC 10 Wisdom saving throw or be frightened until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 215,
            "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_dust-goblin/"
        },
        {
            "slug": "dwarvenringmage-tob1-2023",
            "desc": "False",
            "name": "Dwarven Ringmage",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Any Alignment",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 136,
            "hit_dice": "21d8 + 42",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 18,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": 7,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Arcana": 7,
                "History": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "poison",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Dwarvish",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Ring Staff",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage plus 10 (3d6) acid, cold, fire, lightning, or thunder damage (the ringmage's choice)."
                },
                {
                    "name": "Ring Magic",
                    "desc": "The dwarven ringmage draws circles of magic in the air and sends them toward one creature it can see within 30 feet of it, causing one of the following effects:"
                },
                {
                    "name": "Spellcasting",
                    "desc": "The dwarven ringmage casts one of the following spells, requiring no material components and using Intelligence as the spellcasting ability (spell save DC 15):\nAt will: color spray, mage hand, true strike\n3/day each: expeditious retreat, fly, haste\n1/day each: greater invisibility, wall of stone"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Dwarven Resilience",
                    "desc": "The dwarven ringmage has advantage on saving throws against poison."
                }
            ],
            "spell_list": [],
            "page_no": 409,
            "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_dwarven-ringmage/"
        },
        {
            "slug": "eala-tob1-2023",
            "desc": "False",
            "name": "Eala",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 40,
            "hit_dice": "9d6 + 9",
            "speed": {
                "walk": 60,
                "fly": 10
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "fire",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The eala makes two Wing Blades attacks."
                },
                {
                    "name": "Wing Blades",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The eala breathes fire in a 15-foot cone. Each creature in the area 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. The eala's fire breath ignites flammable objects and melts soft metals, such as gold and lead, in the area that aren't being worn or carried."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Swan Song",
                    "desc": "When the eala is reduced to 0 hp, it can use its last breath to sing a plaintive and beautiful melody. Each creature within 20 feet of it that can hear the eala must succeed on a DC 13 Charisma saving throw or be incapacitated until the end of its next turn. While incapacitated, the creature's speed is reduced to 0."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 152,
            "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_eala/"
        },
        {
            "slug": "eaterofdust-tob1-2023",
            "desc": "False",
            "name": "Eater of Dust",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d8 + 60",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 17,
            "strength_save": 9,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 16,
            "skills": {
                "Athletics": 9,
                "Intimidation": 7,
                "Perception": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "lightning, poison",
            "condition_immunities": "blinded, poisoned",
            "senses": "blindsight 120 ft. (blind beyond this radius), passive Perception 16",
            "languages": "understands Abyssal, Common, Infernal, and Void Speech but can’t speak, telepathy 120 ft.",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The eater of dust makes one Maw-Arm attack and two Necrotic Blast attacks, or it makes three Necrotic Blast attacks."
                },
                {
                    "name": "Maw-Arm",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) piercing damage plus 13 (3d8) necrotic damage, and the target must succeed on a DC 17 Constitution saving throw or its hp maximum is reduced by amount equal to the necrotic damage taken, and the eater 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."
                },
                {
                    "name": "Necrotic Burst",
                    "desc": "Melee or Ranged Spell Attack: +7 to hit, reach 5 ft. or range 60 ft., one target. Hit: 16 (3d8 + 3) necrotic damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hungry Step",
                    "desc": "The eater of dust magically teleports, along with any equipment it is wearing or carrying, up to 60 feet to an unoccupied space within 10 feet of a creature that isn't a Construct or Undead."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Maw",
                    "desc": "The eater of dust's Maw-Arm attacks are magical. When the eater hits with its Maw-Arm, the weapon deals an extra 3d8 necrotic damage (included in the attack)."
                },
                {
                    "name": "Regeneration",
                    "desc": "The eater of dust regains 5 hp at the start of its turn. If it takes fire damage, this trait doesn't function at the start of eater's next turn. The eater dies only if it starts its turn with 0 hp and doesn't regenerate."
                }
            ],
            "spell_list": [],
            "page_no": 153,
            "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_eater-of-dust/"
        },
        {
            "slug": "edimmu-tob1-2023",
            "desc": "False",
            "name": "Edimmu",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d8 + 30",
            "speed": {
                "walk": 60
            },
            "strength": 1,
            "dexterity": 19,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, grappled, frightened, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 14",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The edimmu makes two Draining Touch attacks. If both attacks hit one creature that isn't a Construct or Undead, the target must succeed on a DC 14 Constitution saving throw or suffer one level of exhaustion. A creature that fails this saving throw by 5 or more is also stunned until the end of its next turn."
                },
                {
                    "name": "Draining Touch",
                    "desc": "Melee Spell Attack: +6 to hit, reach 5 ft., one creature. Hit: 13 (2d8 + 4) necrotic damage, and the target must succeed on a DC 14 Constitution saving throw or its hp maximum is reduced by an amount equal to the damage taken. This reduction lasts until the creature finishes a long rest after drinking 1 pint of water. The target dies if this effect reduces its hp maximum to 0."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Incorporeal Movement",
                    "desc": "The edimmu can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "If destroyed, an edimmu rises again in 2d4 days, regaining all its hp and becoming active again. When the edimmu rises, it appears within 5 feet of its remains. Only burying its mortal remains in consecrated or hallowed ground prevents this trait from functioning."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The edimmu doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Water Siphon",
                    "desc": "The edimmu has advantage on attack rolls against creatures made of or gaining power from magical water, such as water elementals, water jinnborn, water genies, and sorcerers with water-based origins. In addition, such creatures have disadvantage on the saving throw against the edimmu's Draining Touch and Multiattack."
                }
            ],
            "spell_list": [],
            "page_no": 154,
            "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_edimmu/"
        },
        {
            "slug": "eelhound-tob1-2023",
            "desc": "False",
            "name": "Eel Hound",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 77,
            "hit_dice": "14d8 + 14",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 13,
            "intelligence": 6,
            "wisdom": 13,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "understands Sylvan but can’t speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage, and the target is grappled (escape DC 14). Until this grapple ends, the creature is restrained, and the hound can't Bite another target."
                },
                {
                    "name": "Slick Spittle",
                    "desc": "The eel hound covers the ground in a 5-foot square centered on a point it can see within 10 feet of it with its slippery spittle. Each creature standing in that area must succeed on a DC 13 Dexterity saving throw or fall prone. A creature that enters the area or ends its turn there must also succeed on a DC 13 Dexterity saving throw or fall prone. The spittle remains on the ground for 1 minute."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Water Step",
                    "desc": "The eel hound 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 enough water to partially submerge the hound."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The eel hound can breathe air and water."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The eel hound has advantage on attack rolls against a creature if at least one of the hound's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 155,
            "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_eel-hound/"
        },
        {
            "slug": "einherjar-tob1-2023",
            "desc": "False",
            "name": "Einherjar",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 18,
            "armor_desc": "chain mail, shield",
            "hit_points": 119,
            "hit_dice": "14d8 + 56",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 19,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Animal Handling": 5,
                "Intimidation": 6,
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "piercing from nonmagical attacks",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "truesight 60 ft., passive Perception 15",
            "languages": "Celestial, Common",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The einherjar makes two Battleaxe attacks, or it makes three Celestial Bolt attacks. It can replace one attack with Celestial Blessing, if available."
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage, or 9 (1d10 + 4) slashing damage if used with two hands, plus 13 (3d8) radiant damage."
                },
                {
                    "name": "Celestial Bolt",
                    "desc": "Ranged Spell Attack: +5 to hit, range 60 ft., one target. Hit: 15 (3d8 + 2) radiant damage."
                },
                {
                    "name": "Celestial Blessing (Recharge 5-6)",
                    "desc": "The einherjar calls on its celestial patrons for one of the following blessings:"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Battle Frenzy",
                    "desc": "The einherjar has advantage on all attack rolls it makes while it is below 30 hp."
                },
                {
                    "name": "Fearsome Gaze",
                    "desc": "The stare of an einherjar is especially piercing to Humanoids. It has advantage on any Charisma (Intimidation) check it makes against a Humanoid."
                },
                {
                    "name": "Runic Weapons",
                    "desc": "The einherjar's weapon attacks are magical. When the einherjar hits with any weapon, the weapon deals an extra 3d8 radiant damage (included in the attack)."
                }
            ],
            "spell_list": [],
            "page_no": 156,
            "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_einherjar/"
        },
        {
            "slug": "eldershadowdrake-tob1-2023",
            "desc": "False",
            "name": "Elder Shadow Drake",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10 + 48",
            "speed": {
                "walk": 60,
                "fly": 20
            },
            "strength": 22,
            "dexterity": 13,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 9,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": 15,
            "skills": {
                "Perception": 5,
                "Stealth": 7
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "False",
            "damage_immunities": "cold",
            "condition_immunities": "False",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Common, Draconic, Umbral",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elder shadow drake makes one Bite attack and two Tail Slap attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) piercing damage."
                },
                {
                    "name": "Tail Slap",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage."
                },
                {
                    "name": "Invisibility",
                    "desc": "The drake magically turns invisible until it attacks, uses Shadow Step, or starts its turn in sunlight, or until its concentration ends (as if concentrating on a spell). Any equipment the drake wears or carries is invisible with it. The drake must be in dim light or darkness to use this action."
                },
                {
                    "name": "Stygian Breath (Recharge 5-6)",
                    "desc": "The elder shadow drake spits a ball of black liquid on a point the dragon can see within 60 feet of it. The ball bursts into a 20-foot-radius sphere of black mist centered on that point for 1 minute. Each creature in the mist when it appears must make a DC 15 Constitution saving throw, taking 42 (12d6) cold damage on a failed save, or half as much damage on a successful one. The mist spreads around corners, and its area is magical darkness. No natural light can illuminate the mist. If any of the mist overlaps with an area of light created by a spell of 1st level or lower, the spell creating the light is dispelled."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Step",
                    "desc": "The drake teleports, along with any equipment it is wearing or carrying, up to 60 feet to an unoccupied space it can see. The origin and destination spaces must be in dim light or darkness."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Shadow Sight",
                    "desc": "The drake has advantage on Wisdom (Perception) checks made while in dim light or darkness, and magical darkness doesn't impede the drake's darkvision."
                }
            ],
            "spell_list": [],
            "page_no": 143,
            "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_elder-shadow-drake/"
        },
        {
            "slug": "elementallocus-tob1-2023",
            "desc": "False",
            "name": "Elemental Locus",
            "size": "Gargantuan",
            "type": "Elemental",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 290,
            "hit_dice": "20d20 + 80",
            "speed": {
                "walk": 25
            },
            "strength": 28,
            "dexterity": 1,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 6,
            "wisdom_save": 6,
            "charisma_save": 6,
            "perception": 16,
            "skills": {
                "Nature": 6,
                "Perception": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "acid, cold, fire, lightning, poison, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 120 ft., tremorsense 120 ft., passive Perception 16",
            "languages": "Primordial",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental locus makes three Slam attacks. It can replace one attack with a use of Spawn Elemental."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 15 ft., one target. Hit: 31 (5d8 + 9) bludgeoning damage. If the target is a creature, it must succeed on a DC 18 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Spawn Elemental",
                    "desc": "The elemental locus magically creates up to 2d6 mephits or 1 Elemental with a challenge rating of 5 or lower. The Elementals arrive at the start of the locus's next turn, acting as allies of the locus and obeying its spoken commands. The locus can create only Elementals that share an element with a terrain feature comprising at least 100,000 square feet of the locus's bound land. For example, a desert-bound locus can't create a water-based Elemental, unless its bound desert contains an oasis or other source of water around the size of a small pond."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "The elemental locus doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Immortal",
                    "desc": "If the elemental locus dies, it returns to life in 1d12 months, regaining all its hp and becoming active again. The new body appears in a space of the locus's choice within its bound land. Only a wish spell can prevent this trait from functioning."
                },
                {
                    "name": "Land Bound",
                    "desc": "The elemental locus is bound to an area of land or ocean no larger than 100 square miles. If it leaves this region, it loses its Spawn Elemental action. If it remains outside the region, it automatically teleports back to the center of this area after 24 hours, regardless of distance."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The elemental locus has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The elemental locus deals double damage to objects and structures."
                },
                {
                    "name": "Unstoppable",
                    "desc": "Moving through difficult terrain doesn't cost the elemental locus extra movement, and its speed can't be reduced."
                }
            ],
            "spell_list": [],
            "page_no": 157,
            "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_elemental-locus/"
        },
        {
            "slug": "elvishveteranarcher-tob1-2023",
            "desc": "False",
            "name": "Elvish Veteran Archer",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Any Alignment",
            "armor_class": 16,
            "armor_desc": "studded leather",
            "hit_points": 66,
            "hit_dice": "12d8 + 12",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 18,
            "constitution": 12,
            "intelligence": 11,
            "wisdom": 13,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Nature": 2,
                "Perception": 5,
                "Stealth": 5,
                "Survival": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "passive Perception 15",
            "languages": "Common, Elvish",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elvish veteran archer makes three Shortsword attacks or two Longbow attacks."
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit:7 (1d6 + 4) piercing damage."
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 150/600 ft., one target. Hit: 13 (2d8 + 4) piercing damage. Instead of dealing damage, the archer can pin part of the target's clothing or body to the ground or to a nearby wall or tree. If it does so, the target is restrained. A creature, including the target, can take its action to remove the arrow and free the restrained target by succeeding on a DC 14 Strength check."
                },
                {
                    "name": "Arrow Spray (Recharge 5-6)",
                    "desc": "The elvish veteran archer fires a flurry of arrows in a 15-foot cone. Each creature in the cone must make a DC 14 Dexterity saving throw, taking 18 (4d8) piercing 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": "Beast Hunter",
                    "desc": "The elvish veteran archer has advantage on Wisdom (Survival) checks to track Beasts and on Intelligence (Nature) checks to recall information about Beasts."
                },
                {
                    "name": "Fey Ancestry",
                    "desc": "The elvish veteran archer has advantage on saving throws against being charmed, and magic can't put the archer to sleep."
                },
                {
                    "name": "Keen Hearing and Sight",
                    "desc": "The elvish veteran archer has advantage on Wisdom (Perception) checks that rely on hearing or sight."
                },
                {
                    "name": "Point Blank Hunter",
                    "desc": "A longbow deals one extra die of its damage when the archer hits with it (included in the attack). In addition, when the archer makes a ranged attack with a longbow, it doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, though it may still have disadvantage from other sources."
                }
            ],
            "spell_list": [],
            "page_no": 410,
            "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_elvish-veteran-archer/"
        },
        {
            "slug": "emeraldeye-tob1-2023",
            "desc": "False",
            "name": "Emerald Eye",
            "size": "Tiny",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 54,
            "hit_dice": "12d4 + 24",
            "speed": {
                "walk": 30
            },
            "strength": 3,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Arcana": 6,
                "Deception": 5,
                "History": 6,
                "Perception": 3,
                "Persuasion": 5,
                "Religion": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, piercing",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, deafened, charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone, unconscious",
            "senses": "blindsight 120 ft. (blind beyond this radius), passive Perception 13",
            "languages": "Common, Draconic, telepathy 120 ft.",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Phrenic Burst",
                    "desc": "Melee or Ranged Spell Attack: +5 to hit, range 60 ft., one creature. Hit: 10 (2d6 + 3) psychic damage."
                },
                {
                    "name": "Bind",
                    "desc": "The emerald eye chooses a creature it can see within 30 feet of it that has an Intelligence of 6 or higher. The target must succeed on a DC 13 Charisma saving throw or the eye psychically binds itself to the target. If the target succeeds on the saving throw by 5 or more, it knows the eye attempted to bind to it. Otherwise, the target is unaware of the attempt. While bound to the emerald eye, the creature has resistance to psychic damage, but it has disadvantage on saving throws against the eye's Compulsion. The eye can be bound to only one target at a time. If it binds to another, the effect on the previous target ends."
                },
                {
                    "name": "Compel",
                    "desc": "The emerald eye magically compels one creature it can see within 30 feet of it to move. The target must succeed on a DC 13 Charisma saving throw or be charmed by the eye for 1 minute. At the start of each of the charmed target's turns, the emerald eye chooses a direction horizontal to the eye, and the target must use as much of its movement as possible to move in that direction on its turn. The target can take its action before it moves. The target can't be compelled to move into an obviously deadly hazard, such as a fire or pit, but it will provoke opportunity attacks to move in the designated direction. 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 emerald eye doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The emerald eye is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Psychically Bound",
                    "desc": "The emerald eye must be psychically bound to a creature to survive. It loses 5 (2d4) hp for every hour it is not bound to a creature or every hour it is more than 30 feet away from its bound creature."
                }
            ],
            "spell_list": [],
            "page_no": 163,
            "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_emerald-eye/"
        },
        {
            "slug": "emeraldordercultleader-tob1-2023",
            "desc": "False",
            "name": "Emerald Order Cult Leader",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Neutral or Lawful Evil",
            "armor_class": 15,
            "armor_desc": "Divine Blessing",
            "hit_points": 156,
            "hit_dice": "24d8 + 48",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 15,
            "wisdom": 20,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": 8,
            "charisma_save": 5,
            "perception": 15,
            "skills": {
                "Arcana": 5,
                "Deception": 5,
                "History": 5,
                "Religion": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "any three languages",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage plus 13 (3d8) radiant damage."
                },
                {
                    "name": "Radiant Bolt",
                    "desc": "Ranged Spell Attack: +8 to hit, range 60 ft., one target. Hit: 18 (3d8 + 5) radiant damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The Emerald Order cult leader casts one of the following spells, requiring no material components and using Wisdom as the spellcasting ability (spell save DC 16):\nAt will: command, light, thaumaturgy\n3/day each: detect thoughts, dimension door, silence, slow\n1/day each: divination, freedom of movement"
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Esoteric Vengeance",
                    "desc": "When a creature the cult leader can see within 30 feet of it hits it with an attack, the cult leader intonates a mind-bending arcane secret, and the attacker takes 7 (2d6) psychic damage."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Blessed Weapons",
                    "desc": "The cult leader's weapons are blessed by its deity, and its weapon attacks are magical. When the cult leader hits with any weapon, the weapon deals an extra 3d8 radiant damage (included in the attack)."
                },
                {
                    "name": "Divine Blessing",
                    "desc": "While the cult leader is conscious and wearing no armor and wielding no shield, it adds its Wisdom modifier to its Armor Class (included above). In addition, it has advantage on saving throws against being charmed or frightened."
                },
                {
                    "name": "Prophetic Tactics",
                    "desc": "The cult leader has advantage on initiative rolls. In addition, at the start of each of the cult leader's turns, one friendly creature within 30 feet of the cult leader has advantage on the first attack roll it makes before the start of the cult leader's next turn."
                }
            ],
            "spell_list": [],
            "page_no": 410,
            "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_emerald-order-cult-leader/"
        },
        {
            "slug": "emptycloak-tob1-2023",
            "desc": "False",
            "name": "Empty Cloak",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "10d8",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 2,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 12,
            "skills": {
                "Perception": 2,
                "Stealth": 4
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "understands Elvish and Umbral but can’t speak",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Razor Cloak",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage."
                },
                {
                    "name": "Shadow Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft, one target. Hit: 6 (1d4 + 4) bludgeoning damage."
                },
                {
                    "name": "Shadow Snare",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 ft., one Large or smaller creature. Hit: The target is grappled (escape DC 14). Until this grapple ends, the target is restrained by tendrils of shadow. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 14 Strength check. The tendrils of shadow can be attack and destroyed (AC 12; hp 10; vulnerability to radiant damage; immunity to necrotic, poison, and psychic damage)."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Protective Embrace",
                    "desc": "When a creature the cloak can see attacks a creature in the cloak's space, the cloak can briefly wrap itself around the creature in its space. The creature in its space takes only half the damage from the attack, and the cloak takes the other half."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The empty cloak doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Diligent Sentinel",
                    "desc": "The empty cloak has advantage on Wisdom (Perception) checks."
                },
                {
                    "name": "Shadow Construction",
                    "desc": "Made mostly of shadow, the empty cloak bursts into pieces then dissipates when a creature scores a critical hit against it."
                },
                {
                    "name": "Wrapping Embrace",
                    "desc": "The empty cloak can occupy a Medium or smaller creature's space and vice versa. It has advantage on attack rolls against any creature in the same space as it."
                }
            ],
            "spell_list": [],
            "page_no": 164,
            "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_empty-cloak/"
        },
        {
            "slug": "enchantress-tob1-2023",
            "desc": "False",
            "name": "Enchantress",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 123,
            "hit_dice": "19d8 + 38",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 17,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": 16,
            "skills": {
                "Arcana": 4,
                "Deception": 7,
                "Perception": 6,
                "Persuasion": 7,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Common, Elvish, Umbral",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage plus 14 (4d6) psychic damage."
                },
                {
                    "name": "Shadow Bolt",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 11 (2d6 + 4) cold damage plus 9 (2d8) necrotic damage."
                },
                {
                    "name": "Beguiling Whispers (Recharge 5-6)",
                    "desc": "The enchantress speaks sweet words to a creature she can see within 60 feet of her and that can hear her. The creature must succeed on a DC 15 Charisma saving throw or be charmed for 1 minute. While charmed in this way, the creature has disadvantage on Wisdom and Charisma saving throws against spells cast by the enchantress."
                },
                {
                    "name": "Leadership (Recharges after a Short or Long Rest)",
                    "desc": "For 1 minute, the enchantress can utter a special command or warning whenever a nonhostile creature that she can see within 30 feet of her makes an attack roll or a saving throw. The creature can add a d4 to its roll, provided it can hear and understand the enchantress. A creature can benefit from only one Leadership die at a time. This effect ends if the enchantress is incapacitated."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The enchantress casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 15):\nAt will: command, message\n3/day: charm person, enthrall, fear, hold person, hypnotic pattern\n1/day: confusion, dominate person, greater invisibility, hold monster, phantasmal killer"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Traveler (3/Day)",
                    "desc": "While in shadows, dim light, or darkness, the shadow fey 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": "Fey Ancestry",
                    "desc": "The enchantress has advantage on saving throws against being charmed, and magic can't put her to sleep."
                },
                {
                    "name": "Phrenic Weapons",
                    "desc": "The enchantress's weapon attacks are magical. When she hits with any weapon, the weapon deals an extra 4d6 psychic damage (included in the attack)."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the shadow fey has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 160,
            "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_enchantress/"
        },
        {
            "slug": "eonicdrifter-tob1-2023",
            "desc": "False",
            "name": "Eonic Drifter",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 13,
            "armor_desc": "leather armor",
            "hit_points": 65,
            "hit_dice": "10d8 + 20",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 11,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "Arcana": 6,
                "History": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "passive Perception 10",
            "languages": "Common, Eonic, Giant, Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Time-Warping Staff",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage plus 3 (1d6) force damage."
                },
                {
                    "name": "Drift Forward (Recharge 5-6)",
                    "desc": "The drifter chooses one creature it can see within 5 feet of its future self. The target must make a DC 13 Wisdom saving throw. On a failure, the target takes 7 (2d6) psychic damage and is pulled forward in time. On a success, the target takes half the damage and isn't pulled forward in time. A target pulled forward in time disappears, along with the drifter's future self, as the future self pulls the target with it. At the end of the drifter's next turn, the target and the drifter's future self reappear in the spaces they previously occupied, or the nearest unoccupied spaces. When the target reappears, it has disadvantage on attack rolls until the end of its next turn as it recovers from the disorienting experience."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Call to the Future (1/Day)",
                    "desc": "The eonic drifter calls to a future version of itself, which appears in an unoccupied space the drifter can see within 30 feet of it. The drifter's future self acts on the drifter's turn, and each turn it makes one Time-Warping Staff attack against a creature of the drifter's choice or uses the Help action to aid the drifter. The future self can be attacked and destroyed (AC 13; hp 30; resistance to bludgeoning, piercing, and slashing damage; immunity to poison and psychic damage), otherwise it remains until the drifter dismisses it as a bonus action or the drifter finishes a long rest. If the drifter's future self is destroyed, the drifter must succeed on a DC 13 Wisdom saving throw or be stunned until the end of its next turn."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 165,
            "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_eonic-drifter/"
        },
        {
            "slug": "erina-tob1-2023",
            "desc": "False",
            "name": "Erina",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 12,
            "armor_desc": "leather armor",
            "hit_points": 22,
            "hit_dice": "4d6 + 8",
            "speed": {
                "walk": 20,
                "burrow": 20
            },
            "strength": 9,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 13,
            "wisdom": 10,
            "charisma": 11,
            "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": "poison",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Erina",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) slashing damage."
                },
                {
                    "name": "Sling",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 30/120 ft., one target. Hit: 3 (1d4 + 1) bludgeoning damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The erina has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Hardy",
                    "desc": "The erina has advantage on saving throws against poison."
                },
                {
                    "name": "Spines",
                    "desc": "A creature that touches the erina or hits it with a melee attack while within 5 feet of it takes 2 (1d4) piercing damage. In addition, a creature grappled by or grappling the erina takes 2 (1d4) piercing damage at the start of the erina's turn."
                }
            ],
            "spell_list": [],
            "page_no": 166,
            "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_erina/"
        },
        {
            "slug": "erinadefender-tob1-2023",
            "desc": "False",
            "name": "Erina Defender",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 44,
            "hit_dice": "8d6 + 16",
            "speed": {
                "walk": 20,
                "burrow": 20
            },
            "strength": 11,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 13,
            "wisdom": 12,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Athletics": 4,
                "Perception": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "poison",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Erina",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The erina defender makes two Shortsword or Shortbow attacks."
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage."
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Protective Interference",
                    "desc": "When a friendly creature the erina defender can see within 5 feet of it is the target of an attack, the defender can impose disadvantage on the attack roll. To do so, the defender must see the attacker and be wielding a melee weapon."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The erina has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Hardy",
                    "desc": "The erina has advantage on saving throws against poison."
                },
                {
                    "name": "Spines",
                    "desc": "As the erina, except the spines now deal 5 (2d4) piercing damage."
                }
            ],
            "spell_list": [],
            "page_no": 166,
            "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_erina-defender/"
        },
        {
            "slug": "eyegolem-tob1-2023",
            "desc": "False",
            "name": "Eye Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 157,
            "hit_dice": "15d10 + 75",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 9,
            "constitution": 20,
            "intelligence": 5,
            "wisdom": 11,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 18,
            "skills": {
                "Perception": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison, psychic, radiant; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "truesight 120 ft., passive Perception 18",
            "languages": "understands the languages of its creator but can’t speak",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The eye golem can use its Primal Voice of Doom. It then makes two Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) bludgeoning damage plus 18 (4d8) radiant damage."
                },
                {
                    "name": "Gaze of Ancient Light (Recharge 5-6)",
                    "desc": "The golem opens all of its eyes and emits a burst of blinding light. Each creature within 30 feet of it must make a DC 17 Dexterity saving throw. On a failure, a creature takes 35 (10d6) radiant damage and is blinded for 1 minute. On a success, a creature takes half the damage and isn't blinded. A creature that fails the saving throw by 5 or more is also stunned until the end of its next turn. A blinded creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Primal Voice of Doom",
                    "desc": "The golem intones a disturbing invocation of the sun god at one creature it can see within 30 feet of it. The target must succeed on a DC 17 Wisdom saving throw or be frightened for 1 minute. The frightened 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": "Blinding Demise",
                    "desc": "When the golem reduces a creature to 0 hp, it can blind the creature permanently. If it does so, the creature is reduced to 1 hp instead."
                },
                {
                    "name": "Construct Nature",
                    "desc": "The golem doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The golem is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Light-Infused Fists",
                    "desc": "The golem's Slam attacks are magical. When the golem hits with a Slam attack, the attack deals an extra 4d8 radiant damage (included in the attack)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The golem has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 216,
            "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_eye-golem/"
        },
        {
            "slug": "fardarrig-tob1-2023",
            "desc": "False",
            "name": "Far Darrig",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 14,
            "armor_desc": "hide armor",
            "hit_points": 84,
            "hit_dice": "13d6 + 39",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 16,
            "constitution": 17,
            "intelligence": 11,
            "wisdom": 15,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": 14,
            "skills": {
                "Nature": 4,
                "Animal Handling": 4,
                "Perception": 4,
                "Survival": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The far darrig makes two Antler Glaive attacks."
                },
                {
                    "name": "Antler Glaive",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 10 ft., one target. Hit: 8 (1d10 + 3) piercing damage or slashing damage (the far darrig's choice) plus 3 (1d6) force damage. The target must succeed on a DC 13 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Woodland Friends (1/Day)",
                    "desc": "The far darrig magically calls 1d4 elk or giant weasels. The called Beasts arrive in 1d4 rounds, acting as allies of the far darrig and obeying its spoken commands. The Beasts remain for 1 hour, until the far darrig dies, or until the far darrig dismisses them as a bonus action."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Nimble Woodsman",
                    "desc": "The far darrig takes the Dash or Disengage action. The far darrig can use this bonus action only if it is in a forest."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 167,
            "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_far-darrig/"
        },
        {
            "slug": "fateeater-tob1-2023",
            "desc": "False",
            "name": "Fate Eater",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 130,
            "hit_dice": "20d8 + 40",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 16,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Arcana": 7,
                "History": 7,
                "Insight": 6,
                "Religion": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened",
            "senses": "truesight 60 ft., passive Perception 13",
            "languages": "understands all but can’t speak, telepathy 100 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fate eater makes two Bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage plus 7 (2d6) necrotic damage."
                },
                {
                    "name": "Alter Fate (Recharge 5-6)",
                    "desc": "The fate eater alters the fate of one creature it can see within 30 feet of it. The creature must make a DC 15 Charisma saving throw. On a failure, the creature takes 36 (8d8) psychic damage, and its fate is altered. Roll a d6 to determine which of the following alterations affects the creature. On a success, the creature takes half the damage, and its fate isn't altered. A creature with an altered fate for 1 minute or less can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. Otherwise, a creature with an altered fate can repeat the saving throw at the end of each long rest, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Visionary Flesh",
                    "desc": "A creature that eats the flesh of a fate eater must make a DC 15 Constitution saving throw. On a failure, the creature is poisoned for 1 hour. On a success, the creature gains the benefits of the divination spell."
                }
            ],
            "spell_list": [],
            "page_no": 168,
            "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_fate-eater/"
        },
        {
            "slug": "fearsmith-tob1-2023",
            "desc": "False",
            "name": "Fear Smith",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 149,
            "hit_dice": "23d8 + 46",
            "speed": {
                "walk": 15
            },
            "strength": 11,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 11,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 12,
            "skills": {
                "Intimidation": 8,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from attacks not made with cold iron weapons",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened",
            "senses": "blindsight 30 ft., passive Perception 12",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fear smith makes three Claw attacks. It can replace one attack with a use of Heart-Stopping Stare."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage plus 9 (2d8) psychic damage. If the target is disoriented by Distortion Gaze, the fear smith regains hp equal to the amount of psychic damage dealt."
                },
                {
                    "name": "Heart-Stopping Stare",
                    "desc": "The fear smith terrifies a creature within 30 feet of it with a look. The target must succeed on a DC 16 Wisdom saving throw or take 13 (3d8) psychic damage and be stunned until the end of its next turn. The fear smith regains hp equal to the psychic damage dealt."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The fear smith casts one of the following spells, requiring no verbal or material components and using Charisma as the spellcasting ability (spell save DC 16):\nAt will: detect thoughts, fear\n2/day each: charm person, command"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Distortion Gaze",
                    "desc": "Those who meet the gaze of the fear smith experience the world seeming to twist at unnatural angles beneath their feet. When a creature that can see the fear smith's eye starts its turn within 30 feet of the fear smith, the fear smith can force the creature to make a DC 16 Wisdom saving throw if the fear smith isn't incapacitated and can see the creature. On a failed save, the creature is disoriented until the start of its next turn. While disoriented, a creature can't take the Dash or Disengage action, and when it moves for the first time on its turn, it must succeed on a DC 16 Dexterity saving throw or fall prone."
                },
                {
                    "name": "Hidden Eye",
                    "desc": "The fear smith has advantage on saving throws against being blinded."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The fear smith has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 169,
            "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_fear-smith/"
        },
        {
            "slug": "fellforged-tob1-2023",
            "desc": "False",
            "name": "Fellforged",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 135,
            "hit_dice": "18d8 + 54",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 15,
            "strength_save": 5,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, cold, fire, lightning",
            "damage_immunities": "necrotic, poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "the languages it knew in life",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fellforged makes two Necrotic Slam attacks."
                },
                {
                    "name": "Necrotic Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) bludgeoning damage plus 9 (2d8) necrotic damage. If the target is a creature, it must succeed on a DC 14 Constitution saving throw or its hp maximum is reduced by an amount equal to the necrotic 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": "Burst Gears",
                    "desc": "The specter within the fellforged strains the construct's body, sending broken springs and gears flying. Each creature within 5 feet of the fellforged must make a DC 14 Dexterity saving throw, taking 7 (2d6) piercing damage on a failed save, or half as much damage on a successful one. Each time the fellforged uses this bonus action, its speed is reduced by 5 feet, and it can't use this bonus action if its speed is 0. Its speed returns to normal when it finishes a long rest."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The fellforged doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Inhabiting Spirit",
                    "desc": "The fellforged is inhabited and animated by a specter. If the fellforged fails a saving throw against an effect that turns undead, the specter is expelled into an unoccupied space within 5 feet of the fellforged with the hp total it had before it was expelled. The specter otherwise uses the statistics of a specter."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the fellforged has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 170,
            "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_fellforged/"
        },
        {
            "slug": "fetalsavant-tob1-2023",
            "desc": "False",
            "name": "Fetal Savant",
            "size": "Tiny",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 11,
            "armor_desc": "",
            "hit_points": 32,
            "hit_dice": "13d4",
            "speed": {
                "walk": 10
            },
            "strength": 5,
            "dexterity": 12,
            "constitution": 10,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 7,
            "perception": 13,
            "skills": {
                "Perception": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "psychic",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Dwarvish, telepathy 60 ft.",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fetal savant makes two Psychic Burst attacks."
                },
                {
                    "name": "Psychic Burst",
                    "desc": "Melee or Ranged Spell Attack: +7 to hit, reach 5 ft. or range 60 ft., one target. Hit: 14 (2d8 + 5) psychic damage."
                },
                {
                    "name": "Soul Exchange (Recharge 6)",
                    "desc": "The savant exchanges its soul with one Humanoid it can see within 20 feet of it. Its body becomes paralyzed, the target's soul inhabits the savant's paralyzed body, and the savant inhabits the target's body, taking full control of it. The savant retains its alignment, its Intelligence, Wisdom, and Charisma scores, its Psychic Burst action, and its immunity to being charmed and frightened. It otherwise uses the target's statistics, but doesn't gain access to the target's knowledge, class features, or proficiencies."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Enchanted Cage",
                    "desc": "The savant is immune to damage and can't be the target of spells or effects as long as its cage exists. The cage has a flying speed of 30 feet while the savant is inside of it, moving at the mental command of the savant. When the cage is destroyed, the savant floats gently to the ground. The cage has AC 19, 75 hp, and is immune to piercing, poison, and psychic damage. A non-derro that touches the cage or hits it with a melee weapon attack while within 5 feet of it must succeed on a DC 15 Wisdom saving throw or take 7 (2d6) psychic damage and be frightened until the end of its next turn. The cage disintegrates if exposed to sunlight for 1 hour."
                },
                {
                    "name": "Maddening Babble",
                    "desc": "The savant constantly babbles eldritch nonsense while it can see any non-derro creatures and isn't incapacitated. Each non-derro creature that starts its turn within 20 feet of the savant and can hear the babbling must succeed on a DC 15 Wisdom saving throw or be incapacitated until the start of its next turn."
                },
                {
                    "name": "Sunlight Hypersensitivity",
                    "desc": "The savant takes 20 radiant damage when it starts its turn outside the cage and in sunlight."
                }
            ],
            "spell_list": [],
            "page_no": 88,
            "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_fetal-savant/"
        },
        {
            "slug": "fext-tob1-2023",
            "desc": "False",
            "name": "Fext",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Any Alignment",
            "armor_class": 17,
            "armor_desc": "Patron’s Blessing",
            "hit_points": 77,
            "hit_dice": "14d8 + 14",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Perception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 60 ft., truesight 20 ft., passive Perception 14",
            "languages": "the languages it knew in life",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fext makes two Eldritch Blade or Eldritch Fury attacks."
                },
                {
                    "name": "Eldritch Blade",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage plus 9 (2d8) force damage."
                },
                {
                    "name": "Eldritch Fury",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 17 (3d8 + 4) force damage."
                },
                {
                    "name": "Patron's Might (Recharge 5-6)",
                    "desc": "The fext channels its patron's awe-inspiring presence, terrifying those nearby. Each creature within 10 feet of the fext must make a DC 15 Wisdom saving throw. On a failure, a creature takes 35 (10d6) psychic damage and is frightened for 1 minute. On a success, a creature takes half the damage and isn't frightened. 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": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Eldritch Weapons",
                    "desc": "The fext's weapon attacks are magical. When the fext hits with any weapon, the weapon deals an extra 2d8 force damage (included in the attack)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The fext has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Patron's Blessing",
                    "desc": "While the fext is conscious and wearing no armor and wielding no shield, it adds its Charisma modifier to its AC (included above)."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The fext doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 171,
            "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_fext/"
        },
        {
            "slug": "feywardtree-tob1-2023",
            "desc": "False",
            "name": "Feyward Tree",
            "size": "Huge",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "12d12 + 48",
            "speed": {
                "walk": 20
            },
            "strength": 25,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 11,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 1,
            "perception": 13,
            "skills": {
                "Perception": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "damage_immunities": "lightning, poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "understands the languages of its creator but can’t speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The feyward tree makes two Razor-Leafed Branch attacks."
                },
                {
                    "name": "Razor-Leafed Branch",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) slashing damage plus 9 (2d8) force damage."
                },
                {
                    "name": "Flaying Leaves (Recharge 5-6)",
                    "desc": "The feyward tree launches a barrage of razor-sharp cold iron leaves from its branches. Each creature within 20 feet of the tree must make a DC 15 Dexterity saving throw, taking 28 (8d6) slashing 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": "Aversion to Cold",
                    "desc": "If the feyward tree takes cold damage, it has disadvantage on attack rolls and its speed is halved until the end of its next turn."
                },
                {
                    "name": "Construct Nature",
                    "desc": "The feyward tree doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Enchanted Leaves",
                    "desc": "The feyward tree's Razor-Leafed Branch attacks are magical. When the tree hits with its Razor-Leafed Branch, the branch deals an extra 9 (2d8) force damage (included in the attack)."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The feyward tree is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Lightning Absorption",
                    "desc": "Whenever the feyward tree is subjected to lightning damage, it takes no damage and instead regains a number of hp equal to the lightning damage dealt."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The feyward tree has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Warden's Reach",
                    "desc": "A creature within 15 feet of a feyward tree that moves away from it provokes an opportunity attack even if the creature takes the Disengage action."
                }
            ],
            "spell_list": [],
            "page_no": 186,
            "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_feyward-tree/"
        },
        {
            "slug": "fideleangel-tob1-2023",
            "desc": "False",
            "name": "Fidele Angel",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Good",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 104,
            "hit_dice": "16d8 + 32",
            "speed": {
                "walk": 80,
                "fly": 10
            },
            "strength": 20,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 5,
            "intelligence_save": 5,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": 16,
            "skills": {
                "Insight": 6,
                "Perception": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "fire, lightning, poison; bludgeoning, piercing, and slashing damage from nonmagical attacks",
            "damage_immunities": "acid, cold",
            "condition_immunities": "charmed, exhaustion, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Celestial, Common, Infernal, telepathy 60 ft.",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fidele angel makes three Longsword or Radiant Bolt attacks. Alternatively, it makes one Beak attack and two Talons attacks."
                },
                {
                    "name": "Longsword (Humanoid or True Form Only)",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) slashing damage, or 10 (1d10 + 5) slashing damage if used with two hands."
                },
                {
                    "name": "Beak (Bird Form Only)",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) piercing damage."
                },
                {
                    "name": "Talons (Bird Form Only)",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage."
                },
                {
                    "name": "Radiant Bolt",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 11 (2d6 + 4) radiant damage."
                },
                {
                    "name": "To My Lover's Side",
                    "desc": "If its mate is more than 1 mile away from it, the fidele angel can magically teleport, along with any equipment it is wearing or carrying, to an unoccupied space within 10 feet of its mate. The angel can use this action even if its mate is on another plane of existence."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The angel casts one of the following spells, requiring no material components and using Charisma as its spellcasting ability (spell save DC 15):\nAt will: detect evil and good, purify food and drink, spare the dying\n3/day each: bless, cure wounds, daylight"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The fidele angel transforms into a Medium or smaller Humanoid, a Large or smaller birdlike Beast, or back into its true form, which is a winged Celestial. Without wings, it loses its flying speed. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Ever Connected",
                    "desc": "Fidele angels are magically connected. Damage taken by the fidele angel is split evenly between the fidele angel and its paired fidele angel. The angel that was the original target of the attack takes any damage that won't divide evenly. All other effects, such as reducing ability scores or being the target of a bless spell, affect only the target."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "The fidele angel doesn't require food, drink, or sleep."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The angel has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The angel's weapon attacks are magical."
                },
                {
                    "name": "Unshakeable Fidelity",
                    "desc": "No spell, feature, trait, magic, or other effect can cause a fidele angel to act against or harm its mate or change its love or loyalty toward its mate."
                }
            ],
            "spell_list": [],
            "page_no": 19,
            "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_fidele-angel/"
        }
    ]
}