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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?ordering=-desc&page=3",
    "previous": "https://api.open5e.com/monsters/?ordering=-desc",
    "results": [
        {
            "slug": "erina-scrounger",
            "desc": "_This small humanoid has a slightly pointed face with bright, brown eyes and a black, snout-like nose. Its skin is covered in short, tan fur, and its head, shoulders, and back have smoothed-down quills._  \nErinas, or hedgehog folk, are a small, communal race.  \n_**Burrowed Villages.**_ Natural diggers at heart, erinas live in shallow networks of tunnels and chambers they excavate themselves. Enemies who attack the peaceful erinas easily become confused and lost in the mazelike tunnels. On their own ground, the erinas can easily evade, outmaneuver, or surround invaders. They often lure them onto choke points where the enemy can be delayed endlessly while noncombatants and valuables are hustled to safety through other tunnels.  \n_**Scroungers and Gatherers.**_ Erinas are naturally curious. They tend to explore an area by tunneling beneath it and popping up at interesting points. They dislike farming, but subsist mainly on the bounty of the land surrounding their homes. In cities, they still subsist on what they can find, and they have a knack for finding whatever they need. Sometimes they are called thieves, but they aren’t greedy or malicious. They take only what they need, and seldom take anything from the poor. Some humans even consider it lucky to have a family of erinas nearby.",
            "name": "Erina Scrounger",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "erina",
            "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": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "poison",
            "damage_immunities": "",
            "condition_immunities": "",
            "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: 4 (1d4 + 2) slashing damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Sling",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 30/120 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "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": "An enemy who hits the erina with a melee attack while within 5 feet of it takes 2 (1d4) piercing damage."
                }
            ],
            "spell_list": [],
            "page_no": 178,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_erina-scrounger/"
        },
        {
            "slug": "jaculus",
            "desc": "_This small dragon has feathered wings on its forearms and powerful legs it uses to cling to trees._  \nThe jaculus (plural jaculi), is a draconic predator that roams the forest and jungle looking for valuable objects it can add to its hoard. Also called the javelin snake, a jaculus loves shiny or reflective items, and it is clever enough to identify items of real value. It will fight and kill to take items it desires, which it stashes inside hollow trees far from any forest trail.  \n**Leapers.** Jaculi are far better jumpers than flyers. They can jump 18 feet horizontally or 12 feet vertically after taking a single 2-foot step. They even climb faster than they fly, so they use their wings to flap clumsily back into the trees only when necessary.  \n**Teamwork Thievery.** Jaculi are among the least intelligent of the dragons—but they’re still smarter than most humans, and they’re known to pursue cunning and complicated plots to build their hoards. Many traditional tales tell of jaculi in the southern forests working as teams to separate merchants and other travelers from their wealth, figuring out ways to abscond with gems and jewelry before the owners even know they’ve been robbed. Some jaculi may feign docility or even pretend to be friendly and helpful, but wise travelers know that the creatures drop such ruses as soon as they can steal what they’re really after.",
            "name": "Jaculus",
            "size": "Small",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 65,
            "hit_dice": "10d6+30",
            "speed": {
                "walk": 20,
                "climb": 20,
                "fly": 10
            },
            "strength": 14,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 13,
            "wisdom": 13,
            "charisma": 13,
            "strength_save": 4,
            "dexterity_save": 6,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 3,
            "perception": 3,
            "skills": {
                "acrobatics": 6,
                "perception": 3,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, lightning",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 13",
            "languages": "Common, Draconic",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The jaculus makes one jaws attack and one claws attack."
                },
                {
                    "name": "Jaws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d4"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 2) slashing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spearhead",
                    "desc": "If the jaculus moves at least 10 feet straight toward a target and hits that target with a jaws attack on the same turn, the jaws attack does an extra 4 (1d8) piercing damage."
                }
            ],
            "spell_list": [],
            "page_no": 258,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_jaculus/"
        },
        {
            "slug": "ink-devil",
            "desc": "_This small devil wears a small red hat. A wicked grin flashes black teeth, and the creature nervously wrings its hands, baring long, needle-like claws._  \nInk devils have small, pursed mouths and long, thin, bony fingers. Their nails resemble quills. Their heads are often bald or shaved in a monastic tonsure, and they have two small horns, no larger than an acorn. Their skin tends toward walnut, indigo, and black tones, though the eldest are as pale as parchment. They often wear robes and carry scroll cases, and many consider Titivillus the greatest of arch-devils.  \n**Cowards at Heart.** Ink devils are talkers and cowards. They prefer chatting, whining, and pleading to any form of combat. When they are forced to fight, they prefer to hide behind other devils. They force lesser devils, like lemures, to fight for them while they use teleportation, invisibility, and their ability to disrupt the concentration of spellcasters to harry the opposition.  \n**False Gifts.** They often give strangers false gifts, like letters of credit, charters, or scholarly papers inscribed with a glyph of warding to start combat.  \n**Bibliophiles and Bookworms.** Ink devils live in libraries and scriptoria in the hells and related planes. Their speed and keen vision make them excellent accountants, record keepers, translators, and note takers. They cannot be trusted, and they delight in altering documents for their own amusement or in their master’s service.",
            "name": "Ink Devil",
            "size": "Small",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 54,
            "hit_dice": "12d6+12",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 18,
            "constitution": 12,
            "intelligence": 20,
            "wisdom": 8,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 9,
                "deception": 8,
                "history": 9,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 9",
            "languages": "Celestial, Common, Draconic, Infernal; telepathy (120 ft.)",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (3d6 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "3d6"
                },
                {
                    "name": "Disrupt Concentration",
                    "desc": "Their sharp, shrill tongues and sharper claws make ink devils more distracting than their own combat prowess might indicate. As a bonus action, an ink devil can force a single foe within 30 feet of the ink devil to make a DC 13 Wisdom saving throw or lose concentration until the beginning of the target's next turn."
                },
                {
                    "name": "Corrupt Scroll",
                    "desc": "An ink devil can corrupt the magic within any scroll by touch. Any such corrupted scroll requires a DC 13 Intelligence saving throw to use successfully. If the check fails, the scroll's spell affects the caster if it is an offensive spell, or it affects the nearest devil if it is a beneficial spell."
                },
                {
                    "name": "Devil's Mark",
                    "desc": "Ink devils can flick ink from their fingertips at a single target within 15 feet of the devil. The target must succeed on a Dexterity saving throw (DC 13), or the affected creature gains a devil's mark—a black, red, or purple tattoo in the shape of an archduke's personal seal (most often Mammon or Totivillus but sometimes Arbeyach, Asmodeus, Beelzebub, Dispater, or others). All devils have advantage on spell attacks made against the devil-marked creature, and the creature has disadvantage on saving throws made against spells and abilities used by devils. The mark can be removed only by a remove curse spell or comparable magic. In addition, the mark detects as faintly evil and often shifts its position on the body. Paladins, witchfinders, and some clerics may consider such a mark proof that a creature has made a pact with a devil."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the ink devil's spellcasting ability is Charisma (spell save DC 14). The ink devil can cast the following spells, requiring no material components:\n\nat will: detect magic, illusory script, invisibility, teleport (self plus 50 lb of objects only)\n\n1/day each: glyph of warding, planar ally (1d4 + 1 lemures 40 percent, or 1 ink devil 25 percent)"
                }
            ],
            "spell_list": [],
            "page_no": 107,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_ink-devil/"
        },
        {
            "slug": "idolic-deity",
            "desc": "_This small demonic idol fade into and out of reality. Its elemental will presses on those near as a near-physical pressure._  \n**Relics of Dark Gods.** Idolic deities are found in ancient temples and deserted tombs. They are relics of an elder age and all that remains of the favored children of deceiving dark god— mighty lordlings like Akoman the Evil Thought, Nanghant the Discontented, and Sarvar the Oppressor. Sent to consume the souls of those worshiping gods of light, these beings of shadow and sand labored slowly through corruption of the soul rather than outright war.  \n**Imprisoned Shadow Demons.** The corrupted ancient tribes and their priests began worshiping them as gods, and they forsook their master’s purpose to revel in their pride and vanity until they were struck down for their treachery. They have since wasted to a shadow remnant and been imprisoned in stony idols that barely cling to solidity.  \n**Constructed Nature.** An idolic deity doesn’t require air, food, drink, or sleep.",
            "name": "Idolic Deity",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "12d6+48",
            "speed": {
                "walk": 0,
                "fly": 30
            },
            "strength": 14,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 8,
                "stealth": 8
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "telepathy 60 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The idolic deity uses Seduce the Righteous and makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) bludgeoning damage plus 18 (4d8) psychic damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Seduce the Righteous",
                    "desc": "The idolic deity targets one creature it can see within 30 feet. The target has disadvantage on attack rolls, saving throws, or ability checks (the idolic deity chooses which) until the end of its next turn. A protection from evil and good spell cast on the target prevents this effect, as does a magic circle."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Stealth in darkness",
                    "desc": "The idolic diety gains an additional +3 to Stealth (+11 in total) in dim light or darkness."
                },
                {
                    "name": "Apostasy Aura",
                    "desc": "The idolic deity's presence causes devout followers to doubt their faith. A cleric or paladin that can see the idolic deity and wishes to cast a spell or use a class feature must make a DC 16 Wisdom saving throw. On a failed save, the spell or class feature is spent as if it was used, but it has no effect."
                },
                {
                    "name": "Incorporeal Movement",
                    "desc": "The idolic deity 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": "Shadow Stealth",
                    "desc": "While in dim light or darkness, the idolic deity can take the Hide action as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 255,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_idolic-deity/"
        },
        {
            "slug": "fraughashar",
            "desc": "_This slight creature resembles a goblin, but its blue skin and the icicles hanging from the tip of its long nose speak to the chilling truth._  \nThe fraughashar are a race of short, tricky, and cruel fey who inhabit cold mountainous regions. Fraughashar have light blue skin, short pointed ears, and needlelike teeth. Delighting in mayhem, they always seem to have devilish grins on their faces.  \n**Sacred Rivers.** They view cold rivers and river gorges as sacred places in which their wicked god Fraugh dwells, and they likewise revere the snowy peaks where the Snow Queen holds sway. Fraughashar are fiercely protective of their territory, and their easy mobility over frozen and rocky terrain lets them make short work of intruders.  \n**Chilling Tales.** The origin of the strange and deadly fraughashar is unclear. Some druidic legends claim the fraughashar were born out of a winter so cold and cruel that the spirits of the river itself froze. Bardic tales claim that the fraughashar are a tribe of corrupted goblins, and that they were permanently disfigured during a botched attempt at summoning an ice devil. Whatever the truth of their beginnings, the fraughashar are cruel and merciless, and they will kill anyone who enters their land.",
            "name": "Fraughashar",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "leather armor, shield",
            "hit_points": 18,
            "hit_dice": "4d6+4",
            "speed": {
                "walk": 25
            },
            "strength": 8,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "Sylvan",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fraughashar makes one bite attack and one dagger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Sling",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Frost Walker",
                    "desc": "The fraughashar's speed is unimpeded by rocky, snowy, or icy terrain. It never needs to make Dexterity checks to move or avoid falling prone because of icy or snowy ground."
                }
            ],
            "spell_list": [],
            "page_no": 206,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_fraughashar/"
        },
        {
            "slug": "venomous-mummy",
            "desc": "_This shambling corpse warrior is draped in stained linen wrappings. Green liquid drips from rents in the fabric._  \n**Servant of the Scorpion Goddess.** These mummies are crafted by Selket’s faithful to guard holy sites and tombs and to serve as agents of the goddess’s retribution. Should Selket or her faithful feel themselves slighted by an individual or a community, they perform dangerous rituals to awaken these creatures from the crypts of her temples. Venomous mummies delight in wreaking deadly vengeance against those who disrespect the goddess.  \n**Death to Blasphemers.** In most cases, retribution is limited to people who actually undertook the acts of blasphemy, but if her priests determine that an entire community has grown heretical and earned Selket’s wrath, they may set mummies loose against the entire populace.  \n**Deadly Smoke.** Burning a venomous mummy is a terrible idea; the smoke of their immolation is toxic.",
            "name": "Venomous Mummy",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 11,
            "armor_desc": "natural armor",
            "hit_points": 58,
            "hit_dice": "9d8+18",
            "speed": {
                "walk": 20
            },
            "strength": 16,
            "dexterity": 8,
            "constitution": 15,
            "intelligence": 7,
            "wisdom": 10,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "the languages it knew in life",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Venomous Fist",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage plus 10 (3d6) necrotic damage. If the target is a creature, it must succeed on a DC 12 Constitution saving throw or be affected by the Selket's venom curse (see above).",
                    "attack_bonus": 5,
                    "damage_dice": "2d6+7"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Selket's Venom",
                    "desc": "The venomous mummy's body and wrappings are magically imbued with substances that are highly toxic. Any creature that comes in physical contact with the venomous mummy (e.g., touching the mummy barehanded, grappling, using a bite attack) must succeed on a DC 12 Constitution saving throw or be poisoned with Selket's venom. The poisoned target takes 3 (1d6) poison damage every 10 minutes. Selket's venom is a curse, so it lasts until ended by the remove curse spell or comparable magic."
                },
                {
                    "name": "Toxic Smoke",
                    "desc": "The venomous mummy's poison-imbued wrappings and flesh create toxic fumes when burned. If a venomous mummy takes fire damage, it is surrounded by a cloud of toxic smoke in a 10-foot radius. This cloud persists for one full round. A creature that starts its turn inside the cloud or enters it for the first time on its turn takes 14 (4d6) poison damage, or half damage with a successful DC 12 Constitution saving throw."
                }
            ],
            "spell_list": [],
            "page_no": 299,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_venomous-mummy/"
        },
        {
            "slug": "doppelrat",
            "desc": "_This rat startled the moment it knew it was seen. Within seconds, the one rat became four, and then the four quickly multiplied into sixteen rats._  \nThe result of a Open Game License",
            "name": "Doppelrat",
            "size": "Tiny",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 22,
            "hit_dice": "5d4+10",
            "speed": {
                "walk": 15,
                "climb": 15,
                "swim": 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": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "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: 1 piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1"
                },
                {
                    "name": "Arcane Doubling (recharges after 10 minutes)",
                    "desc": "A doppelrat under duress creates clones of itself at the beginning of its turn. Each round for 4 rounds, the number of live doppelrats quadruples but never exceeds 20. For example, when the doppelrat triggers arcane doubling, 1 rat becomes 4; at the start of the rat's next turn, those 4 become 16; and at the start of the rat's third turn, those 16 become 20, the maximum allowed. If one of the duplicates was destroyed between the original doppelrat's 1st and 2nd turns, then the surviving 3 would become 12, and so on. Each duplicate appears in the same space as any other rat, can either move or take an action the round it appears, and has 4 hit points and AC 13. Any surviving duplicates perish 1 minute (10 rounds) after the first ones were created. If the original doppelrat dies, its clones stop duplicating but the preexisting clones remain until their time expires. A creature can identify the original doppelrat from its duplicates as an action by making a successful DC 15 Intelligence (Nature) or Wisdom (Perception) check."
                },
                {
                    "name": "Doppeling Disease",
                    "desc": "At the end of a dopplerat encounter, every creature bitten by a doppelrat or its duplicates must succeed on a DC 12 Constitution saving throw or contract the degenerate cloning disease. During each long rest, the diseased creature grows and sloughs off a stillborn clone. The doppeling process leaves the diseased creature incapacitated for 1 hour, unable to move and barely able to speak (spellcasting is impossible in this state). When the incapacitation wears off, the creature makes a DC 12 Constitution saving throw; it recovers from the disease when it makes its second successful save. Humanoid clones created by the disease cannot be brought to life in any manner."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The doppelrat has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Running Doppelrats",
                    "desc": "The hardest part of this monster is the sheer volume of attacks they generate. To model this, run them in groups of 4 for attack purposes and have those groups all use the same +5 to attack and do 1d4 damage. That way you need not roll 20 times for all of them, and you reduce the number of rolls required by a factor of 4."
                }
            ],
            "spell_list": [],
            "page_no": 123,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_doppelrat/"
        },
        {
            "slug": "thuellai",
            "desc": "_This raging cloud of animate mist and ice has icicle shards for eyes and claws. In battle or when hunting, a thuellai howls like a dozen screaming banshees._  \n_**Servants of Boreas.**_ These fast-flying creatures of air and ice were created by the lord of the north wind, Boreas, to be his heralds, assassins, and hunting hounds. They appear as a swirling blizzard, often blending in with snowstorms to surprise their victims.  \n_**Terrifying Blizzards.**_ Thuellai love to engulf creatures in their blizzards, to lash buildings with ice and cold, and to trigger avalanches with their whirlwinds. They thrive on destruction and fear, and they share their master’s unpredictable nature.  \n_**Immune to Steel.**_ Northerners especially fear the thuellai because of their resistance to mundane steel, their terrifying howls, and their ability to cause madness.  \n_**Elemental Nature.**_ A theullali doesn’t require air, food, drink, or sleep.",
            "name": "Thuellai",
            "size": "Huge",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 149,
            "hit_dice": "13d12+65",
            "speed": {
                "hover": true,
                "walk": 0,
                "fly": 100
            },
            "strength": 22,
            "dexterity": 24,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 4,
            "wisdom_save": 4,
            "charisma_save": 6,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Dwarvish, Primordial",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The thuellai makes two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 15 (2d8 + 6) slashing damage plus 26 (4d12) cold damage. If the target is wearing metal armor, it must make a successful DC 17 Constitution saving throw or gain one level of exhaustion.",
                    "attack_bonus": 10,
                    "damage_dice": "2d8+6"
                },
                {
                    "name": "Freezing Breath (Recharge 5-6)",
                    "desc": "The thuellai exhales an icy blast in a 40-foot cone. Each target in the area takes 39 (6d12) cold damage, or half damage with a successful DC 17 Constitution saving throw."
                },
                {
                    "name": "Algid Aura",
                    "desc": "All creatures within 10 feet of a thuellai take 7 (2d6) cold damage at the beginning of the thuellai's turn. Spells or magical effects that protect against cold are affected as if by a dispel magic spell (the theullai's effective spellcasting bonus is +5) if a thuellai is within 20 feet of the target at the start of the theullai's turn, and nonmagical flames within 20 feet of the thuellai are extinguished at the start of its turn."
                },
                {
                    "name": "Howl of the Maddening Wind (3/day)",
                    "desc": "a thuellai's howl can cause creatures to temporarily lose their minds and even to attack themselves or their companions. Each target within 100 feet of the theullai and able to hear the howl must make a successful DC 14 Wisdom saving throw or roll 1d8 and consult the table below at the start of its next turn. An affected creature repeats the saving throw at the end of each of its turns; a success ends the effect on itself, but a failure means it must roll again on the table below at the start of its next turn.\n\n1 - Act normally\n\n2-4 - Do nothing but babble incoherently\n\n5-6 - Do 1d8 damage + Str modifier to self with item in hand\n\n7-8 - Attack nearest target; select randomly if more than one"
                },
                {
                    "name": "Blizzard (1/Day)",
                    "desc": "The thuellai creates an icy blizzard in the area around it. A 50-foot radius sphere surrounding the theullai fills with icy fog, whirling snow, and driving ice crystals. Vision is lightly obscured, and creatures have disadvantage on Wisdom (Perception) checks that rely on vision or hearing. The ground in the affected area becomes difficult terrain. The effect lasts for 10 minutes and moves with the theullai."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Air Mastery",
                    "desc": "Airborne creatures have disadvantage on attack rolls against the thuellai."
                },
                {
                    "name": "Snow Vision",
                    "desc": "The thuellai see perfectly well in snowy conditions. It does not suffer Wisdom (Perception) penalties from snow, whiteout, or snow blindness."
                }
            ],
            "spell_list": [],
            "page_no": 379,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_thuellai/"
        },
        {
            "slug": "firebird",
            "desc": "_This proud bird struts like a peacock, made all the more majestic by its flaming fan of feathers, which shift through the color spectrum._  \n**Guides and Helpers.** Firebirds are welcome sights to those in need of warmth and safety. They primarily work at night or in underground areas, where their abilities are most needed. Friendly to all creatures, they become aggressive only upon witnessing obviously evil acts.  \nFirebirds enjoy working with good adventuring parties, providing light and healing, though their wanderlust prevents them from staying for long. Well-traveled parties may encounter the same firebird more than once, however.  \n**Redeemers.** Firebirds enjoy acting as reformers. They find mercenary creatures they perceive as potential “light bringers” to whom they grant boons in exchange for a geas to perform a specific good deed, in the hope such acts will redeem them.  \n**Magical Feathers.** Firebird feathers are prized throughout the mortal world; occasionally, the creatures bestow feathers upon those they favor. Firebirds also seed hidden locations with specialized feathers, which burst into full-grown firebirds after a year. As the creatures age, their feathers’ light dims, but this occurs gradually, as the creatures live over 100 years. Firebirds stand three feet tall and weigh 20 lb.",
            "name": "Firebird",
            "size": "Small",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 99,
            "hit_dice": "18d6+36",
            "speed": {
                "walk": 20,
                "fly": 100
            },
            "strength": 12,
            "dexterity": 19,
            "constitution": 14,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 21,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 4,
            "intelligence_save": 5,
            "wisdom_save": 4,
            "charisma_save": 7,
            "perception": 7,
            "skills": {
                "acrobatics": 6,
                "arcana": 5,
                "insight": 4,
                "medicine": 4,
                "nature": 5,
                "perception": 7,
                "religion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire",
            "condition_immunities": "charmed, frightened, invisible",
            "senses": "truesight 60 ft., passive Perception 17",
            "languages": "Celestial, Common, Elvish, Primordial, Sylvan",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The firebird makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 5 (1d8 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d8 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Blinding Ray (Recharge 5-6)",
                    "desc": "The firebird can fire a burning ray of light from its tail feathers in a line 5 feet wide and up to 50 feet long. Targets in the line must succeed on a DC 15 Dexterity saving throw or take 24 (7d6) fire damage and become blinded for 1d4 rounds. A successful saving throw negates the blindness and reduces the damage by half."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the firebird's innate spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components:\n\nat will: guidance, purify food and drink, speak with animals\n\n3/day each: charm person, cure wounds (2d8 + 5), daylight, faerie fire, heat metal, hypnotic pattern, tongues\n\n1/day each: geas, heal, reincarnate"
                },
                {
                    "name": "Light of the World",
                    "desc": "The firebird's feathers glow with a warm light. The creature sheds light as dim as a candle or as bright as a lantern. It always sheds light, and any feathers plucked from the creature continue to shed light as a torch."
                },
                {
                    "name": "Warming Presence",
                    "desc": "The firebird and any creatures within a 5-foot radius are immune to the effects of natural, environmental cold. Invited into a home or building, a firebird can expand this warming presence to its inhabitants no matter how close they are to the creature."
                }
            ],
            "spell_list": [],
            "page_no": 201,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_firebird/"
        },
        {
            "slug": "alehouse-drake",
            "desc": "_This plump little creature reclines with a dazed look in its eyes and the suggestion of a grin on its fanged jaws._  \n**Scaled Barflies.** Alehouse drakes squat in busy bars, rowdy taverns, and bustling inns. A bane or savior to every bartender and innkeeper, alehouse drakes enjoy pushing patrons’ emotions, driving crowds to ecstatic cheers or bloody bar fights.  \nAlehouse drakes make their homes in cities and towns, though older drakes settle down in roadside coaching inns. In the former situations, they are often troublemakers or pranksters, but in the latter circumstances, they usually befriend the proprietor and help manage flared tempers and weepy drinkers in return for living space and a generous tab.  \n**Relentless Gossips.** Alehouse drakes gossip endlessly. Perched in hiding places throughout busy taverns, they overhear many stories, and often trade in information, making them good sources for news about town. More devious and ill-mannered alehouse drakes resort to blackmail, but usually only to secure a comfortable spot in their chosen tavern.  \n**Family Heirlooms.** Alehouse drakes are one to two feet long on average and weigh about eighteen lb. with a plump belly. Their scales are deep amber with cream or white highlights, and they possess glittering, light-colored eyes. The oldest recorded alehouse drake lived just past 400 years—some are quite beloved by innkeeping families, and treated bit like family heirlooms.",
            "name": "Alehouse Drake",
            "size": "Tiny",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 65,
            "hit_dice": "10d4+40",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 7,
            "dexterity": 16,
            "constitution": 19,
            "intelligence": 11,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 5,
                "insight": 3,
                "persuasion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "paralyzed, unconscious",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Draconic",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d4"
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "An alehouse drake can burp a cloud of intoxicating gas in a 15-foot cone. A creature caught in the cloud becomes poisoned for 1 minute and must make a successful DC 14 Constitution saving throw or become stunned for 1d6 rounds."
                },
                {
                    "name": "Discombobulating Touch",
                    "desc": "An alehouse drake can make a touch attack that grants its target +3 to Dexterity-based skill checks and melee attacks but also induces confusion as per the spell. This effect lasts for 1d4 rounds. A successful DC 13 Charisma saving throw negates this effect."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the drake's innate casting ability is Charisma (spell save DC 13, +5 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nat will: friends, vicious mockery\n\n5/day each: calm emotions, dissonant whispers, ray of sickness, hideous laughter\n\n3/day each: confusion, invisibility"
                },
                {
                    "name": "Forgetful Spellcasting",
                    "desc": "When a creature fails an Intelligence, Wisdom, or Charisma saving throw against a spell cast by an alehouse drake, the creature immediately forgets the source of the spellcasting."
                }
            ],
            "spell_list": [],
            "page_no": 148,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_alehouse-drake/"
        },
        {
            "slug": "stuhac",
            "desc": "_This pale-skinned, white-bearded hermit wears a winter cloak and travels the mountain paths, cliff sides, and trade routes alone._  \n**Feigns Weakness.** Living in isolated mountain passes and foraging along little-traveled slopes, the stuhac is a master of stealth and deception. Wrapping heavy furs around itself, it poses as a feeble hermit or traveler needing assistance. Only after its victims have been lured away from warmth and safety does the stuhac drop its disguise and show its true nature: the withered traveler's gnarled hands uncurl to reveal jagged yellow claws, its cataract-ridden eyes are exposed as waxen orbs wobbling loosely in their sockets; throwing open its cloak, it proudly shows off woven layers of yellowed tendon and ligament.  \n**Hideous Garments.** The stuhac’s most prized possessions are its “clutters,” garments woven of layered and tangled ligaments and tendons. These grisly trophies are taken from scores of victims, and stuhacs treasure each bit of their disgusting attire. When two stuhac meet, they compare their garb, swapping anecdotes of their most horrifying kills and deceptions.  \nStuhacs weave new ligaments into their clutters while their still-living victims watch. Lying in crippled agony, they cannot flee as the stuhac tears fresh material from their bodies for its garments. To keep screams from disturbing their work, these monsters sever their victim’s vocal chords.  \n**Devour Victims.** Once its clutters are done, the stuhac feeds on its live victim, devouring everything but the bones. Finding a clean-picked humanoid skeleton along a mountain path is a reliable sign of a stuhac’s presence.  \nBecause female stuhacs have never been reported, some believe that these fiends mate with demons, hags, or lamias. Others believe stuhacs are part of a hideous malediction, a recipe for immortality that requires the subject to devour its own kind.",
            "name": "Stuhac",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 190,
            "hit_dice": "20d8+100",
            "speed": {
                "walk": 40,
                "climb": 40
            },
            "strength": 22,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 15,
            "strength_save": 11,
            "dexterity_save": 9,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "deception": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, fire; bludgeoning and piercing from nonmagical attacks",
            "damage_immunities": "cold, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Infernal; telepathy 100 ft.",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The stuhac makes two claw attacks and one bite attack, or two claw attacks and one hobble."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 20 (4d6 + 6) piercing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "4d6"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 29 (5d8 + 6) slashing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "5d8"
                },
                {
                    "name": "Hobble",
                    "desc": "A stuhac can cripple a creature by telekinetically tearing its tendons and ligaments. A stuhac can target one creature within 100 feet. The target must make a successful DC 16 Constitution saving throw or take 13 (3d8) force damage and its speed is reduced by 20 feet. Magical movement (flight, teleportation, etc.) is unaffected. This damage can only be cured through magical healing, not by spending hit dice or resting."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Mountain Stride",
                    "desc": "Mountain slopes and stone outcroppings pose no obstacle to a stuhac's movement. In mountainous areas, it scrambles through difficult terrain without hindrance."
                },
                {
                    "name": "Powerful Leap",
                    "desc": "The stuhac can jump three times the normal distance: 66 feet horizontally or 27 feet vertically with a running start, or half those distances from a stationary start."
                },
                {
                    "name": "Shapechanger",
                    "desc": "The stuhac can use its action to polymorph into one of two forms: that of an elderly humanoid male, and its natural form. It cannot alter either form's appearance or capabilities using this ability, and damage sustained in one form transfers to the other form."
                }
            ],
            "spell_list": [],
            "page_no": 370,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_stuhac/"
        },
        {
            "slug": "kot-bayun",
            "desc": "_This oddly colored cat appears at first to be a powerful panther. Its wide mouth pulls into something like a human grin, and its knowing eyes hint at intelligence beyond that of a typical predator._  \nEnemies of elves and blink dogs, kot bayuns are magical hunting cats gifted with eloquent speech and cunning abilities.  \n**Speaking Fey Cats.** These brutal and temperamental creatures get along well with cruel-minded fey. More gentle fey rightfully find the creatures to be a menace. A kot bayun measures six feet long and weighs over 200 lb. They are long-lived, and some stories record the same kot bayun in a region for over 400 years.  \n**Sing to Sleep.** In addition to their stealthy natures and physical prowess, kot bayun have the ability to put prey to sleep with song. They carefully choose victims and stalk them for a time, learning their strengths and weaknesses before making their attack. They lay in wait until their prey is vulnerable and then begin their slumbering song. Those resisting the call to slumber are always the kot bayun’s first victims as they launch from cover and attempt to disembowel their prey. In forests with a thick canopy, a kot bayun stealthily creeps among tree limbs, tracking the movement of its prey below.  \n**Healing Poetry.** If discovered by intelligent prey, a kot bayun opens with a parley instead of claws. In rare cases, a kot bayun finds something in its prey it likes and cold predation turns to a lukewarm association.  \nBefriending a kot bayun has benefits as the creature’s poems, tales, and sagas have the magical ability to heal negative conditions. A kot bayun tells its stories in the form of strange epics and poetry, ranging from simple rhyming folk poems to complex sonnets. This ability is not widely known (a secret the creatures intend to keep), but, as folktales spread, more and more adventurers and sages seek out these elusive beasts.",
            "name": "Kot Bayun",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 44,
            "hit_dice": "8d8+8",
            "speed": {
                "walk": 40,
                "climb": 20
            },
            "strength": 16,
            "dexterity": 16,
            "constitution": 13,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Sylvan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The kot bayun makes one bite attack and one claws attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5ft., one target. Hit: 14 (2d10 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Slumbering Song",
                    "desc": "The kot bayun puts creatures to sleep with its haunting melody. While a kot bayun sings, it can target one hearing creature within a 100-foot radius. This target must succeed on a DC 13 Charisma saving throw or fall asleep. The target repeats the saving throw at the end of each of its turns, ending the effect on itself on a success. Each round the kot bayun maintains its song, it can select a new target. A creature that successfully saves is immune to the effect of that kot bayun's song for 24 hours. The slumbering song even affects elves, but they have advantage on the Charisma saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Folk Cure",
                    "desc": "A kot bayun's tales have the effect of a lesser restoration spell at will, and once per week it can have the effect of greater restoration. The kot bayun designates one listener to benefit from its ability, and that listener must spend one uninterrupted hour listening to the cat's tales. Kot bayuns are reluctant to share this benefit and must be bargained with or under the effect of domination to grant the boon."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the kot bayun's innate spellcasting ability is Charisma (spell save DC 13). It can innately cast the following spells, requiring no material components:\n\n3/day each: fog cloud, invisibility (self only)\n\n1/day: blink"
                }
            ],
            "spell_list": [],
            "page_no": 268,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_kot-bayun/"
        },
        {
            "slug": "flab-giant",
            "desc": "_This obese, bell-shaped giant is blemished by ulcers, enlarged veins, and fungal rashes. Though it stumbles about on a pair of short, calloused legs, it moves its weight with dangerous potential, catching many foes off-guard._  \n**Great Girth.** Whether as a result of a centuriespast curse or a gradual adaptation to an easy-going existence, the flab giant (one of the shortest breeds of giant) is gigantic in width rather than height and almost comical in its simple life.  \nToo obese to effectively grasp weapons in its chubby fingers, a flab giant uses its great mass to deadly effect, overrunning or grabbing opponents and then sitting on them to crush them to death, swatting away missiles, and simply putting up with the damage of melee attacks until its victims stop struggling and it gets up to see if they’re dead yet.  \n**Efficient Foragers.** Flab giants are the least active of giant types, spending most of their waking hours resting, napping, and sleeping, and only devote a short period each day to listlessly shuffling about, scrounging for food. Because a flab giant can eat practically anything, it doesn’t have to roam far to find enough food to sustain its bulk, so it is rarely found far from its crude lair.  \n**Knotted Skins.** Flab giants wear only scraps of clothing made of loosely knotted skins, leaving most of their stretch-marked and discolored skin exposed. Favored pelts include bear and human. A flab giant stands eight to ten feet tall and weighs 1,000 to 1,500 pounds.",
            "name": "Flab Giant",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "walk": 20
            },
            "strength": 20,
            "dexterity": 6,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "passive Perception 13",
            "languages": "Dwarvish, Giant",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two slam attacks. If both hit, the target is grappled (escape DC 15), and the flab giant uses its squatting pin against the target as a bonus action."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Squatting Pin",
                    "desc": "The flab giant squats atop the target, pinning it to the ground, where it is grappled and restrained (escape DC 17). The flab giant is free to attack another target, but the restrained creatures are released if it moves from its current space. As long as the giant does not move from the spot, it can maintain the squatting pin on up to two Medium-sized or smaller creatures. A creature suffers 9 (1d8 + 5) bludgeoning damage every time it starts its turn restrained by a squatting pin."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Massive",
                    "desc": "A flab giant can't dash. Attacks that push, trip, or grapple are made with disadvantage against a flab giant."
                }
            ],
            "spell_list": [],
            "page_no": 223,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_flab-giant/"
        },
        {
            "slug": "spark",
            "desc": "_This mote of electrical energy floats menacingly, erupting in a shower of sparks and tendrils of lightning. When it disappears, it leaves only the whiff of ozone._  \n**Born in Storms.** When a great storm rips across a world in the Material Plane, it sometimes tears loose the fabric of reality, releasing sentient creatures composed entirely of elemental energy. Fueled by its frenetic thought patterns and erratic actions, a spark jolts through its new world to find a physical body, drawn by an urge to know form.  \n**Symbionts and Twins.** Some spellcasters deliberately seek out sparks for symbiosis. Sorcerers or clerics devoted to deities of the elements may reach an agreement with these creatures, allowing them to ride within their bodies for their entire lifetime.  \nOccasionally when a spark forms, an oppositely charged mate is created at the same time. When this happens, the two always stay within 300 feet of one another. Sparks rarely survive longer than a year, even within a symbiotic relationship with a mortal form. When they expire, they simply wink out and return to the elemental planes.  \n**Seek Strong Hosts.** When a formless spark senses a potential body approaching, it dims its light or enters a metallic object. Sparks prefer to inhabit creatures with high Strength over other possible targets. Once in control of a body, the spark uses the new vessel to deliver shocking grasp attacks or to cast lightning bolt or call lightning against distant enemies. If ejected from a creature, a spark immediately tries to inhabit another.  \n**Elemental Nature.** A spark doesn’t require air, food, drink, or sleep.",
            "name": "Spark",
            "size": "Tiny",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 84,
            "hit_dice": "13d4+52",
            "speed": {
                "hover": true,
                "walk": 10,
                "fly": 60
            },
            "strength": 4,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, fire, force, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "lightning",
            "condition_immunities": "exhaustion, grappled, paralyzed, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Primordial",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Inhabit",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: The target must succeed on a DC 14 Charisma saving throw or become dominated by the spark, as the dominate person spell. The spark instantly enters the target's space and merges into the target's physical form. While inhabiting a creature, a spark takes no damage from physical attacks. The target creature receives a +4 bonus to its Dexterity and Charisma scores while it's inhabited. The speech and actions of an inhabited creature are noticeably jerky and erratic to any creature with passive Perception 14 or higher. Each time the spark uses innate spellcasting, the host can attempt another DC 14 Charisma saving throw. A successful save expels the spark, which appears in an unoccupied space within 5 feet of the former host. The inhabiting spark slowly burns out its host's nervous system. The inhabited creature must make a successful DC 15 Constitution saving throw at the end of each 24 hour-period or take 2d6 lightning damage and have its maximum hit points reduced by the same amount. The creature dies if this damage reduces its hit point maximum to 0. The reduction lasts until the inhabited creature completes a long rest after the spark is expelled."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the spark's innate casting ability is Charisma (spell save DC 14, +6 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nat will: shocking grasp\n\n3/day: lightning bolt\n\n1/day: call lightning"
                }
            ],
            "spell_list": [],
            "page_no": 357,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_spark/"
        },
        {
            "slug": "dogmole",
            "desc": "_This mole-like creature is the size of a large dog, with a thick, barrel-shaped body as heavy as a full-grown dwarf. A ring of tentacles sprouts above a mouth dominated by spade-like incisors. It has no visible ears and only tiny, cataract-filled eyes, but somehow it senses its environment nonetheless._  \n**Domesticated by Dwarves.** Mountain dwarves have domesticated many subterranean creatures, among them a breed of giant talpidae commonly called dogmoles. Energetic and obedient, dogmoles pull ore-trolleys through mines, sniff out toxic gases and polluted waters, and help dig out trapped miners.  \n**Sense Cave-Ins.** Dogmoles are renowned for their ability to detect imminent cave-ins and burrowing monsters, making them welcome companions in the depths. Outside the mines, dogmoles serve as pack animals, guard beasts, and bloodhounds.  \n**Derro Cruelty.** Derro also use dogmoles, but such unfortunate creatures are scarred and brutalized, barely controllable even by their handlers.",
            "name": "Dogmole",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 71,
            "hit_dice": "11d8+22",
            "speed": {
                "walk": 30,
                "burrow": 10,
                "swim": 10
            },
            "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": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., passive Perception 11",
            "languages": "-",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dogmole makes one claw attack and one bite attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 12 (3d6 + 2) slashing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "3d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Burrow",
                    "desc": "Dogmoles cannot burrow into solid rock, but they can move through softer material like soil or loose rubble, leaving a usable tunnel 5 feet in diameter."
                },
                {
                    "name": "Wormkiller Rage",
                    "desc": "Wild dogmole packs are famed for their battles against monsters in the dark caverns of the world. If the dogmole draws blood against vermin, a purple worm, or other underground invertebrates, it gains a +4 boost to its Strength and Constitution, but suffers a -2 penalty to its AC. The wormkiller rage lasts for 3 rounds. It cannot end the rage voluntarily while the creatures that sent it into a rage still lives."
                }
            ],
            "spell_list": [],
            "page_no": 120,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_dogmole/"
        },
        {
            "slug": "spire-walker",
            "desc": "_This miniscule creature kicks up a ghostly, sparkling fire when it jostles and jigs. Lightning sparks fly between it and its perch._  \n**Storm Dancers.** When storm clouds gather over cities, harbors, and twisted badlands, electrical energy fills the air. During these times, miniscule fey dance on church steeples, desolate peaks, and ships’ masts.  \nAlso called corposanti by scholars, spire walkers are nature spirits that delight in grandiose displays of thunderbolts. They can be found frolicking in a thunderstorm or keeping company with blue dragons or storm giants—though these larger creatures often chase them off for being a nuisance.  \n**Small and Metallic.** These spire walkers stand no more than a foot tall, with dusky blue-gray skin and shocks of silvery, slate, or pale blue hair. Spire walkers prefer clothing in metallic hues with many buttons, and they always carry a handful of tiny copper darts that they hurl at each other during their incomprehensible games. When excited, they emit a sparking glow from the tips of their noses, eyebrows, ears, and pointy shoes.  \nThey play rough-and-tumble games among themselves and enjoy pranking bystanders with frightening but mostly harmless electric shocks. If a spire walker perishes during the fun, the others pause just long enough to say “awww, we’ll miss you” and go through their comrade’s pockets before continuing with the game.  \n**Love Copper and Amber.** Spire walkers like gold but they love copper. They prefer it over all other metals, and they keep the copper pieces in their pockets brilliantly polished. They also value amber gems. Among a group of spire walkers, the leader is not the cleverest or most ruthless, but the one displaying the most ostentatious amber jewel.",
            "name": "Spire Walker",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 38,
            "hit_dice": "11d4+22",
            "speed": {
                "walk": 20
            },
            "strength": 3,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 11,
            "wisdom": 10,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing from nonmagical attacks",
            "damage_immunities": "lightning, thunder",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "Common, Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Lightning Dart",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 20/60 ft., one target. Hit: 1 piercing damage plus 9 (2d8) lightning damage. If the attack misses, the target still takes 4 (1d8) lightning damage. Whether the attack hits or misses its intended target, every other creature within 10 feet of the target takes 9 (2d8) lightning damage, or half damage with a successful DC 14 Dexterity saving throw.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Energized Body",
                    "desc": "A creature that hits the spire walker with a melee attack using a metal weapon takes 5 (1d10) lightning damage."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the spire walker's innate spellcasting ability is Charisma (spell save DC 12, +4 to hit with spell attacks). The spire walker can innately cast the following spells, requiring no material components:\n\nat will: produce spark (as the cantrip produce flame, but it does lightning damage)\n\n3/day each: dancing lights, feather fall, invisibility\n\n1/day each: faerie fire, thunderwave"
                },
                {
                    "name": "Steeple Step",
                    "desc": "The spire walker can use 10 feet of its movement to step magically from its position to the point of a steeple, mast, or other spire-like feature that is in view within 30 feet. The spire walker has advantage on Dexterity (Acrobatics) checks and Dexterity saving throws while it is standing on a steeple or any similar narrow, steep structure or feature."
                }
            ],
            "spell_list": [],
            "page_no": 367,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_spire-walker/"
        },
        {
            "slug": "clockwork-watchman",
            "desc": "_This mechanical being’s body is composed of brass and iron and bedecked in a loose uniform of the city watch. Its movements are slow but steady._  \n**Lightly Armored Servants.** Clockwork watchmen are more solidly built versions of the more common clockwork scullions (servant creatures in wealthy households, incapable of combat). Proper clockwork watchmen are built with iron parts instead of tin, and given keener senses. Many have small bits of armor covering their joints and most vital parts.  \n**Constant Rounds.** They endlessly patrol the city day and night, pausing only to receive maintenance and new boots.  \n**Shouts & Stutters.** Their speech is slow and halting, but their distinctive shouts and whistles bring human guards at a run.  \n**Constructed Nature.** A clockwork watchman doesn’t require air, food, drink, or sleep.",
            "name": "Clockwork Watchman",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 55,
            "hit_dice": "10d8+10",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 4,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Halberd",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 10 ft., one target. Hit: 7 (1d10 + 2) slashing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Net Cannon",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 5/15 ft., one target, size Large or smaller. Hit: the target is restrained. A mechanism within the clockwork huntsman's chest can fire a net with a 20-foot trailing cable anchored within the watchman's chest. A creature can free itself (or another creature) from the net by using its action to make a successful DC 10 Strength check or by dealing 5 slashing damage to the net at AC 10. The watchman can fire up to four nets before it must be reloaded.",
                    "attack_bonus": 3,
                    "damage_dice": "0"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The clockwork watchman is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clockwork watchman has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 65,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_clockwork-watchman/"
        },
        {
            "slug": "flutterflesh",
            "desc": "_This mass of fused corpses resembles a butterfly with wings of skin, limbs of bone, and a head formed of several different skulls. The dark magic that formed this abomination swirls around it hungrily._  \n**Bound by Necromancy.** Flutterflesh result from a terrible necromantic ritual. Cultists gather in the name of a dark god, powerful lich, or crazed madman, and forever bind themselves body and soul into a single evil being. Flutterflesh take recently severed limbs and fuse these new pieces to themselves in accordance with some unknowable aesthetic.  \n**Dilemma of Flesh.** The most horrifying thing about a flutterflesh, however, is its devious nature. A flutterflesh offers its prey the choice to either die or lose a limb. One can always tell where a flutterflesh resides because so many of the locals are missing appendages.  \n**Undead Nature.** A flutterflesh doesn’t require air, food, drink, or sleep.",
            "name": "Flutterflesh",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 187,
            "hit_dice": "22d10+66",
            "speed": {
                "walk": 10,
                "fly": 60
            },
            "strength": 11,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": 4,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "deception": 4,
                "perception": 5,
                "stealth": 8
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "cold, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, paralyzed, exhaustion, poison, stunned, unconscious",
            "senses": "darkvision 240 ft., passive Perception 15",
            "languages": "Common, Darakhul",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The flutterflesh makes two bone spur attacks or two tormenting gaze attacks."
                },
                {
                    "name": "Bone Spur",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 17 (2d12 + 4) slashing damage plus 11 (2d10) necrotic damage. If both attacks hit a single creature in the same turn, it is grappled (escape DC 10). As a bonus action, the flutterflesh can choose whether this attack does bludgeoning, piercing, or slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d12"
                },
                {
                    "name": "Tormenting Gaze",
                    "desc": "A target creature within 120 feet and able to see the flutterflesh takes 18 (4d8) psychic damage and is paralyzed for 1d4 rounds, or takes half damage and isn't paralyzed with a successful DC 15 Wisdom saving throw. Tormenting gaze can't be used against the same target twice in a single turn."
                },
                {
                    "name": "Slash",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage. On a critical hit, the target takes an additional 27 (5d10) slashing damage and must make a DC 12 Constitution saving throw. On a failure, the flutterflesh lops off and absorbs one of the target's limbs (chosen randomly) and heals hit points equal to the additional slashing damage it inflicted.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Weapons",
                    "desc": "The flutterflesh's attacks are magical."
                },
                {
                    "name": "Turn Resistance",
                    "desc": "The flutterflesh has advantage on saving throws against any effect that turns undead."
                },
                {
                    "name": "Creeping Death",
                    "desc": "A creature that starts its turn within 30 feet of the flutterflesh must make a successful DC 15 Constitution saving throw or take 14 (4d6) necrotic damage."
                },
                {
                    "name": "Regeneration",
                    "desc": "The flutterflesh regains 10 hit points at the start of its turn. If the flutterflesh takes radiant or fire damage, this trait doesn't function at the start of its next turn. The flutterflesh dies only if it starts its turn with 0 hit points and doesn't regenerate."
                }
            ],
            "spell_list": [],
            "page_no": 203,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_flutterflesh/"
        },
        {
            "slug": "mbielu",
            "desc": "_This lumbering saurian quadruped has large, oblong plates of bone covered in greenish slime protruding from its back and its thick, club-like tail._  \n_**Large Plates.**_ People describe this reptilian herbivore as “the animal with planks growing out of its back.” The mbielu is a large dinosaur akin to a stegosaurus, with square dorsal plates that support symbiotic colonies of toxic, green algae. The plates themselves are as large as shields.  \n_**Aquatic Herbivore.**_ An mbielu spends most of its life underwater, feeding on aquatic plants and avoiding the withering glare of the harsh sun, but it comes onto land frequently to sun itself for a few hours before immersing itself once again.  \n_**Toxic Alchemy.**_ Its dorsal plate algae undergo an alchemical reaction in the continual transition between water and sky, especially during mbielu migrations to new watery dens. The algae produce a hallucinogenic contact poison that clouds the minds of most creatures. Mbielus themselves are immune to the toxin.",
            "name": "Mbielu",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 95,
            "hit_dice": "10d12+30",
            "speed": {
                "walk": 30,
                "swim": 20
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "-",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 20 (3d10 + 4) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 Strength saving throw or be knocked prone.",
                    "attack_bonus": 6,
                    "damage_dice": "3d10"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Rollover",
                    "desc": "If the mbielu is grappled by a Large creature, it rolls on top of the grappler and crushes it. The mbielu automatically escapes from the grapple and the grappler takes 20 (3d10 + 4) bludgeoning damage."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Toxic Skin",
                    "desc": "A creature that touches the mbielu or hits it with a melee attack exposes itself to the mbielu's poisonous skin. The creature must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, a creature also suffers disadvantage on Intelligence, Wisdom, and Charisma saving throws."
                }
            ],
            "spell_list": [],
            "page_no": 114,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_mbielu/"
        },
        {
            "slug": "mirager",
            "desc": "_This lovely lass is clad in diaphanous veils and a revealing skirt, and she shows graceful skill while dancing through the dust._  \n**Humanoid Sand.** In its natural form, a mirager resembles a shifting mass of sand and dust with a vaguely humanoid shape, crumbling away like a sandcastle in the wind.  \n**Enticing Illusion.** A mirage can take on the guise of a lovely man or woman with luminous eyes, delicate features, and seductive garments. Whether male or female, a mirager dresses in veils and flowing robes that accentuate its enticing beauty.  \n**Thirst for Blood.** Whatever its apparent form, a mirager’s existence is one of unnatural and endless thirst. They hunger for flesh and thirst for blood, and they draw especial pleasure from leeching a creature’s fluids in the throes of passion. A victim is drained into a lifeless husk before the mirager feasts on the dehydrated remains.",
            "name": "Mirager",
            "size": "Medium",
            "type": "Fey",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "deception": 7,
                "perception": 4,
                "performance": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack.",
                    "desc": "The mirager makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) bludgeoning damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Thirst Kiss",
                    "desc": "The mirager feeds on the body moisture of creatures it lures into kissing it. A creature must be charmed, grappled, or incapacitated to be kissed. A kiss hits automatically, does 21 (6d6) necrotic damage, and fills the mirager with an exultant rush of euphoria that has the same effect as a heroism spell lasting 1 minute. The creature that was kissed doesn't notice that it took damage from the kiss unless it makes a successful DC 16 Wisdom (Perception) check."
                },
                {
                    "name": "Captivating Dance (Recharges after a Short or Long Rest, Humanoid Form Only)",
                    "desc": "The mirager performs a sinuously swaying dance. Humanoids within 20 feet that view this dance must make a successful DC 16 Wisdom saving throw or be stunned for 1d4 rounds and charmed by the mirager for 1 minute. Humanoids of all races and genders have disadvantage on this saving throw. A creature that saves successfully is immune to this mirager's dance for the next 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shapechanger",
                    "desc": "The mirager can use its action to polymorph into a Small or Medium humanoid, or back into its true form. Its statistics, other than its size, 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."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the mirager's innate spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components:\n\n3/day: charm person\n\n1/day each: hallucinatory terrain, suggestion"
                },
                {
                    "name": "Enthralling Mirage",
                    "desc": "When the mirager casts hallucinatory terrain, the area appears so lush and inviting that those who view it feel compelled to visit. Any creature that approaches within 120 feet of the terrain must make a DC 15 Wisdom saving throw. Those that fail are affected as by the enthrall spell with the mirager as the caster; they give the mirage their undivided attention, wanting only to explore it, marvel at its beauty, and rest there for an hour. The mirager can choose to have creatures focus their attention on it instead of the hallucinatory terrain. Creatures affected by the enthrall effect automatically fail saving throws to disbelieve the hallucinatory terrain. This effect ends if the hallucinatory terrain is dispelled."
                }
            ],
            "spell_list": [],
            "page_no": 291,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_mirager/"
        },
        {
            "slug": "deep-drake",
            "desc": "_This large, unnerving drake’s glassy black scales have purple undertones. Its features are elongated and almost alien. Black, expressionless eyes stare ahead, and a barbed stinger sits at the end of a long tail._  \n**Friend to Ghouls.** The deep drake has made a niche for itself in subterranean realms, establishing trade with the darakhul and with other races of the underworld. The drakes’ poison ensures the ghouls have replacements when their population dwindles. In return, those underlings who fail their rulers become food for the drake.  \n**Love Darkness.** Life underground has warped the drakes. Whereas most drakes attach themselves to humanoids, these creatures feel much more at home with aberrations and undead. They avoid sunlight and are strictly nocturnal when on the surface.  \n**Few in Number.** A deep drake mates for life with another deep drake when two of these rare creatures meet. A hermaphroditic creature, the drake assumes a gender until it finds a mate, at which time it may change. Once every 10-20 years, the drakes reproduce, resulting in three or four three‑foot long, rubbery eggs. Occasionally, subterranean undead or aberrations take these eggs to their cities to train the young drakes. A “household drake” is a great status symbol in some deep places, and surface necromancers who have heard of them are often extremely eager to acquire one.  \nDeep drakes are 12 feet long, plus a three-foot long tail, and weigh up to 1,500 pounds. Their coloration makes them ideal predators in the subterranean dark.",
            "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": 50,
                "climb": 30,
                "fly": 100
            },
            "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": 6,
            "skills": {
                "athletics": 9,
                "insight": 6,
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic",
            "condition_immunities": "paralyzed, unconscious",
            "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.",
                    "attack_bonus": 9,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "2d6"
                },
                {
                    "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 4 rounds. While poisoned this way, the target must repeat the save at the start of its turn, ending the condition on a success. On a failure, it takes 10 (3d6) poison damage. When animate dead is cast on creatures killed by this poison, the caster requires no material components.",
                    "attack_bonus": 9,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "A deep drake blasts forth a crackling 80-foot line of purple-black energy that wracks its victims with pain. This attack deals 35 (10d6) necrotic damage, or half damage with a successful DC 16 Dexterity saving throw. Targets that fail this saving throw must also succeed on a DC 16 Constitution saving throw or become stunned for 1d4 rounds."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The drake has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 152,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_deep-drake/"
        },
        {
            "slug": "skitterhaunt",
            "desc": "_This large vermin moves erratically, leaking noxious fluid from its cracked exoskeleton._  \n**Ooze Vermin.** This parasitic ooze lives in the shells of monstrous vermin, such as scorpions and spiders, that it has infested and killed. A skitterhaunt creature might be mistaken for its original, living version at a glance, but the sluggish, erratic movements and oozing carapace of skitterhaunts quickly reveal their true nature.  \n**Wide Range of Prey.** A skitterhaunt infection can decimate whole nests of vermin. When those are in short supply, these oozes move on to prey on other species, such as ants, crabs, tosculi, and sometimes even zombies or reptiles.  \n**Hosts Required.** Skitterhaunts can’t survive long outside their host creatures; they quickly liquefy and lose their cohesion. A body abandoned by a skitterhaunt is an eerie, hollowed-out husk with a strong, acidic odor.",
            "name": "Skitterhaunt",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 95,
            "hit_dice": "10d10+40",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 11,
            "constitution": 19,
            "intelligence": 1,
            "wisdom": 7,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 8",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The skitterhaunt makes two claw attacks and one sting attack."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) slashing damage plus 5 (1d10) acid damage, and the target is grappled (escape DC 12). The skitterhaunt has two claws, each of which can grapple one target.",
                    "attack_bonus": 4,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 7 (1d10 + 2) piercing damage plus 5 (1d10) acid damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Acid Spray (Recharge 6)",
                    "desc": "The skitterhaunt spits acid in a line 30 feet long and 5 feet wide. Each creature in that line takes 18 (4d8) acid damage, or half damage with a successful DC 14 Dexterity saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Broken Shell",
                    "desc": "A creature that hits the skitterhaunt with a melee attack while within 5 feet of it takes 5 (1d10) acid damage."
                },
                {
                    "name": "Infest Vermin",
                    "desc": "If the skitterhaunt damages a Medium or smaller beast, it can try to infest it as a bonus action. The damaged creature must succeed on a DC 14 Constitution saving throw against disease or become poisoned until the disease is cured. Every 24 hours that elapse, the target must repeat the saving throw, reducing its hit point maximum by 5 (1d10) on a failure. If the disease reduces its hit point maximum to 0, the skitterhaunt has devoured the creature's insides and the affected becomes a skitterhaunt, retaining its outward shell but replacing its flesh with skitterhaunt ooze."
                }
            ],
            "spell_list": [],
            "page_no": 352,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_skitterhaunt/"
        },
        {
            "slug": "smaragdine-golem",
            "desc": "_This large statue of emerald-green crystal has a humanoid body with the head of an ibis. Tiny symbols and runes are etched into it, and portions are inlaid with bits of gold._  \n**Occult Initiates.** Smaragdine golems are crafted by disciples of occult esoterica to guard their secret meeting halls, sacred texts, and the arcane books of power.  \n**Emerald Body.** Though they seem to be made entirely of emeralds (and some are used in their construction), a smaragdine golem’s body is closer to enchanted glass than to gemstones, a sad truth that has disappointed many plunderers.  \n**A Maker’s Privilege.** Though smaragdine golems are sometimes given to powerful mages, scholars, theurgists, and hierophants as a token of esteem, they are always subject first to the magic and orders of their creators.  \n**Constructed Nature.** A golem doesn’t require air, food, drink, or sleep.",
            "name": "Smaragdine Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 231,
            "hit_dice": "22d10+110",
            "speed": {
                "walk": 30
            },
            "strength": 24,
            "dexterity": 11,
            "constitution": 21,
            "intelligence": 3,
            "wisdom": 11,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The golem makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 25 (4d8 + 7) bludgeoning damage.",
                    "attack_bonus": 12,
                    "damage_dice": "4d8"
                },
                {
                    "name": "Release Spell",
                    "desc": "The golem can release an absorbed spell effect as a blast of green energy, which blasts out as a sphere centered on the golem with a radius of 10 feet per level of the absorbed spell. All creatures in the area of effect other than the golem takes 7 (2d6) lightning damage per level of the absorbed spell, or half damage with a successful DC 18 Dexterity saving throw. Creatures that fail the saving throw are also blinded until the end of the golem's next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The golem is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The golem has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The golem's weapon attacks are magical."
                },
                {
                    "name": "Absorb Magic",
                    "desc": "As a bonus action, the golem targets any creature, object, or magical effect within 10 feet of it. The golem chooses a spell already cast on the target. If the spell is of 3rd level or lower, the golem absorbs the spell and it ends. If the spell is of 4th level or higher, the golem must make a check with a +9 modifier. The DC equals 10 + the spell's level. On a successful check, the golem absorbs the spell and it ends. The golem's body glows when it absorbs a spell, as if under the effect of a light spell. A smaragdine golem can only hold one absorbed spell at a time."
                }
            ],
            "spell_list": [],
            "page_no": 236,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_smaragdine-golem/"
        },
        {
            "slug": "ngobou",
            "desc": "_This ill-tempered, six-horned creature resembles a triceratops the size of an ox, with pairs of horns atop its nose and brows, as well as great tusks jutting from each side of its mouth._  \n_**Hatred of Elephants.**_ Ngobous are ox-sized dinosaurs often at war with elephants over territory. Ngobous are irascible and suspicious by nature, prone to chasing after any creature that stays too long inside its territory. They also become aggressive when they can see or smell elephants. Even old traces of elephants’ scent are sufficient to trigger an ngobou’s rage.  \n_**Poor Beasts of War.**_ Grasslands tribes sometimes try to train ngobous as beasts of burden or war, but most have given up on the ill-tempered animals; their behavior is too erratic, especially if elephants are nearby or have been in the area recently.  \n_**Trample Crops.**_ Ngobou herds can smash entire crops flat in minutes—and their horns can tear through a herd of goats or cattle in little time as well.",
            "name": "Ngobou",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "10d10+30",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 9,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 9,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 15",
            "languages": "-",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 38 (6d10 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "6d10"
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one prone creature. Hit: 18 (3d8 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "3d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Trampling Charge",
                    "desc": "If the ngobou moves at least 20 feet straight toward a creature and then hits it with a gore attack on the same turn, that target must succeed on a DC 13 Strength saving throw or be knocked prone. If the target is prone, the ngobou can make one stomp attack against it as a bonus action."
                },
                {
                    "name": "Elephants' Bane",
                    "desc": "The ngobou has advantage on attacks against elephants. It can detect by scent whether an elephant has been within 180 feet of its location anytime in the last 48 hours."
                },
                {
                    "name": "Spikes",
                    "desc": "A creature that grapples an ngobou takes 9 (2d8) piercing damage."
                }
            ],
            "spell_list": [],
            "page_no": 115,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_ngobou/"
        },
        {
            "slug": "goat-man",
            "desc": "_This hunched, man-like figure lurches with a strange, half-hopping gait. Tattered clothing hangs from its muscled shoulders, and its legs are those of a ram, ending in cloven hooves._  \n**Trespassers on the Rites.** The first of the goat-men was the victim of a powerful curse intended to punish him for spying on magical rites exclusive to the women of his tribe. Admiring the grotesque result, the Black Goat of the Woods With a Thousand Young adopted him as its servant, and ensured that all who committed the same taboo fell to the same curse, and thus into the Black Goat’s service.  \n**Bleating Speech.** A goat-man’s head is tusked, adorned with curling ram’s horns, and its beard often drips with gore. Rows of transparent, needle-like teeth fill its mouth; these teeth are malformed and make clear speech impossible for goat-men, though they understand others’ speech perfectly well.  \n**Serve Foul Cults.** Cultists of Shub-Niggurath or the Black Goat in good standing are sometimes granted the services of a goat-man. The creatures guard rituals sites, visit settlements to capture or purchase suitable sacrifices, and perform certain unspeakable acts with cult members to call forth ritual magic.",
            "name": "Goat-Man",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 65,
            "hit_dice": "10d8+20",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 4,
                "athletics": 6,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Giant, Trollkin, but cannot speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The goat-man makes one bite attack and one slam attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Headbutt",
                    "desc": "If the goat-man moves at least 10 feet straight toward a creature and then hits it with a slam attack on the same turn, the target must succeed on a DC 14 Strength saving throw or be knocked prone and stunned for 1 round. If the target is prone, the goat-man can make one bite attack against it immediately as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 231,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_goat-man/"
        },
        {
            "slug": "wormhearted-suffragan",
            "desc": "_This humanoid wears robes to hide its corpselike pallor and lifeless gray hair. Fine, arm-length worms wriggle through abscesses in its flesh and its empty eye-sockets. It moves stooped over, with a shuffling gait, belying its speed and agility._  \n**Dark Worm Hearts.** Formerly, the suffragans were priests or holy officers of other faiths, but their hearts were corrupted by their fear and loathing. Once pledged to the service of a demon lord, it replaced their hearts with a bulbous, writhing conglomeration of worms, which permits them to carry on with an undead mockery of life.  \n**Prey on the Wounded.** They frequent graveyards, casting detect evil or speak with dead to learn who was truly cruel and duplicitous in life. They also follow armies, visiting battlefields shortly after the fighting is over. In the guise of nurses or chirurgeons, they select their targets from among the dead and dying for as long as they remain undetected. In both cases, they cast animate dead to provide the worm goddess with viable skeletal or zombie servants.  \n**Fear Light and Radiance.** Wormhearted suffragans have a weakness; they are especially susceptible to the flesh-searing power of radiant magic, and for this reason avoid priests of the sun god or gods of light. At night, however, they are a walking contagion, infesting their enemies with parasitic worms that devour victims from within. Their favorite tactic is to cast hold person, attack with a helminth infestation, then animate their slain enemies into unlife.  \n**Undead Nature.** A wormhearted suffragan doesn’t require air, food, drink, or sleep.",
            "name": "Wormhearted Suffragan",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 97,
            "hit_dice": "13d8+39",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 11,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "medicine": 6,
                "religion": 3
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "necrotic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "the languages it knew in life",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wormhearted suffragan can make two helminth infestation attacks, or it can cast one spell and make one helminth infestation attack."
                },
                {
                    "name": "Helminth Infestation",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (2d6) bludgeoning damage plus 10 (3d6) necrotic damage. If the target is a creature, it must succeed on a DC 14 Constitution saving throw or be afflicted with a helminth infestation (parasitic worms). An afflicted creature can't regain hit points and its hit point maximum decreases by 10 (3d6) for every 24 hours that elapse. If the affliction reduces the target's hit point maximum to 0, the victim dies. The affliction lasts until removed by any magic that cures disease.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the wormhearted suffragan's innate spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It can cast the following spells, requiring no material components:\n\nat will: command, detect evil and good\n\n4/day: inflict wounds\n\n2/day each: blindness-deafness, hold person\n\n1/day each: animate dead, speak with dead"
                }
            ],
            "spell_list": [],
            "page_no": 410,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_wormhearted-suffragan/"
        },
        {
            "slug": "white-ape",
            "desc": "_This hulking primate looms over others of its kind. Its filthy white fur is matted and yellowed, and a deranged look haunts its blood-red eyes._  \n**Awakened by Sorcery.** White apes were once docile, gentle giants that roamed forested hills and savannah lands. Two thousand years ago, a kingdom of mages awakened the apes, raising their intelligence to near-human level so the beasts could be employed as soldiers and servants, protecting and replacing the humans who were slowly dying off. When the sorcerers died out, the apes remained.  \n**Arcane Wasting.** The enchantment that imbued the apes with intelligence also bleached their fur white and made them carriers of the arcane wasting, a disease that hastened their creators’ demise. The apes are immune to the wasting’s effects, but they can pass it to other humanoids. Among spellcasters, the wasting spreads like a plague.  \n**Driven Away.** The awakening enchantment also gave the white apes a strong desire to serve humans, but because of the risk from the disease, they are viciously driven away from settled areas. They are acutely aware of the injustice that was done to them, and generations of exile have turned their loyalty to animosity, especially toward arcane spellcasters.",
            "name": "White Ape",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 40,
                "climb": 40
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "acrobatics": 6,
                "athletics": 7,
                "intimidation": 2,
                "perception": 5,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ape makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage, and the target must succeed on a DC 14 Constitution saving throw or contract the arcane wasting disease (see sidebar).",
                    "attack_bonus": 7,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10+4"
                },
                {
                    "name": "Frenzy (1/Day)",
                    "desc": "When two or more foes are adjacent to the ape, it can enter a deadly battle frenzy. Instead of using its normal multiattack, a frenzied white ape makes one bite attack and two claw attacks against each enemy within 5 feet of it. Melee attacks against the white ape are made with advantage from the end of that turn until the start of the white ape's next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hatred for Spellcasters",
                    "desc": "The white ape does one extra die of damage (d8 or d10, respectively) per attack against an enemy it has seen cast a spell."
                },
                {
                    "name": "Arcane Wasting (Disease)",
                    "desc": "When the bodily fluid of an infected creature touches a humanoid or when an infected creature casts a spell (direct or indirect) on a humanoid, that humanoid must succeed on a DC 15 Constitution saving throw or become infected with arcane wasting. Beginning 1d6 days after infection, the infected creature must make a DC 15 Constitution saving throw at the end of each long rest. If the saving throw fails, the victim loses 1d3 Intelligence and 1d3 Wisdom. Lost Intelligence and Wisdom can't be recovered while the disease persists. If the saving throw succeeds, nothing happens; the disease ends after the second consecutive successful saving throws. Once the disease ends, lost Intelligence and Wisdom can be restored by greater restoration or comparable magic. The disease is also cured by lesser restoration if the caster makes a successful DC 15 spellcasting check."
                }
            ],
            "spell_list": [],
            "page_no": 408,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_white-ape/"
        },
        {
            "slug": "clockwork-myrmidon",
            "desc": "_This hulking brass and iron creature resembles a giant suit of plate armor; a constant growl issues from its midsection. It stands 9 feet tall and its squat head wears an angry expression. A clockwork myrmidon always moves with moves with a powerful, determined grace unusual in most clockwork creations._  \n_**Elite Machines.**_ Clockwork myrmidons are heavily armored at their joints and at most vital parts. They are much too valuable to undertake patrols or menial labor, and they are unleashed only for dangerous situations that clockwork watchmen cannot handle.  \n_**Single Targets.**_ A clockwork myrmidon defends itself but does not initiate combat unless so directed by its master. When it does enter battle, a clockwork myrmidon is unrelenting and single-minded, and it attacks one particular target until that foe surrenders, escapes, or is defeated.  \nUnless given other instructions, a clockwork myrmidon attacks whatever enemy is closest to it. A clockwork myrmidon attacks until destroyed or ordered to stand down.  \n_**Alchemical Tricks.**_ A clockwork myrmidon is always outfitted with alchemical fire, acids, grease, and other special devices. An alchemist is required to keep one running well.  \n_**Constructed Nature.**_ A clockwork myrmidon doesn’t require air, food, drink, or sleep.",
            "name": "Clockwork Myrmidon",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 153,
            "hit_dice": "18d10+54",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": 11,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "athletics": 8,
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "understands Common",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The clockwork myrmidon makes two attacks: two pick attacks or two slam attacks, or one of each."
                },
                {
                    "name": "Heavy Pick",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 11 (1d12 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d12"
                },
                {
                    "name": "Alchemical Flame Jet (Recharge 5-6)",
                    "desc": "The clockwork myrmidon can spew a jet of alchemical fire in a line 20 feet long and 5 feet wide. Any creature in the path of the jet takes 26 (4d12) fire damage, or half damage with a successful DC 15 Dexterity saving throw. The clockwork myrmidon can use this attack four times before its internal reservoir is emptied."
                },
                {
                    "name": "Grease Spray (Recharge 5-6)",
                    "desc": "As a bonus action, the clockwork myrmidon's chest can fire a spray of alchemical grease with a range of 30 feet, covering a 10-by-10 foot square area and turning it into difficult terrain. Each creature standing in the affected area must succeed on a DC 15 Dexterity saving throw or fall prone. A creature that enters the area or ends its turn there must also succeed on a DC 15 Dexterity saving throw or fall prone. The clockwork myrmidon can use this attack four times before its internal reservoir is emptied."
                },
                {
                    "name": "Alchemical Fireball",
                    "desc": "The clockwork myrmidon's alchemical flame reservoir explodes when the construct is destroyed, spraying nearby creatures with burning fuel. A creature within 5 feet of the myrmidon takes 19 (3d12) fire damage, or half damage with a successful DC 15 Dexterity saving throw. This explosion doesn't occur if the clockwork myrmidon has already fired its alchemical flame jet four times."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The clockwork myrmidon is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clockwork myrmidon has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 64,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_clockwork-myrmidon/"
        },
        {
            "slug": "tusked-skyfish",
            "desc": "_This horrid creature looks like an enormous flying jellyfish, with long, wicked tusks curving from its gaping mouth and tentacle-whiskers trailing behind it._  \n**Alchemical Flotation.** These aerial jellyfish waft through the air like balloons, suspended by internal alchemical reactions. This mode of movement takes them almost vertically when they wish, or drifts with the winds. They can reach altitudes of 30,000 feet.  \n**Shocking Tendrils.** Tusked skyfish catch slow-moving or inattentive prey in their tentacles, and sometimes fish in shallow lakes and streams. They can suppress their natural electrical charge, allowing them to manipulate objects or interact with other creatures safely.  \n**Slow Mounts.** When fitted with special saddles, tusked skyfish can be ridden without harming their riders, although their slow speed makes them most suitable for casual excursions or unhurried long-distance travel. The jinnborn and genies seem to find them congenial beasts of burden, carrying as much as 4,000 pounds.",
            "name": "Tusked Skyfish",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d10+36",
            "speed": {
                "hover": true,
                "walk": 5,
                "fly": 20
            },
            "strength": 17,
            "dexterity": 12,
            "constitution": 17,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tusked skyfish makes one gore attack and one tentacles attack."
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d8+3"
                },
                {
                    "name": "Tentacles",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 10 ft., one creature. Hit: 13 (3d6 + 3) bludgeoning damage plus 10 (3d6) lightning damage. The target is also grappled (escape DC 13). Until this grapple ends, the target is restrained. While grappling the target, the tusked skyfish can't use this attack against other targets. When the tusked skyfish moves, a Medium or smaller target it is grappling moves with it.",
                    "attack_bonus": 5,
                    "damage_dice": "3d6"
                },
                {
                    "name": "Stench Spray (Recharge 5-6)",
                    "desc": "The tusked skyfish sprays foul-smelling liquid in a line 20 feet long and 5 feet wide. Each creature in that line must make a successful DC 13 Constitution saving throw or become poisoned for 1 minute. If the saving throw fails by 5 or more, the creature falls unconscious for the same duration. A poisoned creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Tendril Curtain",
                    "desc": "When the tusked skyfish is flying, its wispy, electrified tendrils dangle beneath it and touch all creatures within 20 feet directly below its space as it moves. Any creatures in the path of its movement take 10 (3d6) lightning damage, or half damage with a successful DC 13 Dexterity saving throw."
                }
            ],
            "spell_list": [],
            "page_no": 391,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_tusked-skyfish/"
        },
        {
            "slug": "urochar-strangling-watcher",
            "desc": "_This horrible gigantic crimson leech slithers upright on four muscular tentacles, each 30 feet long. At the top of its writhing trunk, a great lidless eye glows with baleful orange light, surrounded by quivering, feathered antennae fully 5 feet long._  \n_**Underworld Wanderers.**_ The urochar are among the most dreaded monsters of the underworld. They have long plagued the drow, morlocks, and other humanoid races of the deep paths. They seek out death and the dying all the way to the banks of the  \n_**River Styx.**_  \n_**Devour the Dying.**_ Urochars feast on the final moments of those caught in their crushing tentacles. Though they rival the terrible neothelids in power, urochars are quite passive, watching the life and death struggles of other creatures and taking action only to drink in a dying being’s final moments from a nearby crevice or overhang, and taste their final gasps of horror.  \n_**Immortal.**_ Strangling watchers are effectively immortal. Gargantuan specimens in the deepest reaches of the underworld are several millennia old.",
            "name": "Urochar (Strangling Watcher)",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 256,
            "hit_dice": "19d12+133",
            "speed": {
                "walk": 40,
                "climb": 20
            },
            "strength": 24,
            "dexterity": 15,
            "constitution": 24,
            "intelligence": 14,
            "wisdom": 14,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 13,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 11,
            "perception": 8,
            "skills": {
                "perception": 8,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, lightning; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "thunder",
            "condition_immunities": "frightened",
            "senses": "truesight 120 ft., passive Perception 19",
            "languages": "understands Darakhul and Void Speech",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The watcher makes four attacks with its tentacles."
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 20 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage, and the target is grappled (escape DC 17). Until this grapple ends, the target is restrained. Each of its four tentacles can grapple one target.",
                    "attack_bonus": 13,
                    "damage_dice": "3d8"
                },
                {
                    "name": "Paralyzing Gaze (Recharge 5-6)",
                    "desc": "The watcher can target one creature within 60 feet with its eerie gaze. The target must succeed on a DC 19 Wisdom saving throw or become paralyzed for 1 minute. The paralyzed target can repeat the saving throw at the end of each of its turns, ending the effect on a success. If a target's saving throw is successful or the effect ends for it, the target is immune to the watcher's gaze for the next 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The urochar can take 3 legendary actions, choosing from the options below. Only one option can be used at a time and only at the end of another creature's turn. The strangling watcher regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Crush Attack",
                    "desc": "The urochar crushes one creature grappled by its tentacle. The target takes 25 (4d8 + 7) bludgeoning damage."
                },
                {
                    "name": "Tentacle Attack",
                    "desc": "The watcher makes one tentacle attack."
                },
                {
                    "name": "Tentacle Leap (Costs 2 Actions)",
                    "desc": "Using a tentacle, the urochar moves up to 20 feet to an unoccupied space adjacent to a wall, ceiling, floor, or other solid surface. This move doesn't trigger reactions. The urochar must have at least one tentacle free (not grappling a creature) to use this action. Grappled creatures move with the urochar."
                }
            ],
            "special_abilities": [
                {
                    "name": "Death Throes",
                    "desc": "When a strangling watcher dies, it releases all the fear it consumed in its lifetime in a single, soul-rending wave. All creatures within 60 feet of it must succeed on a DC 19 Charisma saving throw or become frightened. A frightened creature takes 13 (2d12) psychic damage at the start of each of its turns from the centuries of accumulated dread. It can repeat the Charisma saving throw at the end of each of its turns, ending the effect on a success."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the watcher's innate spellcasting ability is Charisma (spell save DC 19). It can cast the following spells, requiring no material components:\n\nat will: feather fall\n\n3/day each: blur, meld into stone, phantasmal killer\n\n1/day each: black tentacles, eyebite, greater invisibility"
                },
                {
                    "name": "Spider Climb",
                    "desc": "The watcher can climb any surface, including upside down on ceilings, without making an ability check."
                },
                {
                    "name": "Squeeze",
                    "desc": "Despite their size, strangling watchers have slender, boneless bodies, enabling them to squeeze through passages only a Small-sized creature could fit through, without affecting their movement or combat capabilities."
                }
            ],
            "spell_list": [],
            "page_no": 393,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_urochar-strangling-watcher/"
        },
        {
            "slug": "blemmyes",
            "desc": "_This headless giant has a large mouth in its chest, with eyes bulging out on either side of it._  \n**Always Hungry.** Blemmyes are brutes that savor humanoid flesh, and they see all humanoids as potential meals. Some even have the patience to tend groups of humans, goblins, or halflings like unruly herds, farming them for food and fattening them up for maximum succulence.  \n**Cannibals.** So great is their hideous hunger that blemmyes are not above eating their own kind; they cull and consume the weakest specimens of their race when other food is scarce. The most terrible habit of these monsters is that they seldom wait for their food to die, or even for a battle to conclude, before launching into a grisly feast.",
            "name": "Blemmyes",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 13,
            "constitution": 20,
            "intelligence": 7,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "intimidation": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Giant",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The blemmyes makes two slam attacks and one bite attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 19 (4d6 + 5) piercing damage. If the target is a Medium or smaller incapacitated creature, that creature is swallowed. While swallowed, the creature is blinded and restrained, it has total cover against attacks and other effects from outside the blemmyes, and it takes 14 (4d6) acid damage at the start of each of the blemmyes' turns. If the blemmyes takes 20 damage or more during a single turn from a creature inside it, the blemmyes must succeed on a DC 16 Constitution saving throw at the end of that turn or regurgitate the swallowed creature, which falls prone in a space within 5 feet of the blemmyes. The blemmyes can have only one target swallowed at a time. If the blemmyes dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 5 feet of movement, exiting prone.",
                    "attack_bonus": 8,
                    "damage_dice": "4d6"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 16 Wisdom saving throw or be stunned until the end of its next turn.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 30/120 ft., one target. Hit: 27 (4d10 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 16 Wisdom saving throw or be frightened until the end of its next turn.",
                    "attack_bonus": 8,
                    "damage_dice": "4d10"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Carnivorous Compulsion",
                    "desc": "If it can see an incapacitated creature, the blemmyes must succeed on a DC 11 Wisdom save or be compelled to move toward that creature and attack it."
                }
            ],
            "spell_list": [],
            "page_no": 37,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_blemmyes/"
        },
        {
            "slug": "redcap",
            "desc": "_This grizzled, weather-beaten creature looks like a sour old man at first glance, complete with scraggly beard. It carries a great pike and wears heavy boots, shod with iron, and the blood-soaked hat jammed on its head is hard to miss. It grins with massive yellow teeth._  \n**Blood-Soaked Caps.** Redcaps are exceedingly dangerous creatures who wear the mark of their cruelty and evil quite literally. The caps from which they take their name define their existence, and they must constantly be revived with fresh blood.  \n**Compelled to Kill.** Redcaps aren’t cruel and murderous by choice, but by necessity. A redcap must frequently bathe its cap in fresh, humanoid blood to sustain itself. If it fails to do so every three days, the creature withers and dies quickly. A redcap whose hat is nearly dry is a desperate, violent force of nature that prefers to die in battle rather than waste away to nothing.  \n**Bandits and Mercenaries.** Most long-lived redcaps are drawn to serve in marauding armies or make a living through constant banditry.",
            "name": "Redcap",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 11,
            "wisdom": 13,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 8,
                "intimidation": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Sylvan, Undercommon",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The redcap makes two pike attacks and one bite attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) piercing damage and the creature is bleeding profusely. A bleeding creature must make a successful DC 15 Constitution saving throw at the start of its turn or take 10 (3d6) necrotic damage and continue bleeding. On a successful save the creature takes no necrotic damage and the effect ends. A creature takes only 10 necrotic damage per turn from this effect no matter how many times it's been bitten, and a single successful saving throw ends all bleeding. Spending an action to make a successful DC 15 Wisdom (Medicine) check or any amount of magical healing also stops the bleeding. Constructs and undead are immune to the bleeding effect.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Pike",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 10 (1d10 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d10"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Clomping Boots",
                    "desc": "The redcap has disadvantage on Dexterity (Stealth) checks."
                },
                {
                    "name": "Red Cap",
                    "desc": "The redcap must soak its cap in the blood of a humanoid killed no more than an hour ago at least once every three days. If it goes more than 72 hours without doing so, the blood on its cap dries and the redcap gains one level of exhaustion every 24 hours. While the cap is dry, the redcap can't remove exhaustion by any means. All levels of exhaustion are removed immediately when the redcap soaks its cap in fresh blood. A redcap that dies as a result of this exhaustion crumbles to dust."
                },
                {
                    "name": "Solid Kick",
                    "desc": "The redcap can kick a creature within 5 feet as a bonus action. The kicked creature must make a successful DC 15 Strength saving throw or fall prone."
                }
            ],
            "spell_list": [],
            "page_no": 325,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_redcap/"
        },
        {
            "slug": "selang",
            "desc": "_This grinning humanoid looks like a handsome man, though his skin is black as obsidian, his eye glow red, and he has both insectoid legs and antennae._  \n**Dark Satyrs.** The selang or dark satyrs are twisted and vicious fauns who have abandoned nature worship, and instead venerate ancient gods of deep and malign intelligence. Selangs seek to help those evil gods enter the mortal world by opening dark portals and bridging a path to realms beyond mortal understanding.  \n**Battle Song and Laughter.** Selangs relish battle, pain, and torture—they find violence thrilling and bloodshed exciting, and they often laugh, sing, and boast shamelessly during combat. Although they are the diplomats and spokesmen of the old gods, their manic speech and alien logic can be hard to follow, requiring an Intelligence check (DC 16) to understand a dark satyr each round. They are most comfortable with the slithering tones of the Void Speech.  \n**Blasphemous Music.** Their cults and settlements are often found at the sites sacred to the dark gods, making hypnotic and alien harmonies with swarms of dorreqi. They are rarely the strongest soldiers, instead encouraging evil humanoids or other creatures of martial mien to fill the ranks, while the dark satyrs use their magic and poison against their foes.",
            "name": "Selang",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "9d8+36",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 6,
            "perception": 6,
            "skills": {
                "perception": 6,
                "performance": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid, lightning",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Common, Elvish, Sylvan, Void Speech",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The selang makes two dagger attacks or two shortbow attacks."
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 6 (1d4 + 4) piercing damage, plus sleep poison.",
                    "attack_bonus": 6,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320, one target. Hit: 5 (1d6 + 2) piercing damage plus sleep poison.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Sleep Poison",
                    "desc": "An injured creature must succeed on a DC 14 Constitution saving throw or be poisoned for 2d6 rounds. A creature poisoned in this way is unconscious. An unconscious creature wakes if it takes damage, or if a creature uses its action to shake it awake."
                },
                {
                    "name": "Alien Piping",
                    "desc": "A selang can confuse and injure its enemies by playing weird, ear-bending harmonies on alien pipes, made from the beaks, cartilage, and throat sacs of a dorreq. When the selang plays a tune on these pipes, all creatures within 60 feet must make a successful DC 14 Wisdom saving throw or be affected by contagion, confusion, irresistible dance, or hideous laughter, depending on what alien and otherworldly music the dark satyr chooses to play. A creature that saves successfully against this psychic effect is immune to the piping for 24 hours. The selang can use each of these spell-like effects once per day."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the selang's innate spellcasting ability is Charisma (spell save DC 14). It can innately cast the following spells, requiring no material components:\n\nat will: dancing lights, minor illusion\n\n3/day each: alter self, fear, sleep, suggestion"
                }
            ],
            "spell_list": [],
            "page_no": 341,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_selang/"
        },
        {
            "slug": "hulking-whelp",
            "desc": "_This gray-skinned dog-like creature seems pathetically eager to please but fantastically skittish, its ears alerting at every nearby sound, and its large oval eyes following anything that passes by._  \n**Emotional Giant.** A hulking whelp is a tightly wound ball of emotion, extremely private and defensive of its personal space, and terrified of the world around it. When it feels its personal space violated, or its fragile concentration is broken, the small, quivery fey grows into a muscled beast of giant proportions.  \n**Calm Friend.** When its emotions are under control, a hulking whelp is friendly and even helpful, although this has more to do with its guilt over past actions and fear of what it might do if it feels threatened than a true desire to help others. In its calm form, a hulking whelp is just over three feet tall at the shoulder and weighs 50 lb. Unleashed, it is 20 feet tall and 4,000 lb.",
            "name": "Hulking Whelp",
            "size": "Small",
            "type": "Fey",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d12+36",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "impaired sight 30 ft., passive Perception 12",
            "languages": "-",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hulking whelp makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 15 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "3d8"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Quick Step",
                    "desc": "A hulking whelp can move 20 feet as a reaction when it is attacked. No opportunity attacks are triggered by this move."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Calm State",
                    "desc": "When a hulking whelp is calm and unafraid, it uses the following statistics instead of those listed above: Size Small; HP 9 (6d6 - 12); Speed 20 ft.; STR 8 (-1); CON 6 (-2); Languages Common, Sylvan"
                },
                {
                    "name": "Poor Senses",
                    "desc": "A hulking whelp has poor hearing and is nearsighted. It can see in normal or dim light up to 30 feet and hear sounds from up to 60 feet away."
                },
                {
                    "name": "Unleashed Emotion",
                    "desc": "When a hulking whelp feels threatened - it's touched, intimidated, cornered, attacked, or even just if a stranger moves adjacent to the whelp - it immediately grows from size Small to Huge as a reaction. If the whelp was attacked, this reaction occurs after the attack is made but before damage is done. Nearby creatures and objects are pushed to the nearest available space and must make a successful DC 15 Strength saving throw or fall prone. Weapons, armor, and other objects worn or carried by the hulking whelp grow (and shrink again) proportionally when it changes size. Overcome by raw emotion, it sets about destroying anything and everything it can see (which isn't much) and reach (which is quite a lot). The transformation lasts until the hulking whelp is unaware of any nearby creatures for 1 round, it drops to 0 hit points, it has 5 levels of exhaustion, or it's affected by a calm emotions spell or comparable magic. The transformation isn't entirely uncontrollable; people or creatures the whelp knows and trusts can be near it without triggering the reaction. Under the wrong conditions, such as in a populated area, a hulking whelp's Unleashed Emotion can last for days."
                }
            ],
            "spell_list": [],
            "page_no": 252,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_hulking-whelp/"
        },
        {
            "slug": "vesiculosa",
            "desc": "_This glittering pool stands among lush and verdant fruiting plants._  \n**Underground Oasis.** A vesiculosa is a huge, burrowing pitcher plant that dwells in oases, spurring nearby growth and luring in prey with soporific scents and tainted water. A vesiculosa’s body is buried in the ground, with only its rootlets swarming in the open in ropy tangles. It catches meals with these rootlets and drags them to its mouth. Usually these morsels are unconscious, but the rootlets can put up a fight if they must.  \n**Rich Sapphire Heartvine.** A vesiculosa’s heartvine resembles a lump of sapphire and is highly prized by alchemists (worth 1,000 gp). It can be reached with an hour or two of hard digging.",
            "name": "Vesiculosa",
            "size": "Gargantuan",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 203,
            "hit_dice": "14d20+56",
            "speed": {
                "walk": 0,
                "burrow": 5
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 19,
            "intelligence": 2,
            "wisdom": 14,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, bludgeoning, piercing",
            "damage_immunities": "",
            "condition_immunities": "charmed, blinded, deafened, frightened, prone",
            "senses": "tremorsense 60 ft., passive Perception 16",
            "languages": "-",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vesiculosa uses Entrap 4 times, and uses Reel and Engulf once each. It loses one Entrap attack for each rootlet swarm that's been destroyed."
                },
                {
                    "name": "Entrap",
                    "desc": "The vesiculosa targets a Large or smaller creature within 5 feet of one of its rootlet swarms. The target takes 10 (4d4) piercing damage and is grappled (escape DC 15), or takes half damage and isn't grappled if it makes a successful DC 17 Dexterity saving throw. Until the grapple ends, the target is restrained, it has disadvantage on Strength checks and Strength saving throws, and that rootlet swarm can't entrap another target."
                },
                {
                    "name": "Reel",
                    "desc": "Each rootlet swarm that has a creature grappled moves up to 20 feet toward the vesiculosa's main body. Rootlets wander up to 100 feet from the main body."
                },
                {
                    "name": "Engulf",
                    "desc": "The vesiculosa engulfs all restrained or unconscious creatures within 5 feet of its main body (up to 2 Large, 4 Medium or 8 Small creatures). An engulfed creature is restrained, has total cover against attacks and other effects outside the vesiculosa, and takes 21 (6d6) acid damage at the start of each of the vesiculosa's turns. When the vesiculosa moves, the engulfed creature moves with it. An engulfed creature can try to escape by using an action to make a DC 15 Strength check. On a success, the creature escapes and enters a space of its choice within 5 feet of the vesiculosa's main body."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the vesiculosa remains motionless, it is indistinguishable from a normal pool of water."
                },
                {
                    "name": "Rich Sapphire Heartvine",
                    "desc": "A vesiculosa's heartvine resembles a lump of sapphire and is highly prized by alchemists (worth 1,000 gp). It can be reached with an hour or two of hard digging."
                },
                {
                    "name": "Rootlet Swarms",
                    "desc": "The vesiculosa is surrounded at all times by four Medium swarms of Tiny rootlets that move as the vesiculosa directs. Each swarm has a speed of 30 feet, can be targeted independently, has 25 hit points, and (unlike the parent plant) quite vulnerable to fire damage. Other than that, they have the same statistics as the vesiculosa's main body. For each swarm that drops to 0 hit points, the vesiculosa loses one of its Entrap attacks. A destroyed swarm regrows in 24 hours."
                },
                {
                    "name": "Sweet Water",
                    "desc": "The vesiculosa's pool emits a sweet fragrance that lures creatures to drink. Creatures that are neither undead nor constructs within 60 feet must succeed on a DC 16 Wisdom saving throw or be compelled to approach the vesiculosa and drink. The water is cool and refreshing but carries a sleeping poison: any creature (other than undead and constructs) that drinks from it regains 1d4 hp and recovers from 1 level of exhaustion, but must succeed on a DC 15 Constitution saving throw against poison or fall unconscious for 1 minute. If the saving throw fails by 5 or more, the creature is unconscious for 1 hour. An unconscious creature wakes up if it takes damage or if another creature uses an action to shake it awake."
                },
                {
                    "name": "Verdant",
                    "desc": "The vesiculosa's sap seeps into the soil, promoting lush vegetation. At any given time, 3d6 beneficial fruits (fruit, nuts, figs, dates) can be found within 30 feet of the vesiculosa. These have the same effect as berries from a goodberry spell, but they retain their potency for one week after being picked or after the vesiculosa is killed."
                }
            ],
            "spell_list": [],
            "page_no": 399,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_vesiculosa/"
        },
        {
            "slug": "degenerate-titan",
            "desc": "_This giant retains a look of daunting power despite its stooped bearing, tattered clothing, and pieces of slapdash armor strapped on wherever it fits._  \n**Haunt Ruins.** The degenerate descendants of once-noble titans haunt the ruins where their cities once flourished. They hunt for any living thing to eat, including each other, and sometimes chase after herds of goats or other animals for miles. While they are easily distracted, they always find their way home unerringly.  \n**Insane and Moody.** Degenerate titans are prone to insanity and unexpected mood shifts. They are fiercely territorial creatures who worship the still-active magical devices of their cities and any surviving statuary as if they were gods. Their lairs are filled with items scavenged from the city. These collections are a hodgepodge of dross and delight, as the degenerate titans are not intelligent enough to discern treasure from trash.  \n**Primal Power.** Degenerate titans cannot command magical words of power, but they have tapped into the earth's latent mystic power to generate strange geomancy. These devolved misfits may have lost most of their former gifts, but what remains are primal powers that tap, without subtlety or skill, into the fundamental building blocks of magic.",
            "name": "Degenerate Titan",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 12,
            "armor_desc": "crude armored coat",
            "hit_points": 161,
            "hit_dice": "14d12+70",
            "speed": {
                "walk": 40
            },
            "strength": 24,
            "dexterity": 6,
            "constitution": 20,
            "intelligence": 6,
            "wisdom": 9,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "intimidation": 1,
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Titan",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The degenerate titan makes two greatclub attacks."
                },
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage.",
                    "attack_bonus": 10,
                    "damage_dice": "3d8"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +10 to hit, range 60/240 ft., one target. Hit: 29 (4d10 + 7) bludgeoning damage.",
                    "attack_bonus": 10,
                    "damage_dice": "4d10"
                },
                {
                    "name": "Earthstrike (Recharge 4-6)",
                    "desc": "The degenerate titan slams his fists onto the ground, creating a shockwave in a line 60 feet long and 10 feet wide. Each creature in the line takes 35 (10d6) force damage and is flung up 20 feet away from the titan and knocked prone; a successful DC 18 Dexterity saving throw halves the damage and prevents the creature from being flung or knocked prone. A creature that's flung against an unyielding object such as a wall or floor takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If it collides with another creature, that creature must succeed on a DC 18 Dexterity saving throw or take the same damage (1d6 bludgeoning per 10 feet) and be knocked prone."
                },
                {
                    "name": "Shout of the Void (Recharge 4-6)",
                    "desc": "The degenerate titan utters a scream that rends reality in a 30-foot cone. Any ongoing spell or magical effect of 3rd level or lower in the area ends. For every spell or effect of 4th level or higher in the area, the degenerate titan makes a Constitution check against DC (10 + the level of the spell or effect). On a success, the spell or effect ends."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The degenerate titan has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 381,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_degenerate-titan/"
        },
        {
            "slug": "lemurfolk",
            "desc": "_This furred humanoid glides silently through the canopy of trees, gripping a blowgun. It observes visitors cautiously with two intelligent, bulbous eyes._  \n**Jungle Rulers.** These small, intelligent, squirrel-like humanoids live in reclusive, primitive societies deep in the jungle. They are omnivorous, subsisting on fruits and roots, insects and larvae, bird and snake eggs, and birds and small mammals. They sometimes barter with more advanced creatures for metal and crafted items.  \n**Nocturnal Gliders.** Lemurfolk are nocturnal, though they can adopt daytime hours when they must. They prefer to hunt and move by gliding between trees, catching prey off guard.  \n**Greyfur Elders.** Greyfurs are the eldest and most revered kaguani, as much as 80 years old; their age can be estimated by the graying of their fur, but they don’t track the years. Greyfurs are cunning individuals and command the arcane arts, though they rarely pursue the art of necromancy—a strong taboo prohibits them from interacting with the dead.  \nA typical lemurfolk stands 2 feet tall and weighs 30 lb.",
            "name": "Lemurfolk",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "lemurfolk",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 14,
            "hit_dice": "4d6",
            "speed": {
                "walk": 20,
                "climb": 10,
                "fly": 40
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 11,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 4,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Lemurfolk",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Kukri Dagger",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., 20/60 range, one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Blowgun",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 25/100 ft., one creature. Hit: 4 (1d4 + 2) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or be poisoned and unconscious for 1d4 hours. Another creature can use an action to shake the target awake and end its unconsciousness but not the poisoning.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Silent Glide",
                    "desc": "The lemurfolk can glide for 1 minute, making almost no sound. It gains a fly speed of 40 feet, and it must move at least 20 feet on its turn to keep flying. A gliding lemurfolk has advantage on Dexterity (Stealth) checks."
                },
                {
                    "name": "Sneak Attack (1/Turn)",
                    "desc": "The lemurfolk deals an extra 3 (1d6) damage when it hits with a weapon attack and it has advantage, or when the target is within 5 feet of an ally of the lemurfolk that isn't incapacitated and the lemurfolk doesn't have disadvantage on the attack roll."
                }
            ],
            "spell_list": [],
            "page_no": 271,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_lemurfolk/"
        },
        {
            "slug": "lemurfolk-greyfur",
            "desc": "_This furred humanoid glides silently through the canopy of trees, gripping a blowgun. It observes visitors cautiously with two intelligent, bulbous eyes._  \n**Jungle Rulers.** These small, intelligent, squirrel-like humanoids live in reclusive, primitive societies deep in the jungle. They are omnivorous, subsisting on fruits and roots, insects and larvae, bird and snake eggs, and birds and small mammals. They sometimes barter with more advanced creatures for metal and crafted items.  \n**Nocturnal Gliders.** Lemurfolk are nocturnal, though they can adopt daytime hours when they must. They prefer to hunt and move by gliding between trees, catching prey off guard.  \n**Greyfur Elders.** Greyfurs are the eldest and most revered kaguani, as much as 80 years old; their age can be estimated by the graying of their fur, but they don’t track the years. Greyfurs are cunning individuals and command the arcane arts, though they rarely pursue the art of necromancy—a strong taboo prohibits them from interacting with the dead.  \nA typical lemurfolk stands 2 feet tall and weighs 30 lb.",
            "name": "Lemurfolk Greyfur",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "lemurfolk",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "16 with mage armor",
            "hit_points": 67,
            "hit_dice": "15d6+15",
            "speed": {
                "walk": 20,
                "climb": 10,
                "fly": 40
            },
            "strength": 9,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 5,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Lemurfolk",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Kukri Dagger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., range 20/60, one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Blowgun",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 25/100 ft., one creature. Hit: 5 (1d4 + 3) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or be poisoned and unconscious for 1d4 hours. Another creature can use an action to shake the target awake and end its unconsciousness but not the poisoning.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Silent Glide",
                    "desc": "The lemurfolk can glide for 1 minute, making almost no sound. It gains a fly speed of 40 feet, and it must move at least 20 feet on its turn to keep flying. A gliding lemurfolk has advantage on Dexterity (Stealth) checks."
                },
                {
                    "name": "Sneak Attack (1/Turn)",
                    "desc": "The greyfur deals an extra 7 (2d6) damage when it hits with a weapon attack and it has advantage, or when the target is within 5 feet of an ally of the greyfur that isn't incapacitated and the greyfur doesn't have disadvantage on the attack roll."
                },
                {
                    "name": "Spellcasting",
                    "desc": "the greyfur is a 5th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 13, +5 to hit with spell attacks). The greyfur has the following wizard spells prepared:\n\ncantrips (at will): light, mage hand, minor illusion, poison spray, resistance\n\n1st Level (4 slots): mage armor, sleep\n\n2nd Level (3 slots): detect thoughts, misty step\n\n3rd Level (2 slots): lightning bolt"
                }
            ],
            "spell_list": [],
            "page_no": 271,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_lemurfolk-greyfur/"
        },
        {
            "slug": "rift-swine",
            "desc": "_This enormous pig is as large as an ox, and its mouth bristles with mismatched tusks. Its body is a lopsided mass of tumorous flesh that gives way to eyes and vestigial mouths, and long tentacles trail from its sides._  \nFrom time to time, a breach forms in the fabric of the multiverse, and the Material Plane is bathed in the energy of alien dimensions. Living creatures exposed to this incursion can undergo horrible mutations, turning into monstrous mockeries of their former shapes. One example of this phenomenon is the rift swine: once-ordinary pigs transformed into slavering horrors after being bathed in eldritch light.  \n**Destructive Herds.** Rift swine travel in herds of 5-8 (and larger herds are possible). Their effect on an area can be catastrophic—they eat nearly anything, possess a fiendish cunning, and delight in the destruction they cause. A rift swine has difficulty perceiving anything smaller than itself as a threat, leading it to attack most other creatures on sight and fighting until it is destroyed.  \n**Abyssal Meat.** The rumors of vast herds of hundreds of rift swine on strongly chaos-aligned planes, cultivated by the lords of those places, are thankfully unconfirmed.",
            "name": "Rift Swine",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "force, poison",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "-",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The rift swine makes one tusks attack and two tentacle attacks."
                },
                {
                    "name": "Tusks",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage. If the target is a creature, it is grappled (escape DC 14). Until this grapple ends, the target is restrained, and the rift swine can't use this tentacle against another target.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "360-Degree Vision",
                    "desc": "The rift swine's extra eyes give it advantage on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Chaos mutations",
                    "desc": "50% of rift swine have additional mutant features. Choose or roll on the table below.\n\n1 - Acid Boils: A creature that hits the rift swine with a melee attack must make a successful DC 12 Dexterity saving throw or take 3 (1d6) acid damage.\n\n2 - Tentacular Tongue: Instead of using its tusks, the rift swine can attack with its tongue: Melee weapon attack: +7 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 4) bludgeoning damage. If the target is a creature, it is grappled and restrained as with a tentacle attack (escape DC 14).\n\n3 - Covered in Slime:Increase the rift swine's AC by 1.\n\n4 - Acid Saliva: The rift swine's tusk or tongue attack does an additional 3 (1d6) acid damage.\n\n5 - Poison Spit: Ranged Weapon Attack: +3 to hit, range 15 ft., one target. Hit: 6 (1d12) poison damage.\n\n6 - Roll Twice"
                }
            ],
            "spell_list": [],
            "page_no": 326,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_rift-swine/"
        },
        {
            "slug": "gray-thirster",
            "desc": "_This dried-out body of a long dead traveler is still clad in the tattered remains of his clothes. Skin as dry as parchment clings to the bones that are clearly distinguishable underneath. A hoarse moaning emanates from the dry, cracked lips._  \n**Thirsting Undead.** The greatest danger to people traversing badlands and deserts is thirst, and even the best prepared can find themselves without water. The lucky ones die quickly, while those less fortunate linger in sun-addled torment for days. These souls sometimes rise from the sand as gray thirsters, driven to inflict the torment they suffered upon other travelers.  \n**Destroy Wells and Oases.** Gray thirsters destroy or foul sources of water and often lurk nearby to ambush those seeking clean water.  \n**Thirsting Caravan.** Though they hunt alone, in at least one case an entire caravan died of thirst and rose again as gray thirsters. Called the dust caravan, it prowls the deep desert accompanied by skinchanging gnolls, shrieking ghouls, and a mummy lord, building a strange nomadic army.  \n**Undead Nature.** A gray thirster doesn’t require air, food, or sleep.",
            "name": "Gray Thirster",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 39,
            "hit_dice": "6d8+12",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, necrotic",
            "damage_immunities": "fire, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "understands all languages it knew in life but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gray thirster makes two claw attacks and one Withering Turban attack"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 6 (1d6 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Withering Turban",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 10 ft., one creature. Hit: 5 (1d4 + 3) necrotic damage. If the target failed a saving throw against the Thirst trait at any point in this encounter, its hit point maximum is reduced by an amount equal to the damage it took from this attack. This reduction lasts until the target has no exhaustion levels.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Drought (1/Day)",
                    "desc": "The gray thirster draws the moisture from a 20-foot radius area centered on itself. Nonmagical water and other liquids in this area turn to dust. Each creature that is neither undead nor a construct in the area takes 9 (2d8) necrotic damage, or half damage with a successful DC 13 Constitution saving throw. Plants, oozes, and creatures with the Amphibious, Water Breathing, or Water Form traits have disadvantage on this saving throw. Liquids carried by a creature that makes a successful saving throw are not destroyed."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Thirst",
                    "desc": "The gray thirster projects a 30-foot aura of desiccating thirst. The first time a creature enters the aura on its turn, or when it starts its turn in the aura, it must make a successful DC 12 Constitution saving throw or gain one level of exhaustion. If the saving throw is successful, the creature is immune to the gray thirster's Thirst for the next 24 hours."
                }
            ],
            "spell_list": [],
            "page_no": 238,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_gray-thirster/"
        },
        {
            "slug": "derro-fetal-savant",
            "desc": "_This creature resembles a blue-skinned dwarven infant, no older than a year. Its limbs flail and its head lolls with an obvious lack of coordination, and it screams incessantly._  \nOf the madness and insanity that resonates so strongly in derro society, perhaps none is so twisted as these premature infants, born insane and destined to lead their people further into madness. These derro are known as fetal savants.  \n**Soul Swapping.** Only the rarest of derro are born with the ability to exchange souls with other creatures, and when discovered, the babbling infants are treated with maddened reverence.  \n**Carried into Battle.** Placed in small, intricately wrought pillowed cages and borne aloft on hooked golden staves, the wild-eyed newborns are used to sow madness and confusion among enemy ranks.  \n**Fear the Sun.** Fetal savants hate and fear all bright lights.",
            "name": "Derro Fetal Savant",
            "size": "Tiny",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "cage",
            "hit_points": 2,
            "hit_dice": "4d4-8",
            "speed": {
                "walk": 5
            },
            "strength": 1,
            "dexterity": 1,
            "constitution": 6,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 7,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Babble",
                    "desc": "The sight of potential host bodies so excites the fetal savant that it babbles and giggles madly and childishly, creating an insanity effect. All sane creatures that start their turns within 60 feet of the fetal savant must succeed on a DC 13 Charisma saving throw or be affected by confusion (as the spell) for 1d4 rounds. This is a psychic effect. Creatures that successfully save cannot be affected by the same fetal savant's babbling for 24 hours. This action cannot be taken when the fetal savant is using Soul Exchange."
                },
                {
                    "name": "Soul Exchange",
                    "desc": "As an action, the fetal savant can attempt to take control of a creature it can see within 90 feet, forcing an exchange of souls as a magic jar spell, using its own body as the container. The fetal savant can use this power at will, but it can exchange souls with only one other creature at a time. The victim resists the attack with a successful DC 13 Charisma saving throw. A creature that successfully saves is immune to the same fetal savant's soul exchange for 24 hours. If the saving throw fails, the fetal savant takes control of the target's body and ferociously attacks nearby opponents, eyes blazing with otherworldly light. As an action, the fetal savant can shift from its host body back to its own, if it is within range, returning the victim's soul to its own body. If the host body or fetal savant is brought to 0 hit points within 90 feet of each other, the two souls return to their original bodies and the creature at 0 hit points is dying; it must make death saving throws until it dies, stabilizes, or regains hit points, as usual. If the host body or fetal savant is slain while they are more than 90 feet apart, their souls cannot return to their bodies and they are both slain. While trapped in the fetal savant's withered body, the victim is effectively paralyzed and helpless."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Enchanted Cage",
                    "desc": "The iron cage that holds the fetal savant provides cover for the creature. The cage (AC 19, 10 hp) is considered an equipped object when borne by a derro and cannot be attacked directly. In addition, the cage protects the occupant from up to 20 spell levels of spells 4th level or lower but provides no protection to those outside of the cage. Spells of level 5 or higher take full, normal effect against the cage and its occupant. Once the cage protects against 20 or more spell levels it is rendered non-magical. If exposed to direct sunlight for over one hour of cumulative time it is destroyed."
                },
                {
                    "name": "Madness",
                    "desc": "A derro fetal savant's particular madness grants it immunity to psychic effects. It cannot be restored to sanity by any means short of a wish spell or comparable magic. A derro fetal savant brought to sanity gains 4 points of Wisdom and loses 6 points of Charisma."
                },
                {
                    "name": "Vulnerability to Sunlight",
                    "desc": "A derro fetal savant takes 1 point of Constitution damage for every hour it is exposed to sunlight, and it dies if its Constitution score reaches 0. Lost Constitution points are recovered at the rate of 1/day spent underground or otherwise sheltered from the sun."
                }
            ],
            "spell_list": [],
            "page_no": 92,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_derro-fetal-savant/"
        },
        {
            "slug": "oculo-swarm",
            "desc": "_This collection of hundreds of eyes floats along, trailing ganglia and dripping caustic fluid that sizzles when it hits the ground._  \n**Failed Experiment.** An oculo swarm results from an experiment to create a live scrying sensor that went poorly. Once set loose, these horrors attain a form of distributed self‑awareness. Exactly what motivates them is unknown, except that they are driven to survive.  \n**Flesh Stealers.** A weakened oculo swarm can reinvigorate itself by tearing fresh eyes from almost any type of living creature. If a badly depleted oculus swarm escapes from battle— and they seldom fight to the death unless cornered—it attacks lone creatures or weak groups until the mass of gore-spattered eyeballs is replenished. The more dismembered eyeballs the swarm contains, the more powerful its paralyzing resonance field becomes.  \n**Single Eye Scouts.** The entire swarm sees what any single member sees. Before attacking or even entering a potentially dangerous area, individual eyes scout ahead for prospective victims or dangerous foes. A lone eye has no offensive capability and only 1 hp. It can travel only 100 feet away from the main swarm, and it must return to the swarm within an hour or it dies.",
            "name": "Oculo Swarm",
            "size": "Large",
            "type": "Aberration",
            "subtype": "Swarm",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "hover": true,
                "walk": 5,
                "fly": 40
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 8,
            "wisdom": 15,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "insight": 6,
                "perception": 6,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, prone, restrained, stunned",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "understands Common but can't speak",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Eye Extraction",
                    "desc": "Every creature that occupies the same space as the swarm must succeed on a DC 13 Constitution saving throw or become temporarily blinded as their eyes strain from their sockets. This blindness lasts for as long as the affected creature remains in the same space as the oculus; it ends at the end of the blinded creature's turn if the creature is out of the oculus's space. Also, any cure spell cast on the blinded creature ends the temporary blindness, but not restoration spells. If a creature that's already temporarily blinded is targeted again by eye extraction and fails the saving throw, that creature becomes permanently blind as its eyes are pulled from their sockets to join the swarm (causing 1d8 piercing damage). Success on either saving throw renders that creature immune to eye extraction for 24 hours (but it still doesn't recover its sight until it gets out of the swarm). An oculo swarm with 50 or fewer hit points can't use this ability."
                },
                {
                    "name": "Gaze (recharge 5-6)",
                    "desc": "The swarm targets every creature in its space with a gaze attack. The swarm can choose one of two effects for the attack: confusion or hold person. Every target in the swarm's space is affected unless it makes a successful DC 14 Charisma saving throw. Even creatures that avert their eyes or are blind can be affected by an oculus swarm's gaze. The confusion or hold person effect lasts 1d4 rounds."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening at least 2 inches square. The swarm can't regain hit points or gain temporary hit points."
                }
            ],
            "spell_list": [],
            "page_no": 209,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_oculo-swarm/"
        },
        {
            "slug": "spider-thief",
            "desc": "_This clockwork spider creature is the size of a dog. Each of its eight sharp, sickle-like feet stabs or sinks slightly into the ground. Razor wire enwraps its body, while gyros whirl visibly in its faceless, clockwork head._  \n**Wire Fighters.** A spider thief never initiates combat unless ordered to, but it always defends itself against attack. Its initial attack is whirling its razor line to entangle a target. Once it snares a foe, the spider thief keeps attacking that target until it stops resisting or it escapes from the spider’s wire. By then, it should be ready to ensnare a new victim.  \n**Completely Loyal.** This clockwork machine follows orders from its master even if they lead to its destruction, and it fights until destroyed or told to stand down. The machine recognizes only its creator as its master.  \n**Guild Tools.** The spider thief got its name because its ability to climb walls and to effortlessly cross gaps between buildings up to 20 feet wide makes it an excellent accomplice for enterprising thieves. Some thieves guilds make extensive use of them, and many freelance rogues use them as partners.  \n**Constructed Nature.** A spider thief doesn’t require air, food, drink, or sleep.",
            "name": "Spider Thief",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 54,
            "hit_dice": "12d6+12",
            "speed": {
                "walk": 30,
                "climb": 20
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands Common but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spider thief makes two sickle claw attacks."
                },
                {
                    "name": "Sickle Claw",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 10 (2d8 + 1) slashing damage.",
                    "attack_bonus": 3,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Razor Line (Recharge 5-6)",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 15 ft., one target. Hit: 3 (1d4 + 1) slashing damage, and the target is grappled (escape DC 10). Instead of moving, the spider thief can retract the razor line and pull itself onto the grappled creature (the spider thief enters and remains in the target's space). The spider thief's sickle claw attacks have advantage against a grappled creature in the same space. If the grappled creature escapes, the spider thief immediately displaces into an unoccupied space within 5 feet.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The spider thief is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The spider thief has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Wire-Assisted Jump",
                    "desc": "If its razor line attack is available, a spider thief can use its movement to leap 20 feet in any direction by launching the wire like a spider's web so that it spears or snags an object, then immediately reeling it back in. It can carry up to 25 lb. of additional weight while moving this way. Moving this way doesn't expend its razor line attack."
                }
            ],
            "spell_list": [],
            "page_no": 366,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_spider-thief/"
        },
        {
            "slug": "lantern-dragonette",
            "desc": "_This cat-sized drake with a waxy appearance and a glow emanating from its belly can hover in midair, filling a small area with a warm glow._  \nThe lantern drake is named for its belly, which glows with a warm light. The beast's yellow, waxy scales darken with age, though lantern drakes rarely live more than 50 years or so. They weigh from 5 to 10 pounds and are 18 inches long. Most believe they are the result of an arcane fusion of a radiant spirit with a paper drake.  \n**Eat Candle Wax.** The drake devours four ounces of candle wax per day, plus four more ounces if it uses its belly lantern. A lantern dragonette’s unusual diet leads it to lair in libraries, abbeys, and other places of study. Even though the dragonettes eat candles essential for study during dark hours, they still provide light and protect their adopted homes. Residents and caretakers consider them good luck and enjoy conversing with them.  \n**Telepathic Chatterbox.** This gregarious drake prefers to speak with its companions but uses telepathy if necessary, and the creature hisses when surprised or displeased. It loves nothing more than discussing magic and history with an intelligent and informed individual.  \n**Adventurous Companions.** Occasionally, a dragonette wishing to learn more about the world finds a spellcaster or adventuring party to travel with, purely for the sake of learning or to acquire new sources of knowledge. Most parties enjoy the traveling light source and the abilities these companions bring to bear. A lantern dragonette avoids combat and uses its abilities only to escape or to defend its lair, family, and friends.  \nA dragonette lives up to 30 years. A mated pair produces one clutch of two to five eggs every five years, and one parent raises the young dragonettes until they mature after a year and leave to search for their own lairs. A cloister of lantern dragonettes taxes their lair’s resources, so the other parent often ventures out to retrieve more candles.",
            "name": "Lantern Dragonette",
            "size": "Tiny",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 28,
            "hit_dice": "8d4+8",
            "speed": {
                "hover": true,
                "walk": 15,
                "fly": 40
            },
            "strength": 7,
            "dexterity": 12,
            "constitution": 13,
            "intelligence": 16,
            "wisdom": 13,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 3,
            "perception": 3,
            "skills": {
                "arcana": 5,
                "history": 5,
                "nature": 5,
                "perception": 3,
                "religion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "paralyzed, unconscious",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Draconic, Elvish, Primordial; telepathy 60 ft.",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) piercing damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Lantern Belly (1/Day)",
                    "desc": "If the dragonette has eaten 8 ounces of candle wax in the last 24 hours, it can emit a continual flame for 3d20 minutes. The continual flame can be dispelled, but the dragonette can resume it with a bonus action except in areas of magical darkness, if the time limit hasn't expired."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the lantern dragonette's innate spellcasting ability is Intelligence (spell save DC 13, +5 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\n1/day each: burning hands, color spray, scorching ray"
                },
                {
                    "name": "Vulnerable to Magical Darkness",
                    "desc": "A lantern dragonette in an area of magical darkness loses its lantern belly ability and its ability to fly. It also suffers 1d6 radiant damage for every minute of exposure."
                }
            ],
            "spell_list": [],
            "page_no": 270,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_lantern-dragonette/"
        },
        {
            "slug": "derro-shadow-antipaladin",
            "desc": "_This blue-skinned creature resembles a stunted dwarf. Its eyes are large and its hair wild, and both are colorless. The expression on its face is a terrible rictus of madness and hate._  \nAll derro are mad, but some devote their very souls to the service of insanity. They embrace the powers of darkness and channel shadow through their minds to break the sanity of any creatures they encounter. Derro shadow antipaladins are the elite servants of gods like Nyarlathotep and the Black Goat of the Woods.  \n**Herald of Madness.** The derro shadow antipaladin is insanity personified. Despite being called paladins, these unhinged creatures aren’t swaggering warriors encased in steel or their dark reflections. Instead, a shadow antipaladin serves as a more subtle vector for the madness of its patron. They are masters of shadow magic and stealth who attack the faith of those who believe that goodness can survive the approaching, dark apotheosis. Death, madness, and darkness spread in the shadow antipaladin’s wake.",
            "name": "Derro Shadow Antipaladin",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "derro",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "breastplate and shield",
            "hit_points": 82,
            "hit_dice": "11d6+44",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 11,
            "wisdom": 5,
            "charisma": 14,
            "strength_save": 3,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 0,
            "charisma_save": 5,
            "perception": 0,
            "skills": {
                "perception": 0,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Derro, Undercommon",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The derro makes two scimitar attacks or two heavy crossbow attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage plus 9 (2d8) necrotic damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Heavy Crossbow",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 100/400 ft., one target, Hit: 9 (1d10 + 4) piercing damage plus 9 (2d8) necrotic damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Infectious Insanity (Recharge 5-6)",
                    "desc": "The derro chooses a creature it can see within 30 feet and magically assaults its mind. The creature must succeed on a DC 13 Wisdom saving throw or be affected as if by a confusion spell for 1 minute. An affected creature repeats the saving throw at the end of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Evasive",
                    "desc": "Against effects that allow a Dexterity saving throw for half damage, the derro takes no damage on a successful save, and only half damage on a failed one."
                },
                {
                    "name": "Insanity",
                    "desc": "The derro has advantage on saving throws against being charmed or frightened."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The derro has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Shadowstrike",
                    "desc": "The derro's weapon attacks deal 9 (2d8) necrotic damage (included in its Actions list)."
                },
                {
                    "name": "Spellcasting",
                    "desc": "the derro is a 5th level spellcaster. Its spellcasting ability is Charisma (save DC 13, +5 to hit with spell attacks). The derro has the following paladin spells prepared:\n\n1st level (4 slots): hellish rebuke, inflict wounds, shield of faith, wrathful smite\n\n2nd level (2 slots): aid, crown of madness, darkness, magic weapon"
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the derro shadow antipaladin has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 93,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_derro-shadow-antipaladin/"
        },
        {
            "slug": "clockwork-hound",
            "desc": "_This black, mechanical hunting dog keeps its nose to the ground sniffing and whuffling. Gleaming teeth fill its metal mouth._  \n**Ticking Bloodhounds.** Partners to the clockwork huntsmen, these black hounds follow the trails of criminals, escaped slaves, and other unfortunates. Their infused spirits are those of hunting hounds, and their animating magic allows them to follow a scent with preternatural speed and accuracy.  \n**Toy Variants.** Some claim the infusion of animal spirits into clockwork hounds was one of the great arcane discoveries that made the creation of the gearforged possible; others say that it has done nothing but make clockwork mages rich. Certainly the earliest hounds were built for work and war, but the most recent varieties also include some that are deceptively big-eyed and painted as children’s toys or to match a young aristocrat’s favorite outfit.  \n**Serve the Rulers.** Despite this brief flirtation with fashion, most clockwork hounds continue to serve town watches, royal huntsmen, road wardens, moneylenders, and criminal gangs as loyal trackers and guards.  \n**Constructed Nature.** A clockwork hound doesn’t require air, food, drink, or sleep.",
            "name": "Clockwork Hound",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 71,
            "hit_dice": "11d8+22",
            "speed": {
                "walk": 50
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 7,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands Common",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Tripping Tongue",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 15 ft., one target. Hit: 9 (1d8 + 5) slashing damage, and the target must succeed on a DC 13 Strength saving throw or be knocked prone.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Explosive Core",
                    "desc": "The mechanism that powers the hound explodes when the construct is destroyed. All creatures within 5 feet of the hound take 7 (2d6) fire damage, or half damage with a successful DC 12 Dexterity saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The clockwork hound is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clockwork hound has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Diligent Tracker",
                    "desc": "Clockwork hounds are designed to guard areas and track prey. They have advantage on all Wisdom (Perception) and Wisdom (Survival) checks when tracking."
                }
            ],
            "spell_list": [],
            "page_no": 62,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_clockwork-hound/"
        },
        {
            "slug": "blood-hag",
            "desc": "_This bent-backed crone has long, leathery arms and cruel, flesh‑shearing talons. Her face is a misshapen mass of leathery flesh with a bulbous nose, like a gnarled knot on an old oak tree._  \n**Vampiric Origins.** Blood hags have long skulked on the fringes of society. The first blood hags appeared when a red hag mated with a mad vampire archmage­­—their offspring became the first blood hags. Many more followed.  \n**Face Stealers.** Blood hags prey on mankind, stealing their seed to propagate, their blood to satisfy their insatiable thirst, and their faces as trophies of these short-lived and bloody trysts.  \n**Worm Hair.** A blood hag’s hair is a morass of wriggling worms, ever thirsty for fresh blood.",
            "name": "Blood Hag",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 178,
            "hit_dice": "21d8+84",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 19,
            "wisdom": 21,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 9,
            "skills": {
                "deception": 7,
                "intimidation": 7,
                "perception": 9,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, poisoned",
            "senses": "blood sense 90 ft., darkvision 60 ft., passive Perception 19",
            "languages": "Common, Giant, Infernal, Sylvan, Trollkin",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The blood hag makes two claw attacks and one blood-drinking hair attack."
                },
                {
                    "name": "Blood-Drinking Hair",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) piercing damage and a Medium or smaller target is grappled (escape DC 15). A grappled creature takes 13 (2d8 + 3) necrotic damage at the start of the hag's turns, and the hag heals half as many hit points. The hag gains excess healing as temporary hit points. The hag can grapple one or two creatures at a time. Also see Face Peel.",
                    "attack_bonus": 9,
                    "damage_dice": "3d8"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 19 (4d6 + 5) slashing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "4d6"
                },
                {
                    "name": "Call the Blood",
                    "desc": "The blood hag targets a living creature within 30 feet that she detects with her blood sense and makes the target bleed uncontrollably. The target must make a successful DC 16 Constitution saving throw or suffer one of the effects listed below. A target that saves successfully cannot be affected by this hag's ability again for 24 hours."
                },
                {
                    "name": "1",
                    "desc": "Blood Choke Curse. The target's mouth fills with blood, preventing any speech or spellcasting with verbal components for 1 minute."
                },
                {
                    "name": "2",
                    "desc": "Blood Eye. The target's eyes well up with bloody tears. The target is blinded for 1 minute."
                },
                {
                    "name": "3",
                    "desc": "Heart Like Thunder. The target hears only the rushing of blood and their thumping heart. They are deaf for 1 minute."
                },
                {
                    "name": "4",
                    "desc": "Rupturing Arteries. The victim suffers 7 (2d6) slashing damage as its veins and arteries burst open. The target repeats the saving throw at the beginning of each of its turns. It takes 3 (1d6) necrotic damage if the saving throw fails, but the effect ends on a successful save."
                },
                {
                    "name": "Face Peel",
                    "desc": "The blood hag peels the face off one grappled foe. The target must make a DC 17 Dexterity saving throw. If the saving throw fails, the face is torn off; the target takes 38 (8d6 + 10) slashing damage and is stunned until the start of the hag's next turn. If the save succeeds, the target takes half damage and isn't stunned. Heal, regeneration, or comparable magic restores the stolen features; other curative magic forms a mass of scar tissue. The peeled-off face is a tiny, animated object (per the spell-20 HP, AC 18, no attack, Str 4, Dex 18) under the hag's control. It retains the former owner's memories and personality. Blood hags keep such faces as trophies, but they can also wear someone's face to gain advantage on Charisma (Deception) checks made to imitate the face's former owner."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blood Sense",
                    "desc": "A blood hag automatically senses the blood of living creatures within 90 feet and can pinpoint their locations within 30 feet."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the hag's innate spellcasting ability is Charisma (spell save DC 15). She can innately cast the following spells, requiring no material components:\n\nat will: disguise self, knock, minor illusion, misty step, pass without trace, protection from evil and good, tongues, water breathing\n\n3/day each: bestow curse, invisibility, mirror image\n\n1/day each: cloudkill, modify memory"
                }
            ],
            "spell_list": [],
            "page_no": 242,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_blood-hag/"
        },
        {
            "slug": "adult-sea-dragon",
            "desc": "_This aquamarine dragon has a shark’s head that tapers off into a sleek eel-like body. Its large fins double as wings._  \n**Divine Dragons.** Sea dragons are the children of the ocean, and believe they are semi-divine beings, worthy of worship. Given their size and power, they may be right; certainly, they are often companions or steeds to gods of the sea.  \nDespite the solemn duties the sea dragons invoke thanks to their lineage, they are extremely whimsical. While these immense creatures are playful, their games can shatter hulls and drown sailors. The sea dragons course through the waves with tangible joy as they hunt whales and entire schools of tuna.  \n**Shipwreck Art.** Sea dragons love collecting treasure, especially prize the sunken treasure-filled hulls of ships lost to storm, battle, or their own handiwork. While they appreciate all wealth, they prefer hardy items that can stand up to long exposure to sea water. Precious metals and gemstones add a dramatic luster to the dragon’s lair when they catch stray beams of light. Sea dragons take any more perishable treasures and place them on a reef-altar, to dissolve in the sea as a tithe to the sea gods.  \n**Sunken Memorials.** A sea dragon’s lair is littered with meticulously arranged ships consigned to the deeps. These wrecks are often artfully smashed to allow the treasures in the hold to spill out onto the sea floor. It may seem haphazard, but it displays a complex aesthetic that only other sea dragons can truly appreciate. Because they arrange these wrecks so carefully, a dragon notices immediately if its hoard is disturbed.  \n\n## Sea Dragon’s Lair\n\n  \nSea dragons dwell in lairs dwell in lairs beneath the waves: ocean fissures and caves, lightless trenches full of strange rock formations, and sheltered reefs of cultivated coral.  \nWhatever the place, it’s dedicated to the worship of sea gods. Despite the draconic instinct for seclusion and protection when choosing a lair, sea dragons always choose lairs relatively close to humanoid trade routes and abundant supplies of fish.  \nThe sky surrounding a sea dragon’s lair is perpetually stormy, and the seas run high. If a captain is courageous, these high winds and swift-running currents can cut significant time off a voyage.  \n\n### Lair Actions\n\n  \nOn initiative count 20 (losing initiative ties), the dragon takes a lair action and generates one of the following effects. The dragon can’t use the same effect two rounds in a row:\n* Four vortexes, each 5 feet in diameter and up to 30 feet tall, appear within the lair where the dragon wishes. Creatures occupying the space where a vortex appears or who enter the vortex for the first time on a turn must make a DC 15 Dexterity save or be restrained. As an action, a creature can free itself or another creature from a vortex by succeeding on a DC 15 Strength check. The vortexes last until the dragon uses this lair action again or until the dragon dies.\n* The dragon creates a wall of living coral on a solid surface it can see within 120 feet of it. The wall can be up to 30 feet long, 30 feet high, and 1 foot thick. When the wall appears, each creature within its area takes damage as if touching the wall and is pushed 5 feet out of the wall’s space, on whichever side of the wall it wants. Touching the wall releases painful stings that deal 18 (4d8) poison damage, or half that with a successful DC 15 Constitution saving throw. Each 10-foot section of the wall has AC 5, 30 hit points, resistance to fire damage, and immunity to psychic damage. The wall lasts until the dragon uses this lair action again or until the dragon dies.\n* The dragon bends time around its enemies. Four creatures the dragon can see within 120 feet of it must succeed on a DC 15 Wisdom save or be affected by a slow spell. This effect last until initiative count 20 on the following round.\n  \n### Regional Effects\n\n  \nThe region containing a legendary sea dragon’s lair is warped by the dragon’s magic, which creates one or more of the following effects:\n* Sea life becomes richer within 6 miles of the lair. Schools of fish move into new waters, sharks become common, and whale migration paths shift to pass near the area.\n* Water temperatures drop sharply within 6 miles of the lair. Creatures not accustomed to cold suffer exposure to extreme cold while swimming in this water.\n* Storms and rough water are more common within 6 miles of the lair.\n  \nIf the dragon dies, conditions of the sea surrounding the lair return to normal over the course of 1d10 days.",
            "name": "Adult Sea Dragon",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 225,
            "hit_dice": "18d12+108",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 60
            },
            "strength": 25,
            "dexterity": 10,
            "constitution": 23,
            "intelligence": 17,
            "wisdom": 15,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 11,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": 12,
            "skills": {
                "perception": 12,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 60ft, darkvision 120ft, passive Perception 22",
            "languages": "Common, Draconic",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 18 (2d10 + 7) piercing damage plus 5 (1d10) cold damage.",
                    "attack_bonus": 12,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage.",
                    "attack_bonus": 12,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage.",
                    "attack_bonus": 12,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 Wisdom saving throw or become frightened for 1 minute. A creature repeats 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 dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Tidal Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a crushing wave of frigid seawater in a 60-foot cone. Each creature in that area must make a DC 19 Dexterity saving throw. On a failure, the target takes 33 (6d10) bludgeoning damage and 33 (6d10) cold damage, and is pushed 30 feet away from the dragon and knocked prone. On a successful save the creature takes half as much damage and isn't pushed or knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 20 Dexterity saving throw or take 14 (2d6 + 7) bludgeoning damage and be knocked prone. The dragon can then move up to half its flying speed, or half its swim speed if in the water."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The dragon deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 135,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_adult-sea-dragon/"
        },
        {
            "slug": "ancient-sea-dragon",
            "desc": "_This aquamarine dragon has a shark’s head that tapers off into a sleek eel-like body. Its large fins double as wings._  \n**Divine Dragons.** Sea dragons are the children of the ocean, and believe they are semi-divine beings, worthy of worship. Given their size and power, they may be right; certainly, they are often companions or steeds to gods of the sea.  \nDespite the solemn duties the sea dragons invoke thanks to their lineage, they are extremely whimsical. While these immense creatures are playful, their games can shatter hulls and drown sailors. The sea dragons course through the waves with tangible joy as they hunt whales and entire schools of tuna.  \n**Shipwreck Art.** Sea dragons love collecting treasure, especially prize the sunken treasure-filled hulls of ships lost to storm, battle, or their own handiwork. While they appreciate all wealth, they prefer hardy items that can stand up to long exposure to sea water. Precious metals and gemstones add a dramatic luster to the dragon’s lair when they catch stray beams of light. Sea dragons take any more perishable treasures and place them on a reef-altar, to dissolve in the sea as a tithe to the sea gods.  \n**Sunken Memorials.** A sea dragon’s lair is littered with meticulously arranged ships consigned to the deeps. These wrecks are often artfully smashed to allow the treasures in the hold to spill out onto the sea floor. It may seem haphazard, but it displays a complex aesthetic that only other sea dragons can truly appreciate. Because they arrange these wrecks so carefully, a dragon notices immediately if its hoard is disturbed.  \n\n## Sea Dragon’s Lair\n\n  \nSea dragons dwell in lairs dwell in lairs beneath the waves: ocean fissures and caves, lightless trenches full of strange rock formations, and sheltered reefs of cultivated coral.  \nWhatever the place, it’s dedicated to the worship of sea gods. Despite the draconic instinct for seclusion and protection when choosing a lair, sea dragons always choose lairs relatively close to humanoid trade routes and abundant supplies of fish.  \nThe sky surrounding a sea dragon’s lair is perpetually stormy, and the seas run high. If a captain is courageous, these high winds and swift-running currents can cut significant time off a voyage.  \n\n### Lair Actions\n\n  \nOn initiative count 20 (losing initiative ties), the dragon takes a lair action and generates one of the following effects. The dragon can’t use the same effect two rounds in a row:\n* Four vortexes, each 5 feet in diameter and up to 30 feet tall, appear within the lair where the dragon wishes. Creatures occupying the space where a vortex appears or who enter the vortex for the first time on a turn must make a DC 15 Dexterity save or be restrained. As an action, a creature can free itself or another creature from a vortex by succeeding on a DC 15 Strength check. The vortexes last until the dragon uses this lair action again or until the dragon dies.\n* The dragon creates a wall of living coral on a solid surface it can see within 120 feet of it. The wall can be up to 30 feet long, 30 feet high, and 1 foot thick. When the wall appears, each creature within its area takes damage as if touching the wall and is pushed 5 feet out of the wall’s space, on whichever side of the wall it wants. Touching the wall releases painful stings that deal 18 (4d8) poison damage, or half that with a successful DC 15 Constitution saving throw. Each 10-foot section of the wall has AC 5, 30 hit points, resistance to fire damage, and immunity to psychic damage. The wall lasts until the dragon uses this lair action again or until the dragon dies.\n* The dragon bends time around its enemies. Four creatures the dragon can see within 120 feet of it must succeed on a DC 15 Wisdom save or be affected by a slow spell. This effect last until initiative count 20 on the following round.\n  \n### Regional Effects\n\n  \nThe region containing a legendary sea dragon’s lair is warped by the dragon’s magic, which creates one or more of the following effects:\n* Sea life becomes richer within 6 miles of the lair. Schools of fish move into new waters, sharks become common, and whale migration paths shift to pass near the area.\n* Water temperatures drop sharply within 6 miles of the lair. Creatures not accustomed to cold suffer exposure to extreme cold while swimming in this water.\n* Storms and rough water are more common within 6 miles of the lair.\n  \nIf the dragon dies, conditions of the sea surrounding the lair return to normal over the course of 1d10 days.",
            "name": "Ancient Sea Dragon",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 22,
            "armor_desc": "natural armor",
            "hit_points": 481,
            "hit_dice": "26d20+208",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 80
            },
            "strength": 29,
            "dexterity": 10,
            "constitution": 27,
            "intelligence": 19,
            "wisdom": 17,
            "charisma": 21,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 15,
            "intelligence_save": null,
            "wisdom_save": 10,
            "charisma_save": 12,
            "perception": 17,
            "skills": {
                "perception": 17,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 27",
            "languages": "Common, Draconic, Infernal, Primordial",
            "challenge_rating": "22",
            "cr": 22.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 15 ft., one target. Hit: 20 (2d10 + 9) piercing damage plus 11 (2d10) cold damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. Hit: 16 (2d6 + 9) slashing damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 20 ft., one target. Hit: 18 (2d8 + 9) bludgeoning damage.",
                    "attack_bonus": 16,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 20 Wisdom saving throw or become frightened for 1 minute. A creature repeats 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 dragon's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Tidal Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a crushing wave of frigid seawater in a 90-foot cone. Each creature in that area must make a DC 23 Dexterity saving throw. On a failure, the target takes 44 (8d10) bludgeoning damage and 44 (8d10) cold damage, and is pushed 30 feet away from the dragon and knocked prone. On a successful save the creature takes half as much damage and isn't pushed or knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The dragon can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The dragon regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The dragon makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The dragon makes a tail attack."
                },
                {
                    "name": "Wing Attack (Costs 2 Actions)",
                    "desc": "The dragon beats its wings. Each creature within 15 feet of the dragon must succeed on a DC 24 Dexterity saving throw or take 16 (2d6 + 9) bludgeoning damage and be knocked prone. The dragon can then move up to half its flying speed, or swim speed if in the water."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the dragon fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The dragon deals double damage to objects and structures."
                },
                {
                    "name": "Sea Dragon's Lair",
                    "desc": "on initiative count 20 (losing initiative ties), the dragon takes a lair action and generates one of the following effects. The dragon can't use the same effect two rounds in a row:\n\n- Four vortexes, each 5 feet in diameter and up to 30 feet tall, appear within the lair where the dragon wishes. Creatures occupying the space where a vortex appears or who enter the vortex for the first time on a turn must make a DC 15 Dexterity save or be restrained. As an action, a creature can free itself or another creature from a vortex by succeeding on a DC 15 Strength check. The vortexes last until the dragon uses this lair action again or until the dragon dies.\n\n- The dragon creates a wall of living coral on a solid surface it can see within 120 feet of it. The wall can be up to 30 feet long, 30 feet high, and 1 foot thick. When the wall appears, each creature within its area takes damage as if touching the wall and is pushed 5 feet out of the wall's space, on whichever side of the wall it wants. Touching the wall releases painful stings that deal 18 (4d8) poison damage, or half that with a successful DC 15 Constitution saving throw. Each 10-foot section of the wall has AC 5, 30 hit points, resistance to fire damage, and immunity to psychic damage. The wall lasts until the dragon uses this lair action again or until the dragon dies.\n\n- The dragon bends time around its enemies. Four creatures the dragon can see within 120 feet of it must succeed on a DC 15 Wisdom save or be affected by a slow spell. This effect last until initiative count 20 on the following round."
                },
                {
                    "name": "Regional Effects",
                    "desc": "the region containing a legendary sea dragon's lair is warped by the dragon's magic, which creates one or more of the following effects:\n\n- Sea life becomes richer within 6 miles of the lair. Schools of fish move into new waters, sharks become common, and whale migration paths shift to pass near the area.\n\n- Water temperatures drop sharply within 6 miles of the lair. Creatures not accustomed to cold suffer exposure to extreme cold while swimming in this water.\n\n- Storms and rough water are more common within 6 miles of the lair.\n\nif the dragon dies, conditions of the sea surrounding the lair return to normal over the course of 1d10 days."
                }
            ],
            "spell_list": [],
            "page_no": 135,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_ancient-sea-dragon/"
        },
        {
            "slug": "sea-dragon-wyrmling",
            "desc": "_This aquamarine dragon has a shark’s head that tapers off into a sleek eel-like body. Its large fins double as wings._  \n**Divine Dragons.** Sea dragons are the children of the ocean, and believe they are semi-divine beings, worthy of worship. Given their size and power, they may be right; certainly, they are often companions or steeds to gods of the sea.  \nDespite the solemn duties the sea dragons invoke thanks to their lineage, they are extremely whimsical. While these immense creatures are playful, their games can shatter hulls and drown sailors. The sea dragons course through the waves with tangible joy as they hunt whales and entire schools of tuna.  \n**Shipwreck Art.** Sea dragons love collecting treasure, especially prize the sunken treasure-filled hulls of ships lost to storm, battle, or their own handiwork. While they appreciate all wealth, they prefer hardy items that can stand up to long exposure to sea water. Precious metals and gemstones add a dramatic luster to the dragon’s lair when they catch stray beams of light. Sea dragons take any more perishable treasures and place them on a reef-altar, to dissolve in the sea as a tithe to the sea gods.  \n**Sunken Memorials.** A sea dragon’s lair is littered with meticulously arranged ships consigned to the deeps. These wrecks are often artfully smashed to allow the treasures in the hold to spill out onto the sea floor. It may seem haphazard, but it displays a complex aesthetic that only other sea dragons can truly appreciate. Because they arrange these wrecks so carefully, a dragon notices immediately if its hoard is disturbed.  \n\n## Sea Dragon’s Lair\n\n  \nSea dragons dwell in lairs dwell in lairs beneath the waves: ocean fissures and caves, lightless trenches full of strange rock formations, and sheltered reefs of cultivated coral.  \nWhatever the place, it’s dedicated to the worship of sea gods. Despite the draconic instinct for seclusion and protection when choosing a lair, sea dragons always choose lairs relatively close to humanoid trade routes and abundant supplies of fish.  \nThe sky surrounding a sea dragon’s lair is perpetually stormy, and the seas run high. If a captain is courageous, these high winds and swift-running currents can cut significant time off a voyage.  \n\n### Lair Actions\n\n  \nOn initiative count 20 (losing initiative ties), the dragon takes a lair action and generates one of the following effects. The dragon can’t use the same effect two rounds in a row:\n* Four vortexes, each 5 feet in diameter and up to 30 feet tall, appear within the lair where the dragon wishes. Creatures occupying the space where a vortex appears or who enter the vortex for the first time on a turn must make a DC 15 Dexterity save or be restrained. As an action, a creature can free itself or another creature from a vortex by succeeding on a DC 15 Strength check. The vortexes last until the dragon uses this lair action again or until the dragon dies.\n* The dragon creates a wall of living coral on a solid surface it can see within 120 feet of it. The wall can be up to 30 feet long, 30 feet high, and 1 foot thick. When the wall appears, each creature within its area takes damage as if touching the wall and is pushed 5 feet out of the wall’s space, on whichever side of the wall it wants. Touching the wall releases painful stings that deal 18 (4d8) poison damage, or half that with a successful DC 15 Constitution saving throw. Each 10-foot section of the wall has AC 5, 30 hit points, resistance to fire damage, and immunity to psychic damage. The wall lasts until the dragon uses this lair action again or until the dragon dies.\n* The dragon bends time around its enemies. Four creatures the dragon can see within 120 feet of it must succeed on a DC 15 Wisdom save or be affected by a slow spell. This effect last until initiative count 20 on the following round.\n  \n### Regional Effects\n\n  \nThe region containing a legendary sea dragon’s lair is warped by the dragon’s magic, which creates one or more of the following effects:\n* Sea life becomes richer within 6 miles of the lair. Schools of fish move into new waters, sharks become common, and whale migration paths shift to pass near the area.\n* Water temperatures drop sharply within 6 miles of the lair. Creatures not accustomed to cold suffer exposure to extreme cold while swimming in this water.\n* Storms and rough water are more common within 6 miles of the lair.\n  \nIf the dragon dies, conditions of the sea surrounding the lair return to normal over the course of 1d10 days.",
            "name": "Sea Dragon Wyrmling",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 52,
            "hit_dice": "8d8+16",
            "speed": {
                "walk": 30,
                "fly": 60,
                "swim": 40
            },
            "strength": 17,
            "dexterity": 10,
            "constitution": 15,
            "intelligence": 13,
            "wisdom": 11,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 2,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": 4,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "blindsight 10 ft. darkvision 60 ft., passive Perception 14",
            "languages": "Common, Draconic, Primordial",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) piercing damage plus 3 (1d6) cold damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Tidal Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a crushing wave of frigid seawater in a 15-foot cone. Each creature in that area must make a DC 12 Dexterity saving throw. On a failure, the target takes 11 (2d10) bludgeoning damage and 11 (2d10) cold damage, and is pushed 15 feet away from the dragon and knocked prone. On a successful save the creature takes half as much damage and isn't pushed or knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 136,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_sea-dragon-wyrmling/"
        }
    ]
}