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

GET /monsters/?ordering=desc&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=desc&page=64",
    "results": [
        {
            "slug": "malakbel",
            "desc": "_Within a blinding wave of heat and glare strides a long-limbed, misshapen form. The creature scorches everything in its path as it strides forward._  \nWhat most people recall most vividly from an encounter with a malakbel is the blinding light and blistering heat surrounding them. Rippling distortion obscures the creature’s body, which is roughly the size and shape of an adult human.  \n_**Demonic Messengers.**_ Malakbel demons are contradictory creatures. They are both messengers and destroyers who carry the words of demon lords or even dark gods to the mortal realm. Paradoxically, once their message is delivered, they often leave none of its hearers alive to spread the tale.  \n_**Where Virtue Cannot Look.**_ The malakbel is the embodiment of all that is forbidden and destructive. Despite its vital role as a messenger, its destructive nature always comes to the fore. A malakbel descends upon settlements and travelers with the merciless and relentless onslaught of the raging sun, burning all it sees to cinders before vanishing like heat shimmers at dusk.",
            "name": "Malakbel",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d8+48",
            "speed": {
                "walk": 40
            },
            "strength": 14,
            "dexterity": 17,
            "constitution": 19,
            "intelligence": 13,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, radiant, poison",
            "condition_immunities": "blinded, poisoned",
            "senses": "truesight 30 ft., passive Perception 17",
            "languages": "Abyssal, telepathy 120 ft.",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The malakbel makes two scorching blast attacks."
                },
                {
                    "name": "Scorching Blast",
                    "desc": "Ranged Spell Attack: +9 to hit, range 120 ft., one target. Hit: 18 (3d8 + 5) fire damage.",
                    "attack_bonus": 9,
                    "damage_dice": "3d8"
                },
                {
                    "name": "Searing Flare (Recharge 5-6)",
                    "desc": "The malakbel intensifies its Blistering Radiance to withering levels. All creatures in the malakbel's aura take 31 (7d8) radiant damage and gain a level of exhaustion; a successful DC 16 Constitution saving throw reduces damage by half and negates exhaustion."
                },
                {
                    "name": "Teleport",
                    "desc": "The malakbel magically teleports to an unoccupied space it can see within 100 feet."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blistering Radiance",
                    "desc": "The malakbel generates a 30-foot-radius aura of searing light and heat. A creature that starts its turn in the aura, or who enters it for the first time on a turn, takes 11 (2d10) radiant damage. The area in the aura is brightly lit, and it sheds dim light for another 30 feet. The aura dispels magical darkness of 3rd level or lower where the areas overlap."
                },
                {
                    "name": "Distortion",
                    "desc": "Ranged attacks against the malakbel have disadvantage."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The malakbel has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 78,
            "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_malakbel/"
        },
        {
            "slug": "voidling",
            "desc": "_Writhing black tendrils stretch from this indistinct orb of pure shadow. The faintest flicker of something green, like an eye, appears for a moment in the center of the globe and then fades to black again._  \n**Called from Darkness.** Voidlings are creatures of the darkest void, the cold space between the stars, drawn to mortal realms by practitioners of foul and corrupting magic known to break the minds of those who wield it. They frequently are summoned servants to void dragons, and they have been seen as wardens of the temples on the Plateau of Leng.  \n**Light Eaters.** They are said to devour life and knowledge and light itself as sustenance; the places they inhabit are known for their dank chill and their obscurity. Voidlings are summoned by those hungry for power at any cost, and—despite their dark reputation—they serve very well for years or even decades, until one day they turn on their summoners. If they succeed in slaying their summoner, they grow in strength and return to the void. Exactly what voidlings seek when they have not been summoned—and what triggers their betrayals—is a mystery.  \n**Cold Tendrils.** Creatures of utter darkness, they can barely be said to have a shape; they consist largely of lashing tendrils of solid shadow. The tendrils meet at a central point and form a rough sphere in which something like an eye appears intermittently.  \nThough their tentacles stretch 10 feet long, the core of a voiding is no more than 4 feet across, and it weighs nothing, darting through either air or void with impressive speed.",
            "name": "Voidling",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 110,
            "hit_dice": "20d10",
            "speed": {
                "hover": true,
                "walk": 0,
                "fly": 50
            },
            "strength": 15,
            "dexterity": 22,
            "constitution": 10,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": 6,
            "wisdom_save": 7,
            "charisma_save": 4,
            "perception": null,
            "skills": {
                "stealth": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic",
            "condition_immunities": "exhaustion, petrified, prone",
            "senses": "truesight 60 ft., passive Perception 13",
            "languages": "telepathy 60 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The voidling makes 4 tendril attacks."
                },
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 10 (1d8 + 6) slashing damage plus 11 (2d10) necrotic damage.",
                    "attack_bonus": 10,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Necrotic Burst (Recharge 5-6)",
                    "desc": "The voidling releases a burst of necrotic energy in a 20-foot radius sphere centered on itself. Those in the area take 35 (10d6) necrotic damage, or half damage with a successful DC 17 Constitution saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fed by Darkness",
                    "desc": "A voidling in magical darkness at the start of its turn heals 5 hit points."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The voidling has advantage on saving throws against spells and other magical effects except those that cause radiant damage."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the voidling's innate spellcasting ability is Wisdom (spell save DC 15, spell attack bonus +7). It can innately cast the following spells, requiring no material components:\n\nat will: darkness, detect magic, fear\n\n3/day each: eldritch blast (3 beams), black tentacles\n\n1/day each: phantasmal force, reverse gravity"
                },
                {
                    "name": "Natural Invisibility",
                    "desc": "A voidling in complete darkness is considered invisible to creatures that rely on normal vision or darkvision."
                }
            ],
            "spell_list": [],
            "page_no": 404,
            "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_voidling/"
        },
        {
            "slug": "ychen-bannog",
            "desc": "_Ychen bannogs are massive, ox-like beasts with thick, wooly coats and great horns like the gods’ battering rams. They stand over 40 feet tall at the shoulder and weigh hundreds of tons. Despite their awe-inspiring size, these towering creatures are peaceful wanderers in the wilderness, where their calls echo for miles._  \n**Strongest Beasts in the World.** Legends are built on their sturdy backs. Capable of pulling 670 tons (or carrying 134 tons on their backs), ychen bannogs are the strongest beasts of burden in the known world. Tamed ychen bannogs can haul entire communities, or even small castles, and a clever dwarf with a ychen bannog at her disposal can carve out enormous riverbeds, haul enormous stones, or reshape entire valleys with ease.  \n**Ychen Warships.** Giants have a particular affinity with the ychen bannogs. In times of war, giants sometimes build complex siege platforms atop these beasts, making effective transport for small armies of giants. Thankfully, ychen bannogs are rare enough that even seeing one in an army is a tale to be told for generations.  \n**Louder Than Thunder.** When riled, a ychen bannog can bellow loudly enough to shatter stones and knock down walls.",
            "name": "Ychen Bannog",
            "size": "Gargantuan",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 231,
            "hit_dice": "14d20+84",
            "speed": {
                "walk": 50
            },
            "strength": 28,
            "dexterity": 10,
            "constitution": 23,
            "intelligence": 3,
            "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": "bludgeoning",
            "damage_immunities": "",
            "condition_immunities": "exhaustion",
            "senses": "passive Perception 11",
            "languages": "-",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ychen bannog makes one gore attack and one stomp attack."
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 27 (4d8 + 9) piercing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "4d8"
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 31 (4d10 + 9) bludgeoning damage. If the target is a creature, it must succeed on a DC 21 Strength saving throw or be knocked prone.",
                    "attack_bonus": 13,
                    "damage_dice": "4d10"
                },
                {
                    "name": "Destroying Bellow (Recharge 5-6)",
                    "desc": "The ychen bannog delivers a fearsome bellow that can be heard up to ten miles away. Structures and unattended objects in a 60-foot cone take 55 (10d10) thunder damage. Creatures in the cone take 27 (5d10) thunder damage and are deafened for 1 hour, or take half damage and aren't deafened with a successful DC 18 Constitution saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ever-Sharp Horns",
                    "desc": "The ychen bannog deals triple damage dice when it scores a critical hit with a gore attack."
                },
                {
                    "name": "Overrun",
                    "desc": "When the ychen bannog takes the Dash action, it can move through the space of a Large or smaller creature, treating the creature's space as difficult terrain. As it moves through the creature's space, the ychen bannog can make a stomp attack as a bonus action."
                },
                {
                    "name": "Peaceful Creature",
                    "desc": "The ychen bannog abhors combat and flees from it if possible. If unable to flee, the ychen bannog can attack a foe or obstacle to clear a path to safety. As an action, a driver or handler mounted on the ychen bannog or adjacent to it can make a DC 16 Wisdom (Animal Handling) check. On a success, the ychen bannog moves and attacks as directed by the driver. On a failure, the beast flees. The driver or handler must have proficiency in Animal Handling to attempt this check."
                }
            ],
            "spell_list": [],
            "page_no": 413,
            "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_ychen-bannog/"
        },
        {
            "slug": "mahoru",
            "desc": "_“I saw no more terrible beast on all my journeys north than the mahoru. The white bears had their aloof majesty, the lindwurm serpentine grace, but the monster that gnawed away the pack ice beneath our feet and savaged any who fell into the water was a thing of nightmare. The men it snatched were torn apart, like rags in the mouth of a rabid dog.”_  \nA hybrid of fish and mammal, a mahoru is eight feet long and looks like a small orca with a serpentine neck and seal-like head.  \n**Valuable Teeth and Fur.** Their heavy jaws are filled with triangular, serrated teeth adept at tearing flesh and sundering bone. Their white and black fur is highly prized for its warmth and waterproof qualities. Their pectoral fins feature stubby, claw-tipped paws. Skraeling use the mahoru’s fangs to make arrowheads or tooth-studded clubs, and the mahoru is a totem beast for many northern tribes.  \n**Iceberg Hunters.** Relatives of the bunyip, mahoru prowl northern coasts and estuaries, hunting among the fragmenting pack ice each summer. They lurk beneath the surface, catching swimmers chunks or lurching up onto the ice to break or tilt it and send prey tumbling into the water. When necessary, they stalk beaches and riverbanks in search of carrion or unwary victims.  \n**Work in Pairs and Packs.** Mahoru work together in mated pairs to corral everything from fish and seals to larger prey like kayaking humans and even polar bears. They gnaw at ice bridges and the frozen surface of lakes and rivers to create fragile patches that plunge unwary victims into their waiting jaws.",
            "name": "Mahoru",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "walk": 10,
                "swim": 60
            },
            "strength": 18,
            "dexterity": 19,
            "constitution": 14,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "-",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 20 (3d10 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "3d10"
                },
                {
                    "name": "Roar",
                    "desc": "When a mahoru roars all creatures with hearing within 30 feet of it must succeed on a DC 14 Wisdom saving throw or become frightened until the end of the mahoru's next turn. If the target fails the saving throw by 5 or more, it's also paralyzed for the same duration. A target that succeeds on the saving throw is immune to the Roar of all mahoru for the next 24 hours."
                },
                {
                    "name": "Vorpal Bite",
                    "desc": "a mahoru's saw-like jaws are excel at dismembering prey. When the mahoru scores a critical hit, the target must succeed on a DC 14 Strength saving throw or lose an appendage. Roll on the following table for the result:\n\n1-2: right hand\n\n3-4: left hand\n\n5-6: right food\n\n7-8: left foot\n\n9: right forearm\n\n10: left forearm\n\n11: right lower leg\n\n12: left lower leg"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The mahoru can breathe air and water."
                },
                {
                    "name": "Keen Sight and Smell",
                    "desc": "The mahoru has advantage on Wisdom (Perception) checks that rely on sight or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The mahoru has advantage on attack rolls against a creature if at least one of the mahoru's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Blood Frenzy",
                    "desc": "The mahoru has advantage on melee attack rolls against any creature that isn't at maximum hit points."
                }
            ],
            "spell_list": [],
            "page_no": 281,
            "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_mahoru/"
        },
        {
            "slug": "shadow-fey",
            "desc": "_“Kind words open even iron doors.”_ \n _—Twilight, a courtier to the shadow fey_  \nTo most, the shadow fey are little more than a dancing shadow among the leaves. To savants, they are the creatures that taught the shadowdancers all they know, and kept many secrets to themselves. They were once elves like all others, dwelling in mortal lands beneath the sun. An ancient catastrophe drove them to darkness, and now they are creatures of the shadow. Though they can be found on the Material Plane, they are inextricably tied to the plane of Shadows, and that is the seat of their power and culture.  \nShadow fey superficially resemble other elves, but they’re rarely mistaken for their lighted cousins. Skin tones among the shadow fey range from alabaster white to ebony black, with varying shades of gray in between, but they are otherwise lacking in color. A few have a scintillating shimmer to their skin. Many shadow fey grow horns that sweep out from their hair, varying in size from subtle nubs to obvious spikes. Others have shocking sets of teeth.  \n**Dual Natured.** The shadow fey are contradictory beings. They boast some of the best features of elves, tempered by aspects of a fouler nature. They can be deliberate and purposeful, but they’re also given to perplexing whimsy. Mortal creatures trying to fathom shadow fey motivations are in for a maddening experience; they are often illogical, capricious, and seemingly thrive on annoying others.  \n**Split Rulership.** The Summer Court and Winter Court each rule the shadow fey in the appropriate season. The turning of these seasons follows no clear calendar or schedule, though it is skewed toward summer.  \nOther fey call them the Scáthsidhe (pronounced scAH-shee), or shadow faeries, and they are usually counted among the unseelie, though they would dispute that characterization. They simply call themselves part of the sidhe, and consider themselves an extension of the Seelie Court.  \n**The Reach of Darkness.** Their bond with darkness allows the shadow fey to slip through distant spaces, traversing darkness itself from one place to another. Not only can every shadow fey slip from a shadow or patch of darkness to instantly appear elsewhere, they also control the mysterious and powerful shadow roads. Shadow roads are magical pathways that connect points on the Material Plane by dipping through the plane of shadow, allowing rapid and completely secret travel for the fey—and more importantly, for their weapons of war, their trade goods, and their allies.  \nThe shadow fey all have an instinctive understanding of how a shadow road functions, and they are adept at both operating the entrance portals and navigating any hazards on the road. This bond with darkness has a price, of course, and the shadow fey shun the sun’s light.",
            "name": "Shadow Fey",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "elf",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 31,
            "hit_dice": "7d8",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 11,
            "wisdom": 11,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "arcana": 2,
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Elvish, Umbral",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Shortsword",
                    "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": "Shortbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fey Ancestry",
                    "desc": "The shadow fey has advantage on saving throws against being charmed, and magic can't put it to sleep."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the shadow fey's innate spellcasting ability is Charisma. It can cast the following spells innately, requiring no material components.\n\n1/day: misty step (when in shadows, dim light, or darkness only)"
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the shadow fey has disadvantage on attack rolls and on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Traveler in Darkness",
                    "desc": "The shadow fey has advantage on Intelligence (Arcana) checks made to know about shadow roads and shadow magic spells or items."
                }
            ],
            "spell_list": [],
            "page_no": 171,
            "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_shadow-fey/"
        },
        {
            "slug": "salt-devil",
            "desc": "_“They led that caravan without mercy or kindness. If you fell or stumbled, they struck you, making your tongue feel as sand or your body ache with pain, then laughed, telling you to get up. And once we arrived, gods, they had us take the tools from the dead, withered hands of the last slaves, and start digging.” He took a drink from his waterskin, as if just the memory made him thirsty._  \n**Sparkly Crystals.** Salt devils have sharp, crystalline teeth, sparkling skin studded with fine salt crystals, and long claws that leave jagged, burning wounds. They can also fight with saltencrusted blades seemingly forged from thin air.  \n**Servants of Mammon.** Salt devils claim to serve Mammon, and they often ally with gnolls and slavers with whom they seek out oases to use as ambush sites or just to poison the water.  \n**Slavers and Corruptors.** Salt devils create slave markets and salt mines, where they thrive on the misery of those indentured into their service. They detest summoning peers during combat because they hate being indebted to another devil. They prefer to forge alliances with mortals when partners are needed for an endeavor, and they are less grasping and greedy than one might expect of Mammon’s servants, preferring to encourage corruption in others.",
            "name": "Salt Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 93,
            "hit_dice": "11d8+44",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 13,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Celestial, Common, Gnoll, Infernal, telepathy 120 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes two scimitar attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage. If the target is neither undead nor a construct, it also takes 5 (1d10) necrotic damage, or half damage with a successful DC 15 Constitution saving throw. Plants, oozes, and creatures with the Amphibious, Water Breathing, or Water Form traits have disadvantage on this saving throw. If the saving throw fails by 5 or more, the target also gains one level of exhaustion.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6"
                }
            ],
            "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 devil's spellcasting ability is Charisma (spell save DC 13). The devil can innately cast the following spells, requiring no material components:\n\nat will: darkness\n\n1/day each: harm, teleport"
                },
                {
                    "name": "Variant: Devil Summoning",
                    "desc": "Summon Devil (1/Day): The salt devil has a 40 percent chance of summoning one salt devil"
                }
            ],
            "spell_list": [],
            "page_no": 113,
            "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_salt-devil/"
        },
        {
            "slug": "frostveil",
            "desc": "_“They took the sled dogs first, and later the seal-skinner set to guard them. We’d hear a confused, muffled cry in the wind and then we’d find them—a raven harvest, cold and stiff on the ice. Next time, we hid ourselves and watched, and saw them floating through the air like kites. A wisp of blowing snow that never dispersed, a billowing, snowflake sail moving with sinister purpose. The ‘cloak of death’ our skraeling guide called it.”_  \nWhipped through the air by snowstorms and resembling a spider’s web dangling with delicate ice crystals, these silently gliding, beautiful killers are semi-sentient plants adapted to the merciless cold of the North.  \n**Cloak of Death.** Flat nodes shaped like large snowflakes connect their net-like bodies and trailing tails of transparent fibers. Gossamer tendrils stream behind and between the flying snowflakes, ready to grab and entangle any warm-blooded creature it detects.  \n**Seek Warmth.** Each star-like node contains crude sensory organs, able to detect warmth as meager as a living creature’s breath and steer the gliding web toward it.  \n**Spirit Spores.** Northern shamans say the dance of the frostveils is beautiful when lit by the northern lights, and a powerful omen. With great care, shamans sometimes harvest frostveils for their frozen spore-shards, which grant potent visions of the spirit world when melted on the tongue.",
            "name": "Frostveil",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 67,
            "hit_dice": "9d8+27",
            "speed": {
                "walk": 10,
                "fly": 30
            },
            "strength": 20,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 1,
            "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": {
                "stealth": 7
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning and piercing from nonmagical attacks",
            "damage_immunities": "cold",
            "condition_immunities": "blinded, charmed, deafened, frightened, prone",
            "senses": "blindsight 100 ft., passive Perception 10",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The frostveil makes three tendril attacks."
                },
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage. If two tendrils hit the same target in a single turn, the target is engulfed.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Engulf",
                    "desc": "When a frostveil wraps itself around a Medium or smaller creature, the target takes 14 (2d8 + 5) bludgeoning damage plus 13 (3d8) acid damage and is grappled (escape DC 15). The target takes another 9 (2d8) bludgeoning damage plus 13 (3d8) acid damage at the end of each of its turns when it's still grappled by the frostveil. A frostveil can't attack while it has a creature engulfed. Damage from attacks against the frostveil is split evenly between the frostveil and the engulfed creature; the only exceptions are slashing and psychic damage, which affect only the frostveil."
                },
                {
                    "name": "Spirit Spores (recharge 6)",
                    "desc": "In distress, frostveils release a puff of psychotropic spores in a 10-foot cloud around themselves. Creatures within the cloud of spores must succeed on a DC 13 Constitution saving throw against poison or suffer hallucinations, as per a confusion spell, for 1d3 rounds."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Chilling Acid",
                    "desc": "The frostveil's frozen acidic mist breaks down flesh and organic materials into useable nutrients. Creatures who strike the frostveil with a non-reach melee weapon or an unarmed strike take 4 (1d8) acid damage."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the frostveil remains motionless, it is indistinguishable from a formation of frost and ice."
                },
                {
                    "name": "Windborne",
                    "desc": "While in blowing wind, the frostveil can fly with a speed of 30 feet. In a strong wind this speed increases to 60 feet."
                }
            ],
            "spell_list": [],
            "page_no": 207,
            "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_frostveil/"
        }
    ]
}