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

GET /monsters/?format=api&ordering=name&page=60
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=name&page=61",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=name&page=59",
    "results": [
        {
            "slug": "voiddragonwyrmling-tob1-2023",
            "desc": "False",
            "name": "Void Dragon Wyrmling",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "6d8 + 18",
            "speed": {
                "walk": 60,
                "fly": 30
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 9,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 2,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 5,
            "perception": 13,
            "skills": {
                "Perception": 3,
                "Stealth": 2
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "cold",
            "condition_immunities": "charmed, frightened",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 13",
            "languages": "Common, Draconic, Void Speech",
            "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."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The dragon uses one of the following breath weapons."
                },
                {
                    "name": "Gravitic Breath",
                    "desc": "The dragon exhales localized gravity in a 15-foot cube, originating from the dragon. When a creature ends a fall in the cube, it takes 1d10 bludgeoning damage for every 10 feet it fell, to a maximum of 20d10. A creature that enters the cube for the first time on a turn or starts its turn there must make a DC 13 Dexterity saving throw. On a failure, the creature is restrained. On a success, the creature's speed is halved as long as it remains in the cube. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. The cube lasts until the start of the dragon's next turn."
                },
                {
                    "name": "Stellar Breath",
                    "desc": "The dragon exhales star fire in a 15-foot cone. Each creature in that area must make a DC 13 Dexterity saving throw, taking 10 (3d6) fire damage and 10 (3d6) radiant damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Void Twist",
                    "desc": "The dragon adds 2 to its AC against one attack that would hit it, as it twists reality to open a small rift in space to protect itself. To do so, the dragon must be able to see the attacker."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Chill of the Void",
                    "desc": "Creatures with resistance to cold damage don't have resistance to the cold damage dealt by the Void dragon. A creature with immunity to cold damage is still immune to the dragon's cold damage."
                },
                {
                    "name": "Expert Void Traveler",
                    "desc": "The Void dragon doesn't require air, food, drink, sleep, or ambient pressure. While traveling in the Void, the dragon magically glides on solar winds, covering immense distances in short times."
                }
            ],
            "spell_list": [],
            "page_no": 131,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_void-dragon-wyrmling/"
        },
        {
            "slug": "void-giant",
            "desc": "",
            "name": "Void Giant",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 210,
            "hit_dice": "20d12+80",
            "speed": {
                "walk": 40
            },
            "strength": 24,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 18,
            "wisdom": 10,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 6,
            "perception": null,
            "skills": {
                "arcana": 8,
                "history": 8,
                "investigation": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "Common, Draconic, Giant",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "desc": "The void giant makes two slam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 11,
                    "damage_dice": "3d8+7",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage.",
                    "name": "Slam"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "If the void giant succeeds on a saving throw against an enemy spell, the void giant doesn't suffer the effects of that spell. If it uses Void Casting on its next turn, the void giant can affect all creatures hit by its spell or who fail a saving throw against its spell instead of just one creature.",
                    "name": "Magic Absorption"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the void giant can infuse a spell with void magic. One creature that is hit by that spell or who fails a saving throw against that spell is stunned until the end of the creature's next turn.",
                    "name": "Void Casting"
                },
                {
                    "desc": "The void giant is an 11th-level spellcaster. Its spellcasting ability is Intelligence (save DC 16, +8 to hit with spell attacks). The void giant has the following wizard spells prepared: \nCantrips (at will): chill touch, light, mending, shocking grasp\n1st level (4 slots): comprehend languages, magic missile, shield\n2nd level (3 slots): crown of madness, mirror image, scorching ray\n3rd level (3 slots): counterspell, fly, lightning bolt\n4th level (3 slots): confusion, ice storm, phantasmal killer\n5th level (2 slots): cone of cold, dominate person\n6th level (1 slot): disintegrate",
                    "name": "Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 187,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_void-giant/"
        },
        {
            "slug": "void-knight",
            "desc": "",
            "name": "Void Knight",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 153,
            "hit_dice": "18d8+72",
            "speed": {
                "walk": 20
            },
            "strength": 22,
            "dexterity": 7,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": 1,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "force, poison",
            "condition_immunities": "blinded, charmed, deafened, exhausted, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 120' (blind beyond), passive Perception 17",
            "languages": "Void Speech, telepathy 120'",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Void Gauntlet attacks or three Void Bolts."
                },
                {
                    "name": "Void Gauntlet",
                    "desc": "Melee Weapon Attack: +10 to hit, 5 ft., one target, 13 (2d6+6) slashing damage + 18 (4d8) force. If the target is a Med or smaller creature it must make DC 16 Str save or be knocked prone. "
                },
                {
                    "name": "Void Bolt",
                    "desc": "Ranged Spell Attack: +7 to hit, 120 ft., one target, 21 (4d8+3) force."
                },
                {
                    "name": "Pull of the Void (Recharge 5-6)",
                    "desc": "Sends Void tendrils at up to three creatures it can see within 60' of it that are not behind total cover. Each target must make DC 16 strength Saving throw or be pulled up to 30' toward the knight. Then each creature within 5 ft. of knight takes 36 (8d8) force."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Call of the Void",
                    "desc": "If creature within 5 ft. of knight attempts to move away from it that creature: DC 13 Str save or be unable to move away from knight. If creature uses magic to move (ex: misty step or freedom of movement) it automatically succeeds."
                },
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Immoveable",
                    "desc": "Can't be moved vs. its will except by magical means. In addition knight has disadvantage on Dex (Acrobatics) and Dex (Stealth) checks."
                },
                {
                    "name": "Implosive End",
                    "desc": "When Void knight dies it collapses in on itself releasing a wave of Void energy. Creature within 5 ft. of it: 18 (4d8) force (DC 16 Dex half)."
                }
            ],
            "spell_list": [],
            "page_no": 386,
            "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_void-knight/"
        },
        {
            "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": "voidling-tob1-2023",
            "desc": "False",
            "name": "Voidling",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 180,
            "hit_dice": "24d10 + 48",
            "speed": {
                "walk": 50
            },
            "strength": 15,
            "dexterity": 21,
            "constitution": 15,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": 6,
            "wisdom_save": 7,
            "charisma_save": 4,
            "perception": 13,
            "skills": {
                "Stealth": 9
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "False",
            "damage_immunities": "necrotic",
            "condition_immunities": "exhaustion, petrified, prone",
            "senses": "truesight 60 ft., passive Perception 13",
            "languages": "Void Speech, telepathy 60 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The voidling makes four Shadow Tendril or Necrotic Bolt attacks. If two Necrotic Bolt attacks hit one creature, the target must succeed on a DC 17 Wisdom saving throw or be frightened until the end of its next turn."
                },
                {
                    "name": "Shadow Tendril",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 8 (1d6 + 5) bludgeoning damage plus 10 (3d6) necrotic damage."
                },
                {
                    "name": "Necrotic Bolt",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 17 (4d6 + 3) necrotic damage."
                },
                {
                    "name": "Shadow's Grasp (Recharge 5-6)",
                    "desc": "The voidling releases a wave of small, grasping tendrils of shadow. Each creature within 20 feet of it must make a DC 17 Dexterity saving throw. On a failure, a creature takes 49 (14d6) necrotic damage and is restrained by tendrils of shadow for 1 minute. On a success, a creature takes half the damage and isn't restrained. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Darkness Regeneration",
                    "desc": "While in an area of dim light or darkness, the voidling regains 5 hp at the start of its turn if it has at least 1 hp."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The voidling has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Void Traveler",
                    "desc": "The voidling doesn't require air, food, drink, sleep, or ambient pressure."
                }
            ],
            "spell_list": [],
            "page_no": 390,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_voidling/"
        },
        {
            "slug": "voidpool",
            "desc": "An impossibly black pool of goo undulates forward seeming to pull everything around it into its endless depths._  \n**Aspect of the Void.** Some speculate that voidpools are intrusions of the Void itself into the Material Plane. These blots on the surface of the world mindlessly seek to draw everything into the Void through the portal they carry at their cores.  \n**Willing Travelers.** The most daring, and prepared, of adventurers actually seek out voidpools to facilitate passage to the Void. Not resisting the voidpool’s influence allows these brave or foolhardy individuals to minimize the damage they incur enroute to the outer plane.  \n**Ooze Nature.** The voidpool doesn’t require sleep.",
            "name": "Voidpool",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 8,
            "armor_desc": null,
            "hit_points": 112,
            "hit_dice": "15d10+30",
            "speed": {
                "walk": 15,
                "climb": 15
            },
            "strength": 15,
            "dexterity": 6,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 6,
            "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": "radiant",
            "damage_resistances": "",
            "damage_immunities": "force, necrotic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 8",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The voidpool makes two pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage plus 7 (2d6) necrotic damage. The target is grappled (escape DC 13) if it is a Medium or smaller creature and the voidpool doesn't have two other creatures grappled. Until this grapple ends, the target is restrained, and it risks being pulled into the Void (see the Planar Portal trait).",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The voidpool can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Grappler",
                    "desc": "The voidpool has advantage on attack rolls against any creature grappled by it."
                },
                {
                    "name": "Planar Portal",
                    "desc": "The voidpool has a portal to the Void at its core. A creature that starts its turn grappled by the voidpool must make a DC 13 Strength saving throw. On a success, the creature takes 7 (2d6) force damage but isn't pulled toward the portal. On a failure, the creature takes no damage but is pulled closer to the portal. A creature that fails three saving throws before escaping the grapple enters the portal and is transported to the Void. This transportation works like the banishing an unwilling creature aspect of the plane shift spell."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The voidpool can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "spell_list": [],
            "page_no": 362,
            "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_voidpool/"
        },
        {
            "slug": "volguloth-tob1-2023",
            "desc": "False",
            "name": "Volguloth",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 78,
            "hit_dice": "12d8 + 24",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid, poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 30 ft., darkvision 60 ft., passive Perception 13",
            "languages": "Abyssal, Infernal, telepathy 60 ft.",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The volguloth makes two Claw attacks. If both Claw attacks hit a Medium or smaller target, the target is grappled (escape DC 13), and the volguloth uses its Enshroud on the target."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage plus 7 (2d6) poison damage."
                },
                {
                    "name": "Enshroud",
                    "desc": "The volguloth enshrouds a Medium or smaller target grappled by it. The enshrouded target is blinded, restrained, and unable to breathe or speak until the grapple ends. If the volguloth moves, the enshrouded target moves with it. The volguloth can have only one creature enshrouded at a time, and it can't use its Glide trait while enshrouding a creature."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Strangle",
                    "desc": "A creature enshrouded by the volguloth must succeed on a DC 13 Strength saving throw or take 10 (3d6) bludgeoning damage and begin suffocating, as the air is squeezed from its lungs."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Glide",
                    "desc": "The volguloth has draping skin that it can expand while falling to slow its rate of descent to 60 feet per round, landing on its feet and taking no falling damage. It can move up to 5 feet horizontally for every 1 foot it falls. The volguloth can't gain height with its expanded skin alone. If subjected to a strong wind or lift of any kind, it can use the updraft to glide farther."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The volguloth has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Poisoned Weapons",
                    "desc": "The volguloth's weapons are coated with a magical poison. When the volguloth hits with any weapon, the weapon deals an extra 2d6 poison damage (included in the attack)."
                }
            ],
            "spell_list": [],
            "page_no": 391,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_volguloth/"
        },
        {
            "slug": "vorthropod",
            "desc": "",
            "name": "Vorthropod",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural",
            "hit_points": 127,
            "hit_dice": "15d8+60",
            "speed": {
                "walk": 30,
                "swim": 30,
                "climb": 20
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 19,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 3,
            "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": "slashing, piercing",
            "damage_immunities": "fire, poison ",
            "condition_immunities": "poisoned",
            "senses": "blindsight 10', darkvision 60', passive Perception 11",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 8 (2d4+3) bludgeoning damage + 7 (2d6) fire. "
                },
                {
                    "name": "Molten Tail Slap (Recharge 4-6)",
                    "desc": "Unfurls its tail and slaps it down showering area with searing sparks and superheated rock. Each creature within 15 ft. of it: 28 (8d6) fire (DC 14 Dex half)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Lava Bound",
                    "desc": "Can exist outside of lava or magma for up to 4 hrs each day. If it starts its turn outside of lava and didn't take fire since end of its previous turn its shell begins to cool and harden. While its shell is hardened has walking speed of 20' AC 18 and vulnerability to bludgeoning. If it starts its turn in lava or if it took fire damage since end of its previous turn its shell becomes molten again. If vorthropod remains outside of lava for more than 4 hrs its shell becomes petrified transforming into basalt and vorthropod within goes into hibernation. Its body returns to normal if it is submerged in lava or magma for 1 round. It can stay petrified in hibernation for up to 1d100+10 years after which it dies."
                },
                {
                    "name": "Lava Camouflage",
                    "desc": "Has advantage on Dex (Stealth) checks made to hide in lava and volcanic terrain."
                },
                {
                    "name": "Molten Shell",
                    "desc": "If Its shell isn't hardened creature that touches it or hits it with melee attack while within 5 ft. of it takes 7 (2d6) fire."
                }
            ],
            "spell_list": [],
            "page_no": 387,
            "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_vorthropod/"
        },
        {
            "slug": "vrock_bf",
            "desc": "",
            "name": "Vrock",
            "size": "large",
            "type": "Fiend",
            "subtype": "Demon",
            "group": "Demons",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 16,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 22,
            "charisma": 14,
            "strength_save": 3,
            "dexterity_save": 5,
            "constitution_save": 4,
            "intelligence_save": -1,
            "wisdom_save": 6,
            "charisma_save": 2,
            "perception": 16,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
            "damage_immunities": "Demonic Resilience",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Abyssal,telepathy 120 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vrock makes one Beak attack and two Talon attacks."
                },
                {
                    "name": "Beak",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage."
                },
                {
                    "name": "Talon",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 14 (2d10+3) slashing damage."
                },
                {
                    "name": "Wing Spores (Recharge 5-6)",
                    "desc": "The vrock shakes a cloud of toxic spores from its wings. Each creature within 15 feet of it must make a DC 15 CON save. On a failure, a creature takes 28 (8d6) poison damage and is poisoned for 1 minute. On a success, a creature takes half the damage and isn't poisoned. While poisoned, a creature takes 3 (1d6) poison damage at the start of each of its turns. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. Emptying a vial of holy water on the poisoned creature also ends the effect on it."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Startling Screech",
                    "desc": "The vrock emits a horrific screech at one creature it can see within 30 feet of it. The target must succeed on a DC 14 CON save or be able to take either an action or bonus action on its turn, not both, and it can't take reactions."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Demonic Resilience",
                    "desc": "The vrock is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The vrock has advantage on saves against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_vrock/"
        },
        {
            "slug": "vrock",
            "desc": "",
            "name": "Vrock",
            "size": "Large",
            "type": "Fiend",
            "subtype": "demon",
            "group": "Demons",
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 104,
            "hit_dice": "11d10+44",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 13,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 2,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "Abyssal, telepathy 120 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vrock makes two attacks: one with its beak and one with its talons."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6",
                    "damage_bonus": 3
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d10",
                    "damage_bonus": 3
                },
                {
                    "name": "Spores (Recharge 6)",
                    "desc": "A 15-foot-radius cloud of toxic spores extends out from the vrock. The spores spread around corners. Each creature in that area must succeed on a DC 14 Constitution saving throw or become poisoned. While poisoned in this way, a target takes 5 (1d10) poison damage at the start of each of its turns. A target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. Emptying a vial of holy water on the target also ends the effect on it."
                },
                {
                    "name": "Stunning Screech (1/Day)",
                    "desc": "The vrock emits a horrific screech. Each creature within 20 feet of it that can hear it and that isn't a demon must succeed on a DC 14 Constitution saving throw or be stunned until the end of the vrock's next turn."
                },
                {
                    "name": "Variant: Summon Demon (1/Day)",
                    "desc": "The demon chooses what to summon and attempts a magical summoning.\nA vrock has a 30 percent chance of summoning 2d4 dretches or one vrock.\nA summoned demon appears in an unoccupied space within 60 feet of its summoner, acts as an ally of its summoner, and can't summon other demons. It remains for 1 minute, until it or its summoner dies, or until its summoner dismisses it as an action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The vrock has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 273,
            "environments": [
                "Abyss"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_vrock/"
        },
        {
            "slug": "vrock-a5e",
            "desc": "",
            "name": "Vrock",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 104,
            "hit_dice": "11d10+44",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": 2,
            "wisdom_save": 5,
            "charisma_save": 3,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; damage from nonmagical weapons",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "Abyssal, telepathy 120 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vrock attacks with its beak and its talons."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage. If the vrock has advantage on the attack roll  it deals an additional 7 (2d6) damage."
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) slashing damage."
                },
                {
                    "name": "Spores (1/Day)",
                    "desc": "A 15-foot-radius cloud of spores emanates from the vrock  spreading around corners. Each creature in the area makes a DC 14 Constitution saving throw  becoming poisoned for 1 minute on a failure. While poisoned in this way  the target takes ongoing 5 (1d10) poison damage. The target repeats the saving throw at the end of each of its turns  ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Stunning Screech (1/Day)",
                    "desc": "The vrock screeches. Each non-demon creature within 20 feet that can hear it makes a DC 14 Constitution saving throw. On a failure, it is stunned until the end of the vrocks next turn."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Chaotic Evil",
                    "desc": "The vrock radiates a Chaotic and Evil aura."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The vrock has advantage on saving throws against spells and magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 76,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_vrock/"
        },
        {
            "slug": "vulture_bf",
            "desc": "",
            "name": "Vulture",
            "size": "medium",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 10,
            "armor_desc": null,
            "hit_points": 8,
            "hit_dice": "",
            "speed": {
                "walk": 10,
                "fly": 50
            },
            "strength": 6,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 4,
            "strength_save": -2,
            "dexterity_save": 0,
            "constitution_save": 1,
            "intelligence_save": -4,
            "wisdom_save": 1,
            "charisma_save": -3,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "-",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) piercing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Defensive Bile",
                    "desc": "When a creature the vulture can see hits it with a melee attack while within 5 feet of it, the vulture can spit partially digested carrion at the creature. The attacker must succeed on a DC 11 CON save or be incapacitated until the end of its next turn."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Carrion Sense",
                    "desc": "The vulture can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it."
                },
                {
                    "name": "Heightened Sight and Smell",
                    "desc": "The vulture's Perception is 18 when perceiving by sight or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The vulture has advantage on attack rolls against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_vulture/"
        },
        {
            "slug": "vulture",
            "desc": "",
            "name": "Vulture",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 10,
            "armor_desc": null,
            "hit_points": 5,
            "hit_dice": "1d8+1",
            "speed": {
                "walk": 10,
                "fly": 50
            },
            "strength": 7,
            "dexterity": 10,
            "constitution": 13,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 4,
            "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": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 2 (1d4) piercing damage.",
                    "attack_bonus": 2,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Sight and Smell",
                    "desc": "The vulture has advantage on Wisdom (Perception) checks that rely on sight or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The vulture has advantage on an attack roll against a creature if at least one of the vulture's allies is within 5 ft. of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 392,
            "environments": [
                "Hill",
                "Desert",
                "Grassland"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_vulture/"
        },
        {
            "slug": "vulture-a5e",
            "desc": "",
            "name": "Vulture",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 10,
            "armor_desc": "",
            "hit_points": 4,
            "hit_dice": "1d8",
            "speed": {
                "walk": 10,
                "fly": 50
            },
            "strength": 6,
            "dexterity": 10,
            "constitution": 10,
            "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": null,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 2 (1d4) piercing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Retreat",
                    "desc": "When the vulture would be hit by a melee attack, the vulture can move 5 feet away from the attacker. If this moves the vulture out of the attackers reach, the attacker has disadvantage on its attack."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Sight and Smell",
                    "desc": "The vulture has advantage on Perception checks that rely on sight and smell."
                }
            ],
            "spell_list": [],
            "page_no": 462,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_vulture/"
        },
        {
            "slug": "vulture_giant_bf",
            "desc": "",
            "name": "Vulture, Giant",
            "size": "large",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 10,
            "armor_desc": null,
            "hit_points": 46,
            "hit_dice": "",
            "speed": {
                "walk": 10,
                "fly": 60
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": 3,
            "dexterity_save": 0,
            "constitution_save": 2,
            "intelligence_save": -4,
            "wisdom_save": 1,
            "charisma_save": -2,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "-",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vulture makes one Beak attack and one Talons attack."
                },
                {
                    "name": "Beak",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) piercing damage."
                },
                {
                    "name": "Talons",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4+2) slashing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Defensive Bile",
                    "desc": "When a creature the vulture can see hits it with a melee attack while within 5 feet of it, the vulture can spit partially digested carrion at the creature. The attacker must succeed on a DC 13 CON save or take 5 (2d4) acid damage and be incapacitated until the end of its next turn."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Carrion Sense",
                    "desc": "The vulture can pinpoint, by scent, the location of carrion, dead creatures, and Undead without the Incorporeal Movement trait within 60 feet of it."
                },
                {
                    "name": "Heightened Sight and Smell",
                    "desc": "The vulture's Perception is 18 when perceiving by sight or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The vulture has advantage on attack rolls against a creature if at least one of the vulture's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_vulture-giant/"
        },
        {
            "slug": "vættir-tob1-2023",
            "desc": "False",
            "name": "Vættir",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 97,
            "hit_dice": "13d8 + 39",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, frightened, poisoned",
            "senses": "truesight 30 ft., darkvision 60 ft., passive Perception 11",
            "languages": "the languages it knew in life",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vættir can use its Disorienting Gaze. It then makes two Vættir's Greataxe or Necrotic Bolt attacks."
                },
                {
                    "name": "Vættir's Greataxe",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (1d12 + 5) slashing damage plus 4 (1d8) necrotic damage."
                },
                {
                    "name": "Necrotic Bolt",
                    "desc": "Ranged Spell Attack: +4 to hit, range 120 ft., one target. Hit: 15 (3d8 + 2) necrotic damage."
                },
                {
                    "name": "Disorienting Gaze",
                    "desc": "The vættir locks eyes with one creature it can see within 30 feet of it. The target must succeed on a DC 15 Charisma saving throw or be incapacitated for 1 minute. While incapacitated, the creature moves in a random direction when it moves. An incapacitated creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the vættir's Disorienting Gaze for the next 24 hours."
                },
                {
                    "name": "Corpse Breath (Recharge 5-6)",
                    "desc": "The vættir spews forth a 15-foot cone of putrid gas. Each creature in the area must make a DC 15 Constitution saving throw. On a failure, a creature takes 21 (6d6) poison damage and is poisoned for 1 minute. On a success, a creature takes half the damage and isn't poisoned. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Grave Goods Sense",
                    "desc": "The vættir can pinpoint the location of creatures wearing or carrying one of the vættir's personal items or grave goods within 60 feet of it, and the vættir can sense the general direction of its personal items and grave goods within 1 mile of it."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "A destroyed vættir gains a new body in 24 hours, regaining all its hp and becoming active again. The new body forms in a random unoccupied space within 100 feet of where it fell. This trait doesn't function if the vættir is put to rest (typically by returning its remains to its burial mound)."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the vættir has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The vættir doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 378,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_vttir/"
        },
        {
            "slug": "wakwak",
            "desc": "",
            "name": "Wakwak",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "6d10 +12",
            "speed": {
                "walk": 40,
                "fly": 10
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Beak attack and one Talon attack."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +5 to hit, 10 ft., one target, 8 (1d10+3) slashing damage."
                },
                {
                    "name": "Talon",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 7 (1d8+3) piercing damage."
                },
                {
                    "name": "Wing Slap (Recharge 5-6)",
                    "desc": "Slams its sharp-edged wings together in front of itself in a 15 ft. cone. All in area make a DC 13 Dex save. On a failure a creature takes 10 (3d6) slashing damage and is pushed up to 10 ft. away from the wakwak and knocked prone. On a success a creature takes half the damage and isn't pushed or knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bloodthirsty Pounce",
                    "desc": "If the wakwak moves at least 20' straight toward a creature and then hits it with Talon attack on the same turn that target must make DC 13 Str save or be knocked prone. If the target is prone the wakwak can make one Beak attack vs. it as a bonus action gaining temp hp equal to half the damage dealt."
                },
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                }
            ],
            "spell_list": [],
            "page_no": 388,
            "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_wakwak/"
        },
        {
            "slug": "walking-statue-a5e",
            "desc": "",
            "name": "Walking Statue",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 66,
            "hit_dice": "7d10+28",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 8,
            "constitution": 18,
            "intelligence": 1,
            "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": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 10",
            "languages": "",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Smash",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) bludgeoning damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bludgeoning Weakness",
                    "desc": "When the statue takes more than 10 bludgeoning damage from one attack, it falls prone."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless, the statue is indistinguishable from a normal statue."
                },
                {
                    "name": "Spell-created",
                    "desc": "The DC for dispel magic to destroy this creature is 19."
                }
            ],
            "spell_list": [],
            "page_no": 24,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_walking-statue/"
        },
        {
            "slug": "walled-horror",
            "desc": "An unnatural, cloying chill fills the air, and multiple ghostly hands burst from a wall to pummel and grab all within reach._  \n**Unassuming Horror.** The walled horror is an undead that appears to be a normal stretch of wall until it lashes out at passersby.  \n**Tragic Origins.** A walled horror is created when a group of humanoids is bound together and entombed behind a wall in an area with a high concentration of necrotic energy. The humanoids experience profound terror before dying of thirst or suffocation, and their spirits remain trapped within the wall, becoming an undead that seeks to add others to its collection.  \n**Entombed Treasures.** While the spirits of the entombed victims join with the stone and mortar of the wall, their bodies and belongings are left to rot in the cavity behind the wall. When the walled horror is destroyed, it collapses into a pile of rubble, revealing the remains and belongings.  \n**Undead Nature.** A walled horror doesn’t require air, food, drink, or sleep.",
            "name": "Walled Horror",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d8+60",
            "speed": {
                "walk": 0
            },
            "strength": 18,
            "dexterity": 1,
            "constitution": 20,
            "intelligence": 5,
            "wisdom": 8,
            "charisma": 18,
            "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": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison, psychic",
            "condition_immunities": "blinded, deafened, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "truesight 60 ft. (blind beyond this radius), passive Perception 9",
            "languages": "understands all languages it knew in life but can’t speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The walled horror makes two spectral claw attacks."
                },
                {
                    "name": "Spectral Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 11 (2d6 + 4) slashing damage plus 4 (1d8) psychic damage, and the target is grappled (escape DC 15).",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Spectral Scream",
                    "desc": "Ranged Spell Attack: +7 to hit, range 60 ft., one creature. Hit: 18 (4d8) psychic damage, and the target must succeed on a DC 15 Charisma saving throw or be frightened until the end of its next turn as it is assaulted by images of being buried alive or entombed. While frightened, the creature's speed is reduced to 0.",
                    "attack_bonus": 7,
                    "damage_dice": "4d8"
                },
                {
                    "name": "Entomb",
                    "desc": "The walled horror makes one spectral claw attack against a Medium or smaller creature it is grappling. If the attack hits, the creature is partially entombed in the wall, and the grapple ends. The entombed target is blinded and restrained, and it takes 9 (2d8) psychic damage at the start of each of the walled horror's turns. A walled horror can have only one creature entombed at a time. \n\nA creature, including the entombed target, can take its action to free the entombed target by succeeding on a DC 15 Strength check.\n\nA creature slain while entombed is pulled fully into the wall and can be restored to life only by means of a true resurrection or a wish spell."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spirit-infused Structure",
                    "desc": "The walled horror is immobile except for its Wall Hop trait. It uses its Charisma instead of its Dexterity to determine its place in the initiative order."
                },
                {
                    "name": "Wall-bound Spirits",
                    "desc": "The spirits that make up the walled horror are bound to a 10-foot-by-10-foot panel of wall, behind which their original bodies are trapped. The walled horror can move to nearby walls with its Wall Hop trait, but it can never be more than 120 feet away from its bound wall. If its bound wall is damaged while the walled horror is elsewhere, the walled horror takes half the damage dealt to the bound wall. When the walled horror finishes a long rest while inhabiting its bound wall, any damage to the bound wall is repaired."
                },
                {
                    "name": "Wall Hop",
                    "desc": "As a bonus action, the walled horror can disappear into the wall and reappear on a 10-foot-by-10-foot stone wall or panel of wood that it can see within 30 feet of it. Claw marks briefly appear on the surface of the origin and destination walls when it uses this trait."
                }
            ],
            "spell_list": [],
            "page_no": 363,
            "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_walled-horror/"
        },
        {
            "slug": "wallflower-a5e",
            "desc": "",
            "name": "Wallflower",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 33,
            "hit_dice": "6d8+12",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 14,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 14,
            "charisma": 5,
            "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 from nonmagical weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Tentacles",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) bludgeoning damage  and the target is grappled (escape DC 12). Until this grapple ends  the grick can't attack a different target with its tentacles."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature grappled by the grick. Hit: 9 (2d6 + 2) piercing damage."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Luring Scent",
                    "desc": "When a beast, humanoid or fey creature begins its turn within 30 feet, the creature makes a DC 12 Constitution saving throw. On a failure, it moves as close as it can to the wallflower and ends its turn. Creatures immune to being charmed are immune to this effect. A creature that succeeds on the saving throw is immune to the Luring Scent of all wallflowers for 24 hours."
                }
            ],
            "spell_list": [],
            "page_no": 254,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_wallflower/"
        },
        {
            "slug": "wampus-cat",
            "desc": "_A raven-haired young woman rises to the surface of the water as she swims, singing softly to herself—and her lower body is that of a mountain lion. Her sweet song turns to a yowl of rage when she spots prey._  \nWampus cats are all born from an ancient shaman’s curse. Trollkin, orc, goblin, and human shamans alike all claim to be able to transform those who practice forbidden magic into wampus cats.  \n**Forest Streams.** The wampus cat stalks the shores of woodland waterways, using her magic to disguise her true form and lure unsuspecting victims to the water’s edge. She is particularly fond of attacking bathers or those pulling water from a stream.  \n**Hatred of the Holy.** While she prefers to feast on intelligent male humanoids, she holds a special animosity toward and hunger for holy men of any kind. Unless near starvation or if provoked, however, she will not kill women. Indeed, a wampus cat may strike up a temporary friendship with any woman who is having difficulties with men, though these friendships typically last only as long as their mutual enemies live. Some witches are said to command gain their trust and keep them as companions.  \n**Swamp Team Ups.** Will-o’-wisps and miremals enjoy working in tandem with wampus cats; the wisps alter their light to mimic the flicker of a torch or candle and illuminate the disguised cat, the better to lure in victims, then assist the cat in the ensuing battle. Miremals use a tall story to lure travelers into a swamp when the hour grows late, then abandon them.",
            "name": "Wampus Cat",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 58,
            "hit_dice": "9d8+18",
            "speed": {
                "walk": 40,
                "climb": 20,
                "swim": 20
            },
            "strength": 14,
            "dexterity": 18,
            "constitution": 15,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 5,
                "persuasion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Yowl (Recharge 5-6)",
                    "desc": "Intelligent creatures within 60 feet of the cat who are able to hear its voice must make a DC 13 Charisma saving throw. Those who fail find the sound of the wampus cat's voice pleasant and alluring, so that the cat has advantage on Charisma checks against them for 1 minute. The affected characters cannot attack the wampus cat during this time unless they are wounded in that time."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Focused Animosity",
                    "desc": "The wampus cat has advantage on melee attacks against any male she has seen employ divine magic or wield a holy symbol."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the wampus cat's innate spellcasting ability is Charisma (spell save DC 13). She can innately cast the following spells, requiring no material components:\n\nat will: disguise self (appearance of a female human), mage hand\n\n2/day: hex"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The wampus cat has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 405,
            "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_wampus-cat/"
        },
        {
            "slug": "wampuscat-tob1-2023",
            "desc": "False",
            "name": "Wampus Cat",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 39,
            "hit_dice": "6d8 + 12",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 18,
            "constitution": 15,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 12,
            "skills": {
                "Deception": 5,
                "Persuasion": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Claw (True Form Only)",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage."
                },
                {
                    "name": "Sweet Song (Recharge 5-6)",
                    "desc": "The wampus cat sings a sweet melody. Each creature within 60 feet of her that can hear the song must succeed on a DC 13 Charisma saving throw or be charmed for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the wampus cat's Sweet Song for the next 24 hours."
                },
                {
                    "name": "Terrifying Yowl (Recharge 5-6)",
                    "desc": "The wampus cat emits an ear-piercing yowl. Each creature within 15 feet of the wampus cat that can hear the yowl must make a DC 13 Wisdom saving throw. On a failure, a creature takes 10 (3d6) thunder damage and is frightened until the end of its next turn. On a success, a creature takes half the damage and isn't frightened."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The wampus cat magically polymorphs into a Medium female Humanoid, or back into her true form. Her statistics are the same in each form. Any equipment she is wearing or carrying transforms with her. She reverts to her true form if she dies."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Divine Animosity",
                    "desc": "The wampus cat has advantage on attack rolls against creatures wielding divine or celestial power, such as clerics, paladins, or aasimars."
                }
            ],
            "spell_list": [],
            "page_no": 392,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_wampus-cat/"
        },
        {
            "slug": "wandering-haze",
            "desc": "",
            "name": "Wandering Haze",
            "size": "Gargantuan",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 170,
            "hit_dice": "11d20+55",
            "speed": {
                "walk": 5,
                "fly": 40
            },
            "strength": 22,
            "dexterity": 16,
            "constitution": 20,
            "intelligence": 3,
            "wisdom": 13,
            "charisma": 3,
            "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": "acid",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 15",
            "languages": "—",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +10 to hit, 10 ft., one target, 11 (2d4+6) bludgeoning damage + 7 (2d6) acid."
                },
                {
                    "name": "Sheath of Chaos",
                    "desc": "Wraps its cloudy form tighter around those within it. Each creature in the wandering haze's space: 27 (6d8) psychic and is disoriented until end of its next turn as its mind fills with gibbering terrors of chaos that created haze's form (DC 17 Wis half damage and not disoriented). When a disoriented creature moves it moves in a random direction."
                },
                {
                    "name": "Acidic Cloudburst (Recharge 5-6)",
                    "desc": "Releases a deluge of acid. Each creature within 10 ft. of it: 35 (10d6) acid and speed halved 1 min (DC 17 Dex half damage and speed not reduced). A creature with halved speed can make a DC 17 Con save at the end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Acidic Fog",
                    "desc": "A creature that starts its turn in the wandering haze's space takes 7 (2d6) acid."
                },
                {
                    "name": "Cloud Form",
                    "desc": "Can move through a space as narrow as 1 inch wide with o squeezing and can enter a hostile creature's space and vice versa. The haze's space is heavily obscured."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from ordinary cloud or fog bank."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "Doesn't require sleep."
                }
            ],
            "spell_list": [],
            "page_no": 389,
            "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_wandering-haze/"
        },
        {
            "slug": "wanyudo",
            "desc": "Hurtling down the street is a giant wheel, its spokes tipped with reddish flames that sputter and spark as it bounces along. Affixed to either side of the wheel by long strands of greasy black hair are the faces of devilish-looking humanoids, their eyes ablaze like embers. The two faces chortle and cry as the wheel approaches, fire leaping from their mouths._  \n**Born of Heresy.** Wanyudos are the souls of powerful lords condemned to an afterlife of burning torment after they refuted the teachings of the gods and were killed in battle or committed suicide. Prideful and violent monsters, wanyudos are lesser fiends in the grander schemes of Hell, a fact they vehemently resent.  \n**Divine Hunters.** While wanyudos hate all living creatures, the reserve their greatest hatred for creatures marked by a divine entity—such as clerics and paladins, or creatures wearing holy symbols—whom they blame for their cursed existence. When wandering by a monastery or temple, a wanyudo expends every effort to burn the structure to the ground and murder everyone within. Given this, temples and holy sites in areas known to be plagued by wanyudos often fireproof their buildings—and have a reliable source of water nearby, in case the worst should happen.  \n**To Hell and Back.** Wanyudos never stop moving, endlessly rolling along the roads and pathways between the Hells and the mortal world. Because of this, wanyudos know many secret ways into the planes.",
            "name": "Wanyudo",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 115,
            "hit_dice": "11d10+55",
            "speed": {
                "walk": 50
            },
            "strength": 20,
            "dexterity": 15,
            "constitution": 20,
            "intelligence": 8,
            "wisdom": 13,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "intimidation": 5,
                "perception": 7,
                "religion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, lightning, poison; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "Common, Infernal",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wanyudo makes two bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 10 (1d10 + 5) piercing damage plus 7 (2d6) fire damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d10+5"
                },
                {
                    "name": "Flaming Breath (Recharge 5-6)",
                    "desc": "The wanyudo exhales fire in a 20-foot cone from one of its heads. Each creature in the area must make a DC 15 Dexterity saving throw, taking 24 (7d6) fire damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Burn the Righteous",
                    "desc": "The wanyudo has advantage on attack rolls against a creature if the creature is wearing a holy symbol or calls on the power of a divine entity to cast spells."
                },
                {
                    "name": "Fiery Charge",
                    "desc": "If the wanyudo moves at least 20 feet straight toward a target and then hits it with a bite attack on the same turn, the target takes an extra 7 (2d6) fire damage. If the target is a creature, it must succeed on a DC 15 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The wanyudo has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Two Heads",
                    "desc": "The wanyudo has advantage on Wisdom (Perception) checks and on saving throws against being blinded, charmed, deafened, frightened, stunned, and knocked unconscious."
                }
            ],
            "spell_list": [],
            "page_no": 364,
            "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_wanyudo/"
        },
        {
            "slug": "war_horse_skeleton_bf",
            "desc": "",
            "name": "War Horse Skeleton",
            "size": "large",
            "type": "Undead",
            "subtype": "",
            "group": "Skeletons",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "barding scraps",
            "hit_points": 25,
            "hit_dice": "",
            "speed": {
                "walk": 60
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 4,
            "strength_save": 4,
            "dexterity_save": 1,
            "constitution_save": 2,
            "intelligence_save": -4,
            "wisdom_save": 1,
            "charisma_save": -3,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "piercing",
            "damage_immunities": "Undead Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "-",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Hooves",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Counterattack (Recharge 6)",
                    "desc": "When a creature the war horse skeleton can see hits it with a melee attack while within 5 feet of it, the skeleton can make one Hooves attack against the attacker."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the war horse skeleton remains motionless and prone, it is indistinguishable from an inanimate war horse skeleton."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The skeleton doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_war-horse-skeleton/"
        },
        {
            "slug": "war-machine-golem",
            "desc": "",
            "name": "War Machine Golem",
            "size": "Gargantuan",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 232,
            "hit_dice": "15d20+75",
            "speed": {
                "walk": 40
            },
            "strength": 26,
            "dexterity": 8,
            "constitution": 21,
            "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": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands Dwarvish but can't speak",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "desc": "The golem makes two slam attacks and one catapult attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 14,
                    "damage_dice": "4d6+8",
                    "desc": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 22 (4d6 + 8) bludgeoning damage.",
                    "name": "Slam"
                },
                {
                    "desc": "The war machine golem hurls a boulder at a point it can see within 120 feet of it. Each creature within 10 feet of that point must make a DC 19 Dexterity saving throw. On a failure, a target takes 16 (3d10) bludgeoning damage and is knocked prone. On a success, a target takes half the damage and isn't knocked prone.",
                    "name": "Catapult"
                },
                {
                    "desc": "The war machine golem breathes fire in a 60-foot cone. Each creature in the area must make a DC 19 Dexterity saving throw, taking 35 (10d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Fire Breath (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The golem is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The golem has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The golem's weapon attacks are magical.",
                    "name": "Magic Weapons"
                },
                {
                    "desc": "The golem deals double damage to objects and structures.",
                    "name": "Siege Monster"
                }
            ],
            "spell_list": [],
            "page_no": 205,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_war-machine-golem/"
        },
        {
            "slug": "warostrich-tob1-2023",
            "desc": "False",
            "name": "War Ostrich",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 11,
            "armor_desc": "",
            "hit_points": 42,
            "hit_dice": "5d10 + 15",
            "speed": {
                "walk": 60
            },
            "strength": 15,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "passive Perception 10",
            "languages": "—",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) bludgeoning damage."
                },
                {
                    "name": "Intimidating Screech",
                    "desc": "The war ostrich screeches at a creature it can see within 30 feet of it. The target must succeed on a DC 13 Wisdom saving throw or have disadvantage on attack rolls until the end of its next turn, as the screech rattles it."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Skittish",
                    "desc": "The war ostrich takes the Dash or Disengage action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Leaping Pounce",
                    "desc": "If the war ostrich jumps at least 15 feet straight toward a creature and then hits it with a Claw 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 ostrich can make one Beak attack against it as a bonus action."
                },
                {
                    "name": "Standing Leap",
                    "desc": "The war ostrich's long jump is up to 30 feet and its high jump is up to 15 feet, with or without a running start."
                }
            ],
            "spell_list": [],
            "page_no": 393,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_war-ostrich/"
        },
        {
            "slug": "war-wyvern",
            "desc": "",
            "name": "War Wyvern",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "scale mail",
            "hit_points": 119,
            "hit_dice": "14d10+42",
            "speed": {
                "fly": 80,
                "walk": 20
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 14,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "athletics": 8,
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "understands Common and Draconic, but can't speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "desc": "The wyvern makes two attacks: one with its bite and one with its stinger. While flying, it can use its claws in place of one other attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one creature. Hit: 12 (2d6 + 5) piercing damage plus 10 (3d6) poison damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d8+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) slashing damage and the creature is grappled (escape DC 16). Until this grapple ends, the creature is restrained, and the wyvern can't use its claw on another target.",
                    "name": "Claws"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one creature. Hit: 12 (2d6 + 5) piercing damage. The target must make a DC 16 Constitution saving throw, taking 24 (7d6) poison damage on a failed save, or half as much damage on a successful one.",
                    "name": "Stinger"
                },
                {
                    "desc": "The wyvern spits venom at a target within 60 feet. The target must make a DC 16 Constitution saving throw, taking 42 (12d6) poison damage on a failed save, or half as much damage on a successful one.",
                    "name": "Spit Venom (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The wyvern deals double damage to objects and structures.",
                    "name": "Siege Monster"
                }
            ],
            "spell_list": [],
            "page_no": 386,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_war-wyvern/"
        },
        {
            "slug": "wardu",
            "desc": "This creature is round and hovers without the aid of wings. Its skin is a deep red color, with a leathery toughness and texture. It has three forward-facing, segmented eyes and a protruding, bloodstained proboscis._  \n**Unknown Origins.** The origins of the wardu are unknown, though scholars speculate that they came from the Plateau of Leng. It is said they were introduced to the Material Plane as a result of an ill-fated expedition by a group of wizards to the edges of the multiverse. The wizards were attacked by a horde of wardu who followed them through the planar rift they created to return home. Although the rift was sealed immediately, dozens of the wardu were trapped on the Material Plane and have since reproduced for numerous generations.  \n**Blood Drinkers.** Wardu are blood drinkers, and it is the only way they absorb sustenance. They are able to attack and gain sustenance from any creature that has blood, no matter the type. Their hunger drives them to attack most creatures they encounter, though they are smart enough to discern the difference between a potential food source and a more powerful creature not worth provoking.  \n**Magic Hunters.** Wardus have a thirst for the blood of spellcasters and even put themselves at risk to obtain that tastiest of treats. Drinking arcane-infused blood has imbued the wardu with some magical power. It can channel this power through its central eye, but the segmented nature of its eye causes the magic to become unstable and scatter as it passes through the eye’s facets.",
            "name": "Wardu",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "fly": 40,
                "walk": 0,
                "hover": true
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 3,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, prone",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "understands Deep Speech but can’t speak, telepathy 60 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wardu uses its Segmented Gaze. It then makes two proboscis attacks."
                },
                {
                    "name": "Proboscis",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 11 (2d6 + 4) piercing damage, and the wardu regains hp equal to half the damage dealt. If the target is a spellcaster, the target has disadvantage on Constitution saving throws to maintain its concentration until the end of its next turn.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Segmented Gaze",
                    "desc": "The wardu's segmented central eye flares with unstable magical energy. One creature the wardu can see within 30 feet of it must succeed on a DC 15 Constitution saving throw or suffer a random condition until the end of its next turn. Roll a d4 to determine the condition: blinded (1), frightened (2), deafened (3), or incapacitated (4)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The wardu doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The wardu has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 365,
            "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_wardu/"
        },
        {
            "slug": "warhordling-orc-eye-a5e",
            "desc": "",
            "name": "Warhordling Orc Eye",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 32,
            "hit_dice": "5d8+10",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 3,
            "perception": null,
            "skills": {
                "medicine": 5,
                "insight": 5,
                "persuasion": 3,
                "religion": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13, blindsight 10 ft.",
            "languages": "any two",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d6 + 1) bludgeoning damage. On a hit  the priest can expend a spell slot to deal 7 (2d6) radiant damage  plus an extra 3 (1d6) radiant damage for each level of the spell slot expended above 1st."
                },
                {
                    "name": "Sacred Flame (Cantrip; V, S)",
                    "desc": "One creature the priest can see within 60 feet makes a DC 13 Dexterity saving throw  taking 9 (2d8) radiant damage on a failure. This spell ignores cover."
                },
                {
                    "name": "Guiding Bolt (1st-Level; V, S)",
                    "desc": "Ranged Spell Attack: +5 to hit, range 120 ft., one target. Hit: 14 (4d6) radiant damage  and the next attack roll made against the target before the end of the priests next turn has advantage."
                },
                {
                    "name": "Dispel Magic (3rd-Level; V, S)",
                    "desc": "The priest scours the magic from one creature  object  or magical effect within 120 feet that they can see. A spell ends if it was cast with a 3rd-level or lower spell slot. For spells using a 4th-level or higher spell slot  the priest makes a Wisdom ability check (DC 10 + the spells level) for each one  ending the effect on a success."
                },
                {
                    "name": "Spirit Guardians (3rd-Level; V, S, M, Concentration)",
                    "desc": "Spectral forms surround the priest in a 10-foot radius for 10 minutes. The priest can choose creatures they can see to be unaffected by the spell. Other creatures treat the area as difficult terrain  and when a creature enters the area for the first time on a turn or starts its turn there  it makes a DC 13 Wisdom saving throw  taking 10 (3d6) radiant or necrotic damage (priests choice) on a failure or half damage on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Healing Word (1st-Level; V)",
                    "desc": "The priest or a living creature within 60 feet regains 5 (1d4 + 3) hit points. The priest can't cast this spell and a 1st-level or higher spell on the same turn."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aggressive Charge",
                    "desc": "The eye moves up to their Speed towards an enemy they can see or hear."
                },
                {
                    "name": "Warhordling Orc Eye Spellcasting",
                    "desc": "The eye has advantage on attack rolls made against targets they can see with arcane eye."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The priest is a 5th level spellcaster. Their spellcasting ability is Wisdom (spell save DC 13\n +5 to hit with spell attacks). They have the following cleric spells prepared:\n Cantrips (at will): guidance\n sacred flame\n thaumaturgy\n 1st-level (4 slots): ceremony\n detect evil and good\n guiding bolt\nbless\n 2nd-level (3 slots): lesser restoration\narcane eye\n 3rd-level (2 slots): dispel magic\n spirit guardians"
                }
            ],
            "spell_list": [],
            "page_no": 488,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_warhordling-orc-eye/"
        },
        {
            "slug": "warhordling-orc-war-chief-a5e",
            "desc": "",
            "name": "Warhordling Orc War Chief",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": 7,
            "dexterity_save": 7,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 7,
                "intimidation": 5,
                "perception": 4,
                "stealth": 7,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "any one",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The warrior attacks twice."
                },
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 10 (1d12 + 4) slashing damage. If the warrior has moved this turn  this attack is made with advantage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Aggressive Charge",
                    "desc": "The war chief moves up to their Speed towards an enemy they can see or hear."
                },
                {
                    "name": "Whirling Axe",
                    "desc": "The war chief attacks with their greataxe."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 497,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_warhordling-orc-war-chief/"
        },
        {
            "slug": "warhordling-orc-warrior-a5e",
            "desc": "",
            "name": "Warhordling Orc Warrior",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 10,
            "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": {
                "athletics": 3,
                "stealth": 3,
                "perception": 4,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "any one",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 7 (1d12 + 1) slashing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Aggressive Charge",
                    "desc": "The warrior moves up to their Speed towards an enemy they can see or hear."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 499,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_warhordling-orc-warrior/"
        },
        {
            "slug": "warhorse",
            "desc": "",
            "name": "Warhorse",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 19,
            "hit_dice": "3d10+3",
            "speed": {
                "walk": 60
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 13,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 7,
            "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": "passive Perception 11",
            "languages": "",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Trampling Charge",
                    "desc": "If the horse moves at least 20 ft. straight toward a creature and then hits it with a hooves attack on the same turn, that target must succeed on a DC 14 Strength saving throw or be knocked prone. If the target is prone, the horse can make another attack with its hooves against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 392,
            "environments": [
                "Urban",
                "Settlement"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_warhorse/"
        },
        {
            "slug": "warhorse-a5e",
            "desc": "",
            "name": "Warhorse",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 11,
            "armor_desc": "",
            "hit_points": 30,
            "hit_dice": "4d10+8",
            "speed": {
                "walk": 50
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 6,
            "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": "passive Perception 11",
            "languages": "",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6+4) bludgeoning damage. If the horse moves at least 20 feet straight towards the target before the attack  the target makes a DC 14 Strength saving throw  falling prone on a failure."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 462,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_warhorse/"
        },
        {
            "slug": "warhorse-skeleton",
            "desc": "",
            "name": "Warhorse Skeleton",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": "Skeletons",
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": "barding scraps",
            "hit_points": 22,
            "hit_dice": "3d10+6",
            "speed": {
                "walk": 60
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 15,
            "intelligence": 2,
            "wisdom": 8,
            "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": "bludgeoning",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 346,
            "environments": [
                "Ruins",
                "Any"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_warhorse-skeleton/"
        },
        {
            "slug": "warlocks-trumpetbloom",
            "desc": "",
            "name": "Warlock's Trumpetbloom",
            "size": "Large",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 152,
            "hit_dice": "16d10+64",
            "speed": {
                "walk": 20
            },
            "strength": 17,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": 6,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "poison",
            "condition_immunities": "blinded, deafened, exhaustion, poisoned",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 13",
            "languages": "understands Void Speech but can't speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "desc": "The trumpetbloom makes three attacks: one with its stinger and two with its tendrils.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d12+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 16 (2d12 + 3) piercing damage, and the target must succeed on a DC 15 Constitution saving throw or become poisoned for 1 minute. The target is paralyzed while poisoned in this way. It can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "name": "Stinger"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 15 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage and the target is grappled (escape DC 14) if it is a Medium or smaller creature. The trumpetbloom has two tendrils, each of which can grapple only one target.",
                    "name": "Tendril"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A creature who attempts to communicate with the trumpetbloom must succeed on a DC 15 Wisdom saving throw or become frightened for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "name": "Alien Mind"
                },
                {
                    "desc": "The trumpetbloom has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 372,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_warlocks-trumpetbloom/"
        },
        {
            "slug": "warlords-ghost-a5e",
            "desc": "",
            "name": "Warlords Ghost",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 58,
            "hit_dice": "13d8",
            "speed": {
                "walk": 30,
                "fly": 40
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, fire, lightning, thunder; damage from nonmagical weapons",
            "damage_immunities": "cold, necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 60 ft., Passive Perception 10",
            "languages": "the languages it spoke in life",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Presage Death",
                    "desc": "The banshee targets a creature within 60 feet that can hear it  predicting its doom. The target makes a DC 14 Wisdom saving throw. On a failure  the target takes 11 (2d6 + 4) psychic damage and is magically cursed for 1 hour. While cursed in this way  the target has disadvantage on saving throws against the banshees Baleful Wail."
                },
                {
                    "name": "Baleful Wail",
                    "desc": "The banshee shrieks. All living creatures within 30 feet of it that can hear it make a DC 14 Constitution saving throw. On a failure  a creature takes 11 (2d6 + 4) psychic damage. If the creature is cursed by the banshee  it drops to 0 hit points instead."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Wounded Warning",
                    "desc": "When the banshee takes damage from a creature within 60 feet, it uses Presage Death on the attacker."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Death Howl",
                    "desc": "When reduced to 0 hit points, the banshee uses Baleful Wail."
                },
                {
                    "name": "Detect Life",
                    "desc": "The banshee magically senses the general direction of living creatures up to 5 miles away."
                },
                {
                    "name": "Incorporeal Movement",
                    "desc": "The banshee can move through creatures and objects. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Undead Nature",
                    "desc": "A banshee doesnt require air, sustenance, or sleep."
                },
                {
                    "name": "Unquiet Spirit",
                    "desc": "If defeated in combat, the banshee returns on the anniversary of its death. It can be permanently put to rest only by finding and casting remove curse on its grave or by righting whatever wrong was done to it."
                }
            ],
            "spell_list": [],
            "page_no": 30,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_warlords-ghost/"
        },
        {
            "slug": "warmth-thief",
            "desc": "A diminutive blue humanoid with sharp black claws and exaggeratedly pointed ears floats in the air, emanating a palpable sensation of cold._  \n**Cursed Fairy.** Warmth thieves were fey in the court of the Queen who had the peculiar ability to rob living creatures of their body heat. They attempted to use this power to overthrow the Queen… and failed. The Queen, amused, allowed them to live, but with a nasty curse: warmth thieves must steal body heat to live, perishing if they don’t regularly take heat from living creatures. Warmth thieves can’t tolerate temperatures much above freezing, preventing them from subverting the curse by moving to warmer climates. Their desire for warmth is so powerful they sometimes throw themselves at creatures that can magically create fire to enjoy a brief, though painful, respite from their suffering.  \n**Unintended Side Effects.** Unknown to the Queen, her curse transfers in an odd way to mortal beings who die at the warmth thieves’ bone-chilling touch. When warmth thieves’ victims die, their spirits return as Open Game License",
            "name": "Warmth Thief",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "15d4+75",
            "speed": {
                "fly": 40,
                "walk": 10,
                "hover": true
            },
            "strength": 11,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 17,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "deception": 8,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with cold iron weapons",
            "damage_immunities": "cold",
            "condition_immunities": "paralyzed, prone",
            "senses": "truesight 60 ft., passive Perception 12",
            "languages": "Common, Sylvan, Umbral",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The warmth thief makes two freezing claw attacks."
                },
                {
                    "name": "Freezing Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one creature. Hit: 7 (1d6 + 4) slashing damage plus 14 (4d6) cold damage. The warmth thief regains hp equal to half the cold damage dealt. The target must succeed on a DC 16 Constitution saving throw or be chilled for 1 minute. A chilled creature takes 7 (2d6) cold damage at the start of each of its turns. A chilled creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. A humanoid slain while chilled rises 24 hours later as a chill haunt, unless the humanoid is restored to life or its body is destroyed.",
                    "attack_bonus": 8,
                    "damage_dice": "1d6+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aura of Warmth Stealing",
                    "desc": "At the start of each of the warmth thief's turns, each creature within 5 feet of the warmth thief must succeed on a DC 16 Constitution saving throw or take 7 (2d6) cold damage. The warmth thief regains hp equal to the single highest amount of cold damage dealt."
                },
                {
                    "name": "Cold Physiology",
                    "desc": "A warmth thief can't abide constant warmth. Each hour it spends in an area with a temperature above 40 degrees Fahrenheit, the warmth thief must succeed on a DC 15 Constitution saving throw or suffer one level of exhaustion that can't be removed until it finishes a long rest in an area with a temperature below 40 degrees."
                }
            ],
            "spell_list": [],
            "page_no": 366,
            "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_warmth-thief/"
        },
        {
            "slug": "warrior-a5e",
            "desc": "",
            "name": "Warrior",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 11,
            "hit_dice": "2d8+2",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 10,
            "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": {
                "athletics": 3,
                "stealth": 3,
                "perception": 4,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "any one",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +3 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d6 + 1) piercing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 498,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_warrior/"
        },
        {
            "slug": "warrior-band-a5e",
            "desc": "",
            "name": "Warrior Band",
            "size": "Large",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 55,
            "hit_dice": "10d8+10",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 10,
            "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": {
                "athletics": 3,
                "stealth": 3,
                "perception": 4,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "any one",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Spears",
                    "desc": "Melee or Ranged Weapon Attack: +3 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 22 (5d6 + 5) piercing damage  or half damage when bloodied."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Area Vulnerability",
                    "desc": "The band takes double damage from any effect that targets an area."
                },
                {
                    "name": "Band Dispersal",
                    "desc": "When the band is reduced to 0 hit points, it turns into 2 (1d4) warriors with 5 hit points each."
                },
                {
                    "name": "Band",
                    "desc": "The band is composed of 5 or more warriors. If it is subjected to a spell, attack, or other effect that affects only one target, it takes any damage but ignores other effects. It can share its space with Medium or smaller creatures or objects. The band can move through any opening large enough for one Medium creature without squeezing."
                }
            ],
            "spell_list": [],
            "page_no": 499,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_warrior-band/"
        },
        {
            "slug": "wasteland-dragon-wyrmling",
            "desc": "",
            "name": "Wasteland Dragon Wyrmling",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "burrow": 15,
                "climb": 30,
                "fly": 50,
                "walk": 30
            },
            "strength": 17,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 11,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": 2,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": 3,
            "perception": 2,
            "skills": {
                "perception": 2,
                "stealth": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "force",
            "condition_immunities": "",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 12",
            "languages": "Draconic",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d10+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) piercing damage.",
                    "name": "Bite"
                },
                {
                    "desc": "The dragon blasts warped arcane energy in a 20-foot line that is 5 feet wide. Each creature in that line must make a DC 11 Dexterity saving throw, taking 22 (5d8) force damage on a failed save, or half as much damage on a successful one.",
                    "name": "Warped Energy Breath (Recharge 6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 118,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_wasteland-dragon-wyrmling/"
        },
        {
            "slug": "water_elemental_bf",
            "desc": "",
            "name": "Water Elemental",
            "size": "large",
            "type": "Elemental",
            "subtype": "",
            "group": "Elementals",
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 104,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "swim": 90
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": 4,
            "dexterity_save": 2,
            "constitution_save": 4,
            "intelligence_save": -2,
            "wisdom_save": 0,
            "charisma_save": -1,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Elemental Resilience",
            "damage_immunities": "acid,Elemental Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Aquan",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The water elemental makes two Water Tendril or Water Bolt attacks. If both Water Tendril attacks hit one creature, it can use Whelm on the target, if available."
                },
                {
                    "name": "Water Tendril",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 17 (3d8+4) bludgeoning damage, and the target is grappled (escape DC 15) if it is Large or smaller. The water elemental can have up to three targets grappled at a time."
                },
                {
                    "name": "Water Bolt",
                    "desc": "_Ranged Weapon Attack:_ +5 to hit, range 30/120 ft., one target. _Hit:_ 16 (4d6+2) bludgeoning damage."
                },
                {
                    "name": "Whelm (Recharge 4-6)",
                    "desc": "The water elemental envelops one creature it is grappling, and the grapple ends. While enveloped, the target is restrained, unable to breathe unless it can breathe water, can't be hit by the elemental's Water Tendril, and it takes 9 (2d8) bludgeoning damage at the start of each of the elemental's turns.<br>When the elemental moves, the enveloped creature moves with it. The elemental can have only one creature enveloped at a time. A creature within 5 feet of the elemental, including the target, can take its action to free the target from the elemental by succeeding on a DC 15 STR check."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Purify Blood (3/Day)",
                    "desc": "The water elemental touches a willing creature that isn't a Construct or Undead. The target is cured of the poisoned condition and of any disease afflicting it."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "The elemental doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Elemental Resilience",
                    "desc": "The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions."
                },
                {
                    "name": "Freeze",
                    "desc": "If the elemental takes cold damage, it partially freezes, and its speed is reduced by 20 feet until the end of its next turn."
                },
                {
                    "name": "Purify Water",
                    "desc": "If the water elemental sits in a body of slow-flowing or standing water, such as a spring, small creek, or lake, for at least 1 hour, the water becomes purified and rendered free of poison and disease. In slow-flowing water, this purification fades 1 hour after the elemental leaves the water. In standing water, this purification lasts until a contaminant enters the water while the elemental isn't in it."
                },
                {
                    "name": "Water Form",
                    "desc": "The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Water Camouflage",
                    "desc": "The water elemental's Stealth is 17 while in a Medium or larger body of water."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_water-elemental/"
        },
        {
            "slug": "water-elemental",
            "desc": "",
            "name": "Water Elemental",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": "Elementals",
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 30,
                "swim": 90
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 5,
            "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": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "acid; 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 10",
            "languages": "Aquan",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                },
                {
                    "name": "Whelm (Recharge 4-6)",
                    "desc": "Each creature in the elemental's space must make a DC 15 Strength saving throw. On a failure, a target takes 13 (2d8 + 4) bludgeoning damage. If it is Large or smaller, it is also grappled (escape DC 14). Until this grapple ends, the target is restrained and unable to breathe unless it can breathe water. If the saving throw is successful, the target is pushed out of the elemental's space.\nThe elemental can grapple one Large creature or up to two Medium or smaller creatures at one time. At the start of each of the elemental's turns, each target grappled by it takes 13 (2d8 + 4) bludgeoning damage. A creature within 5 feet of the elemental can pull a creature or object out of it by taking an action to make a DC 14 Strength and succeeding."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Water Form",
                    "desc": "The elemental can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Freeze",
                    "desc": "If the elemental takes cold damage, it partially freezes; its speed is reduced by 20 ft. until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 307,
            "environments": [
                "Underwater",
                "Swamp",
                "Coastal",
                "Plane Of Water",
                "Desert",
                "Laboratory",
                "Water"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_water-elemental/"
        },
        {
            "slug": "water-elemental-a5e",
            "desc": "",
            "name": "Water Elemental",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 30,
                "swim": 90
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 6,
            "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": "acid; damage from nonmagical weapons",
            "damage_immunities": "poison",
            "condition_immunities": "fatigue, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Aquan",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage."
                },
                {
                    "name": "Whelm",
                    "desc": "The elemental targets each Large or smaller creature in its space. Each target makes a DC 15 Strength saving throw. On a failure  the target is grappled (escape DC 15). Until this grapple ends  the target is restrained and unable to breathe air. The elemental can move at full speed while carrying grappled creatures inside its space. It can grapple one Large creature or up to four Medium or smaller creatures."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Conductive",
                    "desc": "If the elemental takes lightning damage, each creature sharing its space takes the same amount of lightning damage."
                },
                {
                    "name": "Fluid Form",
                    "desc": "The elemental can enter and end its turn in other creatures spaces and move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Freeze",
                    "desc": "If the elemental takes cold damage, its speed is reduced by 15 feet until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 194,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_water-elemental/"
        },
        {
            "slug": "water-horse",
            "desc": "",
            "name": "Water Horse",
            "size": "Medium",
            "type": "Fey",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 12,
            "armor_desc": "in humanoid form, 14 (natural armor) in horse or hybrid form",
            "hit_points": 77,
            "hit_dice": "14d8+14",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 13,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 4,
                "persuasion": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Sylvan",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "desc": "The water horse can use its Charming Gaze. In horse form, it then makes two bite attacks. In humanoid form, it then makes two longsword attacks. In hybrid form, it then makes two attacks: one with its bite and one with its longsword.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage.",
                    "name": "Bite (Hybrid or Horse Form Only)"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage, or 8 (1d10 + 3) slashing damage if used with two hands.",
                    "name": "Longsword (Humanoid or Hybrid Form Only)"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d8+2",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 150/600 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "name": "Longbow (Humanoid or Hybrid Form Only)"
                },
                {
                    "desc": "The water horse targets one creature it can see within 30 feet of it. The target must succeed on a DC 12 Charisma saving throw or be charmed for 1 minute. While charmed, the target is incapacitated and can only move toward the water horse. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. The target has advantage on the saving throw if it has taken damage since the end of its last turn. If the target successfully saves or if the effect ends for it, the target is immune to this water horse's Charming Gaze for the next 24 hours.",
                    "name": "Charming Gaze"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The water horse can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The water horse can use its action to polymorph into a Medium humanoid, a horse, or its true horse-humanoid hybrid form. Its statistics, other than its size, speed, and AC, 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": "Shapechanger"
                }
            ],
            "spell_list": [],
            "page_no": 373,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_water-horse/"
        },
        {
            "slug": "water-leaper",
            "desc": "_The water leaper is a frogheaded, legless creature with wide batlike wings and a gaping maw. Its shrieks resemble those of a hawk. Its long, sinuous tail tapers and ends in a venomous barb._  \n**Gliding Wings.** The creature has no legs or arms, but sports a pair of wide, membranous wings. It uses the wings to glide beneath the water, as well as to soar through the air.  \n**Scourge of Waterways.** Water leapers plague fresh lakes and rivers. The creatures prey on animals that come to the water’s edge to drink, as well as on fishermen that ply their trade in the water leaper’s territory. Stories circulate among fishermen of fishing grounds notorious for broken lines and missing bait, and fishermen give these areas a wide berth for fear of water leapers. Desperate or unwary fishermen who ignore the warnings are never seen again; drifting, empty boats are the only sign of their passing.",
            "name": "Water Leaper",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "13d10+26",
            "speed": {
                "walk": 5,
                "fly": 50,
                "swim": 40
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 15,
            "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": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The water leaper uses its shriek and makes one bite attack and one stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage and the target is grappled (escape DC 13). Until this grapple ends, the target is restrained and the water leaper can't bite another target.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Shriek",
                    "desc": "The water leaper lets out a blood-curdling shriek. Every creature within 40 feet that can hear the water leaper must make a successful DC 12 Constitution saving throw or be frightened until the start of the water leaper's next turn. A creature that successfully saves against the shriek is immune to the effect for 24 hours."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage and the target must make a successful DC 12 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the creature takes 7 (2d6) poison damage at the start of its turn. A poisoned creature repeats the saving throw at the end of its turn, ending the effect on a success.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Swallow",
                    "desc": "The water leaper makes a bite attack against a medium or smaller creature it is grappling. If the attack hits, the target is swallowed and the grapple ends. The swallowed target is blinded and restrained, and has total cover against attacks and other effects outside the water leaper. A swallowed target takes 10 (3d6) acid damage at the start of the water leaper's turn. The water leaper can have one creature swallowed at a time. If the water leaper dies, the swallowed creature is no longer restrained and can use 5 feet of movement to crawl, prone, out of the corpse."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The water leaper can breathe both air and water."
                },
                {
                    "name": "Camouflage",
                    "desc": "The water leaper has advantage on Dexterity (Stealth) checks when underwater."
                }
            ],
            "spell_list": [],
            "page_no": 406,
            "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_water-leaper/"
        },
        {
            "slug": "waterleaper-tob1-2023",
            "desc": "False",
            "name": "Water Leaper",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "13d10 + 26",
            "speed": {
                "walk": 40,
                "fly": 5
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 15,
            "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": 11,
            "skills": {
                "Stealth": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The water leaper makes one Bite attack and one Stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage, and the target is grappled (escape DC 13). Until this grapple ends, the target is restrained, and the water leaper can't Bite another target."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the creature takes 5 (2d4) poison damage at the start of each of its turns. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Swallow",
                    "desc": "The water leaper makes a Bite attack against a Medium or smaller creature it is grappling. If the attack hits, the target is also swallowed, and the grapple ends. While swallowed, the target is blinded and restrained, it has total cover against attacks and other effects outside the water leaper, and it takes 7 (2d6) acid damage at the start of each of the water leaper's turns. The water leaper can have only one creature swallowed at a time."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The water leaper can breathe air and water."
                },
                {
                    "name": "Underwater Camouflage",
                    "desc": "The water leaper has advantage on Dexterity (Stealth) checks made while underwater."
                }
            ],
            "spell_list": [],
            "page_no": 394,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_water-leaper/"
        },
        {
            "slug": "waterkledde",
            "desc": "",
            "name": "Waterkledde",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 123,
            "hit_dice": "13d10+52",
            "speed": {
                "walk": 40,
                "fly": 40,
                "swim": 40
            },
            "strength": 19,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 11",
            "languages": "Common",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite and two Claws. If it hits one Med or smaller creature with both Claws the waterkledde latches onto creature with its Beak and target is grappled (escape DC 15). Until this grapple ends target is restrained waterkledde can automatically hit target with its Beak and waterkledde can't make Beak attacks vs. other targets."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 13 (2d8+4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Frightening Call (Recharge 5-6)",
                    "desc": "Screeches “Kludde! Kledde! Kleure!” in a 30' cone. Each creature in that area: 22 (5d8) psychic and frightened 1 min (DC 15 Wis half damage not frightened). Frightened creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Magically transforms into a Small or Med Beast or back into its true fiendish form. Without wings it loses its flying speed. Its statistics other than its size and speed are the same in each form. No matter the form its eyes are always an unnatural green. Any equipment it is wearing or carrying isn't transformed. Reverts on death."
                },
                {
                    "name": "Supernatural Speed",
                    "desc": "Takes Dash or Disengage."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "Can hold its breath for 15 min."
                }
            ],
            "spell_list": [],
            "page_no": 390,
            "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_waterkledde/"
        },
        {
            "slug": "waverider",
            "desc": "The waveriders know firsthand the dangers of the open ocean, and dedicate their lives to protecting seafarers from storms, pirates, and sea monsters. Though they are not warriors, they are accomplished healers and aquatic empaths, using their powers to seek out and rescue survivors of marine disasters, sometimes returning critically wounded survivors to the tribe of elemental wardens itself. The isolationists among the water wardens condemn this practice, fearing that the refugees threaten their way of life. The waveriders take their peers’ scorn in stride, for they would rather be righteous than popular.\nA waverider turns to violence only as a last resort, and prefer to fight in fishform than with their fishing harpoon, using hit-and-run tactics as a shark or their octopus form’s natural camouflage to harry opponents. When patrolling the open seas, waveriders skim across the water on personal waveboards with folding sails, similar in function to the _skysails_ of the wind wardens.",
            "name": "Waverider",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "neutral good",
            "armor_class": 14,
            "armor_desc": "hide armor of cold resistance",
            "hit_points": 77,
            "hit_dice": "14d8+14",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "Common, Druidic, Primordial (Aquan)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Harpoon",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft., range 20/60 ft., one target. Hit: 5 (1d6 + 2) piercing damage. Attacks with this weapon while underwater are not made with disadvantage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fishform",
                    "desc": "As a bonus action, the waverider can transform into a **hunter shark** or **giant octopus**. While in this form, the waverider cannot cast spells, but can expend a spell slot as a bonus action to regain 1d8 hit points per level of the spell slot expended. When the waverider is reduced to 0 hit points, falls unconscious, or dies in this form, it reverts to its humanoid form. It can remain in fishform for up to 3 hours, and can enter fishform twice, regaining expended uses after completing a short or long rest."
                },
                {
                    "name": "Healing Tides",
                    "desc": "Whenever the waverider casts a spell of 1st level or higher that affects a nonhostile creature, that creature regains 3 hit points (in addition to any healing the spell may provide)."
                },
                {
                    "name": "Marine Empathy",
                    "desc": "The waverider can speak with and understand aquatic plants and animals."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The waverider is a 7th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, poison spray, resistance\n* 1st level (4 slots): cure wounds, create or destroy water, healing word\n* 2nd level (3 slots): animal messenger, enhance ability, lesser restoration\n* 3rd level (3 slots): conjure animals (aquatic beasts only), water walk, water breathing\n* 4th level (1 slots): control water"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/druidcraft/?format=api",
                "https://api.open5e.com/v2/spells/poison-spray/?format=api",
                "https://api.open5e.com/v2/spells/resistance/?format=api",
                "https://api.open5e.com/v2/spells/cure-wounds/?format=api",
                "https://api.open5e.com/v2/spells/create-or-destroy-water/?format=api",
                "https://api.open5e.com/v2/spells/healing-word/?format=api",
                "https://api.open5e.com/v2/spells/animal-messenger/?format=api",
                "https://api.open5e.com/v2/spells/enhance-ability/?format=api",
                "https://api.open5e.com/v2/spells/lesser-restoration/?format=api",
                "https://api.open5e.com/v2/spells/conjure-animals/?format=api",
                "https://api.open5e.com/v2/spells/water-walk/?format=api",
                "https://api.open5e.com/v2/spells/water-breathing/?format=api",
                "https://api.open5e.com/v2/spells/control-water/?format=api"
            ],
            "page_no": 129,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/",
            "v2_converted_path": "/v2/creatures/tdcs_waverider/"
        },
        {
            "slug": "weasel_bf",
            "desc": "",
            "name": "Weasel",
            "size": "tiny",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 8,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 2,
            "dexterity": 12,
            "constitution": 8,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 2,
            "strength_save": -4,
            "dexterity_save": 1,
            "constitution_save": -1,
            "intelligence_save": -4,
            "wisdom_save": 1,
            "charisma_save": -4,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "-",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 3 (1d4+1) piercing damage. Instead of dealing damage, the weasel can steal one item the target is wearing or carrying, provided the item weighs no more than 5 pounds, can fit in one hand, isn't a weapon, and isn't wrapped around or firmly attached to the target. For example, a weasel could steal a hat or belt pouch but not a creature's shirt or armor."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Hearing and Smell",
                    "desc": "The weasel's Perception is 18 when perceiving by hearing or smell."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_weasel/"
        }
    ]
}