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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=-challenge_rating&page=5",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=-challenge_rating&page=3",
    "results": [
        {
            "slug": "marsh-dire",
            "desc": "This waterlogged humanoid is partially rotting and has plant matter, including a trio of whipping vines, infused in its body._  \n**Drowned Dead.** Marsh dires are the animated remains of humanoids who drowned in marshlands, weighted down by muck and held in place by constricting vines. The bodies decay for several weeks and incorporate the plants that aided in their demise. After they complete this process, they rise as undead, often mistaken as Open Game License",
            "name": "Marsh Dire",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 142,
            "hit_dice": "15d8+75",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 18,
            "dexterity": 13,
            "constitution": 20,
            "intelligence": 7,
            "wisdom": 11,
            "charisma": 8,
            "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": "fire, necrotic",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "understands all languages it knew in life but can’t speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The marsh dire makes three attacks: two with its claws and one with its strangling vine."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 11 (2d6 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Strangling Vine",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one creature. Hit: 13 (2d8 + 4) bludgeoning damage plus 7 (2d6) necrotic damage. If the target is Medium or smaller, it is grappled (escape DC 15). Until this grapple ends, the target can't breathe, speak, or cast spells with verbal components; is restrained; and takes 7 (2d6) necrotic damage at the start of each of the marsh dire's turns. The marsh dire has three vines, each of which can grapple only one target.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cloying Stench",
                    "desc": "Any creature that starts its turn within 10 feet of the marsh dire must succeed on a DC 16 Constitution saving throw or be poisoned until the end of its next turn. On a successful saving throw, the creature has advantage on saving throws against the marsh dire's Cloying Stench for the next 24 hours."
                }
            ],
            "spell_list": [],
            "page_no": 258,
            "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_marsh-dire/"
        },
        {
            "slug": "onyx-magistrate",
            "desc": "This large onyx statue looks down critically from an ornate chair. It wears long ceremonial robes and carries a scepter in one hand and an orb in the other. With a slow grinding sound, the statue animates and rises in the air, still seated in its onyx chair._  \n**Grand Sculptures.** Built to oversee great libraries, courts of law, royal houses, and the seats of government in corrupt and evil lands, onyx magistrates are intelligent constructs resembling judges, court officials, or bishops seated on massive thrones. The onyx magistrate is often placed in an area of importance such as within a great meeting hall or next to an important gate and remains motionless until it deems someone worthy of its attention or in need of punishment.  \n**Judge, Jury, and Executioner.** Onyx magistrates pursue their tasks with diligence and patience, never shirking from their responsibilities or showing pity or remorse for their actions. They never tolerate falsehoods or those seeking to cajole or intimidate them, though they have a soft spot for flattery, especially that which praises their abilities or dedication to their role. The construction of an onyx magistrate requires the binding of a Open Game License",
            "name": "Onyx Magistrate",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 123,
            "hit_dice": "13d10+52",
            "speed": {
                "fly": 30,
                "walk": 0,
                "hover": true
            },
            "strength": 19,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 16,
            "wisdom": 20,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "insight": 8,
                "intimidation": 8,
                "perception": 8,
                "persuasion": 8,
                "religion": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, psychic",
            "damage_immunities": "necrotic, poison; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned, prone",
            "senses": "darkvision 60 ft., passive Perception 18",
            "languages": "Common, Infernal",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The onyx magistrate makes three scepter attacks. Alternatively, it can use Necrotic Ray twice."
                },
                {
                    "name": "Scepter",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) bludgeoning damage, and the target must succeed on a DC 15 Strength saving throw or be knocked prone.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10+4"
                },
                {
                    "name": "Necrotic Ray",
                    "desc": "Ranged Spell Attack: +8 to hit, range 30/120 ft., one target. Hit: 17 (3d8 + 4) necrotic damage.",
                    "attack_bonus": 8,
                    "damage_dice": "3d8+4"
                },
                {
                    "name": "Dire Judgement (1/Day)",
                    "desc": "Each creature of the onyx magistrate's choice that is within 30 feet of the magistrate and aware of it must succeed on a DC 16 Wisdom saving throw or be cursed with dire judgment. While cursed in this way, the creature can't regain hp by magical means, though it can still regain hp from resting and other nonmagical means. In addition, when a cursed creature makes an attack roll or a saving throw, it must roll a d4 and subtract the number from the attack roll or saving throw. The curse lasts until it is lifted by a remove curse spell or similar magic."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Tip the Scales (Recharge 5-6)",
                    "desc": "The onyx magistrate adds 3 to its AC against one attack that would hit it. Alternatively, the onyx magistrate succeeds on a saving throw it failed."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The onyx magistrate is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The onyx magistrate has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The onyx magistrate's weapon attacks are magical."
                }
            ],
            "spell_list": [],
            "page_no": 276,
            "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_onyx-magistrate/"
        },
        {
            "slug": "pal-rai-yuk",
            "desc": "This lengthy, two-headed, serpentine creature has three dorsal fins and six legs._  \n**Degenerate Dragons.** Pal-rai-yuks were once a species of underwater dragons. In their arrogance, they angered a sea deity who cursed them. To escape the deity’s wrath, they adapted to tunnel through the earth, though they occasionally still seek prey in the water.  \n**Forgotten Meals.** By some quirk of the pal-rai-yuk’s divine transformation, creatures it swallows can see outside of its stomachs, but the creatures aren’t visible to those outside the pal-rai-yuk. Additionally, this quirk allows the serpents to erase their victims from others’ memories, leaving victims with a deep sense of isolation as they are slowly digested.  \n**Endlessly Hungry.** The sea god segmented their stomachs in an attempt to curb their voraciousness. Unfortunately, it made them more gluttonous. This gluttony occasionally draws the attention of powerful humanoids or large armies. When this happens, the pal-rai-yuk quickly consumes anything it can catch, then digs deep into the earth where it hibernates for years, avoiding retaliation.",
            "name": "Pal-Rai-Yuk",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 133,
            "hit_dice": "14d12+42",
            "speed": {
                "burrow": 40,
                "swim": 60,
                "walk": 40
            },
            "strength": 21,
            "dexterity": 11,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 8,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "frightened",
            "senses": "darkvision 60 ft., tremorsense 60 ft., passive Perception 11",
            "languages": "Aquan, Common, Draconic",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The pal-rai-yuk makes two bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one creature. Hit: 27 (4d10 + 5) piercing damage, and the target is grappled (escape DC 16). Until this grapple ends, the target is restrained. The pal-rai-yuk has two heads, each of which can grapple only one target.",
                    "attack_bonus": 8,
                    "damage_dice": "4d10+5"
                },
                {
                    "name": "Swallow",
                    "desc": "The pal-rai-yuk makes one 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 creature is restrained, it has total cover against attacks and other effects outside the pal-rai-yuk, and it takes 18 (4d8) acid damage at the start of each of the pal-rai-yuk's turns. The pal-rai-yuk can have up to three Medium or smaller creatures swallowed at a time.\n\nThe swallowed creature can see outside of the pal-rai-yuk, but it can't target those outside the pal-rai-yuk with spells or cast spells or use features that allow it to leave the pal-rai-yuk's stomach. In addition, nothing can physically pass through the pal-rai-yuk's stomach, preventing creatures inside the stomach from making attack rolls against creatures outside the stomach.\n\nIf the pal-rai-yuk takes 20 damage or more on a single turn from a creature inside it, the pal-rai-yuk must succeed on a DC 16 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the pal-rai-yuk. If the pal-rai-yuk dies, a swallowed creature is no longer restrained by it and can escape the corpse by using 15 feet of movement, exiting prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Forgotten Prey",
                    "desc": "A creature that starts its turn grappled by the pal-rai-yuk must succeed on a DC 16 Charisma saving throw or be invisible and inaudible to all creatures other than the pal-rai-yuk. In addition, when the pal-rai-yuk swallows a creature, each of that creature's allies within 1 mile of the pal-rai-yuk must succeed on a DC 16 Wisdom saving throw or forget the swallowed creature's existence. At the end of each of the creature's turns, it can repeat the saving throw, remembering the swallowed creature on a success."
                },
                {
                    "name": "Hold Breath",
                    "desc": "The pal-rai-yuk can hold its breath for 1 hour."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The pal-rai-yuk has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Two Heads",
                    "desc": "The pal-rai-yuk has advantage on Wisdom (Perception) checks and on saving throws against being blinded, charmed, deafened, frightened, stunned, and knocked unconscious."
                }
            ],
            "spell_list": [],
            "page_no": 291,
            "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_pal-rai-yuk/"
        },
        {
            "slug": "parzzval",
            "desc": "Six legs, ending in massive, three-fingered humanoid hands, support a headless horse-like torso. The front of this creature’s mass opens into a huge tripartite maw filled with jagged, web-shrouded ridges dripping a caustic substance._  \n**Bottomless Hunger.** Parzz’vals have enough intelligence to reason and problem solve, but they are largely guided by their monstrous appetites. Parzz’vals prefer live prey but are not above eating carrion if their preferred meal isn’t available.  \n**Ambush Hunters.** Despite their enormous hunger, parzz’vals are excellent at taking their prey by surprise. A parzz’val can wait patiently for hours for the ideal time to strike if they anticipate a meal awaits as a reward.",
            "name": "Parzz’val",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 115,
            "hit_dice": "11d10+55",
            "speed": {
                "walk": 50
            },
            "strength": 21,
            "dexterity": 16,
            "constitution": 20,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 6
            },
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid",
            "condition_immunities": "blinded, charmed, unconscious",
            "senses": "blindsight 120 ft., passive Perception 10",
            "languages": "Void Speech",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The parzz'val makes three attacks: one with its oversized maw and two with its oversized fists."
                },
                {
                    "name": "Oversized Fist",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 10 (2d4 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d4+5"
                },
                {
                    "name": "Oversized Maw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) piercing damage plus 4 (2d8) acid damage. If the target is a Medium or smaller creature, it must succeed on a DC 16 Dexterity saving throw or be swallowed by the parzz'val. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the parzz'val, and it takes 18 (4d8) acid damage at the start of each of the parzz'val's turns. A parzz'val can have only one creature swallowed at a time.\n\nIf the parzz'val takes 15 damage or more on a single turn from a creature inside it, the parzz'val must succeed on a DC 18 Constitution saving throw at the end of that turn or regurgitate the creature, which falls prone in a space within 10 feet of the parzz'val. If the parzz'val dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 10 feet of movement, exiting prone.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Caustic Web (Recharge 5-6)",
                    "desc": "As a bonus action, the parzz'val can spit a sticky, acidic web in a 20-foot cube. The web must be placed wholly within 60 feet of the parzz'val and must be anchored between two solid masses or layered across a floor, wall, or ceiling. A web layered over a flat surface has a depth of 5 feet. The web is difficult terrain and lightly obscures the area.\n\nA creature that starts its turn in the web or enters the web during its turn must make a DC 16 Dexterity saving throw, taking 9 (2d8) acid damage on a failed save, or half as much damage on a successful one.\n\nThe web persists for 1 minute before collapsing. The parzz'val is immune to the effects of its web and the webs of other parzz'vals."
                },
                {
                    "name": "Pummel",
                    "desc": "If the parzz'val deals damage to a creature with three melee attacks in one round, it has advantage on all melee attacks it makes against that creature in the next round."
                },
                {
                    "name": "Regeneration",
                    "desc": "The parzz'val regains 10 hp at the start of its turn if it has at least 1 hp."
                }
            ],
            "spell_list": [],
            "page_no": 292,
            "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_parzzval/"
        },
        {
            "slug": "snow-terror",
            "desc": "A sizeable snowperson with sticks for arms, a carrot nose, and a smile etched across its face slowly turns its head. Closer inspection reveals the smile is disturbingly jagged._  \n**Demonic Snow People.** Snow terrors hail from an icy layer of the Abyss. There, they torment lesser fiends or watch as wind-whipped snow destroys visitors wholly unprepared for it. Such visitors are few and far between, leading snow terrors to travel to the Material Plane for greater chances at entertainment.  \n**Innocuous Disguise.** Snow terrors temper their desire for bloodshed and mayhem with patience. They find heavily trafficked areas and lurk nearby, observing potential prey. When choosing victims, they remain motionless in their guise as ordinary snowpersons, even allowing children to pluck the accoutrements off them.  \n**Sadistic Hunter.** A snow terror picks off lone people first, reveling in communities consequently thrown into chaos. Just before it attacks, it reveals its true form: a leering, shark-toothed snowperson with unholy light glowing in its eye sockets. It chases, catches, and devours its victims, relishing the screams as the acid churning in its guts slowly dissolves its prey. It can take on the appearance of its victims, drawing in concerned family members and neighbors before dissolving the facade to attack.",
            "name": "Snow Terror",
            "size": "Large",
            "type": "Fiend",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": null,
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 22,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 9,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 6,
                "stealth": 9
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid, cold, poison",
            "condition_immunities": "frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "Abyssal, Common",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 14 (3d6 + 4) piercing damage plus 14 (4d6) acid damage. If the target is a Medium or smaller creature, it must succeed on a DC 15 Dexterity saving throw or be swallowed by the snow terror. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the snow terror, and it takes 14 (4d6) acid damage at the start of each of the snow terror's turns. The snow terror can have only one creature swallowed at a time.\n\nIf the snow terror takes 15 or more damage on a single turn from the swallowed creature, it must succeed on a DC 16 Constitution saving throw at the end of that turn or regurgitate the swallowed creature, which falls prone in a space within 10 feet of the snow terror. If the snow terror dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 10 feet of movement, exiting prone.",
                    "attack_bonus": 7,
                    "damage_dice": "3d6+4"
                },
                {
                    "name": "Horrifying Visage",
                    "desc": "Each non-undead creature within 60 feet of the snow terror that can see it must succeed on a DC 13 Wisdom saving throw or be frightened 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 this snow terror's Horrifying Visage for the next 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance (Snow Person Form Only)",
                    "desc": "While the snow terror remains motionless, it is indistinguishable from an ordinary snow person."
                },
                {
                    "name": "Shapechanger",
                    "desc": "The snow terror can use its action to polymorph into a Large snow person, a snowy likeness of the creature it most recently killed, or back into its true form. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\n\nWhile in the form of the creature it most recently killed, creatures that knew the mimicked creature have disadvantage on their Wisdom saving throws against its Horrifying Visage."
                }
            ],
            "spell_list": [],
            "page_no": 334,
            "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_snow-terror/"
        },
        {
            "slug": "tetomatli",
            "desc": "",
            "name": "Tetomatli",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 152,
            "hit_dice": "16d10+64",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 11,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "athletics": 8,
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison, psychic;",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "tremorsense 90 ft. (blind beyond this radius), passive Perception 13",
            "languages": "understands the languages of its creator but can’t speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tetomatli makes one head slam attack and one wing buffet attack."
                },
                {
                    "name": "Head Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 21 (3d10 + 5) bludgeoning damage. If the tetomatli scores a critical hit against a target wearing metal armor, the target must succeed on a DC 15 Strength saving throw or its armor is destroyed. A creature wearing magical armor has advantage on this saving throw. A creature wearing adamantine armor is unaffected.",
                    "attack_bonus": 8,
                    "damage_dice": "3d10+5"
                },
                {
                    "name": "Wing Buffet",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5"
                },
                {
                    "name": "Tremor (Recharge 6)",
                    "desc": "The tetomatli slams its head repeatedly into the ground, creating a magical shockwave. Each creature within 20 feet of the tetomatli must succeed on a DC 15 Dexterity saving throw or be knocked prone and have disadvantage on attack rolls and Dexterity checks until the end of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Diving Head Slam",
                    "desc": "If the tetomatli is flying and moves at least 20 feet straight toward a target and then hits it with a head slam attack on the same turn, the tetomatli can use Tremor as a bonus action, if it is available."
                },
                {
                    "name": "Heavy Flier",
                    "desc": "The tetomatli can fly up to 30 feet each round, but it must start and end its movement on a solid surface such as a roof or the ground. If it is flying at the end of its turn, it falls to the ground and takes falling damage."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The tetomatli has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The tetomatli's weapon attacks are magical."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The tetomatli deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 345,
            "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_tetomatli/"
        },
        {
            "slug": "tzepharion",
            "desc": "Strutting forward on four legs tipped with sharp talons, this raptor-like fiend has dark crimson feathers covering its scaled hide and an extended, eyeless, saw-toothed maw. A baleful orange eye glares from the monster’s chest._  \n**Primeval Devils.** Tzepharions are perhaps the most savage and primal of all devils. They care little for the schemes and temptations of other devils and are happy to spend their time chasing and devouring lower life forms. For this reason, tzepharions are treated as simple beasts by other fiends, and packs of tzepharions are sometimes employed by Open Game License",
            "name": "Tzepharion",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "walk": 50
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 5,
            "wisdom": 18,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "athletics": 10,
                "perception": 7,
                "survival": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "understands Infernal but can’t speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tzepharion devil makes one bite attack and four claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d8+4"
                },
                {
                    "name": "Soul Jolt (Recharge 6)",
                    "desc": "The tzepharion leaps up to 20 feet through the air and makes a claw attack against a target within reach. If it hits, the target must succeed on a DC 15 Wisdom saving throw or its soul is forced out of its body, appearing 20 feet in a random direction away from its body, for 1 minute. The creature has control of its soul, which is invisible and can move through creatures and objects as if they were difficult terrain, but it can't cast spells or take any actions. The creature's body is knocked unconscious and can't be awoken until its soul returns, but it can take damage as normal. The creature can repeat the saving throw at the end of each of its turns, reoccupying its body on a success. Alternatively, a creature can reoccupy its body early if it starts its turn within 5 feet of its body. If a creature doesn't return to its body within 1 minute, the creature dies. If its body is reduced to 0 hp before the creature reoccupies its body, the creature dies."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the tzepharion's darkvision."
                },
                {
                    "name": "Eye of Rage",
                    "desc": "As a bonus action, the tzepharion incites rage in up to three beasts or monstrosities it can see within 60 feet of it. Each target must succeed on a DC 15 Wisdom saving throw or become enraged until the end of its next turn. While enraged, it has advantage on its attack rolls, but it is unable to distinguish friend from foe and must attack the nearest creature other than the tzepharion. This trait doesn't work on targets with an Intelligence of 6 or higher."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The tzepharion has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The tzepharion has advantage on attack rolls against a creature if at least one of the devil's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 106,
            "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_tzepharion/"
        },
        {
            "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": "young-boreal-dragon",
            "desc": "Covered in a mix of hard, blue-white scales and patches of silvery-blue fur, this dragon radiates a savage belligerence. Its amber eyes gleam with primal fury as it stretches its wings, sending a shower of burning sparks sizzling onto the ground._  \n**Paradoxical Predators.** Boreal dragons inhabit the arctic and alpine places of the world, from snow-capped conifer forests and frigid mountain peaks to flat, icy plains and polar seas. Unlike white or silver dragons, however, boreal dragons are not creatures of cold but rather of heat and flames. Their breath is filled with burning embers, and their preferred lairs contain some sort of natural heat source. While this contradiction has puzzled many scholars of draconic lore, boreal dragons are unconcerned about such trivial matters and are likely to devour any sage or wizard impertinent enough to question their choice of habitat.  \n**Dragons of Rage.** Boreal dragons are among the most straightforward of all true dragons, driven by simple necessities like hunting and mating. They hate most other dragons with a passion and war constantly with those that share their arctic homeland, driving off or killing any dragons they encounter. Boreal dragons are truculent creatures and love nothing better than getting into a fight; however, they do not target defenseless creatures or those far weaker than themselves unless they are hunting for food. Because they respect strength above all else, a creature can gain a boreal dragon’s admiration through acts of intense bravery or slaughter. In particular, the dragons are fond of large arctic predators, such as Open Game License",
            "name": "Young Boreal Dragon",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 142,
            "hit_dice": "15d10+60",
            "speed": {
                "fly": 80,
                "walk": 40,
                "swim": 30
            },
            "strength": 21,
            "dexterity": 10,
            "constitution": 19,
            "intelligence": 13,
            "wisdom": 15,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 5,
            "perception": 8,
            "skills": {
                "athletics": 8,
                "perception": 8,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 18",
            "languages": "Draconic, Giant",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 16 (2d10 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d10+5"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5"
                },
                {
                    "name": "Cinder Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a 30-foot cone of superheated air filled with white-hot embers. Each creature in that area must make a DC 15 Dexterity saving throw, taking 33 (6d10) 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": null,
            "spell_list": [],
            "page_no": 112,
            "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_young-boreal-dragon/"
        },
        {
            "slug": "assassin_bf",
            "desc": "",
            "name": "Assassin",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 157,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 22,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": 0,
            "dexterity_save": 6,
            "constitution_save": 2,
            "intelligence_save": 4,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "poison,poisoned",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Thieves' Cant plus any two languages",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The assassin makes three Shortsword or Hand Crossbow attacks."
                },
                {
                    "name": "Shortsword",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage, and the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Hand Crossbow",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage, and the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hidden Step",
                    "desc": "The assassin magically teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see and takes the Hide action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Evasion",
                    "desc": "If the assassin is subjected to an effect that allows it to make a DEX save to take only half damage, the assassin instead takes no damage if it succeeds on the save, and only half damage if it fails."
                },
                {
                    "name": "Poisoned Weapons",
                    "desc": "The assassin's weapons are coated in poison. When it hits with any weapon, the weapon deals an extra 3d8 poison damage (included in the attack). In addition, at the start of each of its turns, the assassin can choose which of the following poisons is active on its weapons. The poison remains on the weapons until the start of the assassin's next turn.\n- **Assassin's Friend.** A creature poisoned by a weapon coated with this poison takes an extra 4 (1d8) poison damage each time it takes damage while poisoned.\n- **Buyer's Mercy.** A creature poisoned by a weapon coated with this poison falls unconscious while poisoned or until it takes damage or another creature uses an action to wake it.\n- **Meddler's Fate.** A creature poisoned by a weapon coated with this poison has its speed halved while poisoned."
                }
            ],
            "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_assassin/"
        },
        {
            "slug": "chain_devil_bf",
            "desc": "",
            "name": "Chain Devil",
            "size": "medium",
            "type": "Fiend",
            "subtype": "Devil",
            "group": "Devils",
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 138,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 24,
            "intelligence": 10,
            "wisdom": 18,
            "charisma": 20,
            "strength_save": 4,
            "dexterity_save": 2,
            "constitution_save": 7,
            "intelligence_save": 0,
            "wisdom_save": 4,
            "charisma_save": 5,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "grappled,Devilish Resilience",
            "damage_immunities": "Devilish Resilience",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Infernal,telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes four Chain attacks."
                },
                {
                    "name": "Chain",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 8 (1d8+4) slashing damage plus 7 (2d6) piercing damage, and the target is grappled (escape DC 15). Until the grapple ends, the target is restrained and takes 14 (4d6) piercing damage at the start of each of its turns, and the chain devil can't use the same Chain on another target."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Animate Chains",
                    "desc": "The chain devil commands chains it can see within 60 feet of it that aren't being worn or carried to grab up to two creatures it can see within 10 feet of at least one commanded chain. Each creature must succeed on a DC 15 DEX save or be restrained. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 15 STR check. The devil can have up to two creatures restrained in this way at a time. If it uses this bonus action to restrain a third, the effect ends on one of the previous targets (the devil's choice)."
                }
            ],
            "reactions": [
                {
                    "name": "Unnerving Mask",
                    "desc": "When a creature the devil can see starts its turn within 30 feet of the devil, the devil can command its mask to shift to look like one of the creature's departed loved ones or bitter enemies. If the creature can see the mask, it must succeed on a DC 15 WIS save or be frightened until the end of its turn."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Devilish Resilience",
                    "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil 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_chain-devil/"
        },
        {
            "slug": "cloaker_bf",
            "desc": "",
            "name": "Cloaker",
            "size": "large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "",
            "speed": {
                "walk": 10,
                "fly": 40
            },
            "strength": 18,
            "dexterity": 20,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": 4,
            "dexterity_save": 5,
            "constitution_save": 1,
            "intelligence_save": 1,
            "wisdom_save": 1,
            "charisma_save": 2,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Aberrant Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Deep Speech,Undercommon",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The cloaker makes one Bite attack and two Tail attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 18 (4d6+4) piercing damage, and if the target is Large or smaller, the cloaker attaches to it. If the cloaker has advantage on the attack roll, the cloaker attaches to the target's head, and the target is blinded and unable to breathe while the cloaker is attached. While attached, the cloaker can't make Bite attacks, and at the start of each of the cloaker's turns, the target takes 18 (4d6+4) piercing damage. The attached cloaker moves with the target whenever the target moves, requiring none of the cloaker's movement. It can detach itself by spending 5 feet of its movement on its turn. A creature, including the target, can take its action to detach the cloaker by succeeding on a DC 15 STR check."
                },
                {
                    "name": "Tail",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 17 (3d8+4) slashing damage."
                },
                {
                    "name": "Moan (Recharge 6)",
                    "desc": "The cloaker releases a deep, thrumming moan that rattles the nerves of all who hear it. Each creature within 30 feet of the cloaker that can hear the moan and that isn't an Aberration must make a DC 15 WIS save. On a failure, a creature takes 40 (9d8) psychic 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": "Cloak of Shadows (3/Day)",
                    "desc": "While the cloaker isn't in bright light, it pulls shadows around itself, partially obscuring its form. For 1 minute or until the cloaker is hit with an attack, the cloaker's Stealth is 20, and creatures have disadvantage on attack rolls against the cloaker."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Aberrant Resilience",
                    "desc": "The cloaker is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form."
                },
                {
                    "name": "Damage Transfer",
                    "desc": "While attached to a creature, the cloaker takes only half the damage dealt to it (rounded down), and that creature takes the other half."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the cloaker remains motionless without its underside exposed, it is indistinguishable from a dark leather cloak."
                },
                {
                    "name": "Light Sensitivity",
                    "desc": "While in bright light, the cloaker has disadvantage on attack rolls, and its Perception is 6 when perceiving by sight."
                }
            ],
            "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_cloaker/"
        },
        {
            "slug": "death_knight_bf",
            "desc": "",
            "name": "Death Knight",
            "size": "medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 140,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": 4,
            "dexterity_save": 0,
            "constitution_save": 3,
            "intelligence_save": 1,
            "wisdom_save": 5,
            "charisma_save": 4,
            "perception": 15,
            "skills": {},
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "",
            "damage_immunities": "necrotic,frightened,Undead Resilience",
            "condition_immunities": "",
            "senses": "darkvision 90 ft.",
            "languages": "Common",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The death knight makes three Greatsword or Necrotic Bolt attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage and 7 (2d6) necrotic damage."
                },
                {
                    "name": "Necrotic Bolt",
                    "desc": "_Ranged Spell Attack:_ +7 to hit, range 60 ft., one target. _Hit:_ 18 (4d6+4) necrotic damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Champion's Challenge",
                    "desc": "The death knight challenges one creature it can see within 30 feet of it. The target must succeed on a DC 15 CHA save or have disadvantage on attack rolls against creatures that aren't the knight until the end of its next turn."
                }
            ],
            "reactions": [
                {
                    "name": "Parry",
                    "desc": "The death knight adds 3 to its AC against one melee attack that would hit it. To do so, the death knight must see the attacker and be wielding a melee weapon."
                },
                {
                    "name": "Soul Drain",
                    "desc": "When the death knight reduces a Humanoid to 0 HP, it can absorb the creature's soul. The target must succeed on a DC 15 WIS save or immediately die, its soul becoming trapped in the death knight's sword. The death knight has advantage on attack rolls for 1 minute after absorbing a soul.<br>The creature can't be restored to life until the death knight is permanently destroyed."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Disgraced Rejuvenation",
                    "desc": "Unless redeemed, a destroyed death knight returns in 1d4 days, regaining all its HP and becoming active again within 10 feet of where it died."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The death knight has advantage on saves against spells and other magical effects."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The death knight doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The death knight 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_death-knight/"
        },
        {
            "slug": "frost_giant_bf",
            "desc": "",
            "name": "Frost Giant",
            "size": "huge",
            "type": "Giant",
            "subtype": "",
            "group": "Giants",
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "hide armor",
            "hit_points": 166,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 14,
            "constitution": 26,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": 6,
            "dexterity_save": 2,
            "constitution_save": 8,
            "intelligence_save": -1,
            "wisdom_save": 3,
            "charisma_save": 4,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "Giant Attributes",
            "damage_resistances": "blinded,Giant Attributes",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Common,Giant",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two Icy Greataxe or Ice Boulder attacks."
                },
                {
                    "name": "Icy Greataxe",
                    "desc": "_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 25 (3d12+6) slashing damage plus 4 (1d8) cold damage."
                },
                {
                    "name": "Ice Boulder",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 60/240 ft., one target. _Hit:_ 18 (3d10+2) bludgeoning damage plus 9 (2d8) cold damage."
                },
                {
                    "name": "Avalanche (Recharge 5-6)",
                    "desc": "The frost giant sends out a wave of snow in a 30-foot cone. Each creature in that area must make a DC 16 DEX save. On a failure, a creature takes 14 (4d6) bludgeoning damage and 18 (4d8) cold damage and is buried. On a success, a creature takes half the damage and isn't buried. A buried creature is restrained and unable to breathe or stand up. A creature, including the buried creature, can take its action to free the buried creature by succeeding on a DC 16 STR check."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Wintry Blast",
                    "desc": "A blast of wintry air extends in a 30-foot line that is 5 feet wide from the frost giant's outstretched hand. Each creature in the line must succeed on a DC 16 CON save or its speed is halved until the end of its next turn. A creature that fails the save by 5 or more is petrified in ice for 1 hour or until a creature spends 1 minute warming the petrified creature."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Giant Attributes",
                    "desc": "The frost giant is resistant to the stunned condition, and it is vulnerable to the prone condition."
                },
                {
                    "name": "Ice Walk",
                    "desc": "The frost giant can move across icy surfaces without needing to make an ability check. In addition, difficult terrain composed of ice or snow doesn't cost it extra movement."
                },
                {
                    "name": "Snowsight",
                    "desc": "The frost giant can see through areas obscured by snowfall, sleet, and other wintry precipitation without penalty."
                }
            ],
            "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_frost-giant/"
        },
        {
            "slug": "hezrou_bf",
            "desc": "",
            "name": "Hezrou",
            "size": "large",
            "type": "Fiend",
            "subtype": "Demon",
            "group": "Demons",
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 138,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 24,
            "dexterity": 16,
            "constitution": 26,
            "intelligence": 4,
            "wisdom": 18,
            "charisma": 12,
            "strength_save": 7,
            "dexterity_save": 3,
            "constitution_save": 8,
            "intelligence_save": -3,
            "wisdom_save": 4,
            "charisma_save": 1,
            "perception": 14,
            "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": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hezrou makes one Sticky Tongue attack, one Bite attack, and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 15 (2d10+4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 17 (3d8+4) slashing damage."
                },
                {
                    "name": "Sticky Tongue",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 20 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage, and the target must succeed on a DC 16 STR save or be pulled up to 15 feet toward the hezrou."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Quick Leap",
                    "desc": "The hezrou jumps horizontally up to 20 feet to an unoccupied space it can see without provoking opportunity attacks."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The hezrou can breathe air and water."
                },
                {
                    "name": "Demonic Resilience",
                    "desc": "The hezrou 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 hezrou has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Speak with Frogs and Toads",
                    "desc": "The hezrou can communicate with frogs and toads as if they shared a language."
                },
                {
                    "name": "Standing Leap",
                    "desc": "The hezrou's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start."
                },
                {
                    "name": "Stench",
                    "desc": "A creature that starts its turn within 10 feet of the hezrou must succeed on a DC 16 CON save or be poisoned until the start of its next turn. On a success, the creature is immune to the hezrou's Stench for the next 24 hours."
                }
            ],
            "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_hezrou/"
        },
        {
            "slug": "hydra_bf",
            "desc": "",
            "name": "Hydra",
            "size": "huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 166,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": 5,
            "dexterity_save": 1,
            "constitution_save": 5,
            "intelligence_save": -4,
            "wisdom_save": 0,
            "charisma_save": -2,
            "perception": 16,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Multiple Heads",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hydra makes as many Bite attacks as it has heads."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 10 (1d10+5) piercing damage."
                },
                {
                    "name": "Noxious Breath (Recharge Special)",
                    "desc": "The hydra exhales poisonous gas in a 30-foot cone. Each creature in that area must make a DC 16 CON save, taking 40 (9d8) poison damage on a failed save, or half as much damage on a successful one. While the hydra has five or more heads, this action has a recharge of 6. The recharge range increases for each head the hydra has below five. For example, a hydra that starts its turn with two heads can recharge this feature on a 3, 4, 5, or 6."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Bloody Burst (Has Fewer Than Five Heads)",
                    "desc": "The hydra squeezes the stumps of its severed heads, spraying blood and gore. Each creature within 5 feet of the hydra must succeed on a DC 16 CON save or be incapacitated until the end of its next turn and poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The hydra can hold its breath for 1 hour."
                },
                {
                    "name": "Multiple Heads",
                    "desc": "The hydra has five heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions.<br>Whenever the hydra takes 25 or more damage in a single turn, one of its heads dies. If all its heads die, the hydra dies. At the end of its turn, it grows two heads for each of its heads that died since its last turn, unless it has taken fire damage since its last turn. The hydra regains 10 HP for each head regrown in this way."
                },
                {
                    "name": "Reactive Heads",
                    "desc": "For each head the hydra has beyond one, it gets an extra reaction that can be used only for opportunity attacks."
                },
                {
                    "name": "Wakeful",
                    "desc": "While the hydra sleeps, at least one of its heads is awake."
                }
            ],
            "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_hydra/"
        },
        {
            "slug": "spirit_naga_bf",
            "desc": "",
            "name": "Spirit Naga",
            "size": "large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "Nagas",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 166,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 22,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 20,
            "charisma": 22,
            "strength_save": 4,
            "dexterity_save": 6,
            "constitution_save": 5,
            "intelligence_save": 3,
            "wisdom_save": 5,
            "charisma_save": 6,
            "perception": 15,
            "skills": {},
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "Monstrosity Resilience",
            "damage_immunities": "necrotic,poison,charmed,poisoned",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Abyssal,Celestial,Common,Infernal",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spirit naga makes two Bite or Spit Poison attacks. If both attacks hit one creature, the target must succeed on a DC 14 CON save or be poisoned for 1 minute. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 6 (1d4+4) piercing damage plus 5 (2d4) poison damage and 18 (4d8) necrotic damage."
                },
                {
                    "name": "Spit Poison",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 20/60 ft., one target. _Hit:_ 10 (3d4+3) poison damage plus 18 (4d8) necrotic damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The spirit naga casts one of the following spells, requiring only verbal components and using CHA as the spellcasting ability (spell save DC 14).<br>At will: _command_, _mage hand_, _minor illusion_<br>3/day each: _augury_ (as an action), _charm_, _sleep_<br>2/day each: _bestow curse_, _hold_<br>1/day: _dominate_"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hidden Step",
                    "desc": "The spirit naga magically teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see and takes the Hide action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Guardian Projection",
                    "desc": "The spirit naga's skeletal form is covered with a magical illusion that makes it look like the guardian naga it was in life. The naga can use a bonus action to dismiss this illusion until the end of its next turn. The changes wrought by this illusion fail to hold up to physical inspection. For example, a creature touching the spirit naga would feel its rough, dry scales and exposed bones instead of the smooth, cool scales of a guardian naga. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern the spirit naga's true appearance."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The naga is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Necrotic Strikes",
                    "desc": "The naga's weapon attacks are magical. When the naga hits with any weapon attack, the weapon deals an extra 4d8 necrotic damage (included in the attack)."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "If it dies, the naga returns to life in 1d6 days, regaining all its HP and becoming active again. Only a wish spell can prevent this trait from functioning."
                }
            ],
            "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_spirit-naga/"
        },
        {
            "slug": "tyrannosaurus_rex_bf",
            "desc": "",
            "name": "Tyrannosaurus Rex",
            "size": "huge",
            "type": "Beast",
            "subtype": "",
            "group": "Dinosaurs",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 184,
            "hit_dice": "",
            "speed": {
                "walk": 50
            },
            "strength": 26,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": 8,
            "dexterity_save": 0,
            "constitution_save": 4,
            "intelligence_save": -4,
            "wisdom_save": 1,
            "charisma_save": -1,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tyrannosaurus makes one Bite attack and one Tail attack. It can't make both attacks against the same target."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one creature. _Hit:_ 31 (4d12+5) piercing damage. If the target is a Large or smaller creature, it is grappled (escape DC 16). Until this grapple ends, the target is restrained, and the tyrannosaurus can't Bite another target."
                },
                {
                    "name": "Tail",
                    "desc": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one creature. _Hit:_ 23 (4d8+5) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Rending Shake",
                    "desc": "While grappling a creature, the tyrannosaurus shakes its head, tearing at the creature. The grappled creature must succeed on a DC 16 STR save or take 6 (1d12) slashing damage and be thrown up to 20 feet in a random direction and knocked prone. If the thrown target strikes a solid surface, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 16 DEX save or take the same damage and be knocked prone."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Hardy",
                    "desc": "Any critical hit against the dinosaur becomes a normal hit."
                }
            ],
            "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_tyrannosaurus-rex/"
        },
        {
            "slug": "young_bronze_dragon_bf",
            "desc": "",
            "name": "Young Bronze Dragon",
            "size": "large",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 148,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 24,
            "intelligence": 14,
            "wisdom": 18,
            "charisma": 22,
            "strength_save": 5,
            "dexterity_save": 3,
            "constitution_save": 7,
            "intelligence_save": 2,
            "wisdom_save": 4,
            "charisma_save": 6,
            "perception": 17,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., keensense 30 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes one Bite attack and two Claw attacks. It can replace its Bite attack with a use of Repulsion Breath, if available."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 16 (2d10+5) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6+5) slashing damage."
                },
                {
                    "name": "Lightning Breath (Recharge 5-6)",
                    "desc": "The dragon exhales lightning in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 15 DEX save, taking 49 (9d10) lightning damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Repulsion Breath (Recharge 6)",
                    "desc": "The dragon exhales repulsion energy in a 30-foot cone. Each creature in that area must succeed on a DC 15 STR save or be pushed up to 15 feet away from the dragon."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The dragon magically transforms into a Beast or Humanoid that has a challenge rating no higher than its own, or back into its true form, which is Dragon. Any equipment it is wearing or carrying transforms with it or is borne by the new form (the dragon's choice). It reverts to its true form if it dies. In a new form, the dragon retains its HP, ability to speak, proficiencies, and INT, WIS, and CHA scores, as well as this bonus action. Its statistics and capabilities are otherwise replaced by those of the new form, except any class features or legendary actions of that form."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Lightning Extraction",
                    "desc": "After the bronze dragon uses its Lightning Breath, its body begins recharging with lightning, pulling electricity from nearby creatures. While the dragon's Lightning Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must make a DC 15 CON save. On a failure, a creature can use either an action or a bonus action on its turn, not both."
                }
            ],
            "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_young-bronze-dragon/"
        },
        {
            "slug": "young_green_dragon_bf",
            "desc": "",
            "name": "Young Green Dragon",
            "size": "large",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 148,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "fly": 80,
                "swim": 40
            },
            "strength": 18,
            "dexterity": 18,
            "constitution": 22,
            "intelligence": 20,
            "wisdom": 18,
            "charisma": 20,
            "strength_save": 4,
            "dexterity_save": 4,
            "constitution_save": 6,
            "intelligence_save": 5,
            "wisdom_save": 4,
            "charisma_save": 5,
            "perception": 17,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison,poisoned",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., keensense 30 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage plus 7 (2d6) poison damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Poison Breath (Recharge 5-6)",
                    "desc": "The dragon exhales poisonous gas in a 30-foot cone. Each creature in that area must make a DC 14 CON save, taking 42 (12d6) poison damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Hallucinogenic Gas",
                    "desc": "After the green dragon exhales its Poison Breath, wisps of poisonous gas laced with the alchemical taint that permeates the dragon's body linger around it. While the dragon's Poison Breath is unavailable, each creature that starts its turn within 10 feet of the dragon must succeed on a DC 14 WIS save or be terrified, as the gas causes the creature to experience frightful hallucinations. A terrified creature is frightened, and its speed is reduced to 0."
                }
            ],
            "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_young-green-dragon/"
        },
        {
            "slug": "ancient-mandriano",
            "desc": "",
            "name": "Ancient Mandriano",
            "size": "Huge",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d12+24",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 8,
            "constitution": 15,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "athletics": 8,
                "perception": 3,
                "stealth": 2
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "necrotic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "passive Perception 13",
            "languages": "",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The ancient mandriano makes two swipe attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d6+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 15 ft., one target. Hit: 15 (3d6 + 5) slashing damage. If the target is Medium or smaller, it is grappled (escape DC 16). Until this grapple ends, the target is restrained. It can grapple up to three creatures.",
                    "name": "Swipe"
                },
                {
                    "desc": "The mandriano drains the essence of one grappled target. The target must make a DC 16 Constitution saving throw, taking 21 (6d6) necrotic damage on a failed save, or half as much damage on a successful one. The target's hp maximum is reduced by an amount equal to the necrotic damage taken, and the mandriano regains hp equal to that amount. The reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0. A humanoid slain in this way rises 24 hours later as a zombie or skeleton under the mandriano's control, unless the humanoid is restored to life or its body is destroyed. The mandriano can control up to twelve undead at one time.",
                    "name": "Consume the Spark"
                },
                {
                    "desc": "The ancient mandriano animates one humanoid corpse within 60 feet. This works like the animate dead spell, except it only creates zombies and the zombies. The mandriano can control up to twenty zombies at one time.",
                    "name": "Call the Dead (3/Day)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ancient mandriano deals double damage to objects and structures.",
                    "name": "Siege Monster"
                }
            ],
            "spell_list": [],
            "page_no": 261,
            "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_ancient-mandriano/"
        },
        {
            "slug": "ankou-soul-seeker",
            "desc": "",
            "name": "Ankou Soul Seeker",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 171,
            "hit_dice": "18d10+72",
            "speed": {
                "fly": 80,
                "walk": 40
            },
            "strength": 17,
            "dexterity": 10,
            "constitution": 19,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 5,
            "perception": 8,
            "skills": {
                "perception": 8,
                "persuasion": 6,
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold, necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 60 ft., passive Perception 18",
            "languages": "all",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The ankou makes three attacks: one with its bite and two with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d10+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 14 (2d10 + 3) piercing damage plus 4 (1d8) cold damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.",
                    "name": "Claw"
                },
                {
                    "desc": "The ankou exhales cold fire in a 30-foot line that is 5 feet wide. Each creature in that area must make a DC 15 Dexterity saving throw, taking 44 (8d10) cold damage on a failed save, or half as much damage on a successful one. Undead creatures automatically fail the saving throw and treat all damage dealt by this breath weapon as radiant instead of cold.",
                    "name": "Reaper's Breath (Recharge 5-6)"
                },
                {
                    "desc": "The ankou magically polymorphs into any beast, humanoid, or undead creature it has seen before that has a challenge rating no higher than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the ankou's choice). Its statistics, other than its size, are the same in each form and it doesn't gain any class features or legendary actions of the new form.",
                    "name": "Change Shape"
                },
                {
                    "desc": "The ankou can transport itself and up to eight creatures in contact with it to another plane of existence. This works like the plane shift spell, except dead or incorporeal creatures can be transported and don't have to be willing. The ankou can't use this ability to banish an unwilling creature.",
                    "name": "Usher of Souls"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When an undead creature starts its turn within 30 feet of the ankou, the undead must make a DC 15 Constitution saving throw, taking 7 (2d6) radiant damage on a failed save, or half as much damage on a successful one.",
                    "name": "Aura of Necromancy's Bane"
                },
                {
                    "desc": "As a bonus action while in dim light or darkness, the ankou becomes invisible. The cloak of shadows ends when the ankou chooses to end it as a bonus action, when the ankou dies, or if the ankou ends its turn in bright light.",
                    "name": "Cloak of Shadows"
                },
                {
                    "desc": "The ankou has the celestial type in addition to the dragon type.",
                    "name": "Death Ascended"
                }
            ],
            "spell_list": [],
            "page_no": 38,
            "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_ankou-soul-seeker/"
        },
        {
            "slug": "arborcyte",
            "desc": "",
            "name": "Arborcyte",
            "size": "Large",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "speed": {
                "walk": 30
            },
            "strength": 21,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning, piercing",
            "damage_immunities": "",
            "condition_immunities": "deafened",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The arborcyte makes two thorn vine attacks plus one animated tendril attack for each tendril it can see that has been created through its Shearing trait.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d8+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) piercing damage, and the target is grappled (escape DC 16). Until this grapple ends, the target takes 7 (2d6) acid damage at the start of each of the arborcyte's turns, and tendril attacks against the target have advantage. The arborcyte can grapple up to two creatures at one time.",
                    "name": "Thorn Vine"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "1d8+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 9 (1d8 + 5) piercing damage.",
                    "name": "Animated Tendril"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Whenever the arborcyte suffers 10 or more damage from a single attack, a length of its vines breaks free. This animated tendril is under the arborcyte's control, moving and acting as an extension of the creature. Each tendril has AC 14, 10 hp, and a speed of 10 feet.",
                    "name": "Shearing"
                }
            ],
            "spell_list": [],
            "page_no": 40,
            "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_arborcyte/"
        },
        {
            "slug": "blood-giant",
            "desc": "",
            "name": "Blood Giant",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "12d12+48",
            "speed": {
                "walk": 40
            },
            "strength": 23,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "history": 2,
                "perception": 6,
                "religion": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "cold, poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Giant",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The blood giant makes two blood spear attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "3d8+6",
                    "desc": "Melee Weapon Attack: +9 to hit, range 15 ft., one target. Hit: 19 (3d8 + 6) piercing damage plus 7 (2d6) cold damage.",
                    "name": "Blood Spear"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "4d10+6",
                    "desc": "Ranged Weapon Attack: +9 to hit, range 60/240 ft., one target. Hit: 28 (4d10 + 6) bludgeoning damage.",
                    "name": "Rock"
                },
                {
                    "desc": "The blood giant uses one of the following:\nImpale. The blood giant causes 10-foot-high blood spikes to burst from the ground within 15 feet of it. Each creature in the area must make a DC 15 Dexterity saving throw, taking 26 (4d12) piercing damage plus 7 (2d6) cold damage on a failed save, or half as much damage on a successful one.\nDrown. The blood giant sends blood pouring down the throat of one creature within 30 feet, which must make a DC 15 Constitution saving throw. On a failure, the creature is incapacitated until the end of its next turn as it coughs up the blood and is poisoned for 1 minute after that.\nVaporize. A red mist surrounds the blood giant in a 20-foot-radius sphere. The mist spreads around corners, and its area is heavily obscured. It moves with the blood giant and doesn't impede the giant's vision. The mist dissipates after 1d4 rounds.",
                    "name": "Blood Magic (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A blood giant can pinpoint the location of living creatures within 60 feet of it and can sense the general direction of living creatures within 1 mile of it.",
                    "name": "Blood Sense"
                },
                {
                    "desc": "The blood giant's weapon attacks are magical.",
                    "name": "Magic Weapons"
                }
            ],
            "spell_list": [],
            "page_no": 180,
            "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_blood-giant/"
        },
        {
            "slug": "fractal-golem",
            "desc": "",
            "name": "Fractal Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 8,
            "hit_dice": "1d10+3",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 8,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2,
                "stealth": 4,
                "survival": 5
            },
            "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 12",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "attack_bonus": 6,
                    "damage_dice": "3d6+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (3d6 + 3) bludgeoning damage.",
                    "name": "Slam"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When the golem is reduced to 0 hp, it explodes. Each creature within 5 feet of it, except for other fractal golems, must succeed on a DC 14 Dexterity saving throw or take 4 (1d8) force damage and be pushed back 5 feet. Two duplicate fractal golems appear in the golem's space and the nearest unoccupied space, each with the same statistics as the original fractal golem, except one size smaller. When a Tiny duplicate of the golem is reduced to 0 hp, it explodes and doesn't duplicate. All duplicates act on the same initiative.",
                    "name": "Fractalize"
                },
                {
                    "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"
                }
            ],
            "spell_list": [],
            "page_no": 200,
            "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_fractal-golem/"
        },
        {
            "slug": "gaki",
            "desc": "",
            "name": "Gaki",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 30
            },
            "strength": 7,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 6,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "cold, necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "any languages it knew in life",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The gaki makes two bite attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage plus 7 (2d6) acid damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "6d6",
                    "desc": "Ranged Spell Attack: +6 to hit, range 30 ft., one target. Hit: 21 (6d6) acid damage.",
                    "name": "Spit Acid"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If a creature starts its turn within 10 feet of a gaki, it is overwhelmed by a hunger that dissolves fat and atrophies muscle. It must make a DC 14 Constitution saving throw, taking 11 (2d10) necrotic damage on a failed save, or half as much damage on a successful one.",
                    "name": "Aura of Famine"
                },
                {
                    "desc": "At the start of its turn, if a creature can see the gaki, it must make a DC 14 Wisdom saving throw. On a failure, it is overcome with a desire to kill and eat the ghost, and it must move as close to the gaki as it can.",
                    "name": "Gluttonous Attraction"
                },
                {
                    "desc": "The gaki has advantage on melee attack rolls against any creature that doesn't have all its hp.",
                    "name": "Hungry Frenzy"
                },
                {
                    "desc": "The gaki can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.",
                    "name": "Incorporeal Movement"
                }
            ],
            "spell_list": [],
            "page_no": 390,
            "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_gaki/"
        },
        {
            "slug": "giant-shark-bowl",
            "desc": "",
            "name": "Giant Shark Bowl",
            "size": "Huge",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 6,
            "armor_desc": null,
            "hit_points": 172,
            "hit_dice": "15d12+75",
            "speed": {
                "swim": 20,
                "walk": 20
            },
            "strength": 23,
            "dexterity": 3,
            "constitution": 20,
            "intelligence": 1,
            "wisdom": 10,
            "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": "acid, fire, slashing",
            "damage_immunities": "lightning",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 10",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The giant shark bowl makes two attacks: one with its bite and one with its pseudopod.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "3d10+6",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 22 (3d10 + 6) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "3d10+6",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 22 (3d10 + 6) bludgeoning damage.",
                    "name": "Pseudopod"
                },
                {
                    "desc": "The giant shark bowl moves up to its speed. While doing so, it can enter Large or smaller creatures' spaces. Whenever the bowl enters a creature's space, the creature must make a DC 16 Dexterity saving throw. \n\nOn a successful save, the creature can choose to be pushed 5 feet back or to the side of the bowl. A creature that chooses not to be pushed suffers the consequences of a failed saving throw. \n\nOn a failed save, the bowl enters the creature's space, and the creature takes 22 (3d10 + 6) piercing damage and is engulfed. The engulfed creature can't breathe, is restrained, and takes 22 (3d10 + 6) piercing damage at the start of each of the bowl's turns. When the bowl moves, the engulfed creature moves with it. \n\nAn engulfed creature can try to escape by taking an action to make a DC 15 Strength check. On a success, the creature escapes and enters a space of its choice within 5 feet of the bowl.",
                    "name": "Engulf"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The giant shark bowl can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The giant shark bowl has advantage on melee attack rolls against any creature that doesn't have all its hp.",
                    "name": "Blood Frenzy"
                },
                {
                    "desc": "When the giant shark bowl is subjected to lightning damage, it takes no damage and instead becomes charged for 1 minute. While charged, its attacks deal an extra 2 (1d4) lightning damage.",
                    "name": "Electrical Charge"
                },
                {
                    "desc": "The shark bowl takes up its entire space. Other creatures can enter the space, but they are subjected to the bowl's Engulf and have disadvantage on the saving throw. Creatures inside the bowl can be seen but have total cover. A creature within 5 feet of the bowl can take an action to pull a creature out. Doing so requires a successful DC 15 Strength check, and the creature making the attempt takes 22 (3d10 + 6) piercing damage. The bowl can hold one Large creature or up to six Medium or smaller creatures inside it at a time.",
                    "name": "Ooze Fish Bowl"
                },
                {
                    "desc": "The ooze and the giant shark's life forces have been entwined by an arcane force. They share statistics as if they were one monster and can't be separated.",
                    "name": "Symbiotically Bound"
                }
            ],
            "spell_list": [],
            "page_no": 284,
            "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_giant-shark-bowl/"
        },
        {
            "slug": "hound-of-tindalos",
            "desc": "",
            "name": "Hound of Tindalos",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 93,
            "hit_dice": "11d8+44",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 22,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "acrobatics": 9,
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "cold, psychic, poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "darkvision 120 ft., passive Perception 16",
            "languages": "Void Speech",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The hound of Tindalos makes two claw attacks and one bite attack. It can make one tongue attack in place of its two claw attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (3d6 + 4) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage plus 7 (2d6) necrotic damage. The target's hp maximum is reduced by an amount equal to the necrotic damage taken. The reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0.",
                    "name": "Tongue"
                },
                {
                    "desc": "The hound can transport itself to a different plane of existence. This works like the plane shift spell, except the hound can only affect itself, not other creatures, and can't use it to banish an unwilling creature to another plane.",
                    "name": "Hunter of the Lost"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The hound of Tindalos may only enter the Material Plane at a sharp intersection of surfaces. As a bonus action, the hound can teleport from one location to another within sight of the first, provided it travels from one sharp corner to another.",
                    "name": "Entrance by Corners"
                },
                {
                    "desc": "The hound of Tindalos has advantage on Wisdom (Perception) checks that rely smell.",
                    "name": "Keen Smell"
                },
                {
                    "desc": "The hound of Tindalos has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "If the hound of Tindalos moves 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 16 Strength saving throw or be knocked prone. If the target is prone, the hound of Tindalos can make one tongue attack against it as a bonus action.",
                    "name": "Pounce"
                },
                {
                    "desc": "The hound of Tindalos has advantage on ability checks and saving throws made to escape a grapple.",
                    "name": "Slippery"
                }
            ],
            "spell_list": [],
            "page_no": 221,
            "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_hound-of-tindalos/"
        },
        {
            "slug": "lost-minotaur",
            "desc": "",
            "name": "Lost Minotaur",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 8,
                "perception": 4,
                "survival": 4
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "necrotic",
            "damage_immunities": "cold, poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned, stunned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands the languages it knew in life but can't speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The minotaur makes two twilight greataxe attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d12+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (2d12 + 5) slashing damage and 9 (2d8) necrotic damage.",
                    "name": "Twilight Greataxe"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d8+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) piercing damage.",
                    "name": "Gore"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the lost minotaur moves at least 10 feet straight toward a target and then hits it with a gore attack on the same turn, the target takes an extra 13 (3d8) piercing damage. If the target is a creature, it must succeed on a DC 16 Strength saving throw or be pushed up to 10 feet away and knocked prone.",
                    "name": "Charge"
                },
                {
                    "desc": "The lost minotaur has advantage on Wisdom (Perception) checks that rely on smell.",
                    "name": "Keen Smell"
                },
                {
                    "desc": "The lost minotaur has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The lost minotaur can magically sense the presence of living creatures within 1 mile away. It knows each creature's general direction but not exact location.",
                    "name": "Sense Life"
                }
            ],
            "spell_list": [],
            "page_no": 169,
            "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_lost-minotaur/"
        },
        {
            "slug": "manastorm-golem",
            "desc": "",
            "name": "Manastorm Golem",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "12d10+24",
            "speed": {
                "fly": 60,
                "walk": 60
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 16,
            "wisdom": 8,
            "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": "bludgeoning, piercing, and slashing from magical weapons",
            "damage_immunities": "acid, cold, fire, lightning, necrotic, poison, psychic, radiant, thunder",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "truesight 120 ft., passive Perception 9",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The golem makes two slam attacks. If both attacks hit a single living creature, the creature is stunned until the end of its next turn.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d10+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) force damage.",
                    "name": "Slam"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "4d10+3",
                    "desc": "Ranged Spell Attack: +6 to hit, range 120/480 ft., one target. Hit: 25 (4d10 + 3) force damage.",
                    "name": "Force Bolt"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The manastorm golem can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Amorphous"
                },
                {
                    "desc": "Any spell or effect that would alter the golem's form only alters it for 1 round. Afterwards, the manastorm golem returns to its humanoid-shaped cloud form.",
                    "name": "Limited Mutability"
                },
                {
                    "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 manastorm golem can communicate with its maker via magical whispers at a distance up to 120 feet. Only its master hears these messages and can reply. Its messages go through solid objects but rm are halted by stone, magical silence, a sheet of lead, and similar obstacles. Its voice can travel through keyholes and around corners.",
                    "name": "Mystic Messages"
                }
            ],
            "spell_list": [],
            "page_no": 203,
            "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_manastorm-golem/"
        },
        {
            "slug": "moon-nymph",
            "desc": "",
            "name": "Moon Nymph",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 110,
            "hit_dice": "20d8+20",
            "speed": {
                "fly": 40,
                "hover": true,
                "walk": 0
            },
            "strength": 5,
            "dexterity": 17,
            "constitution": 12,
            "intelligence": 13,
            "wisdom": 15,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "persuasion": 6,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic, radiant",
            "damage_immunities": "psychic",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The moon nymph makes two beguiling touch attacks or two moonbeam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "4d6+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 17 (4d6 + 3) psychic damage, and the target must succeed on a DC 14 Charisma saving throw or be stunned until the end of its next turn.",
                    "name": "Beguiling Touch"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "4d8+3",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 120 ft., one target. Hit: 21 (4d8 + 3) radiant damage, and the target is blinded until the end of its next turn.",
                    "name": "Moonbeam"
                },
                {
                    "desc": "The moon nymph emits a wave of hallucinatory nightmare visions. Each creature within 5 feet of the moon nymph must make a DC 14 Wisdom saving throw. On a failure, the creature takes 36 (8d8) psychic damage and is frightened. On a success, the creature takes half of the damage and isn't frightened. A frightened creature must succeed on a DC 10 Wisdom saving throw at the end of its turn to end the effect on itself. On a second failed save, the creature is incapacitated by fright for 1 round. On the start of its next turn, the creature must succeed on a DC 12 Wisdom saving throw or be reduced to 0 hp.",
                    "name": "Veil of Nightmares (1/Day)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The moon nymph is invisible in darkness or in bright light. It can only be seen via normal means when in dim light.",
                    "name": "Invisibility"
                },
                {
                    "desc": "The moon nymph has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 269,
            "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_moon-nymph/"
        },
        {
            "slug": "nachzehrer",
            "desc": "",
            "name": "Nachzehrer",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d8+64",
            "speed": {
                "burrow": 15,
                "walk": 30
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "the languages it knew in life",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The nachzehrer makes three attacks: two with its fists and one with its bite.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "1d4+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one creature. Hit: 7 (1d4 + 5) piercing damage plus 13 (3d8) necrotic damage. The target's hp maximum is reduced by an amount equal to the necrotic damage taken, and the nachzehrer regains hp equal to that amount. The reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0. The target must succeed on a DC 16 Constitution saving throw or become infected with the grave pox disease (see the Grave Pox trait).",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage.",
                    "name": "Fist"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A creature infected with grave pox becomes vulnerable to necrotic damage and gains one level of exhaustion that can't be removed until the disease is cured. Additionally, the creature cannot reduce its exhaustion by finishing a long rest. The infected creature is highly contagious. Each creature that touches it, or that is within 10 feet of it when it finishes a long rest, must succeed on a DC 12 Constitution saving throw or also contract grave pox. \n\nWhen an infected creature finishes a long rest, it must succeed on a DC 16 Constitution saving throw or gain one level of exhaustion. As the disease progresses, the infected creature becomes weaker and develops painful green pustules all over its skin. A creature that succeeds on two saving throws against the disease recovers from it. The cured creature is no longer vulnerable to necrotic damage and can remove exhaustion levels as normal.",
                    "name": "Grave Pox"
                },
                {
                    "desc": "A creature other than a construct or undead has disadvantage on attack rolls, saving throws, and ability checks based on Strength while within 5 feet of the nachzehrer.",
                    "name": "Weakening Shadow"
                }
            ],
            "spell_list": [],
            "page_no": 272,
            "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_nachzehrer/"
        },
        {
            "slug": "neophron",
            "desc": "",
            "name": "Neophron",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "demon, shapechanger",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d8+60",
            "speed": {
                "fly": 90,
                "walk": 40
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 20,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "survival": 6
            },
            "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 13",
            "languages": "Abyssal, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The neophron makes three attacks: one with its bite and two with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d10+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) piercing damage. If the target is a Medium or smaller creature, it must succeed on a DC 16 Dexterity saving throw or be swallowed. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the neophron, and it takes 14 (4d6) acid damage at the start of each of the neophron's turns. \n\nThe neophron can only swallow one creature at a time. If a humanoid dies while swallowed, it transforms into a ghast. At the start of its next turn, the neophron regurgitates the ghast into an unoccupied space within 10 feet. The ghast is under the neophron's control and acts immediately after the neophron in the initiative count. \n\nIf the neophron takes 20 or more damage in a single turn from a creature inside it, the neophron must succeed on a DC 20 Constitution saving throw at the end of that turn or regurgitate the swallowed creature, which falls prone in a space within 10 feet of the neophron. If the neophron dies, a swallowed creature is no longer restrained by it and can escape the corpse by using 5 feet of movement, exiting prone.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage. The target must succeed on a DC 16 Constitution saving throw or be poisoned until the end of its next turn.",
                    "name": "Claw"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The neophron can use its action to polymorph into a Large giant vulture, or back into its true form. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.",
                    "name": "Shapechanger"
                },
                {
                    "desc": "The neophron has advantage on Wisdom (Perception) checks that rely on sight or smell.",
                    "name": "Keen Sight and Smell"
                },
                {
                    "desc": "The neophron has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 87,
            "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_neophron/"
        },
        {
            "slug": "oliphaunt",
            "desc": "",
            "name": "Oliphaunt",
            "size": "Gargantuan",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 148,
            "hit_dice": "9d20+54",
            "speed": {
                "walk": 50
            },
            "strength": 27,
            "dexterity": 9,
            "constitution": 23,
            "intelligence": 3,
            "wisdom": 11,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": 2,
            "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 10",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The oliphaunt uses its trunk, then it makes one gore or stomp attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 11,
                    "damage_dice": "5d8+8",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 30 (5d8 + 8) piercing damage.",
                    "name": "Gore"
                },
                {
                    "attack_bonus": 11,
                    "damage_dice": "5d10+8",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 35 (5d10 + 8) bludgeoning damage.",
                    "name": "Stomp"
                },
                {
                    "desc": "Melee Weapon Attack: +11 to hit, reach 15 ft., one creature. Hit: The target is grappled (escape DC 17) if it is a Large or smaller creature. Until the grapple ends, the target is restrained and the oliphaunt can't use its trunk on another target.",
                    "name": "Trunk"
                },
                {
                    "desc": "The oliphaunt sweeps its tusks in a wide arc. Each creature in a 20-foot cube must make a DC 17 Dexterity saving throw, taking 35 (10d6) bludgeoning damage on a failed save, or half as much damage on a successful one.",
                    "name": "Tusk Sweep (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the oliphaunt moves at least 20 feet straight toward a creature and then hits it with a gore attack on the same turn, that target must succeed on a DC 16 Strength saving throw or be knocked prone. If the target is prone, the oliphaunt can make one stomp attack against it as a bonus action.",
                    "name": "Trampling Charge"
                },
                {
                    "desc": "If the oliphaunt starts its turn with a target grappled, it can slam the target into the ground as a bonus action. The creature must make a DC 17 Constitution saving throw, taking 11 (2d10) bludgeoning damage on a failed save, or half as much damage on a successful one. This doesn't end the grappled condition on the target.",
                    "name": "Trunk Slam"
                }
            ],
            "spell_list": [],
            "page_no": 280,
            "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_oliphaunt/"
        },
        {
            "slug": "one-headed-clockwork-dragon",
            "desc": "",
            "name": "One-Headed Clockwork Dragon",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 178,
            "hit_dice": "17d10+85",
            "speed": {
                "fly": 50,
                "walk": 30
            },
            "strength": 22,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": 9,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "athletics": 9,
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "understands Common but can't speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The dragon can use its Oil Spray. It then makes three attacks: one with its bite and two with its fists.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "2d10+6",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 17 (2d10 + 6) piercing damage plus 3 (1d6) fire damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "2d6+6",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) bludgeoning damage.",
                    "name": "Fist"
                },
                {
                    "desc": "The dragon exhales fire in a 30-foot cone. Each creature in that area must make a DC 16 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 6)"
                },
                {
                    "desc": "The dragon sprays oil in a 30-foot-cone. Each creature in the area must succeed on a DC 16 Dexterity saving throw or become vulnerable to fire damage until the end of the dragon's next turn.",
                    "name": "Oil Spray"
                },
                {
                    "desc": "The dragon swings its bladed tail. Each creature within 10 feet of the dragon must make a DC 17 Dexterity saving throw, taking 15 (2d8 + 6) slashing damage on a failed save, or half as much damage on a successful one.",
                    "name": "Tail Sweep"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The dragon is magically bound to three circlets. As long as the dragon is within 1 mile of a circlet wearer on the same plane of existence, the wearer can communicate telepathically with the dragon. While the dragon is active, the wearers see through its eyes and hear what it hears. During this time, the wearers are deaf and blind with regard to their own senses. \n\nIf only two circlet wearers are within 1 mile of the active dragon, each hour spent wearing the circlets imposes one level of exhaustion on those wearers. If only a single wearer is within 1 mile of the active dragon, each minute spent wearing the circlet gives that wearer one level of exhaustion. If no circlet wearers are within 1 mile of the dragon, it views all creatures it can see as enemies and tries to destroy them until a circlet wearer communicates with the dragon or the dragon is destroyed. A circlet wearer can use its action to put the dragon in an inactive state where it becomes incapacitated until a wearer uses an action to switch the dragon to active. \n\nEach circlet is a magic item that must be attuned.",
                    "name": "Bound"
                },
                {
                    "desc": "The dragon is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The dragon has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The dragon deals double damage to objects and structures.",
                    "name": "Siege Monster"
                }
            ],
            "spell_list": [],
            "page_no": 111,
            "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_one-headed-clockwork-dragon/"
        },
        {
            "slug": "ring-servant",
            "desc": "",
            "name": "Ring Servant",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "fly": 60,
                "hover": true,
                "walk": 0
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 8,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, stunned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands the language of its creator but can't speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The ring servant makes two slam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d8+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage. The target must succeed on a DC 16 Strength saving throw or be knocked prone.",
                    "name": "Slam"
                },
                {
                    "desc": "The ring servant discharges a spinning ring of magical energy. Each creature within 20 feet of the servant must make a DC 16 Dexterity saving throw, taking 45 (10d8) force damage on a failed save, or half as much damage on a successful one.",
                    "name": "Ring of Destruction (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ring servant is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The ring servant's slam attacks are magical.",
                    "name": "Magic Weapons"
                }
            ],
            "spell_list": [],
            "page_no": 318,
            "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_ring-servant/"
        },
        {
            "slug": "simhamukha",
            "desc": "",
            "name": "Simhamukha",
            "size": "Huge",
            "type": "Celestial",
            "subtype": "dakini",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 115,
            "hit_dice": "11d12+44",
            "speed": {
                "walk": 50
            },
            "strength": 21,
            "dexterity": 15,
            "constitution": 19,
            "intelligence": 12,
            "wisdom": 17,
            "charisma": 19,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning, psychic; bludgeoning, piericing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison, radiant",
            "condition_immunities": "poisoned",
            "senses": "truesight 120 ft., passive Perception 16",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The simhamukha makes two attacks with its kartika, or one with its kartika and one with its bite.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d10+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) piercing damage. If this damage reduces ha the target to 0 hit points, the simhamukha kills the target by decapitating it.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d8+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) slashing damage.",
                    "name": "Kartika"
                },
                {
                    "desc": "Each creature within 15 feet of the simhamukha must succeed on a DC 16 Strength saving throw. On a failure, a creature takes 13 (3d8) bludgeoning damage and is knocked prone. On a success, it takes half the damage and isn't knocked prone.",
                    "name": "Staff Sweep (Recharge 5-6)"
                },
                {
                    "desc": "The simhamukha draws upon the deepest fears and regrets of the creatures around it, creating illusions visible only to them. Each creature within 40 feet of the simhamukha, must succeed on a DC 15 Charisma saving throw or be frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, taking 11 (2d10) psychic damage on a failure or ending the effect on itself on a success.",
                    "name": "Weird (Recharge 6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The simhamukha's weapon attacks are magical.",
                    "name": "Magic Weapons"
                },
                {
                    "desc": "The simhamukha has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "When the simhamukha hits a creature with a melee attack, it can choose to deal an additional 9 (2d8) radiant damage.",
                    "name": "Smite (3/Day)"
                },
                {
                    "desc": "The simhamukha's innate spellcasting ability is Charisma (spell save DC 15, +7 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\nAt will: aid, guidance, spiritual weapon\n2/day each: confusion, searing smite, thunderous smite",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 70,
            "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_simhamukha/"
        },
        {
            "slug": "vampire-priestess",
            "desc": "",
            "name": "Vampire Priestess",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "chain mail",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 13,
            "wisdom": 20,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": 5,
            "perception": 8,
            "skills": {
                "perception": 8,
                "religion": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "charmed",
            "senses": "darkvision 60 ft., passive Perception 18",
            "languages": "the languages it knew in life",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The vampire priestess can use her Bewitching Gaze. She then makes two attacks, only one of which can be a bite attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage, and the creature must succeed on a DC 16 Constitution saving throw or bleed profusely from the wound. A bleeding creature takes 7 (2d6) slashing damage at the start of each of its turns. A creature can take an action to stanch the wound with a successful DC 12 Wisdom (Medicine) check. The wound also closes if the target receives magical healing.",
                    "name": "Scourge"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one willing creature, or a creature that is grappled by the vampire priestess, incapacitated, or restrained. Hit: 6 (1d6 + 3) piercing damage plus 7 (2d6) necrotic damage. The target's hp maximum is reduced by an amount equal to the necrotic damage taken, and the priestess regains hp equal to that amount. The reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0. A humanoid slain in this way and then buried in the ground rises the following night as a vampire spawn under the priestess' control.",
                    "name": "Bite"
                },
                {
                    "desc": "The vampire priestess targets one humanoid she can see within 30 feet. If the target can see her, the target must succeed on a DC 16 Wisdom saving throw or be charmed by the priestess for 1 minute. While charmed, the creature is incapacitated and has a speed of 0. Each time the vampire priestess or her allies do anything harmful to the target, it can repeat the saving throw, ending the effect on a success. The target can also repeat the saving throw if another creature uses an action to shake the target out of its stupor.",
                    "name": "Bewitching Gaze"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When she drops to 0 hp outside her resting place, the vampire priestess transforms into a cloud of mist instead of falling unconscious, provided that she isn't in running water. If she can't transform, she is destroyed. While she has 0 hp in mist form, she can't revert to her priestess form, and she must reach her resting place within 2 hours or be destroyed. \n\nWhile in mist form she can't take any actions, speak, or manipulate objects. She is weightless, has a flying speed of 20 feet, can hover, and can enter a hostile creature's space and stop there. In addition, if air can pass through a space, she can do so without squeezing, and she can't pass through water. She has advantage on Strength, Dexterity, and Constitution saving throws, and she is immune to all nonmagical damage, except the damage she takes from sunlight. \n\nOnce in her resting place, she reverts to her priestess form. She is then paralyzed until she regains at least 1 hp. After spending 1 hour in her resting place with 0 hp, she regains 1 hp. s",
                    "name": "Misty Escape"
                },
                {
                    "desc": "The vampire priestess regains 15 hp at the start of her turn if she has at least 1 hp and isn't in sunlight or running water. If the priestess takes radiant damage or damage from holy water, this trait doesn't function at the start of her next turn.",
                    "name": "Regeneration"
                },
                {
                    "desc": "The vampire priestess is a 9th-level spellcaster. Her spellcasting ability is Wisdom (spell save DC 16, +8 to hit with spell attacks). She has the following cleric spells prepared:\nCantrips (at will): light, guidance, poison spray, thaumaturgy\n1st level (4 slots): bane, command, inflict wounds, ray of sickness\n2nd level (3 slots): blindness/deafness, silence, spiritual weapon\n3rd level (3 slots): bestow curse, dispel magic, spirit guardians\n4th level (3 slots): banishment, freedom of movement\n5th level (1 slot): contagion, flame strike",
                    "name": "Spellcasting"
                },
                {
                    "desc": "The priestess has the following flaws:\nForbiddance. The priestess can't enter a residence without an invitation from one of the occupants.\nHarmed by Running Water. The priestess takes 20 acid damage if she ends her turn in running water.\nStake to the Heart. If a piercing weapon made of wood is driven into the priestess' heart while she is incapacitated in her resting place, the she is paralyzed until the stake is removed.\nSunlight Hypersensitivity. The priestess takes 20 radiant damage when she starts her turn in sunlight. While in sunlight, she has disadvantage on attack rolls and ability checks.",
                    "name": "Vampire Weaknesses"
                }
            ],
            "spell_list": [],
            "page_no": 367,
            "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_vampire-priestess/"
        },
        {
            "slug": "vines-of-nemthyr",
            "desc": "",
            "name": "Vines of Nemthyr",
            "size": "Large",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 133,
            "hit_dice": "14d10+56",
            "speed": {
                "burrow": 30,
                "walk": 30
            },
            "strength": 19,
            "dexterity": 12,
            "constitution": 19,
            "intelligence": 5,
            "wisdom": 13,
            "charisma": 5,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, poison",
            "damage_immunities": "",
            "condition_immunities": "blinded, deafened, frightened, poisoned",
            "senses": "blindsight 60 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The vines of Nemthyr makes three attacks: two with its slam and one with its thorny lash.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage.",
                    "name": "Slam"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d10+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 15 ft., one target. Hit: 15 (2d10 + 4) slashing damage, and the target is grappled (escape DC 15). Until this grapple ends, the target is restrained. The vines of Nemthyr has two thorny lashes, each of which can grapple only one target.",
                    "name": "Thorny Lash"
                },
                {
                    "desc": "The vines of Nemthyr shoots poisonous thorns in a 30-foot cone. Each creature in that area must make a DC 15 Constitution saving throw, taking 35 (10d6) poison damage on a failed save, or half as much damage on a successful one.",
                    "name": "Thorn Spray (Recharge 6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the vines of Nemthyr can separate itself into a group of distinct vines. While separated in this way, the vines can move through spaces as narrow as 3 inches wide. The separated vines can't attack while in this state, but they can reform into the vines of Nemthyr as a bonus action.",
                    "name": "Dispersal"
                },
                {
                    "desc": "While the vines of Nemthyr remains motionless, it is indistinguishable from a normal plant.",
                    "name": "False Appearance"
                },
                {
                    "desc": "The vines of Nemthyr has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 371,
            "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_vines-of-nemthyr/"
        },
        {
            "slug": "ziphius",
            "desc": "",
            "name": "Ziphius",
            "size": "Gargantuan",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 135,
            "hit_dice": "10d20+30",
            "speed": {
                "swim": 60,
                "walk": 10
            },
            "strength": 19,
            "dexterity": 13,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 4,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "prone",
            "senses": "blindsight 120 ft., passive Perception 14",
            "languages": "Aquan, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The ziphius makes one beak attack and one claw attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (3d6 + 4) slashing damage.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage. If the target is a Large or smaller creature, it must succeed on a DC 15 Strength saving throw or be swallowed by the ziphius. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the ziphius, and it takes 14 (4d6) acid damage at the start of each of the ziphius' turns. The ziphius can have only one target swallowed at a time. \n\nIf the ziphius takes 20 damage or more on a single turn from a creature inside it, the ziphius must succeed on a DC 13 Constitution saving throw at the end of that turn or regurgitate the swallowed creature, which falls prone in a space within 10 feet of the ziphius. If the ziphius dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 20 feet of movement, exiting prone.",
                    "name": "Beak"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d10+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 20 (3d10 + 4) slashing damage.",
                    "name": "Dorsal Fin"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the ziphius moves at least 20 feet straight toward a target and then hits it with a dorsal fin attack on the same turn, the target takes an extra 27 (5d10) slashing damage.",
                    "name": "Charge"
                },
                {
                    "desc": "The ziphius deals double damage to objects and structures.",
                    "name": "Siege Monster"
                },
                {
                    "desc": "As a bonus action at the start of its turn, the ziphius can choose one creature within 120 feet that it can see. The ziphius' eyes glow, and the target must succeed on a DC 15 Wisdom saving throw or the ziphius creates a temporary mental bond with the target until the start of the ziphius' next turn. While bonded, the ziphius reads the creature's surface thoughts, choosing to either gain advantage on attacks against that target or cause the target to have disadvantage on attacks against the ziphius.",
                    "name": "Telepathic Foresight"
                },
                {
                    "desc": "The ziphius can breathe only underwater.",
                    "name": "Water Breathing"
                }
            ],
            "spell_list": [],
            "page_no": 392,
            "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_ziphius/"
        },
        {
            "slug": "zoryas",
            "desc": "",
            "name": "Zoryas",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 104,
            "hit_dice": "16d8+32",
            "speed": {
                "fly": 40,
                "walk": 30
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 7,
            "skills": {
                "insight": 7,
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, radiant; bludgeoning, piercing, and slashing from nomagical attacks",
            "damage_immunities": "",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened",
            "senses": "truesight 60 ft., passive Perception 17",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The angel makes two morningstar attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage plus 13 (3d8) radiant or fire damage.",
                    "name": "Morningstar"
                },
                {
                    "desc": "The zoryas' lantern brightens, bathing its environs in brilliant light. Each creature within 30 feet of the zoryas must succeed on a DC 16 Wisdom saving throw or be blinded for 1d4 rounds. An undead creature who fails this save also takes 13 (3d8) fire damage. The light dispels up to three spells or other magical effects of 3rd level or lower like the dispel magic spell within the area.",
                    "name": "Light of Dawn (Recharges after a Long Rest)"
                },
                {
                    "desc": "The zoryas' lantern darkens, snuffing out nearby natural and magical sources of light. Each creature within 30 feet of the zoryas must make a DC 16 Constitution saving throw, taking 18 (4d8) cold damage on a failed save, or half as much damage on a successful one. The area is bathed in darkness like the darkness spell until the end of the zoryas' next turn.",
                    "name": "Dusk's Arrival (Recharges after a Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The zoryas' weapon attacks are magical. When the zoryas hits with any weapon, the weapon deals an extra 3d8 radiant or fire damage (included in the attack). The zoryas chooses whether its attack does radiant or fire damage before making the attack roll.",
                    "name": "Fire and Light"
                },
                {
                    "desc": "As an action, the zoryas opens a gateway to the celestial plane. The gate appears as a shimmering circle that sheds bright light in a 15-foot radius and dim light for an additional 15 feet and is framed by twisting, golden strands. The gate lasts 1 hour; though, the zoryas can choose to close it at any time as a bonus action. Once the gate closes, the zoryas is reduced to 0 hp and remains unconscious for six days, awakening, fully restored, at sunrise on the seventh day. The zoryas can't pass through its own gate.",
                    "name": "Open Celestial Gate"
                },
                {
                    "desc": "The zoryas regains 10 hp at the start of its turn. If the zoryas takes necrotic damage, this trait doesn't function at the start of the zoryas' next turn. The zoryas' body is destroyed only if it starts its turn with 0 hp and doesn't regenerate.",
                    "name": "Regeneration"
                },
                {
                    "desc": "The zoryas has advantage on melee attack rolls until the end of its next turn.",
                    "name": "Sun's Guidance (3/Day)"
                }
            ],
            "spell_list": [],
            "page_no": 21,
            "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_zoryas/"
        },
        {
            "slug": "ala",
            "desc": "_Alas are born from galls that grow on treant trunks. Within this parasitic pocket, an ala sickens the treant and consumes its life force. When the treant dies, the ala is born in a black whirlwind._  \n**Daughters of the Whirlwind.** Alas have windblown hair and wear smoky black rags, but their true form is that of a whirlwind, which can always be seen by šestaci, those men and women with six digits on each hand. In flight or in battle, an ala takes on a form with the upper body of a hag and a whirling vortex of air in place of hips and legs. When an ala enters a house in human form, the whole building groans in protest, as if it had been struck by a powerful stormwind.  \nAlas live in the hollows of trees that were struck by lightning. They are most active when thunder rocks the forest, and when they travel hail or thunderstorms spawn around them.  \n**Enormous Appetites.**The huge-mouthed alas have voracious appetites. In the wild, they devour wolves, bears, and badgers. They prefer to hunt in settled areas, however, because they favor the taste of innocents above all else. Unsavory tribes of savage humanoids may beg an ala’s favor (or divert its wrath) with gifts of bound captives.  \n**Energized by Storms.** In battle, an ala is constantly on the move, weaving between foes like the wind. It tears at its foes with claws and a poisonous bite, or throws wicked lightning bolts and hailstorms from afar. Woe betides the hero who confronts an ala while a storm rages overhead, because such storms energize the ala and make its lightning stronger. Because alas wield lightning with such mastery, some sages associate them with the god of lightning.",
            "name": "Ala",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d8+60",
            "speed": {
                "walk": 30,
                "fly": 40
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "athletics": 8,
                "perception": 9,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning, poison, thunder",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 19",
            "languages": "Common, Draconic",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ala makes two claw attacks or one claw and one bite attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 10 (1d10 + 5) piercing damage, and the target must succeed on a DC 16 saving throw or take 10 (3d6) poison damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Lightning's Kiss (Recharge 5-6)",
                    "desc": "One target within 50 feet must make a DC 16 Dexterity saving throw. It takes 28 (8d6) lightning 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": "Flyby",
                    "desc": "The ala doesn't provoke an opportunity attack when it flies out of an enemy's reach."
                },
                {
                    "name": "Poison Flesh",
                    "desc": "The ala's poison infuses its flesh. A creature that makes a successful bite attack against an ala must make a DC 16 Constitution saving throw; if it fails, the creature takes 10 (3d6) poison damage."
                },
                {
                    "name": "Storm's Strength",
                    "desc": "If an electrical storm is raging around an ala and its target, the saving throw against Lightning's Kiss is made with disadvantage."
                }
            ],
            "spell_list": [],
            "page_no": 13,
            "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_ala/"
        },
        {
            "slug": "angel-chained",
            "desc": "_Their wings are still feathered, but their soulless eyes betray a great rage and thirst for blood. They invariably wear chains, shackles, barbed flesh hooks, or manacles to show their captive state. Some have heavy chain leashes held by arch-devils or major demons. All chained angels have halos of pure black, and many have been flayed of their skin along one or more limbs._  \n**Broken and Chained.** These angels have been captured by fiends, tortured, and turned to serve darkness. A pack of chained angels is considered a status symbol among the servants of evil. A chained angel fights for the forces of evil as long as they remain chained, and this amuses demons and devils greatly.  \n**Chance at Redemption.** However, while their souls are tainted with the blood of innocents, in their hearts chained angels still hope to be redeemed, or at least to be given the solace of extinction. Any creature that kills a chained angel is given a gift of gratitude for the release of death, in the form of all the effects of a heroes' feast spell. If it cannot be redeemed, a chained angel is a storm of destruction.",
            "name": "Angel, Chained",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 88,
            "hit_dice": "16d8+16",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 8,
            "perception": 7,
            "skills": {
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "fire, radiant",
            "condition_immunities": "",
            "senses": "darkvision 200 ft., passive Perception 17",
            "languages": "Common, Celestial, Infernal",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chained angel makes two fiery greatsword attacks."
                },
                {
                    "name": "Fiery Greatsword",
                    "desc": "Melee Weapon Attack. +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage plus 16 (3d10) fire damage."
                },
                {
                    "name": "Fallen Glory (Recharge 5-6)",
                    "desc": "All creatures within 50 feet of the chained angel and in its line of sight take 19 (3d12) radiant damage and are knocked prone, or take half damage and aren't knocked prone with a successful DC 15 Strength saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Fiendish Cunning",
                    "desc": "When a creature within 60 feet casts a divine spell, the chained angel can counter the spell if it succeeds on a Charisma check against a DC of 10 + the spell's level."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Redemption",
                    "desc": "Any caster brave enough to cast a knock spell on a chained angel can remove the creature's shackles, but this always exposes the caster to a blast of unholy flame as a reaction. The caster takes 16 (3d10) fire damage and 16 (3d10) radiant damage, or half as much with a successful DC 16 Dexterity saving throw. If the caster survives, the angel makes an immediate DC 20 Wisdom saving throw; if it succeeds, the angel's chains fall away and it is restored to its senses and to a Good alignment. If the saving throw fails, any further attempts to cast knock on the angel's chains fail automatically for one week."
                }
            ],
            "spell_list": [],
            "page_no": 20,
            "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_angel-chained/"
        },
        {
            "slug": "blemmyes",
            "desc": "_This headless giant has a large mouth in its chest, with eyes bulging out on either side of it._  \n**Always Hungry.** Blemmyes are brutes that savor humanoid flesh, and they see all humanoids as potential meals. Some even have the patience to tend groups of humans, goblins, or halflings like unruly herds, farming them for food and fattening them up for maximum succulence.  \n**Cannibals.** So great is their hideous hunger that blemmyes are not above eating their own kind; they cull and consume the weakest specimens of their race when other food is scarce. The most terrible habit of these monsters is that they seldom wait for their food to die, or even for a battle to conclude, before launching into a grisly feast.",
            "name": "Blemmyes",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 13,
            "constitution": 20,
            "intelligence": 7,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "intimidation": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Giant",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The blemmyes makes two slam attacks and one bite attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 19 (4d6 + 5) piercing damage. If the target is a Medium or smaller incapacitated creature, that creature is swallowed. While swallowed, the creature is blinded and restrained, it has total cover against attacks and other effects from outside the blemmyes, and it takes 14 (4d6) acid damage at the start of each of the blemmyes' turns. If the blemmyes takes 20 damage or more during a single turn from a creature inside it, the blemmyes must succeed on a DC 16 Constitution saving throw at the end of that turn or regurgitate the swallowed creature, which falls prone in a space within 5 feet of the blemmyes. The blemmyes can have only one target swallowed at a time. If the blemmyes dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 5 feet of movement, exiting prone.",
                    "attack_bonus": 8,
                    "damage_dice": "4d6"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 16 Wisdom saving throw or be stunned until the end of its next turn.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 30/120 ft., one target. Hit: 27 (4d10 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 16 Wisdom saving throw or be frightened until the end of its next turn.",
                    "attack_bonus": 8,
                    "damage_dice": "4d10"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Carnivorous Compulsion",
                    "desc": "If it can see an incapacitated creature, the blemmyes must succeed on a DC 11 Wisdom save or be compelled to move toward that creature and attack it."
                }
            ],
            "spell_list": [],
            "page_no": 37,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_blemmyes/"
        },
        {
            "slug": "bone-collective",
            "desc": "_A bone collective is almost a fluid; its thousands of tiny bones coalesce into a humanoid form only to disperse in a clattering swarm the next moment. Their tiny bones rustle when they move, a quiet sound similar to sand sliding down a dune._  \n**Spies and Sneaks.** Bone collectives are not primarily fighters, although they swarm well enough. They prefer to spy and skulk. When cornered, however, they fight without fear or hesitation, seeking to strip the flesh from their foes.  \n**Zombie Mounts.** Bone collectives’ long finger bones and hooked claws help them climb onto zombie mounts and control them. Bone collectives almost always wear robes or cloaks, the better to pretend to be humanoid. They understand that most creatures find their nature disturbing.  \n**Feed on Society.** Bone collectives join the societies around them, whether human, goblin, or ghoul. They prey on the living and the dead, using them to replenish lost bones. Occasionally, they choose to serve necromancers, darakhul, some vampires, and liches, all of whom offers magical attunements and vile joys to the collective. They dislike extreme heat, as it makes their bones brittle.",
            "name": "Bone Collective",
            "size": "Small",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 120,
            "hit_dice": "16d6+64",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 10,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "arcana": 5,
                "deception": 6,
                "perception": 3,
                "stealth": 11
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "Common, Darakhul",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bone collective makes two claw attacks, or one claw and one bite attack, or one swarm attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 31 (4d12 + 5) piercing damage, and the target must make a DC 16 Constitution save or suffer the effects of Wyrmblood Venom.",
                    "attack_bonus": 8,
                    "damage_dice": "4d12"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 25 (3d12 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "3d12"
                },
                {
                    "name": "Swarm",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 0 ft., one creature in the swarm's space. Hit: 57 (8d12 + 5) piercing damage, or 31 (4d12 + 5) piercing damage if the bone collective has half its hit points or fewer. If the attack hits, the target must make a successful DC 15 Constitution save or suffer the effects of Wyrmblood Venom.",
                    "attack_bonus": 8,
                    "damage_dice": "8d12"
                },
                {
                    "name": "Wyrmblood Venom (Injury)",
                    "desc": "Bone collectives create a reddish liquid, which they smear on their fangs. The freakish red mouths on the tiny skeletons are disturbing, and the toxin is deadly. A bitten creature must succeed on a DC 15 Constitution saving throw or become poisoned and take 1d6 Charisma damage. A poisoned creature repeats the saving throw every four hours, taking another 1d6 Charisma damage for each failure, until it has made two consecutive successful saves or survived for 24 hours. If the creature survives, the effect ends and the creature can heal normally. Lost Charisma can be regained with a lesser restoration spell or comparable magic."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hive Mind",
                    "desc": "All elements of a bone collective within 50 miles of their main body constantly communicate with each other. If one is aware of a particular danger, they all are. Any bone collective with at least 30 hit points forms a hive mind, giving it an Intelligence of 14. Below this hp threshold, it becomes mindless (Intelligence 0) and loses its innate spellcasting ability. At 0 hp, a few surviving sets of bones scatter, and must spend months to create a new collective."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the bone collective's innate spellcasting ability is Charisma (spell save DC 14, +6 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nat will: chill touch\n\n3/day: animate dead (up to 5 skeletons or zombies)"
                },
                {
                    "name": "Swarm",
                    "desc": "A bone collective can act as a swarm (composed of smaller elements), or it can grant a single member (called an exarch) control, acting as a singular creature. Changing between forms takes one action. In its singular form, the collective can't occupy the same space as another creature, but it can perform sneak attacks and cast spells. In swarm form, the bone collective can occupy another creature's space and vice versa, and it can move through openings at least 1 foot square. It can't change to singular form while it occupies the same space as another creature. It uses its skills normally in either form."
                }
            ],
            "spell_list": [],
            "page_no": 39,
            "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_bone-collective/"
        },
        {
            "slug": "chronalmental",
            "desc": "_A chronalmental is difficult to pin down, and it may appear as a large man-shaped absence in the air that reveals first a field of stars, then a contorted rainbow of colored bands, then a brilliant white light, strobing in and out of existence._  \n**Fluid as Time.** Shifting between the past, present, and future, chronalmentals are formed from temporal energy. They flow like sand in an hourglass and exist between the tickings of a clock.  \nThe first chronalmentals were forged from extra time left over from the beginning of the universe. Many served as shock troopers in unfathomable wars between angels and fiends or gods and ancient titans. Most were lost between seconds or abandoned to drift aimlessly in the Astral Plane or in the void between the stars.  \n**Stewards of Calamity.** Locations of historical significance— both past and future—attract chronalmentals. They have a fondness for battlefields and other sites of strife. Because they are drawn to noteworthy places, chronalmentals have a reputation as harbingers of calamity, and their presence may incite panic among scholars, priests, and sages.  \n**Environmental Chaos.** Whatever the terrain, the environment behaves strangely around the chronalmental. Collapsed walls might suddenly rise, seedlings become massive trees, and fallen soldiers relive their dying moments. These changes occur randomly, a side-effect of a chronalmental’s presence, and things return to normal when they depart.  \n**Elemental Nature.** A chronalmental does not require air, food, drink, or sleep.",
            "name": "Chronalmental",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 152,
            "hit_dice": "16d10+64",
            "speed": {
                "walk": 30
            },
            "strength": 1,
            "dexterity": 20,
            "constitution": 19,
            "intelligence": 9,
            "wisdom": 13,
            "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": "poison; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Celestial, Infernal",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chronalmental makes 1d4 + 1 slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Steal Time (1/Day)",
                    "desc": "The chronalmental targets one creature it can see within 30 feet of it. The targeted creature must make a DC 16 Wisdom saving throw. On a failed saving throw, the chronalmental draws some of the creature's time into itself and gains +10 to its position in initiative order. In addition, the target's speed is reduced by half, it can't take reactions, and it can take either an action or a bonus action on its turn, but not both. While it is stealing time, the chronalmental's speed increases by 30 feet, and when it takes the multiattack action, it can make an additional slam attack. The targeted creature can repeat the saving throw at the end of each of its turns, ending the effect on a success."
                },
                {
                    "name": "Displace (Recharge 5-6)",
                    "desc": "The chronalmental targets one creature it can see within 30 feet of it. The target must succeed on a DC 16 Wisdom saving throw or be magically shunted outside of time. The creature disappears for 1 minute. As an action, the displaced creature can repeat the saving throw. On a success, the target returns to its previously occupied space, or the nearest unoccupied space."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Step Between Seconds (Recharge 4-6)",
                    "desc": "When a creature the chronalmental can see moves within 5 feet of it, the chronalmental can shift itself to a place it occupied in the past, teleporting up to 60 feet to an unoccupied space, along with any equipment it is wearing or carrying."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Temporal Body",
                    "desc": "When a chronalmental is subjected to a slow spell, haste spell, or similar effect, it automatically succeeds on the saving throw and regains 13 (3d8) hit points."
                }
            ],
            "spell_list": [],
            "page_no": 57,
            "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_chronalmental/"
        },
        {
            "slug": "deep-one-archimandrite",
            "desc": "_Deep Ones With enormous eyes, a wide mouth, and almost no chin, the deep ones are hideous, fishlike folk, often hunched and scaled when encountered in coastal villages._  \n_**Elder Gods.**_ In their fully grown form, the deep ones are an ocean-dwelling race that worships elder gods such as Father Dagon and Mother Hydra, and they dwell in deep water darkness. They’ve intermarried with coastal humans to create human-deep one hybrids.  \n_**Coastal Raiders.**_ The deep ones keep to themselves in isolated coastal villages and settlements in the ocean for long periods, and then turn suddenly, at the command of their patron gods, into strong, relentless raiders, seizing territory, slaves, and wealth all along the coasts. Some deep ones have even founded small kingdoms lasting generations in backwater reaches or distant chilled seas.  \n_**Demand Sacrifices.**_ They demand tolls from mariners frequently; those who do not leave tribute to them at certain islands or along certain straits find the fish escape their nets, or the storms shatter their hulls and drown their sailors. Over time, some seafaring nations have found it more profitable to ally themselves with the deep ones; this is the first step in their patient plans to dominate and rule.",
            "name": "Deep One Archimandrite",
            "size": "Large",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 153,
            "hit_dice": "18d10+54",
            "speed": {
                "walk": 40,
                "swim": 40
            },
            "strength": 20,
            "dexterity": 15,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 17,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": 6,
            "skills": {
                "arcana": 4,
                "perception": 6
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "cold, thunder",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 240 ft., passive Perception 16",
            "languages": "Common, Void Speech",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "A deep one archimandrite makes one claw attack and 1 unholy trident attack."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack. +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage."
                },
                {
                    "name": "Unholy Trident",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) piercing damage plus 13 (2d12) necrotic damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "A deep one can breathe air or water with equal ease."
                },
                {
                    "name": "Frenzied Rage",
                    "desc": "On its next turn after a deep one archimandrite takes 10 or more damage from a single attack, it has advantage on its attacks, it adds +4 to damage, and it can make one extra unholy trident attack."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the deep one archimandrite's innate spellcasting ability is Charisma (spell save DC 15, +7 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nat will: bless, revivify, sacred flame, shocking grasp, suggestion\n\n3/day each: charm person, lightning bolt, sanctuary, shatter\n\n1/day each: chain lightning, cone of cold, ice storm"
                },
                {
                    "name": "Legendary Resistance (1/Day)",
                    "desc": "If the deep one archimandrite fails a saving throw, it can count it as a success instead."
                },
                {
                    "name": "Lightless Depths",
                    "desc": "A deep one hybrid priest is immune to the pressure effects of the deep ocean."
                },
                {
                    "name": "Voice of the Archimandrite",
                    "desc": "With a ringing shout, the deep one archimandrite summons all deep ones within a mile to come to his aid. This is not a spell but a command that ocean creatures and deep ones heed willingly."
                }
            ],
            "spell_list": [],
            "page_no": 74,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_deep-one-archimandrite/"
        },
        {
            "slug": "degenerate-titan",
            "desc": "_This giant retains a look of daunting power despite its stooped bearing, tattered clothing, and pieces of slapdash armor strapped on wherever it fits._  \n**Haunt Ruins.** The degenerate descendants of once-noble titans haunt the ruins where their cities once flourished. They hunt for any living thing to eat, including each other, and sometimes chase after herds of goats or other animals for miles. While they are easily distracted, they always find their way home unerringly.  \n**Insane and Moody.** Degenerate titans are prone to insanity and unexpected mood shifts. They are fiercely territorial creatures who worship the still-active magical devices of their cities and any surviving statuary as if they were gods. Their lairs are filled with items scavenged from the city. These collections are a hodgepodge of dross and delight, as the degenerate titans are not intelligent enough to discern treasure from trash.  \n**Primal Power.** Degenerate titans cannot command magical words of power, but they have tapped into the earth's latent mystic power to generate strange geomancy. These devolved misfits may have lost most of their former gifts, but what remains are primal powers that tap, without subtlety or skill, into the fundamental building blocks of magic.",
            "name": "Degenerate Titan",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 12,
            "armor_desc": "crude armored coat",
            "hit_points": 161,
            "hit_dice": "14d12+70",
            "speed": {
                "walk": 40
            },
            "strength": 24,
            "dexterity": 6,
            "constitution": 20,
            "intelligence": 6,
            "wisdom": 9,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "intimidation": 1,
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Titan",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The degenerate titan makes two greatclub attacks."
                },
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage.",
                    "attack_bonus": 10,
                    "damage_dice": "3d8"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +10 to hit, range 60/240 ft., one target. Hit: 29 (4d10 + 7) bludgeoning damage.",
                    "attack_bonus": 10,
                    "damage_dice": "4d10"
                },
                {
                    "name": "Earthstrike (Recharge 4-6)",
                    "desc": "The degenerate titan slams his fists onto the ground, creating a shockwave in a line 60 feet long and 10 feet wide. Each creature in the line takes 35 (10d6) force damage and is flung up 20 feet away from the titan and knocked prone; a successful DC 18 Dexterity saving throw halves the damage and prevents the creature from being flung or knocked prone. A creature that's flung against an unyielding object such as a wall or floor takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If it collides with another creature, that creature must succeed on a DC 18 Dexterity saving throw or take the same damage (1d6 bludgeoning per 10 feet) and be knocked prone."
                },
                {
                    "name": "Shout of the Void (Recharge 4-6)",
                    "desc": "The degenerate titan utters a scream that rends reality in a 30-foot cone. Any ongoing spell or magical effect of 3rd level or lower in the area ends. For every spell or effect of 4th level or higher in the area, the degenerate titan makes a Constitution check against DC (10 + the level of the spell or effect). On a success, the spell or effect ends."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The degenerate titan has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 381,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_degenerate-titan/"
        },
        {
            "slug": "dragonleaf-tree",
            "desc": "_The dragon-headed leaves of these oak trees sometimes rustle despite the lack of wind, betraying a hint of their draconic power._  \n**Gifts among Dragons.** These magnificent trees are imbued with some characteristics of their draconic masters. While most groves consist of only one type of dragonleaf tree, dragons sometimes make gifts of them to cement a pact or as a show of fealty. The dragon giving the tree relinquishes command of the plant as part of the deal. This accounts for mixed groves belonging to especially powerful dragon lords.  \n**Silent Guardians.** Dragonleaf trees use fairly simple tactics to deter potential intruders. They remain motionless or allow the breeze to jostle their leaves to appear inconspicuous. Once enough targets enter the grove, the trees fire razor sharp leaves at or breathe on their targets, adjusting their position to make better use of their weapons.  \n**Long Memories.** Dragonleaf trees live up to 1,000 years. They stand 15 feet tall and weigh 3,000 lb, but ancient specimens can reach heights of 45 feet. Growing a new dragonleaf tree requires a cutting from an existing tree at least 50 years old, which the tree’s master imbues with power, sacrificing the use of its breath weapon for a month. While this time barely registers on a dragon’s whole lifespan, it still carefully considers the creation of a new tree, for fear that others might discover its temporary weakness.",
            "name": "Dragonleaf Tree",
            "size": "Large",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 152,
            "hit_dice": "16d10+64",
            "speed": {
                "walk": 5
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 19,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 17,
            "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": "A dragonleaf tree enjoys the same immunities as its progenitor. Black, copper, and green trees are immune to acid damage; blue and bronze trees are immune to lightning damage; brass, gold, and red trees are immune to fire damage; and silver and white trees are immune to cold damage.",
            "condition_immunities": "blinded, deafened",
            "senses": "blindsight 120 ft., passive Perception 11",
            "languages": "can understand the language of its creator or designated master",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 58 (10d10 + 3) bludgeoning damage.",
                    "attack_bonus": 6,
                    "damage_dice": "10d10"
                },
                {
                    "name": "Leaves",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 30/60 ft., one target. Hit: 45 (10d8) slashing damage.",
                    "attack_bonus": 3,
                    "damage_dice": "10d8"
                },
                {
                    "name": "Breath Weapon (Recharge 6)",
                    "desc": "Dragonleaf tree can issue forth a breath weapon from its leaves appropriate to the dragon it honors. The creature's breath weapon deals 49 (14d6) damage, or half damage to targets that make a successful DC 15 Dexterity saving throw. A black, copper, or green tree breathes a 60-foot line of acid; a blue or bronze tree breathes a 60-foot line of lightning; a brass, gold, or red tree breathes a 30-foot cone of fire; and a silver or white tree breathes a 30-foot cone of cold."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Loyal to Dragon Master",
                    "desc": "A dragonleaf tree only follows commands from its designated master (or from any creatures to whom the master grants control). It has advantage on saving throws against any charm or compulsion spell or effect. Additionally, the tree has advantage on any saving throw to resist Bluff, Diplomacy, or Intimidate checks made to influence it to act against its masters."
                },
                {
                    "name": "Weaknesses",
                    "desc": "Dragonleaf trees with immunity to fire also have vulnerability to cold, and trees with immunity to cold have vulnerability to fire."
                }
            ],
            "spell_list": [],
            "page_no": 147,
            "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_dragonleaf-tree/"
        },
        {
            "slug": "dune-mimic",
            "desc": "_When a dune mimic strikes, the sand surges and shifts, a sinkhole opens, and sandy tendrils snatch at nearby creatures._  \n**Enormous Forms.** Though most commonly seen as dunes, a dune mimic can take the form of a date palm grove, a riverbank, an enormous boulder, or other large shapes in the landscape.  \n**A King’s Guardians.** Dune mimics were created by a forgotten king as guardians for his desert tomb. Somewhere, dozens of them guard vast wealth.  \n**Spread by Spores.** Although not intended to reproduce, they began producing spores spontaneously and replicating themselves, so that now they’re spread across the deserts. Luckily for the other inhabitants, dune mimics reproduce just once per century.",
            "name": "Dune Mimic",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d12+64",
            "speed": {
                "walk": 10
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 18,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid",
            "condition_immunities": "prone",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dune mimic makes four pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage. If the dune mimic is in object or terrain form, the target is subjected to the mimic's Adhesive trait.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Engulf",
                    "desc": "The dune mimic engulfs all creatures it has grappled. An engulfed creature can't breathe, is restrained, is no longer grappled, has total cover against attacks and other effects outside the dune mimic, and takes 18 (4d8) acid damage at the start of each of the dune mimic's turns. When the dune mimic moves, the engulfed creature moves with it. An engulfed creature can try to escape by taking an action to make a DC 15 Strength check. On a success, the creature escapes and enters a space of its choice within 5 feet of the dune mimic."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shapechanger",
                    "desc": "The dune mimic can use its action to polymorph into a Huge object or terrain feature (maximum area 25 x 25 feet) or back into its true, amorphous form. Since its coating of dust, sand, and gravel can't be hidden, it usually disguises itself as a terrain feature or eroded ruin. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Adhesive (Object or Terrain Form Only)",
                    "desc": "The dune mimic adheres to anything that touches it. A creature adhered to the dune mimic is also grappled by it (escape DC 15). Ability checks made to escape this grapple have disadvantage. The dune mimic can harden its outer surface, so only the creatures it chooses are affected by this trait."
                },
                {
                    "name": "False Appearance (Object or Terrain Form Only)",
                    "desc": "While the dune mimic remains motionless, it is indistinguishable from an ordinary object or terrain feature."
                },
                {
                    "name": "Grappler",
                    "desc": "The dune mimic has advantage on attack rolls against a creature grappled by it."
                }
            ],
            "spell_list": [],
            "page_no": 162,
            "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_dune-mimic/"
        }
    ]
}