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

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

{
    "count": 3207,
    "next": null,
    "previous": "https://api.open5e.com/monsters/?ordering=damage_immunities&page=64",
    "results": [
        {
            "slug": "brumalek",
            "desc": "",
            "name": "Brumalek",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 40,
            "hit_dice": "9d6+9",
            "speed": {
                "walk": 30,
                "burrow": 20,
                "climb": 20
            },
            "strength": 5,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 4,
            "wisdom": 13,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "thunder",
            "condition_immunities": "deafened",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "—",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Headbutt",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d6+3) bludgeoning damage."
                },
                {
                    "name": "Reverberating Howl",
                    "desc": "Releases an ear-shattering howl in a 30' cone that is audible 300' away. Each creature in that cone must make a DC 13 Dex save. On a failure a creature takes 5 (2d4) thunder and is deafened for 1 min. On a success the creature takes half the damage and isn't deafened. A deafened creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Skittish",
                    "desc": "Can take the Dash or Disengage action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                },
                {
                    "name": "Snow Stride",
                    "desc": "A brumalek can burrow through nonmagical snow and earth. While doing so it doesn't disturb the material it moves through. In addition difficult terrain composed of snow doesn't cost it extra movement."
                }
            ],
            "spell_list": [],
            "page_no": 70,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_brumalek/"
        },
        {
            "slug": "zilaq",
            "desc": "",
            "name": "Zilaq",
            "size": "Tiny",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 82,
            "hit_dice": "15d4+45",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 8,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 14,
            "wisdom": 10,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 4,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "thunder",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "Common, Draconic",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 7 (2d4+2) piercing damage."
                },
                {
                    "name": "Sonic Yelp (Recharge 5-6)",
                    "desc": "Each creature within 60' of it and can hear it: 21 (6d6) thunder (DC 13 Con half). "
                },
                {
                    "name": "Enthralling Speech (2/Day)",
                    "desc": "Each creature within 60' of it and can hear it: charmed for 1 min (DC 13 Wis negates). While charmed creature suffers either (zilaq's choice): Creature becomes hostile toward another creature of the zilaq's choice that is also charmed by the zilaq.Creature rolls d100 at start of each of its turns. If result is 51-100 it can take no action until start of its next turn."
                },
                {
                    "name": "Phantasmal Oratory (1/Day)",
                    "desc": "Describes a creature so vividly it takes on a semblance of reality. Zilaq creates an illusory creature that resembles a Beast Monstrosity or Plant with CR 1 or less for 1 hr. The illusory creature moves and acts according to zilaq's mental direction and takes its turn immediately after zilaq; uses statistics of creature it resembles except it can't use traits actions or spells that force target to save."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Eidetic Memory",
                    "desc": "Remembers everything it hears or reads. It has advantage on Int (Arcana) and Int (History) checks."
                },
                {
                    "name": "Two-Headed",
                    "desc": "Advantage on Wis (Perception) checks and on saves vs. being blinded charmed deafened frightened stunned and knocked unconscious."
                }
            ],
            "spell_list": [],
            "page_no": 399,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_zilaq/"
        },
        {
            "slug": "boomer",
            "desc": "An ear-piercing shriek echoes in the cavern. The sound comes from a human-sized mushroom whose stalk steadily swells with air as it shrieks._  \n**Thunderous Shriek.** Boomers are a subspecies of Open Game License",
            "name": "Boomer",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 7,
            "armor_desc": "natural armor",
            "hit_points": 22,
            "hit_dice": "4d8+4",
            "speed": {
                "walk": 0
            },
            "strength": 1,
            "dexterity": 1,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 3,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "thunder",
            "condition_immunities": "blinded, deafened, frightened",
            "senses": "blindsight 30 ft. (blind beyond this radius), passive Perception 6",
            "languages": "—",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": null,
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Shriek",
                    "desc": "If bright light or a creature is within 30 feet of the boomer, it emits a shriek audible within 300 feet of it. The boomer continues to shriek until the disturbance moves out of range and for 1d4 of the boomer's turns afterward."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Deafening Boom",
                    "desc": "When a creature hits the boomer with a melee attack, the boomer releases a blast of sound. Each creature within 10 feet of the boomer that can hear it must make a DC 12 Constitution saving throw. On a failure, a creature takes 5 (2d4) thunder damage and is incapacitated until the end of its next turn. On a success, a creature takes half the damage and isn't incapacitated."
                },
                {
                    "name": "Death Burst",
                    "desc": "When it dies, the boomer explodes in a cacophonous burst. Each creature within 30 feet of the boomer that can hear it must make a DC 12 Constitution saving throw. On a failure, a creature takes 7 (2d6) thunder damage and is deafened for 1 minute. On a success, a creature takes half the damage and isn't deafened."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the boomer remains motionless, it is indistinguishable from an ordinary fungus."
                }
            ],
            "spell_list": [],
            "page_no": 157,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_boomer/"
        },
        {
            "slug": "shriekbat",
            "desc": "This midnight-blue bat has a cavern-filling wingspan. The air near its mouth, large enough to carry a horse, visibly vibrates with sound pulses._  \nShriekbats thrive in the cavernous spaces of the Underworld where they face little competition from dragons, rocs, and other large flying creatures, as they would aboveground. Despite their enormousness, the bats deftly maneuver among the stalactites and stalagmites crowding underground caverns. When they attack prey, or in the very rare cases where they must escape predators, they emit a terrible shriek that overwhelms their foes and allows them to easily grab prey or escape. Shriekbat echolocation uses subsonic frequencies, allowing the bats to fly in relative silence.  \n**Kobold Companions.** Kobold bat keepers know the secret to raising young shriekbats. The bat keepers often risk their lives to procure young, using the bats for protection and as companions. A bat keeper returns its shriekbat to the wild before the bat reaches adulthood, when it would become too large for the cramped kobold tunnels. A bat keeper tracks the shriekbats it releases, and often returns to visit its former companions. Shriekbats prove surprisingly keen at remembering former kobold handlers (whether such handlers treated them well or poorly), and they often allow fondly remembered handlers to take a single pup from their litters, ensuring the pup survives to adulthood and renewing the cycle.  \n**Long-Lived Omnivores.** Shriekbats live for nearly 50 years. They are social and promiscuous creatures that live in small groups in large caverns. They are omnivorous but prefer fresh meat to other food with lizards taking up the majority of their diet. Shriekbats can survive on rotten flesh, which allows them to eat ghouls and other undead populating the Underworld, but they find it less palatable. In overcrowded situations where multiple groups of shriekbats roost in the same cavern, a group of shriekbats might break away to find another hunting location if food becomes scarce.",
            "name": "Shriekbat",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 178,
            "hit_dice": "17d12+68",
            "speed": {
                "fly": 100,
                "walk": 20
            },
            "strength": 24,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "thunder",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The shriekbat makes two attacks: one with its bite and one with its talons."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 20 (3d8 + 7) piercing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "3d8+7"
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 17 (3d6 + 7) slashing damage, and the target is grappled (escape DC 19). Until this grapple ends, the target is restrained, and the shriekbat can't use its talons on another target.",
                    "attack_bonus": 11,
                    "damage_dice": "3d6+7"
                },
                {
                    "name": "Shriek (Recharge 5-6)",
                    "desc": "The shriekbat emits a powerful burst of sound in a 30-foot cone. Each creature in that area must make a DC 16 Constitution saving throw, taking 42 (12d6) thunder damage on a failed save, or half as much damage on a successful one. If the saving throw fails by 5 or more, the target is also stunned for 1 minute. A stunned creature can repeat 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": "Echolocation",
                    "desc": "The shriekbat can't use its blindsight while deafened."
                }
            ],
            "spell_list": [],
            "page_no": 325,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_shriekbat/"
        },
        {
            "slug": "vangsluagh",
            "desc": "A writhing mass of hundreds of rubbery, blue-grey tentacles rises from a human sized pair of legs ending in elephantine feet. Each tentacle ends in an eerily human-looking mouth._  \n**Damned Pipers.** Vangsluagh create a din everywhere they go; the mouths on their tentacles perpetually scream, whistle, bleat, growl, and cry. Even in instances where a vangsluagh may want a quiet entrance or stealthy ambush, their own bodies betray them. Stories have emerged from their magic-blasted homeland of vangsluagh that are capable of silencing the noise surrounding them.  \n**Defilers of Beauty.** Vangsluagh despise pretty things, be they creature, object, or structure. Given the opportunity, a vangsluagh prefers spending its time smashing beautiful things to bits. The absence of beauty doesn’t always calm these creatures, however. They target living creatures as a priority in such occurrences.",
            "name": "Vangsluagh",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 85,
            "hit_dice": "10d8+40",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 17,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "thunder",
            "condition_immunities": "deafened",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Void Speech",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vangsluagh makes two tentacle lash attacks."
                },
                {
                    "name": "Tentacle Lash",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 10 ft., one target. Hit: 12 (2d8 + 3) bludgeoning damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d8+3"
                },
                {
                    "name": "Sonic Bullet",
                    "desc": "Ranged Spell Attack: +5 to hit, range 120 ft., one target. Hit: 10 (3d6) thunder damage, and the target must make a DC 13 Constitution saving throw or be deafened until the end of its next turn.",
                    "attack_bonus": 5,
                    "damage_dice": "3d6"
                },
                {
                    "name": "Agonizing Trill (Recharge After a Short or Long Rest)",
                    "desc": "The vangsluagh increases the pitch of its cacophony to deadly levels. Each creature within 30 feet of the vangsluagh must make a DC 13 Constitution saving throw. On a failure, a creature takes 10 (3d6) thunder damage and is stunned for 1 minute. On a success, a creature takes half the damage and isn't stunned. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Constant Racket",
                    "desc": "The vangsluagh has disadvantage on Dexterity (Stealth) checks."
                },
                {
                    "name": "Distracting Cacophony",
                    "desc": "The vangsluagh constantly emits a din of bleats, trills, and trumpets. A creature that casts a spell while it is within 30 feet of the vangsluagh must make a DC 13 Intelligence, Wisdom, or Charisma saving throw. (The type of saving throw required is dependent on the spellcasting creature's spellcasting ability score.) On a failed save, the spell isn't cast, and the spell slot isn't expended. In addition, a creature that starts its turn within 30 feet of the vangsluagh and is maintaining concentration on a spell must succeed on a DC 13 Constitution saving throw or it loses concentration on the spell."
                }
            ],
            "spell_list": [],
            "page_no": 359,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_vangsluagh/"
        },
        {
            "slug": "bukavac",
            "desc": "_Unleashing a bone-shattering roar, this toad-like monster bears two gnarled horns and wicked claws. It charges from its watery lair on six legs, eager for the kill._  \n**Pond Lurkers.** The placid surfaces of forest lakes and ponds hide many lethal threats, among them the bukavac. While not amphibious, the creature can hold its breath for minutes at a time as it lurks under the surface in wait for fresh meat.  \n**Enormous Roar.** A ravenous bukavac lives to hunt and devour prey, preferring intelligent prey to animals, and usually ambushes its victims. Due to its size, the beast must find deep ponds or lakes to hide in, but it can flatten itself comfortably to rest in two feet of water. It leads with its wicked horns before grabbing hold of its target or another nearby foe and hanging on as it claws its victim to death. The creature relishes the feel of its victim’s struggles to escape its embrace and reserves its roar, which sounds like a cross between a toad’s croak and lion’s roar emanating from a creature the size of a dragon, for organized foes or against overwhelming numbers. If a bukavac’s devastating sonic attack routs its foes, it picks off remaining stragglers; otherwise, it retreats to its underwater hiding spot.  \n**Clamorous Mating.** Solitary hunters by nature, bukavacs pair up briefly in the spring. Male bukavacs travel to a female’s lair and demonstrate their prowess by unleashing their most powerful bellows. Villages ten miles away from the lair often hear these howls for a week and pray that the creatures don’t attack. Once mating has been completed (and groves of trees have been destroyed), the female finds a secluded, shallow lake in which to bury eggs. A bukavac reaches maturity in five years, during which time it and its siblings hunt together. After the bukavacs mature, each finds its own lair.  \nA bukavac is 11 feet long, including its foot-long horns, stands four feet tall, and weighs 4,000 lb. The creature has a natural lifespan of 40 years, but its noise and proclivity to ambush intelligent prey attracts the attention of hunting parties, which considerably shorten its life expectancy.",
            "name": "Bukavac",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 199,
            "hit_dice": "21d10+84",
            "speed": {
                "walk": 40,
                "swim": 20
            },
            "strength": 20,
            "dexterity": 17,
            "constitution": 18,
            "intelligence": 7,
            "wisdom": 15,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "perception": 10,
                "stealth": 11
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "thunder",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 20",
            "languages": "Sylvan",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bukavac makes four claw attacks, or two claw attacks and one bite attack, or two claw attacks and one gore attack, or one bite and one gore attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 21 (3d10 + 5) piercing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "3d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 11 (1d12 + 5) slashing damage and grapples (escape DC15). A bukavac can grapple up to 2 Medium size foes.",
                    "attack_bonus": 9,
                    "damage_dice": "1d12"
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 21 (3d10 + 5) piercing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "3d10"
                },
                {
                    "name": "Croaking Blast (Recharge 5-6)",
                    "desc": "A bukavac can emit a howling thunderclap that deafens and damages those nearby. Creatures within 15 feet who fail a DC 17 Constitution saving throw take 36 (8d8) thunder damage and are permanently deafened. Those succeeding on the saving throw take half damage and are not deafened. The deafness can be cured with lesser restoration."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The bukavac can hold its breath for up to 20 minutes."
                },
                {
                    "name": "Hop",
                    "desc": "A bukavac can move its enormous bulk with remarkably quick hop of up to 20 feet, leaping over obstacles and foes. It may also use the hop as part of a withdraw action."
                }
            ],
            "spell_list": [],
            "page_no": 47,
            "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_bukavac/"
        },
        {
            "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/"
        }
    ]
}