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=10
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=11",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=-challenge_rating&page=9",
    "results": [
        {
            "slug": "hverhuldra",
            "desc": "Steam rises from the top of this bald, green-skinned humanoid with a snake-like torso. The creature sweats profusely, but it doesn’t seem uncomfortable._  \n**Protector of Hot Springs.** Geothermal springs are the only reliable source of warmth in the arctic region, and they often coincide with ley lines. A hverhuldra, an aquatic fey, enjoys the constant heat provided by such springs and is sensitive to the magic power flowing through them. It serves as guardian of these coveted locations, ensuring no particular creature or group takes control of them.  \n**Luxuriating Fey.** Hverhuldras are not stodgy protectors of their homes. They enjoy the feeling of warmth they experience and believe others should be able to revel in it as well. Provided no violence occurs, hverhuldras are gracious hosts to their hot springs. Some may even encourage visitors to engage in dalliances underwater, using their magic to accommodate those unable to breathe underwater.  \n**Inured to Cold.** Despite their preference for warm or hot water, hverhuldras are hardened against cold weather. Their bodies generate incredible heat, and they produce copious amounts of steam when they stand in the cold.",
            "name": "Hverhuldra",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 120,
            "hit_dice": "16d6+64",
            "speed": {
                "swim": 30,
                "walk": 30
            },
            "strength": 13,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 11,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "athletics": 4,
                "intimidation": 7,
                "nature": 3,
                "survival": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Aquan, Common, Sylvan",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hverhuldra makes two steaming fist attacks."
                },
                {
                    "name": "Steaming Fist",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) bludgeoning damage plus 7 (2d6) fire damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8+3"
                },
                {
                    "name": "Scalding Stream (Recharge 5-6)",
                    "desc": "The hverhuldra spits scalding water in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 15 Dexterity saving throw. On a failed save, the target takes 21 (6d6) fire damage and is blinded for 1 minute. On a successful save, the target takes half the damage and isn't blinded. A blinded creature can make a DC 15 Constitution saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Steam Cloud",
                    "desc": "When the hverhuldra takes cold damage, it uses the steam from the impact of the cold on its body to magically create a cloud of steam centered on a point it can see within 60 feet of it. This cloud works like the fog cloud spell, except the hverhuldra can dismiss it as a bonus action."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The hverhuldra can breathe air and water."
                },
                {
                    "name": "Purify Water",
                    "desc": "If the hverhuldra sits in a body of slow-flowing or standing water, such as a hot spring or a small creek, for at least 1 hour, the water becomes purified and rendered free of poison and disease. In slow-flowing water, this purification fades 1 hour after the hverhuldra leaves the water. In standing water, this purification lasts until a contaminant enters the water while the hverhuldra isn't in it."
                },
                {
                    "name": "Quick Rescue",
                    "desc": "As a bonus action, the hverhuldra gives one willing creature within 60 feet of it the ability to breathe water for 1 minute."
                },
                {
                    "name": "Water Protection",
                    "desc": "While the hverhuldra submerged in water, it has advantage on Dexterity (Stealth) checks, and it has resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks. If it takes cold damage, this trait doesn't function until the end of its next turn."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The hverhuldra's innate spellcasting ability is Charisma (spell save DC 14). It can innately cast the following spells, requiring no components:\nAt will: create or destroy water, detect poison and disease, purify food and drink\n1/day each: blindness/deafness, protection from poison"
                }
            ],
            "spell_list": [],
            "page_no": 206,
            "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_hverhuldra/"
        },
        {
            "slug": "kaveph",
            "desc": "This massive purple creature, with legs like tree trunks and a pair of enormous arms, shakes the ground with its footsteps. Its eyeless head is bulbous, with an elongated mouth that is almost snout-like._  \n**Allies of the Ghasts of Leng.** The kaveph are massive creatures that originate from the lightless underground of the  \n**Plateau of Leng.** They are usually found in the company of the Open Game License",
            "name": "Kaveph",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "13d12+52",
            "speed": {
                "walk": 30
            },
            "strength": 21,
            "dexterity": 13,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 90 ft. (blind beyond this radius), passive Perception 10",
            "languages": "Void Speech",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The kaveph makes two smash attacks."
                },
                {
                    "name": "Smash",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage. The target must succeed on a DC 15 Strength saving throw or be pushed up to 10 feet away from the kaveph.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8+5"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 30/120 ft., one target. Hit: 21 (3d10 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "3d10+5"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Revenge",
                    "desc": "When a kaveph is dealt 20 damage or more by a single attack and survives, it can make a smash attack against the attacker."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Rampage",
                    "desc": "When the kaveph reduces a creature to 0 hp with a melee attack on its turn, it can take a bonus action to move up to half its speed and make a smash attack."
                }
            ],
            "spell_list": [],
            "page_no": 225,
            "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_kaveph/"
        },
        {
            "slug": "magnetic-elemental",
            "desc": "The large, smooth rock stands, the air around it humming with energy. As it walks, nearby daggers, lanterns, and buckled boots move to follow it._  \nMagnetic elementals spontaneously appear where the Plane of Earth meets the Plane of Air. They are magnetized, rocky creatures capable of switching their polarity to repel attacks and pull enemies closer.  \n**Smooth Stone.** Magnetic elementals are worn smooth by the elemental air that creates them. They are able to harness this air to fly, and, when on the Material Plane, they occupy areas where vast swaths of stone are exposed to the sky, such as mountain peaks and deep canyons.  \n**Iron Summons.** Spellcasters who want to conjure a magnetic elemental must mix iron shavings into the soft clay. Such spellcasters must take caution, however, as the elementals often inadvertently attract the armor and weapons of those nearby.  \n**Elemental Nature.** The magnetic elemental doesn’t require air, food, drink, or sleep.",
            "name": "Magnetic Elemental",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 95,
            "hit_dice": "10d10+40",
            "speed": {
                "burrow": 20,
                "fly": 20,
                "hover": true,
                "walk": 30
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "lightning, poison",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, prone, unconscious",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 10",
            "languages": "Terran",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The magnetic elemental makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Magnetic Pulse (Recharge 4-6)",
                    "desc": "The magnetic elemental releases a magnetic pulse, choosing to pull or push nearby metal objects. Objects made of gold or silver are unaffected by the elemental's Pulse. \n* Pull. Each creature that is wearing metal armor or holding a metal weapon within 5 feet of the magnetic elemental must succeed on a DC 15 Strength saving throw or the metal items worn or carried by it stick to the magnetic elemental. A creature that is made of metal or is wearing metal armor and that fails the saving throw is stuck to the elemental and grappled (escape DC 15). If the item is a weapon and the wielder can't or won't let go of the weapon, the wielder is stuck to the elemental and grappled (escape DC 15). A stuck object can't be used. Grappled and stuck creatures and objects move with the elemental when it moves. A creature can take its action to remove one creature or object from the elemental by succeeding on a DC 15 Strength check. The magnetic elemental's Armor Class increases by 1 for each creature grappled in this way. \n* Push. Each creature that is wearing metal armor or holding a metal weapon within 10 feet of the elemental must make a DC 15 Strength saving throw. On a failure, a target takes 21 (6d6) force damage and is pushed up to 10 feet away from the elemental. On a success, a target takes half the damage and isn't pushed. A creature grappled by the elemental has disadvantage on this saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Controlled Polarity",
                    "desc": "The magnetic elemental has advantage on attack rolls against a creature if the creature is wearing metal armor. A creature attacking the magnetic elemental with a metal weapon while within 10 feet of it has disadvantage on the attack roll."
                },
                {
                    "name": "Magnetism",
                    "desc": "When the magnetic elemental moves, Medium and smaller metal objects that aren't being worn or carried are pulled up to 5 feet closer to the magnetic elemental. If this movement pulls the object into the elemental's space, the item sticks to the elemental. A successful DC 15 Strength check removes a stuck item from the elemental. Objects made of gold and silver are unaffected by this trait."
                }
            ],
            "spell_list": [],
            "page_no": 133,
            "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_magnetic-elemental/"
        },
        {
            "slug": "mountain-nymph",
            "desc": "The pitiless eyes of this elven creature are black as pitch with neither white nor iris._  \n**Born to Hunt.** Mountain nymphs claim to be the children of gods associated with hunting and the moon. Whether this is true or not is unknown, but they are renowned as being some of the best stalkers and trappers among the fey. Newly created mountain nymphs, wearing leathers and carrying yew bows, form on the mountainside, fully-grown. The nymphs carry no arrows; every time they put a finger to any bowstring, a nocked arrow appears.  \n**Despoilers of Despoilers.** Mountain nymphs despise mortals who disrupt the natural order. Those who take or use more natural resources than they need while in a mountain nymph’s territory risk becoming the target of her wrath. The raising of a settlement in a mountain nymph’s territory will attract her immediate attention. The ruins of a failed mountain settlement may be the work of a mountain nymph that has taken umbrage at the community’s excessive use of the local timber and ore.  \n**Relentless Stalkers.** Little can be done to deter a mountain nymph once it has set its sights on a quarry. They have been known to track their prey far from their native mountains, across continents and into mortal cities. When a nymph catches up to her mark, she harries it without mercy or remorse. A nymph’s mark, assuming it has done nothing to offend or harm the nymph, can throw the nymph off its tail by exiting her territory and leaving tribute of freshly hunted meat and strong drink.",
            "name": "Mountain Nymph",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "leather armor",
            "hit_points": 112,
            "hit_dice": "15d8+45",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 12,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 18,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "perception": 7,
                "stealth": 7,
                "survival": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 90 ft., passive Perception 17",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mountain nymph makes three longbow attacks."
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 150/600 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d8+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hunter's Foresight",
                    "desc": "The mountain nymph can see the immediate future of a creature affected by her hunter's mark spell. While hunter's mark is active on a creature, the mountain nymph has advantage on attack rolls against the creature and on saving throws against the creature's spells and special abilities."
                },
                {
                    "name": "Mountain Walk",
                    "desc": "The mountain nymph can move across and climb rocky surfaces without needing to make an ability check. Additionally, difficult terrain composed of rocks or rocky debris doesn't cost her extra movement."
                },
                {
                    "name": "Point Blank Hunter",
                    "desc": "When the mountain nymph makes a ranged attack with a bow, she doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, though she may still have disadvantage from other sources."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The mountain nymph's innate spellcasting ability is Wisdom (spell save DC 15). It can innately cast the following spells, requiring no material components:\nAt will: hunter's mark\n3/day each: misty step, spike growth\n1/day: pass without trace"
                }
            ],
            "spell_list": [],
            "page_no": 261,
            "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_mountain-nymph/"
        },
        {
            "slug": "naizu-ha",
            "desc": "The old fable How Nuizamo Lost His Knife suggests every blade that has been used to kill is actually a naizu-ha in its native form. This is untrue, but the naizu-ha enjoy the myth and perpetuate it whenever possible._  \n**Daggers Personified.** The naizu-ha are the act of violence perpetrated by small blades given form. Dealings with naizu-ha are fraught with danger. Initially presumed to be good allies in battle, it was quickly discovered that they couldn’t be controlled in a pitched combat and eagerly lashed out at anything that came into reach. Most often, naizu-ha are summoned to assassinate specific targets.  \n**Impartial Betrayers.** A naizu-ha has no loyalty to anything but its own desire for blood and pain. If dispatched to kill someone, a naizu-ha can be coerced to switch sides with a promise that their new task will involve more violence than the current job does. They have no patience for subtle work or trickery that involves more than a quick feint. A favorite tactic of naizu-ha is to fulfill a contract, collect whatever payment has been agreed upon, and immediately murder the initial contractor.  \n**Bloody Biers.** To summon a naizu-ha, the blood of no fewer than three humanoids must be splashed on a stand forged of fused blades. If the petitioner uses their own blood in the ceremony, they have advantage on any ability checks they make to treat with the naizu-ha.  \n**Immortal Spirit Nature.** The kami doesn’t require food, drink, or sleep.",
            "name": "Naizu-Ha",
            "size": "Small",
            "type": "Fey",
            "subtype": "kami",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 117,
            "hit_dice": "18d6+54",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 17,
            "intelligence": 13,
            "wisdom": 11,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "blinded, grappled",
            "senses": "passive Perception 10",
            "languages": "Common, Sylvan",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The naizu-ha makes three attacks: two with its scissor claws and one with its scythe tail. If both scissor claws attacks hit the same target, the target must succeed on a DC 14 Dexterity saving throw or take an extra 7 (2d6) slashing damage."
                },
                {
                    "name": "Scissor Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Scythe Tail",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8+3"
                },
                {
                    "name": "Dagger Legs",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one prone creature. Hit: 8 (2d4 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d4+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blunting Ambiance",
                    "desc": "Each creature that deals piercing or slashing damage with a bladed weapon while within 30 feet of the naizu-ha must roll the damage twice and take the lower result."
                },
                {
                    "name": "Dagger Form (1/Day)",
                    "desc": "As a bonus action, the naizu-ha transforms into a magical dagger. A creature that wields the naizu-ha while it is in this form gains +1 bonus to attack and damage rolls with the dagger, and attacks with the dagger score a critical hit on a roll of 19 or 20. In addition, the wielder can't take the Disengage action unless it succeeds on a DC 12 Wisdom saving throw."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The naizu-ha can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Tripping Charge",
                    "desc": "If the naizu-ha moves at least 15 feet straight toward a creature and then hits it with a scythe tail attack on the same turn, that target must succeed on a DC 14 Dexterity saving throw or be knocked prone. If the target is prone, the naizu-ha can make one dagger legs attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 223,
            "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_naizu-ha/"
        },
        {
            "slug": "ogrepede",
            "desc": "The ogre steps forward with a lop-sided gait. As it approaches, it rises up, revealing it is actually an abomination of ogre torsos held together by necromantic power._  \nSpecial torments await the depraved souls that devised these unholy, undead amalgamations. An ogrepede is comprised of an unknown number of ogre torsos and heads stitched together, with arms erupting from the mass seemingly at random. Watching it skitter haphazardly about a battlefield is almost hypnotic, right until it reaches its prey and rises to attack.  \n**Vicious Louts.** Mixing and animating ogre parts does nothing to improve their legendary tempers. Even more so than ogres, ogrepedes seek out things to destroy. The more beautiful the creature or object, the more satisfaction the ogrepede derives from its destruction. The lair of the rare ogrepede that has slipped its master’s bonds is full of its debased treasures and, in some instances, the mutilated but still-living victims of their assaults.  \n**Noisy Wanderers.** People are rarely surprised by the arrival of an ogrepede. Unless specifically commanded not to by their creator, ogrepedes emit a constant haunting moan, as though the creature laments all it has lost. Even if told to be silent, ogrepedes are not quiet. Their fat fingers drum noisily at the ground and their bodies slam gracelessly into corridor walls as they careen along on their duties.  \n**Poor Allies.** Ogrepedes have difficulty getting along with other creatures, including other ogrepedes. Vestiges of the craven instincts the ogres possessed in life remain after death, causing the ogrepede to lash out at any creature near it, particularly if the target is already wounded. Even when commanded to work with other creatures by their masters, it is merely a matter of when, not if, an ogrepede will attack its companions; the betrayal is inevitable.  \n**Undead Nature.** An ogrepede doesn’t require air, food, drink, or sleep.",
            "name": "Ogrepede",
            "size": "Huge",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 142,
            "hit_dice": "15d12+45",
            "speed": {
                "walk": 40,
                "climb": 20
            },
            "strength": 21,
            "dexterity": 9,
            "constitution": 17,
            "intelligence": 5,
            "wisdom": 5,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 0,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, poisoned, prone",
            "senses": "darkvision 90 ft., passive Perception 7",
            "languages": "understands all languages it knew in life but can’t speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ogrepede makes two attacks: one with its bite and one with its slam."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one creature. Hit: 16 (2d10 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d10+5"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one creature. Hit: 12 (2d6 + 5) bludgeoning damage, or 8 (1d6 + 5) bludgeoning damage if the ogrepede has half its hp or fewer. If the ogrepede scores a critical hit, it rolls the damage dice three times, instead of twice.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Haphazard Charge",
                    "desc": "If the ogrepede moves at least 10 feet straight toward a creature and then hits it with a slam attack on the same turn, the attack is treated as though the ogrepede scored a critical hit, but attack rolls against the ogrepede have advantage until the start of its next turn."
                },
                {
                    "name": "Overwhelming Assault",
                    "desc": "When the ogrepede scores a critical hit, each creature within 5 feet of the target must succeed on a DC 16 Wisdom saving throw or be frightened of the ogrepede for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the ogrepede's Overwhelming Assault for the next 24 hours."
                }
            ],
            "spell_list": [],
            "page_no": 275,
            "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_ogrepede/"
        },
        {
            "slug": "primal-oozer",
            "desc": "This nightmarish quadruped has many wolf-like features—including its physique, its powerful claws, and its lupine countenance—but its hairless skin is a thick layer of bluish-white slime. Four tentacles ending in barbed tips protrude from its jawline, and its eyes glow red. It makes a sickening gurgling sound when it growls._  \n**Natives of the Swamp.** Primal oozers are amphibious natives to swamps and wetlands. They often make their lairs in the root systems of massive trees where the soil beneath has been washed away. They can also be found in flooded ruins, wet riversides, or in the water itself. They are savage, deadly, and delight in killing.  \n**Kinship with Mydnari.** Primal oozers have a natural kinship with Open Game License",
            "name": "Primal Oozer",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "15d8+45",
            "speed": {
                "walk": 30,
                "climb": 10,
                "swim": 20
            },
            "strength": 18,
            "dexterity": 13,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 15,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "acid",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The primal oozer makes two bite attacks. If both attacks hit the same target, the target must make a DC 15 Constitution saving throw. On a failure, the target takes 7 (2d6) acid damage and contracts a disease (see the Ooze Plague trait). On a success, the target takes half the damage and doesn't contract a disease."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage. If the target is a creature, it must succeed on a DC 15 Strength saving throw or be knocked prone.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Acidic Slime",
                    "desc": "A creature that touches the primal oozer or hits it with a melee attack while within 5 feet of it takes 3 (1d6) acid damage."
                },
                {
                    "name": "Ooze Plague",
                    "desc": "The primal oozer's barbed tentacles inject the ooze plague disease into a creature if the creature fails its saving throw after being bitten twice in a row by the oozer. Until the disease is cured, the infected creature's skin slowly becomes more ooze-like, and its hp maximum decreases by 5 (2d4) for every 24 hours that elapse. This reduction lasts until the disease is cured. The creature dies if the disease reduces its hp maximum to 0. A humanoid slain by this disease rises 24 hours later as an ochre jelly. The jelly isn't under the primal oozer's control, but it views the primal oozer as an ally."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The primal oozer has advantage on attack rolls against a creature if at least one of the primal oozer's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Slimy Body",
                    "desc": "The primal oozer has advantage on ability checks and saving throws made to escape a grapple."
                }
            ],
            "spell_list": [],
            "page_no": 297,
            "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_primal-oozer/"
        },
        {
            "slug": "rotsam-swarm",
            "desc": "A quivering glob wraps around a corpse’s arm. Though the corpse is already decaying, the glob seems to accelerate the rot._  \n**Expediter of Decay.** The rotsam feeds on rotting flesh, encouraging decay in already rotten corpses and initiating decay in previously preserved corpses. Unfortunately, the rotsam can affect living tissue just as well and makes no distinction between the two.  \n**Leechlike Underwater Dwellers.** Rotsams attach to their prey like leeches, but they are considerably more difficult to remove than ordinary leeches.  \n**Favored of Rot Cults.** Cultists devoted to deities of disease, death, and decay “raise” rotsams for use in their sacrificial rituals.  \n**Ooze Nature.** A rotsam doesn’t require sleep.",
            "name": "Rotsam Swarm",
            "size": "Large",
            "type": "Ooze",
            "subtype": "Swarm",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 9,
            "armor_desc": null,
            "hit_points": 142,
            "hit_dice": "15d10+60",
            "speed": {
                "walk": 10,
                "swim": 30
            },
            "strength": 19,
            "dexterity": 8,
            "constitution": 18,
            "intelligence": 1,
            "wisdom": 9,
            "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": "bludgeoning, piercing, slashing",
            "damage_immunities": "necrotic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 9",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Diseased Bites",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 0 ft., one creature in the swarm's space. Hit: 10 (4d4) piercing damage plus 21 (6d6) necrotic damage, or 5 (2d4) piercing damage and 10 (3d6) necrotic damage if the swarm has half of its hp or fewer. The target must make a DC 15 Constitution saving throw or contract a disease (see the Bog Rot trait).",
                    "attack_bonus": 7,
                    "damage_dice": "4d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bog Rot",
                    "desc": "A creature that fails its saving throw against the rotsam's diseased bite attack becomes infected with the bog rot disease. Until the disease is cured, the infected creature's skin breaks out in a rot-like rash that slowly spreads across its body, and its hp maximum decreases by 7 (2d6) for every 24 hours that elapse. After the first 24 hours, the creature's skin starts to smell like rot, and creatures have advantage on Wisdom (Perception) and Wisdom (Survival) checks to find the infected creature. The reduction and rot smell last until the disease is cured. The creature dies if the disease reduces its hp maximum to 0."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The rotsam can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny rotsam. The swarm can't regain hp or gain temporary hp."
                }
            ],
            "spell_list": [],
            "page_no": 309,
            "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_rotsam-swarm/"
        },
        {
            "slug": "sanddrift-drake",
            "desc": "The serpentine body of the sanddrift drake blends in with the desert sands, its six legs giving it purchase on the canyon walls as it bursts from the ground to snatch its prey._  \nFound in the hottest deserts, the sanddrift drake is a cunning hunter that blends in with the burning sands.  \n**Burrowing Hunter.** The sanddrift drake hunts by hiding beneath the desert sand and ambushing its prey from below. A series of transparent lids protect the drake’s eyes from the harsh light of the desert and the sand where it hides, leaving it with a clear view of approaching prey.  \n**Paralytic Poison.** The drake’s bite holds a paralytic poison, which it uses to separate its prey from a group or herd.",
            "name": "Sanddrift Drake",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d10+36",
            "speed": {
                "climb": 20,
                "walk": 40,
                "burrow": 40
            },
            "strength": 13,
            "dexterity": 19,
            "constitution": 17,
            "intelligence": 7,
            "wisdom": 15,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 7,
                "survival": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison",
            "damage_immunities": "fire",
            "condition_immunities": "blinded",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 15",
            "languages": "Draconic",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The drake makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one creature. Hit: 13 (2d8 + 4) piercing damage, and the target must succeed on a DC 15 Constitution saving throw or its speed is halved for 1 minute. If the target's speed is already halved and it fails the saving throw, it is paralyzed for 1 minute instead. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Heatwave Breath (Recharge 6)",
                    "desc": "The drake exhales superheated air in a 30-foot cone. Each creature in that area must make a DC 15 Constitution saving throw, taking 21 (6d6) fire damage on a failed save, or half as much damage on a successful one. If a creature fails the saving throw by 5 or more, it suffers one level of exhaustion."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Desert Camouflage",
                    "desc": "The drake has advantage on Dexterity (Stealth) checks made to hide in sandy terrain."
                },
                {
                    "name": "Sand Glide",
                    "desc": "The drake can burrow through nonmagical sand and worked earth. While doing so, the drake doesn't disturb the material it moves through."
                }
            ],
            "spell_list": [],
            "page_no": 127,
            "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_sanddrift-drake/"
        },
        {
            "slug": "sapphire-jelly",
            "desc": "Wisps of frosty air rise from the amorphous, quivering blue puddle. Bits of ice cling to the edges, and the surface has an almost crystalline appearance._  \n**Mountainous Regions.** Sapphire jellies are at home in glacial and mountainous regions among rocks and ice. They are just as likely to be found aboveground as below, but they avoid regions that are warm or dry. They tend to avoid large settlements of warm-blooded creatures, as such creatures consider them an active threat and often seek to destroy them. They prefer the company of creatures not bothered by the cold.  \n**Unnaturally Cold.** Sapphire jellies are extremely cold, freezing water and objects they encounter on contact. Creatures that are caught within them or hit with their attacks are immediately chilled to the bone, and those who are killed by them are permanently transformed into undead. Sapphire jellies can often be found in areas with Open Game License",
            "name": "Sapphire Jelly",
            "size": "Medium",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 9,
            "armor_desc": null,
            "hit_points": 144,
            "hit_dice": "17d8+68",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 8,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 4,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold, poison",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, poisoned, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 11",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sapphire jelly makes two freezing slam attacks."
                },
                {
                    "name": "Freezing Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 10 (2d6 + 3) bludgeoning damage plus 10 (3d6) cold damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Engulf",
                    "desc": "The jelly moves up to its speed. While doing so, it can enter a Medium or smaller creature's space. Whenever the jelly enters a creature's space, the creature must make a DC 15 Dexterity saving throw.\n\nOn a successful save, the creature can choose to be pushed 5 feet back or to the side of the jelly. A creature that chooses not to be pushed suffers the consequences of a failed saving throw.\n\nOn a failed save, the jelly enters the creature's space, and the creature takes 10 (3d6) cold damage and is engulfed. The engulfed creature can't breathe, is restrained, and takes 21 (6d6) cold damage at the start of each of the jelly's turns. When the jelly moves, the engulfed creature moves with it. A sapphire jelly can have only one creature engulfed at a time.\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 jelly. Alternatively, a creature within 5 feet of the jelly can take an action to pull a creature out of the jelly. Doing so requires a successful DC 15 Strength check, and the creature making the attempt takes 10 (3d6) cold damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The sapphire jelly can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Icy Transformation",
                    "desc": "A humanoid slain by the sapphire jelly rises 1 week later as a glacial corrupter, unless the humanoid is restored to life or its body is destroyed."
                }
            ],
            "spell_list": [],
            "page_no": 312,
            "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_sapphire-jelly/"
        },
        {
            "slug": "scroll-mummy",
            "desc": "Parchment inscribed with arcane writing completely covers this creature, leaving room only for its glowing, purple eyes._  \nA scroll mummy expedites its passage into undeath through an arcane ritual that consumes several scrolls, while incorporating the surviving scrolls into the creature’s body, similarly to burial wrappings for an ordinary mummy.  \n**Curseless.** This alternate Open Game License",
            "name": "Scroll Mummy",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 8,
            "constitution": 17,
            "intelligence": 18,
            "wisdom": 11,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 7,
                "history": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "the languages it knew in life",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The scroll mummy makes two spell-siphoning fist attacks."
                },
                {
                    "name": "Spell-Siphoning Fist",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage plus 11 (2d10) force damage. If the target is a spellcaster, it must succeed on a DC 15 Charisma saving throw or lose one random unused spell slot. The scroll mummy inscribes one of the spellcaster's spells of that slot level onto the parchment wrappings that cover its body (see the Scroll Body trait).",
                    "attack_bonus": 6,
                    "damage_dice": "1d8+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The scroll mummy has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Scroll Body",
                    "desc": "The scroll mummy can inscribe a spell from a spellbook or scroll onto the parchment wrappings that cover its body as if copying a spell into a spellbook. Alternatively, it can inscribe a spell another spellcaster knows or has prepared onto its body by striking the spellcaster with its Spell-Siphoning Fist (see below). If the scroll mummy inscribes a spell with its Spell-Siphoning Fist, the inscription is free and happens immediately. The scroll mummy can use any spell it has inscribed onto its body once per day."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The scroll mummy's innate spellcasting ability is Intelligence (spell save DC 15, +7 to hit with spell attacks). It can innately cast the following spells, requiring only verbal components:\nAt will: comprehend languages, fire bolt, mage hand, prestidigitation, ray of sickness\n5/day each: hold person, inflict wounds, scorching ray\n3/day each: bestow curse, fear\n1/day each: black tentacles, confusion"
                }
            ],
            "spell_list": [],
            "page_no": 0,
            "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_scroll-mummy/"
        },
        {
            "slug": "spawn-of-alquam",
            "desc": "This large creature exudes darkness and contempt. It has feathery wings, backswept horns set behind its wide eyes, a narrow, vicious-looking beak, and talon-like claws. Its body is thin and sinewy, and its skin is a sickly green._  \n**Demonic Servants.** These demons lurk in darkness, serving and protecting Alquam, the Demon Lord of Night. Alquam is known to send them to aid his cults, and he sometimes utilizes them to assassinate individuals who threaten his followers. Because the spawn are created by Alquam, many of his cults worship them as physical representations of the Demon Lord himself. The cults believe that offerings to the spawn are conveyed directly to their master in his planar abode.  \n**Kinship with Shadow.** When the spawn of Alquam venture to the Material Plane, they take care to move only in places that are cloaked in darkness. While direct light does not harm them, they find it uncomfortable and often flee from it.  \n**Lords of Birds.** Birds instinctively follow the mental commands of the spawn of Alquam, and sudden changes in bird behavior that can signal a spawn is nearby. Swarms of birds attack targets the spawn designates, act as the spawn’s messengers, and enact the spawn’s or Alquam’s will in whatever way either demon dictates.",
            "name": "Spawn of Alquam",
            "size": "Large",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "fly": 60,
                "walk": 20
            },
            "strength": 12,
            "dexterity": 17,
            "constitution": 19,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "deception": 4,
                "perception": 6,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, frightened, poisoned",
            "senses": "darkvision 90 ft., passive Perception 16",
            "languages": "Abyssal, telepathy 60 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spawn of Alquam makes three attacks: two with its talons and one with its bite. It can use Gloomspittle in place of its bite attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d10+3"
                },
                {
                    "name": "Talon",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8+3"
                },
                {
                    "name": "Gloomspittle",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 30 ft., one creature. Hit: 10 (2d6 + 3) necrotic damage, and the target must succeed on a DC 15 Dexterity saving throw or be blinded until the end of its next turn.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ambusher",
                    "desc": "In the first round of combat, the spawn of Alquam has advantage on attack rolls against any creature it has surprised."
                },
                {
                    "name": "Keen Sight",
                    "desc": "The spawn of Alquam has advantage on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Shadow Stealth",
                    "desc": "While in dim light or darkness, the spawn of Alquam can take the Hide action as a bonus action."
                },
                {
                    "name": "Sneak Attack (1/Turn)",
                    "desc": "The spawn of Alquam deals an extra 10 (3d6) damage when it hits a target with a weapon attack and has advantage on the attack roll, or when the target is within 5 feet of an ally of the spawn that isn't incapacitated and the spawn doesn't have disadvantage on the attack roll."
                },
                {
                    "name": "Speak with Birds",
                    "desc": "The spawn of Alquam can communicate with birds as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 95,
            "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_spawn-of-alquam/"
        },
        {
            "slug": "spawn-of-rhopalocerex",
            "desc": "This large demon is bright orange and yellow, with black markings on its face and wiry body. Its wings are rounded, and its face is insectoid, with large, glowing, red eyes. Black liquid drips from its sharp mandibles. Its long arms end in sharp claws._  \n_**Everywhere Rhopalocerex Needs to Be.**_ The spawn of Rhopalocerex can be found near Rhopalocerex or in areas where the demon lord has some sort of vested interest. They serve as his direct agents, whether he is trying to establish alliances or going to war against some individual or group.  \n_**Lords of Butterflies and Moths.**_ Like the demon lord himself, the spawn of Rhopalocerex enjoy a special kinship with moths and butterflies. Moths and butterflies regularly accompany the spawn, aiding them whenever possible.  \n**Wardens of the Abyss.** The spawn of Rhopalocerex are the wardens of the deadly wild areas of the Abyss under Rhopalocerex’s control, defending it against all who would come to defile it. They originate at the demon lord’s lair in the great tree and fly beneath its wide boughs, looking for threats or awaiting missions to other planes.",
            "name": "Spawn of Rhopalocerex",
            "size": "Large",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "15d10+30",
            "speed": {
                "hover": true,
                "walk": 30,
                "fly": 30
            },
            "strength": 14,
            "dexterity": 18,
            "constitution": 15,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned, prone",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Infernal, telepathy 60 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spawn of Rhopalocerex makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 13 (2d8 + 4) piercing damage, and the target must make a DC 15 Constitution saving throw, taking 14 (4d6) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft. or range 5 ft., one creature. Hit: 7 (1d6 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4"
                },
                {
                    "name": "Enchanting Display (Recharge 5-6)",
                    "desc": "The spawn of Rhopalocerex flutters its wings, and its large eyes briefly shine. Each creature within 30 feet of the spawn and that can see it must make a DC 15 Charisma saving throw. On a failure, a creature is charmed for 1 minute. On a success, a creature takes 14 (4d6) psychic damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The spawn has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 92,
            "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_spawn-of-rhopalocerex/"
        },
        {
            "slug": "stormboar",
            "desc": "A massive, green-scaled boar snorts angrily as tiny bolts of blue lightning ripple over its body._  \n**Accidental Arcane Creations.** An evoker who raised hogs to fund their wild experiments, accidentally blew up their tower years ago. The explosion created a horrific storm that raged for days in the region, causing the locals to take shelter. When the storm dissipated, the wizard and their tower were gone, but the hogs had been transformed into scaled beasts that harnessed the power of lightning and thunder.  \n**Storm’s Fury.** Stormboars embody the fury of the storm. Just as stubborn and ferocious as their more mundane cousins, stormboars let no obstacle get in their way while they look for food or protect their offspring. Seasoned hunters know to drop an offering of metal behind as they leave the area to ensure the boar is too distracted to follow them.  \n**Metal Devourers.** Stormboars crave metal. Prospectors track the boars to find areas rich with precious minerals and ore, and treasure hunters use the creatures to sniff out hidden vaults of wealth. Anyone relying on a stormboar must be careful, however. The boars see any creature wearing or carrying metal as the deliverer of an easy meal. The aggressive creatures won’t stop attacking until they’ve consumed every bit of metal an unfortunate traveler is carrying. Starving stormboars have been known to venture into civilized areas for a meal.",
            "name": "Stormboar",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 95,
            "hit_dice": "10d10+40",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning, thunder",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Tusk",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage and 11 (2d10) lightning damage. In addition, nonmagical metal armor worn by the target is partly devoured by the boar and takes a permanent and cumulative -2 penalty to the AC it offers. The armor is destroyed if the penalty reduces its AC to 10.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Lightning Run (Recharge 6)",
                    "desc": "The boar becomes a bolt of living lightning and moves up to its speed without provoking opportunity attacks. It can move through creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage and is pushed to the closest unoccupied space if it ends its turn inside an object. Each creature in the boar's path must make a DC 15 Dexterity saving throw, taking 22 (4d10) lightning damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Thunder Leap (Recharge 6)",
                    "desc": "The boar moves up to 20 feet, jumping over obstacles in its way. Difficult terrain doesn't cost it extra movement when it leaps. Each creature within 10 feet of the boar when it leaps and each creature within 10 feet of where it lands must make a DC 15 Constitution saving throw. On a failure, a creature takes 16 (3d10) thunder damage and is pushed up to 10 feet away from the boar. On a success, a creature takes half the damage and isn't pushed."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Iron Scent",
                    "desc": "The boar can pinpoint, by scent, the location of ferrous metal within 60 feet of it."
                },
                {
                    "name": "Lightning Hide",
                    "desc": "A creature that touches the boar or hits it with a melee attack while within 5 feet of it takes 5 (2d4) lightning damage."
                },
                {
                    "name": "Relentless (Recharges after a Short or Long Rest)",
                    "desc": "If the boar takes 15 damage or less that would reduce it to 0 hp, it is reduced to 1 hp instead."
                },
                {
                    "name": "Thunder Charge",
                    "desc": "If the boar moves at least 20 feet straight toward a target and then hits it with a tusk attack on the same turn, the target takes an extra 11 (2d10) thunder damage. If the target is a creature, it must succeed on a DC 15 Strength saving throw or be knocked prone."
                }
            ],
            "spell_list": [],
            "page_no": 341,
            "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_stormboar/"
        },
        {
            "slug": "swamp-naga",
            "desc": "A human head tops this green-and-brown constrictor. Vines protrude from its scalp and writhe in unison to the serpent’s swaying motion. Mosquitos, gnats, and other flying insects form a cloud around it._  \n**Self-Proclaimed Ruler and Protector.** The swamp naga is a manifestation of the swamp it inhabits. Its physical form is reminiscent of snakes, and marsh plants grow from its head. The naga’s strong tie to the swamp provides an impetus to protect its home and to believe it is the swamp’s sovereign. Because of this strong link, a swamp rarely hosts more than one naga, unless it covers vast territory.  \n**Insect and Serpent Friend.** The swamp naga’s link to the swamp extends to many creatures within it. Humanoids and mammalian animals that share the swamp with the naga recognize it as a protector and rarely trouble it, though the naga exerts no control over them. A cloud of poisonous biting and stinging insects accompanies the naga, endangering those who draw close to it.  \n**Necessarily Ruthless.** Scholars who have studied the connection between swamp nagas and their domains postulate the nagas’ malevolence is an outgrowth of swamplands’ inherent evil. However, the nagas only use force when trespassers actively harm the swamp or refuse to leave after the nagas attempt to reason with them. Nagas typically encourage those they enthrall to either leave or repair damages. They prefer not to take slaves, since this encourages more intruders and likely further havoc.",
            "name": "Swamp Naga",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d10+36",
            "speed": {
                "walk": 30,
                "swim": 40
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 17,
            "intelligence": 11,
            "wisdom": 14,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "nature": 3,
                "persuasion": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 17 (3d8 + 4) piercing damage plus 13 (3d8) poison damage.",
                    "attack_bonus": 7,
                    "damage_dice": "3d8+4"
                },
                {
                    "name": "Constrict",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 14 (3d6 + 4) bludgeoning damage, and the target is grappled (escape DC 14). Until this grapple ends, the target is restrained, and the naga can't constrict another target.",
                    "attack_bonus": 7,
                    "damage_dice": "3d6+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cloud of Insects",
                    "desc": "A cloud of biting and stinging insects surrounds the swamp naga. A creature that starts its turn within 5 feet of the naga must make a DC 14 Constitution saving throw. On a failure, a creature takes 9 (2d8) poison damage and is poisoned for 1 minute. On a success, it takes half the damage and isn't poisoned. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. A wind of moderate or greater speed (at least 10 miles per hour) disperses the insect cloud for 1 minute. As a bonus action, the naga can disperse the cloud for 1 minute."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "If it dies, the swamp naga returns to life in 1d6 days and regains all its hp. Only a wish spell or removing the naga from its swamp for 1 year can prevent this trait from functioning."
                },
                {
                    "name": "Insect and Serpent Passivism",
                    "desc": "No insects or serpents can willingly attack the swamp naga. They can be forced to do so through magical means."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The swamp naga is an 8th-level spellcaster. Its spellcasting ability is Charisma (spell save DC 14, +6 to hit with spell attacks), and it needs only verbal components to cast its spells. It knows the following sorcerer spells:\nCantrips (at will): dancing lights, mage hand, message, poison spray\n1st level (4 slots): charm person, fog cloud, silent image, sleep\n2nd level (3 slots): blindness/deafness, hold person, suggestion\n3rd level (3 slots): hypnotic pattern, stinking cloud, water breathing\n4th level (2 slots): blight"
                }
            ],
            "spell_list": [],
            "page_no": 342,
            "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_swamp-naga/"
        },
        {
            "slug": "tar-ooze",
            "desc": "A pool of black pitch bubbles on the ground. Skulls and bones rise to the surface with each burst of putrid air. The tar lets out a burbling hiss, as if releasing the last gasp of a creature trapped within it._  \n**Necrotic Sludge.** When a group of Open Game License",
            "name": "Tar Ooze",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 9,
            "armor_desc": null,
            "hit_points": 120,
            "hit_dice": "15d10+45",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 18,
            "dexterity": 8,
            "constitution": 16,
            "intelligence": 1,
            "wisdom": 8,
            "charisma": 2,
            "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": "fire, necrotic, poison",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, poisoned, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 8",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tar ooze makes two pseudopod attacks. If both attacks hit the same target, the target is covered in tar (see Sticky Situation)."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage plus 14 (4d6) necrotic damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4"
                },
                {
                    "name": "Hurl Tar",
                    "desc": "Ranged Weapon Attack: +2 to hit, range 60 ft., one target. Hit: 14 (4d6) necrotic damage and the target must succeed on a DC 14 Dexterity saving throw or be covered in tar (see Sticky Situation).",
                    "attack_bonus": 2,
                    "damage_dice": "4d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fire Hazard",
                    "desc": "When the ooze takes fire damage, it bursts into flame. The ooze continues burning until it takes cold damage or is immersed in water. A creature that touches the ooze or hits it with a melee attack while within 5 feet of it while it is burning takes 5 (1d10) fire damage. While burning, the ooze's weapon attacks deal an extra 5 (1d10) fire damage."
                },
                {
                    "name": "Sticky Situation",
                    "desc": "A creature covered in the ooze's tar has its speed halved for 1 minute. In addition, the tar ignites if touched by a source of fire or if a creature covered with tar takes fire damage. The tar burns until a creature takes an action to snuff out the flames. A creature that starts its turn covered with burning tar takes 10 (2d10) fire damage. A humanoid that dies while covered in tar rises 1 hour later as tar ghoul, unless the humanoid is restored to life or its body is destroyed."
                }
            ],
            "spell_list": [],
            "page_no": 280,
            "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_tar-ooze/"
        },
        {
            "slug": "tembril",
            "desc": "Standing on its back legs and holding a decapitated human head in its hands, this nightmarish creature resembles a gigantic squirrel with saber-like teeth, soulless black eyes, and hard, scaly skin. It chitters softly and eerily._  \n**Forest Terrors.** In the dark and foreboding forests of the north, tales are spun of terrible ogres, hags, evil wolves, and great arctic serpents, but humans and ogres alike fear the tembril, a savage monstrosity that feeds specifically on the eyes, tongues, and brains of humanoids. Resembling a squirrel the size of a bear, but with brown scales and immense claws and fangs, the tembril hunts sapient fey, humanoids, and giants exclusively, using its claws to eviscerate its opponent as its teeth punctures their skulls.  \n**Head Collectors.** The victim of a tembril attack is almost always found without its head, for the creature collects the severed cranium to devour the contents either immediately or at a later time. Tembrils store the heads in the long winter months, hiding them within the hollows of great trees or in other suitable locations and covering them in ice so they don’t decompose. The decapitated bodies left behind make a meal for many forest-dwelling scavengers, and crows, Open Game License",
            "name": "Tembril",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 4,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tembril makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage. If the tembril scores a critical hit against a Medium or smaller target and the damage reduces the target to below half its hp maximum, the target must succeed on a DC 15 Constitution saving throw or be instantly killed as its head is removed. A creature is immune to this effect if it is immune to piercing damage or doesn't have or need a head.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Maddening Chitter (Recharge 6)",
                    "desc": "The tembril chitters maddeningly in a 30-foot cone. Each creature in that area must make a DC 15 Wisdom saving throw. On a failure, a creature takes 21 (6d6) psychic damage and is incapacitated for 1 minute. On a success, a creature takes half the damage and isn't incapacitated. If a creature fails the saving throw by 5 or more, it also suffers short-term madness. An incapacitated creature can repeat the saving throw at the end of each of its turns, ending the incapacitated condition on itself on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ambusher",
                    "desc": "In the first round of combat, the tembril has advantage on attack rolls against any creature it has surprised."
                },
                {
                    "name": "Nimble Leap",
                    "desc": "The tembril can take the Dash or Disengage action as a bonus action on each of its turns."
                }
            ],
            "spell_list": [],
            "page_no": 344,
            "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_tembril/"
        },
        {
            "slug": "tidehunter",
            "desc": "Emerging from the surf, this massive crab-like beast has a hard, blue shell covered in barnacles. It holds a net of seaweed between its barbed claws, and a look of intelligence gleams in its elliptical, crimson eyes._  \n**Lurkers in the Shallows.** The tidehunter is an ambush hunter, using its coloration to surprise prey that venture into the shallows. Tidehunters are normally found along coasts with plentiful beaches and underwater vegetation, but some can be found in large lakes and river systems close to the open ocean. Most tidehunters are more than 20 feet across and are powerful enough to overcome a hunter shark or small whale with ease. They have few natural predators, their intelligence and guile making them challenging prey.  \n**Net Weavers.** Tidehunters can weave nets out of kelp, seaweed, and other fibrous plant material with ease, constructing nets in a matter of minutes with the weirdly hooked barbs on their claws. Their nets are strong and can be thrown with great accuracy over a large distance. Indeed, even those on dry land are not immune to the tidehunter’s attacks, and more than one human has been hauled into the surging tide from the apparent safety of the beach.  \n**Fishing Buddies.** While fisherfolk and tidehunters are normally at odds, a tidehunter will sometimes enter into an unspoken agreement with a group of fisherfolk, sharing the spoils of the sea while keeping out of each other’s way.",
            "name": "Tidehunter",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 133,
            "hit_dice": "14d10+56",
            "speed": {
                "swim": 40,
                "walk": 20
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tidehunter makes three attacks, only one of which can be with its net. It can use Reel in place of two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage, and the target is grappled (escape DC 15). The tidehunter has two claws, each of which can grapple only one target.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Net",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 20/60 ft., one target. Hit: A Large or smaller creature hit by the net is restrained until it is freed. The net has no effect on creatures that are formless, or creatures that are Huge or larger. A creature can use its action to make a DC 15 Strength check, freeing itself or another creature within its reach on a success. Dealing 15 slashing damage to the net (AC 13) also frees the creature without harming it, ending the effect and destroying the net."
                },
                {
                    "name": "Reel",
                    "desc": "The tidehunter pulls one creature restrained by its net up to 20 feet straight toward it. If the target is within 10 feet of the tidehunter at the end of this pull, the tidehunter can make one claw attack against it as a bonus action."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Entangle Weapon",
                    "desc": "When the tidehunter is targeted by a melee weapon attack, the attacker must succeed on a DC 16 Dexterity saving throw or miss the attack as the tidehunter uses its net to interfere with the weapon. The tidehunter must have an empty net to use this reaction."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The tidehunter can breathe air and water."
                },
                {
                    "name": "Net Maker",
                    "desc": "With 1 minute of work, the tidehunter can create a net out of seaweed, rope, or similar material. The tidehunter typically carries 2 nets."
                },
                {
                    "name": "Underwater Camouflage",
                    "desc": "The tidehunter has advantage on Dexterity (Stealth) checks made while underwater."
                }
            ],
            "spell_list": [],
            "page_no": 348,
            "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_tidehunter/"
        },
        {
            "slug": "transcendent-lunarchida",
            "desc": "A four-armed, four-legged creature in the vague shape of a human—but seemingly made of fine spider silk—moves down a tree, slowly chanting the incantation of a spell in the pale light of the full moon._  \n**Made in Corrupt Forests.** Lunarchidnas are beings of moonlight and spider silk created in forests permeated by residual dark magic. When this magic coalesces on a spider web touched by the light of a full moon, the web animates. The web gains life and flies through the forest, gathering other webs until it collects enough silk to form a faceless, humanoid body, with four legs and four arms.  \n**Hatred of Elves.** Lunarchidnas hate elves and love to make the creatures suffer. They poison water sources, set fire to villages, and bait monsters into stampeding through elf communities. These aberrations especially enjoy stealing away elf children to use as bait to trap the adults that come to the rescue.  \n**Cyclical Power.** The lunarchidna’s power is tied to the moon. When the skies are dark during a new moon, the lunarchidna becomes more shadow than living web. Its mental ability dulls, and it becomes barely more than a savage animal. When a full moon brightens the night, however, the lunarchidna becomes a conduit of lunar light and can channel that power through its body. Using its heightened intellect, it makes plans, writes notes, and plots from the safety of the trees where it makes its home. In the intermittent phases of the moon, the lunarchidna is a more than capable hunter, trapping and devouring prey it encounters while retaining enough knowledge of its plans and magic to further its goals in minor ways. The lunarchidna’s statistics change cyclically as shown on the Lunarchidna Moon Phase table.  \n\n#### Lunarchidna Moon Phase\n\nMoon Phase\n\nStatistics\n\nDaytime, new, or crescent moon\n\nOpen Game License",
            "name": "Transcendent Lunarchida",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "climb": 30,
                "walk": 30
            },
            "strength": 10,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 12,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned, restrained",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 14",
            "languages": "Deep Speech, Elvish",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The lunarchidna makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) necrotic damage. The target must succeed on a DC 13 Constitution saving throw or its hp maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d4+3"
                },
                {
                    "name": "Web (Recharge 5-6)",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 30/60 ft., one creature. Hit: The target is restrained by webbing. As an action the restrained target can make a DC 13 Strength check, bursting the webbing on a success. The webbing can also be attacked and destroyed (AC 10; hp 5; vulnerability to fire damage; immunity to bludgeoning, poison, and psychic damage)."
                },
                {
                    "name": "Lunar Beam (Recharge 5-6)",
                    "desc": "The lunarchidna flashes a beam of moonlight in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 15 Dexterity saving throw, taking 28 (8d6) radiant 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": "Light Invisibility",
                    "desc": "The lunarchidna is invisible while in bright or dim light."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The lunarchidna can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the lunarchidna has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Web Walker",
                    "desc": "The lunarchidna ignores movement restrictions caused by webbing."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The lunarchidna is a 8th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 15, +7 to hit with spell attacks). The lunarchidna has the following wizard spells prepared:\nCantrips (at will): minor illusion, mage hand, poison spray, ray of frost\n1st level (4 slots): color spray, detect magic, magic missile, shield\n2nd level (3 slots): alter self, suggestion, web\n3rd level (3 slots): counterspell, fireball, major image\n4th level (2 slots): black tentacles, confusion"
                }
            ],
            "spell_list": [],
            "page_no": 346,
            "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_transcendent-lunarchida/"
        },
        {
            "slug": "vexxeh",
            "desc": "This bestial creature would stand over 15 feet tall if erect but is more comfortable crouched with its knuckles resting on the ground. It wears a pair of trousers and a vest, both obviously made for someone much smaller than it. Its cunning eyes belie a malignant intelligence._  \n**Bound to Service.** Though they are not devils, vexxeh are natives of the Hells. Their susceptibility to magical domination makes them ideal lieutenants for evil spellcasters. Once a vexxeh has agreed to serve a master, it adheres to the letter of the agreement that has been struck and refuses to break the contract even under the threat of destruction.  \n**Lovers of Carnage.** Vexxeh only know joy when they are harming living creatures. They relish battle, enjoying the opportunity to shed blood and break bones. More than combat, however, vexxeh enjoy torturing mortals, especially if there is no purpose to it. The psychic distress and trauma suffered by the victims of their torture makes vexxeh gleeful.  \n**Fiendishly Polite.** Despite their love of violence, vexxeh are unfailingly polite. They mimic the etiquette and social norms of their current master’s culture, going so far as to affect mannerisms of nobility. Even when rending a creature into bloody chunks, a vexxeh acts regretful and apologetic.",
            "name": "Vexxeh",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d12+36",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 13,
            "constitution": 19,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 12,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "intimidation": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical weapons",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned, unconscious",
            "senses": "truesight 60 ft., passive Perception 10",
            "languages": "Common, Infernal",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vexxeh makes three attacks: one with its bite and two with its claws. If both claw attacks hit the same target, the target and each creature within 5 feet of the target must succeed on a DC 15 Wisdom saving throw or be frightened until the end of its next turn as the vexxeh cackles with sadistic glee."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage plus 7 (2d6) poison damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d8+5"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d6+5"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Four-Legged Lope",
                    "desc": "When the vexxeh uses its action to Dash, it moves at three times its speed."
                },
                {
                    "name": "Weak Willed",
                    "desc": "The vexxeh has disadvantage on saving throws against being charmed."
                }
            ],
            "spell_list": [],
            "page_no": 360,
            "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_vexxeh/"
        },
        {
            "slug": "wardu",
            "desc": "This creature is round and hovers without the aid of wings. Its skin is a deep red color, with a leathery toughness and texture. It has three forward-facing, segmented eyes and a protruding, bloodstained proboscis._  \n**Unknown Origins.** The origins of the wardu are unknown, though scholars speculate that they came from the Plateau of Leng. It is said they were introduced to the Material Plane as a result of an ill-fated expedition by a group of wizards to the edges of the multiverse. The wizards were attacked by a horde of wardu who followed them through the planar rift they created to return home. Although the rift was sealed immediately, dozens of the wardu were trapped on the Material Plane and have since reproduced for numerous generations.  \n**Blood Drinkers.** Wardu are blood drinkers, and it is the only way they absorb sustenance. They are able to attack and gain sustenance from any creature that has blood, no matter the type. Their hunger drives them to attack most creatures they encounter, though they are smart enough to discern the difference between a potential food source and a more powerful creature not worth provoking.  \n**Magic Hunters.** Wardus have a thirst for the blood of spellcasters and even put themselves at risk to obtain that tastiest of treats. Drinking arcane-infused blood has imbued the wardu with some magical power. It can channel this power through its central eye, but the segmented nature of its eye causes the magic to become unstable and scatter as it passes through the eye’s facets.",
            "name": "Wardu",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "fly": 40,
                "walk": 0,
                "hover": true
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 3,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, prone",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "understands Deep Speech but can’t speak, telepathy 60 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wardu uses its Segmented Gaze. It then makes two proboscis attacks."
                },
                {
                    "name": "Proboscis",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 11 (2d6 + 4) piercing damage, and the wardu regains hp equal to half the damage dealt. If the target is a spellcaster, the target has disadvantage on Constitution saving throws to maintain its concentration until the end of its next turn.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Segmented Gaze",
                    "desc": "The wardu's segmented central eye flares with unstable magical energy. One creature the wardu can see within 30 feet of it must succeed on a DC 15 Constitution saving throw or suffer a random condition until the end of its next turn. Roll a d4 to determine the condition: blinded (1), frightened (2), deafened (3), or incapacitated (4)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The wardu doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The wardu has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 365,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_wardu/"
        },
        {
            "slug": "werynax",
            "desc": "Resembling a giant scaled stoat with savage tusks jutting from the corners of its mouth, this monster bears a set of diaphanous, mothlike wings that radiate all the colors of the spectrum._  \n**Eaters of Magical Energy.** The werynax is a fearsome predator that supplements its diet with magical energy from the natural world, occasionally disrupting plant growth rates, water cycles, and weather patterns. Fortunately, werynax are solitary creatures, though female werynax are fiercely protective of their young and may have a litter of up to a dozen offspring. Most werynax live in forests and grasslands.  \n**Strange Habits.** Why and how werynax feed on the magical energy of the natural world has baffled sages and scholars throughout the centuries, though it is clear that the energy werynax consume grants them their magical abilities. Some sages point to magical experimentation on the part of an insane lich or fey lord, while others lay the blame at the feet of the gods, believing the werynax to be some form of divine punishment for misusing the land. Many druids, however, speculate the werynax is an integral part of the natural order—just as death and decay are part of the life cycle, so too is the werynax part of the land’s natural cycle.",
            "name": "Werynax",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "fly": 60,
                "walk": 30
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "athletics": 7,
                "perception": 5,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "force",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The werynax makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 9 (1d10 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d10+4"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6+4"
                },
                {
                    "name": "Arcane Bombardment (Recharge 6)",
                    "desc": "The werynax unleashes an explosion of multicolored arcane energy from its outstretched wings. Each creature within 20 feet of the werynax must make a DC 15 Dexterity saving throw. On a failure, a creature takes 21 (6d6) force damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and isn't stunned."
                },
                {
                    "name": "Nature's Healing (2/Day)",
                    "desc": "The werynax taps into the power inherent in the land around it. It regains 13 (3d8) hp and is freed from any disease, poison, blindness, or deafness."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The werynax has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Pounce",
                    "desc": "If the werynax moves at least 20 feet straight toward a creature and then hits it with a claw attack on the same turn, the target must succeed on a DC 15 Strength saving throw or be knocked prone. If the target is prone, the werynax can make one bite attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 367,
            "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_werynax/"
        },
        {
            "slug": "yavalnoi",
            "desc": "Rising up from the seafloor is a nightmarish creature resembling an obese mermaid with a wide, fluked tail, claws, and a humanoid head with a fish-like mouth and large, saucer-like, yellow eyes. An organ like the anchor of a boat emerges from its brow, shedding a pale blue light that glimmers off its iridescent crimson scales._  \n**Monster Creator.** Yavalnois are wicked aberrations capable of procreating with almost any creature from the sea, be it a Open Game License",
            "name": "Yavalnoi",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "12d10+60",
            "speed": {
                "walk": 10,
                "swim": 40
            },
            "strength": 17,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 90 ft., passive Perception 16",
            "languages": "Aquan, Primordial",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The yavalnoi makes three attacks: one with its bite, one with its claw, and one with its tail."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d10+3"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8+3"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Luminous Burst (Recharge 5-6)",
                    "desc": "The anchor-shaped organ atop the yavalnoi's head emits a burst of blue light. Each hostile creature within 30 feet of the yavalnoi must succeed on a DC 15 Wisdom saving throw or be outlined in blue light for 1 minute. While outlined in blue light, a creature can't breathe underwater. This effect dispels spells such as water breathing and temporarily suppresses water breathing granted through magic items or a creature's natural physiology. In addition, the yavalnoi and creatures friendly to the yavalnoi have advantage on attack rolls against creatures outlined in blue light. A creature outlined in blue light can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Call of the Deep (1/Day)",
                    "desc": "The yavalnoi magically calls 2d4 giant crabs or 1 giant octopus. The called creatures arrive in 1d4 rounds, acting as allies of the yavalnoi and obeying its spoken commands. The beasts remain for 1 hour, until the yavalnoi dies, or until the yavalnoi dismisses them as a bonus action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Water Breathing",
                    "desc": "The yavalnoi can breathe only underwater."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The yavalnoi's innate spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components.\nAt will: ray of enfeeblement, silent image\n3/day: control water, slow"
                }
            ],
            "spell_list": [],
            "page_no": 379,
            "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_yavalnoi/"
        },
        {
            "slug": "zeitgeist",
            "desc": "The mumbling humanoid alternates between bursts of speed and inactivity as it struggles to focus on the reality around it._  \nCaught in a chronological maelstrom, zeitgeists struggle to interact with whatever reality presents itself in that moment. Zeitgeists are humanoids who were warped by some misuse or accident of time magic. They are “ghosts” of time, flittering from plane to plane, timeline to timeline, unable to anchor themselves with any sort of stability for long.  \n**Fast and Slow.** Warped by time magic, a zeitgeist finds itself alternating between speeding around its foes and being barely able to keep up with them. This alternating is random and outside of the zeitgeist’s control, often pulling it forward in the middle of a conversation or slowing it when attempting to escape an enemy.  \n**Unstable Body and Mind.** The constant instability of being pulled between planes and timelines leaves zeitgeists unable to focus, at best, and deranged, at worst. If a moment of clarity pierces its madness, a zeitgeist might attempt a quick conversation or simply remain motionless, enjoying the temporary reprieve from its tortured existence.  \n**Still Living.** Though named “ghosts,” zeitgeists aren’t dead; rather, something mysterious about their situation sustains them. Similar to a ghost, a zeitgeist might be tied to a particular location, albeit at different points in time. The location might be the site of the magical mishap that created it, a place steeped in planar or time magic, or a place stable enough in time to help the zeitgeist anchor itself and its sanity.  \n**Timewarped Nature.** A zeitgeist doesn’t require air, food, drink, or sleep.",
            "name": "Zeitgeist",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "16 in Darting Form",
            "hit_points": 82,
            "hit_dice": "11d8+33",
            "speed": {
                "walk": 20
            },
            "strength": 17,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic",
            "condition_immunities": "exhaustion, frightened",
            "senses": "passive Perception 10",
            "languages": "Common",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "In its darting form, the zeitgeist makes three darting rend attacks. In its sluggish form, the zeitgeist makes two sluggish slam attacks."
                },
                {
                    "name": "Darting Rend (Darting Form Only)",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 6 (1d4 + 4) slashing damage plus 7 (2d6) force damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d4+4"
                },
                {
                    "name": "Sluggish Slam (Sluggish Form Only)",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 feet., one target. Hit: 12 (2d8 + 3) bludgeoning damage plus 7 (2d6) force damage. If the zeitgeist scores a critical hit, the target is also knocked prone.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8+3"
                },
                {
                    "name": "Tormented Scream (Recharge 5-6)",
                    "desc": "The zeitgeist cries out, releasing some of its internal torment in a 30-foot cone. Each creature in that area must make a DC 15 Intelligence saving throw, taking 21 (6d6) psychic damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Rewind (Recharge 4-6)",
                    "desc": "When the zeitgeist takes damage or when it starts its turn afflicted with a condition, it can rewind time around it, preventing the damage or undoing the condition. It can use this reaction even while paralyzed or stunned."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Darting Escape (Darting Form Only)",
                    "desc": "The zeitgeist can take the Dash or Disengage action as a bonus action on each of its turns."
                },
                {
                    "name": "Timewarped Body",
                    "desc": "At the start of each of the zeitgeist's turns, roll a die. On an even roll, its body stretches and speeds up as it takes on a darting form. On an odd roll, its body becomes more solid and slows down as it takes on a sluggish form. Its statistics are the same in each form, except as noted here.\n* Darting Form. While in a Darting form, the zeitgeist's Armor Class increases by 2, and its speed is 40 feet.\n* Sluggish Form. While in a Sluggish form, the zeitgeist has resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks, and its speed is 20 feet."
                }
            ],
            "spell_list": [],
            "page_no": 383,
            "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_zeitgeist/"
        },
        {
            "slug": "zouyu",
            "desc": "This elephant-sized feline has sleek fur, four upward-turned fangs in its mouth, and a long tail ending in multiple strands like a pheasant._  \n**Familial Bonds.** Zouyu live as mated pairs with large territories. The great felines are gentle and social creatures, often overlapping their territories for mutual protection.  \n**Good Luck.** For many, the zouyu are symbols of good luck and fortune. The tail feather of a zouyu, freely given, can be rendered into a liquid, which produces a luck potion. The potion brings minor good fortune, such as finding a fruit tree when hungry or shelter when it rains, to the drinker for a day. If a tail feather is taken without the zouyu’s knowledge, the potion created by the feather bestows bad luck on the drinker for a day. Such bad luck manifests as the drinker tripping over a too-perfectly-placed rock or a lightning strike felling a tree onto the drinker’s path.  \n**Herbivores.** Despite their fangs and sharp claws, zouyu are herbivores. Their preferred meals consist of fruit, bamboo leaves, and insects. The zouyu can survive on a very small amount of food despite their size.",
            "name": "Zouyu",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 17,
            "armor_desc": null,
            "hit_points": 114,
            "hit_dice": "12d12+36",
            "speed": {
                "walk": 60
            },
            "strength": 18,
            "dexterity": 24,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "perception": 7,
                "stealth": 10
            },
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The zouyu uses Alter Luck. It then makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 16 (2d8 + 7) piercing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d8+7"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d6+7"
                },
                {
                    "name": "Alter Luck",
                    "desc": "The zouyu flicks its vibrant, multi-stranded tail and alters the luck of one creature it can see within 30 feet of it, choosing one of the following luck options. The zouyu can't target itself with Alter Luck. \n* Bestow Luck. The target has advantage on the next ability check, attack roll, or saving throw (zouyu's choice) it makes before the end of its next turn. \n* Steal Luck. The target must succeed on a DC 15 Wisdom saving throw or have disadvantage on the next ability check, attack roll, or saving throw (zouyu's choice) it makes before the end of its next turn. If the target fails the saving throw, the zouyu has advantage on one attack roll or saving throw it makes before the start of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Distance Runner",
                    "desc": "The zouyu is capable of incredibly fast long-distance travel. When traveling at a fast pace, the zouyu can run 310 miles per day."
                },
                {
                    "name": "Keen Sight and Smell",
                    "desc": "The zouyu has advantage on Wisdom (Perception) checks that rely on sight or smell."
                },
                {
                    "name": "Pounce",
                    "desc": "If the zouyu moves at least 20 feet straight toward a creature and then hits it with a claw attack on the same turn, that target must succeed on a DC 15 Strength saving throw or be knocked prone. If the target is prone, the zouyu can make one bite attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 386,
            "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_zouyu/"
        },
        {
            "slug": "balara_bf",
            "desc": "",
            "name": "Balara",
            "size": "large",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 14,
            "charisma": 8,
            "strength_save": 3,
            "dexterity_save": 2,
            "constitution_save": 2,
            "intelligence_save": -2,
            "wisdom_save": 2,
            "charisma_save": -1,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "charmed,frightened,Undead Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The balara makes one Bite attack and two Claw attacks, or it makes three Necrotic Bolt attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 16 (3d8+3) piercing damage plus 4 (1d8) necrotic damage, and the target can't regain HP until the start of the balara's next turn."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (3d6+3) slashing damage."
                },
                {
                    "name": "Necrotic Bolt",
                    "desc": "_Ranged Spell Attack:_ +5 to hit, range 60 ft., one target. _Hit:_ 15 (3d8+2) necrotic damage, and the target can't regain HP until the start of the balara's next turn."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Relentless Pursuit",
                    "desc": "When a creature the balara can see moves away from it, the balara can move up to half its speed toward that creature. This movement doesn't provoke opportunity attacks."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Terrifying Luminance",
                    "desc": "When a creature that can see the balara's glowing ribcage starts its turn within 30 feet of the balara, the balara can force it to make a DC 14 WIS save if the balara isn't incapacitated and can see the creature. On a failure, the creature is frightened until the start of its next turn, as the visions, fear, and pain of the last moments of several animals flash through its mind. While frightened, the creature's speed is reduced to 0, and it can't use reactions. Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the balara until the start of its next turn, when it can avert its eyes again. If the creature looks at the balara in the meantime, it must immediately make the save."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The balara doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The balara 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_balara/"
        },
        {
            "slug": "chimera_bf",
            "desc": "",
            "name": "Chimera",
            "size": "large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 4,
            "wisdom": 20,
            "charisma": 10,
            "strength_save": 4,
            "dexterity_save": 0,
            "constitution_save": 4,
            "intelligence_save": -3,
            "wisdom_save": 5,
            "charisma_save": 0,
            "perception": 18,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Multiple Heads,Monstrosity Resilience",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Draconic",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chimera makes one Bite attack, one Headbutt attack, and two Claws attacks, or it can make two Claws attacks and use Fire Breath, if available."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) piercing damage."
                },
                {
                    "name": "Headbutt",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 10 (1d12+4) bludgeoning damage."
                },
                {
                    "name": "Claws",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon head exhales fire in a 15-foot cone. Each creature in that area must make a DC 15 DEX save, taking 27 (6d8) fire 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": "Bickering Heads",
                    "desc": "The chimera is perpetually one step away from arguing with itself. A creature that can see the chimera can use a bonus action on its turn to appeal to one of the chimera's heads with bribes (dragon), praise (lion), displays of magic (goat), or other clever manipulation of a head's desires. The chimera must succeed on a DC 15 WIS save or succumb to that desire.<br>If the lion or goat head succumbs, the chimera has disadvantage on the next Bite or Headbutt attack it makes before the end of its next turn. If the dragon head succumbs, creatures caught in the chimera's next Fire Breath have advantage on the save, provided the chimera uses the breath within the next 1 minute. Once a head has succumbed to a desire, that head can't succumb again for the next 24 hours."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The chimera is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Multiple Heads",
                    "desc": "The chimera has three heads and is resistant to the blinded, charmed, deafened, frightened, stunned, and unconscious conditions."
                }
            ],
            "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_chimera/"
        },
        {
            "slug": "drider_bf",
            "desc": "",
            "name": "Drider",
            "size": "large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 16,
            "dexterity": 22,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": 3,
            "dexterity_save": 6,
            "constitution_save": 4,
            "intelligence_save": 1,
            "wisdom_save": 2,
            "charisma_save": 1,
            "perception": 15,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Fey Ancestry,Monstrosity Resilience",
            "damage_immunities": "poison,poisoned",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Elvish,Undercommon",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The drider makes one Longsword attack and two Skewer attacks, or it makes three Web Shot attacks."
                },
                {
                    "name": "Longsword",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) slashing damage, or 8 (1d10+3) slashing damage if used with two hands."
                },
                {
                    "name": "Skewer",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d6+3) piercing damage plus 13 (3d8) poison damage."
                },
                {
                    "name": "Web Shot",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 30/60 ft., one target. _Hit:_ 14 (2d10+3) bludgeoning damage, and the target must succeed on a DC 15 STR save or be restrained by webbing. A creature, including the restrained target, can take its action to break the webbing and free the restrained target by succeeding on a DC 15 STR check."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Fey Ancestry",
                    "desc": "The drider is resistant to the charmed condition, and magic can't put the drider to sleep."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The drider is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The drider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the drider has disadvantage on attack rolls, and its Perception is 10 when perceiving by sight."
                },
                {
                    "name": "Web Sense",
                    "desc": "While in contact with a web, the drider knows the exact location of any other creature in contact with the same web."
                },
                {
                    "name": "Web Walker",
                    "desc": "The drider ignores movement restrictions caused by webbing."
                }
            ],
            "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_drider/"
        },
        {
            "slug": "invisible_stalker_bf",
            "desc": "",
            "name": "Invisible Stalker",
            "size": "medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 121,
            "hit_dice": "",
            "speed": {
                "walk": 50,
                "fly": 50,
                "hover": true
            },
            "strength": 16,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 20,
            "charisma": 10,
            "strength_save": 3,
            "dexterity_save": 4,
            "constitution_save": 2,
            "intelligence_save": 0,
            "wisdom_save": 5,
            "charisma_save": 0,
            "perception": 18,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Elemental Resilience",
            "damage_immunities": "Elemental Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Auran,understands Common but can't speak it",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The stalker makes two Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage plus 9 (2d8) cold damage. If the target is the stalker's quarry, the target must succeed on a DC 15 DEX save or its speed is halved until the end of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Steal Breath",
                    "desc": "The invisible stalker calls on the air in the lungs of one breathing creature it can see within 30 feet of it, causing the air to leave the creature. The target must succeed on a DC 15 CON save or be unable to speak or cast spells with verbal components until the end of its next turn. A creature that fails the save by 5 or more is also incapacitated and suffocating for the duration, as it coughs uncontrollably."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "The invisible stalker doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Elemental Resilience",
                    "desc": "The stalker is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions."
                },
                {
                    "name": "Faultless Tracker",
                    "desc": "At the end of each long rest, the invisible stalker can choose a creature it knows or has seen to be its quarry. A stalker summoned by another creature can choose only the quarry specified by its summoner, but the stalker also knows the location of its summoner while it continues to serve the summoner. The stalker always knows the direction and distance to its quarry, provided the two are on the same plane of existence."
                },
                {
                    "name": "Invisibility",
                    "desc": "The stalker is invisible. The condition's effect on DEX (Stealth) checks has been included in the above Stealth value."
                }
            ],
            "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_invisible-stalker/"
        },
        {
            "slug": "mage_bf",
            "desc": "",
            "name": "Mage",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 10,
            "armor_desc": "13 with mage armor",
            "hit_points": 140,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 10,
            "constitution": 10,
            "intelligence": 22,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": -1,
            "dexterity_save": 0,
            "constitution_save": 0,
            "intelligence_save": 6,
            "wisdom_save": 1,
            "charisma_save": 0,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "any four languages",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mage makes three Dagger or Arcane Bolt attacks. It can replace one attack with a use of Spellcasting."
                },
                {
                    "name": "Dagger",
                    "desc": "_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 2 (1d4) piercing damage plus 13 (3d8) force damage."
                },
                {
                    "name": "Arcane Bolt",
                    "desc": "_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 16 (3d8+3) force damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The mage casts one of the following spells, using INT as the spellcasting ability (spell save DC 14).<br>At will: _detect magic_, _light_, _mage hand_, _prestidigitation_<br>3/day each: _fly_, _mage armor_, _mirror image_<br>2/day each: _fireball_, _haste_, _slow_<br>1/day each: _cone of cold_, _greater invisibility_"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Arcane Weapons",
                    "desc": "The mage's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 3d8 force damage (included in the attack)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The mage 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_mage/"
        },
        {
            "slug": "mammoth_bf",
            "desc": "",
            "name": "Mammoth",
            "size": "huge",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 133,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": 6,
            "dexterity_save": -1,
            "constitution_save": 5,
            "intelligence_save": -4,
            "wisdom_save": 0,
            "charisma_save": -2,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold,prone",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "-",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mammoth makes two Gore attacks."
                },
                {
                    "name": "Gore",
                    "desc": "_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 22 (3d10+6) piercing damage."
                },
                {
                    "name": "Stomp",
                    "desc": "_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one prone creature. _Hit:_ 19 (3d8+6) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Trunk Grab",
                    "desc": "The mammoth grabs one Large or smaller creature within 10 feet of it. The target must succeed on a DC 17 STR save or be grappled (escape DC 17). Until this grapple ends, the target is restrained, and the mammoth can't use Trunk Grab on another creature."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Trampling Charge",
                    "desc": "If the mammoth 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 17 STR save or be knocked prone. If the target is prone, the mammoth can make one Stomp attack against it as a bonus action."
                }
            ],
            "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_mammoth/"
        },
        {
            "slug": "medusa_bf",
            "desc": "",
            "name": "Medusa",
            "size": "medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 22,
            "strength_save": 0,
            "dexterity_save": 4,
            "constitution_save": 3,
            "intelligence_save": 2,
            "wisdom_save": 1,
            "charisma_save": 6,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "petrified,Monstrosity Resilience",
            "damage_immunities": "poison,poisoned",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Common",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The medusa makes one Snake Hair attack and two Shortsword attacks, or it makes three Longbow attacks."
                },
                {
                    "name": "Snake Hair",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 6 (1d4+4) piercing damage plus 14 (4d6) poison damage."
                },
                {
                    "name": "Shortsword",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) piercing damage plus 7 (2d6) poison damage."
                },
                {
                    "name": "Longbow",
                    "desc": "_Ranged Weapon Attack:_ +7 to hit, range 150/600 ft., one target. _Hit:_ 8 (1d8+4) piercing damage plus 7 (2d6) poison damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Interruptive Hiss",
                    "desc": "When a creature the medusa can see targets it with an attack, the medusa's snakes can suddenly rise and hiss at the attacker. The attacker must succeed on a DC 14 WIS save or fail the attack roll."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The medusa is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Petrifying Gaze",
                    "desc": "When a creature that can see the medusa's eyes starts its turn within 30 feet of the medusa, the medusa can force it to make a DC 14 CON save if the medusa isn't incapacitated and can see the creature. If the save fails by 5 or more, the creature is instantly petrified. Otherwise, a creature that fails the save begins to turn to stone and is restrained. The restrained creature must repeat the save at the end of its next turn, becoming petrified on a failure or ending the effect on itself on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic.<br>Unless surprised, a creature can avert its eyes to avoid the save at the start of its turn. If the creature does so, it can't see the medusa until the start of its next turn, when it can avert its eyes again. If the creature looks at the medusa in the meantime, it must immediately make the save.<br> If the medusa sees itself reflected on a polished surface within 30 feet of it and in an area of bright light, the medusa, due to its curse, is affected by its own gaze. A medusa isn't resistant to its own gaze."
                },
                {
                    "name": "Snake Friend",
                    "desc": "The medusa can communicate with snakes as if they shared a language, and snakes can't be petrified by the medusa's Petrifying Gaze."
                }
            ],
            "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_medusa/"
        },
        {
            "slug": "scorch_drake_bf",
            "desc": "",
            "name": "Scorch Drake",
            "size": "large",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 145,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 20,
            "charisma": 8,
            "strength_save": 3,
            "dexterity_save": 1,
            "constitution_save": 4,
            "intelligence_save": -2,
            "wisdom_save": 5,
            "charisma_save": -1,
            "perception": 15,
            "skills": {},
            "damage_vulnerabilities": "cold",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Draconic",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The scorch drake makes one Bite and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing and 3 (1d6) fire damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing and 3 (1d6) fire damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The scorch drake spits liquid fire in a 30-foot cone. Each creature in that area must make a DC 15 DEX save. On a failure, a creature takes 24 (7d6) fire damage and ignites. On a success, a creature takes half the damage and doesn't ignite. Until a creature takes an action to douse the fire, an ignited creature takes 3 (1d6) fire damage at the start of each of its turns. This fire ignites flammable objects in the line that aren't being worn or carried."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Fan the Flames",
                    "desc": "The scorch drake flaps its wings in the direction of one ignited creature it can see within 15 feet of it. The flames coating the target flare up and generate excess smoke. The target must succeed on a DC 15 CON save or be blinded until the end of its next turn."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heat Shimmer",
                    "desc": "Creatures more than 30 feet from the scorch drake have disadvantage on WIS (Perception) checks to see the drake."
                },
                {
                    "name": "Scalding Blood",
                    "desc": "A creature that hits the scorch drake with a melee attack while within 5 feet of the drake takes 3 (1d6) fire damage and must succeed on a DC 15 DEX save or ignite. Until a creature takes an action to douse the fire, an ignited creature takes 3 (1d6) fire damage at the start of each of its turns."
                }
            ],
            "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_scorch-drake/"
        },
        {
            "slug": "vrock_bf",
            "desc": "",
            "name": "Vrock",
            "size": "large",
            "type": "Fiend",
            "subtype": "Demon",
            "group": "Demons",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 16,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 22,
            "charisma": 14,
            "strength_save": 3,
            "dexterity_save": 5,
            "constitution_save": 4,
            "intelligence_save": -1,
            "wisdom_save": 6,
            "charisma_save": 2,
            "perception": 16,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks,Demonic Resilience",
            "damage_immunities": "Demonic Resilience",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Abyssal,telepathy 120 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vrock makes one Beak attack and two Talon attacks."
                },
                {
                    "name": "Beak",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) piercing damage."
                },
                {
                    "name": "Talon",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 14 (2d10+3) slashing damage."
                },
                {
                    "name": "Wing Spores (Recharge 5-6)",
                    "desc": "The vrock shakes a cloud of toxic spores from its wings. Each creature within 15 feet of it must make a DC 15 CON save. On a failure, a creature takes 28 (8d6) poison damage and is poisoned for 1 minute. On a success, a creature takes half the damage and isn't poisoned. While poisoned, a creature takes 3 (1d6) poison damage at the start of each of its turns. A poisoned creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. Emptying a vial of holy water on the poisoned creature also ends the effect on it."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Startling Screech",
                    "desc": "The vrock emits a horrific screech at one creature it can see within 30 feet of it. The target must succeed on a DC 14 CON save or be able to take either an action or bonus action on its turn, not both, and it can't take reactions."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Demonic Resilience",
                    "desc": "The vrock is resistant to cold, fire, and lightning damage. In addition, it is immune to poison damage and to the poisoned condition."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The vrock has advantage on saves against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_vrock/"
        },
        {
            "slug": "wyvern_bf",
            "desc": "",
            "name": "Wyvern",
            "size": "large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 147,
            "hit_dice": "",
            "speed": {
                "walk": 20,
                "fly": 80
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": 4,
            "dexterity_save": 0,
            "constitution_save": 3,
            "intelligence_save": -3,
            "wisdom_save": 1,
            "charisma_save": -2,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "Clumsy",
            "damage_resistances": "",
            "damage_immunities": "poison,poisoned",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "-",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wyvern makes one Bite attack and one Stinger attack. While flying, it can replace one attack with a Claws attack."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 11 (2d6+4) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage."
                },
                {
                    "name": "Stinger",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 15 ft., one creature. _Hit:_ 15 (2d10+4) piercing damage plus 18 (4d8) poison damage. The target must succeed on a DC 15 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": [],
            "reactions": [
                {
                    "name": "Reflexive Tail Whip",
                    "desc": "When a creature moves into a space within 15 feet of the wyvern, it can whip its tail at the creature. The target must succeed on a DC 15 STR save or be knocked prone."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Clumsy",
                    "desc": "While not flying, the wyvern is vulnerable to the grappled, prone, and restrained conditions."
                }
            ],
            "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_wyvern/"
        },
        {
            "slug": "young_brass_dragon_bf",
            "desc": "",
            "name": "Young Brass Dragon",
            "size": "large",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 119,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "burrow": 20,
                "fly": 80
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 22,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": 4,
            "dexterity_save": 3,
            "constitution_save": 6,
            "intelligence_save": 1,
            "wisdom_save": 3,
            "charisma_save": 5,
            "perception": 16,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., keensense 30 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "6",
            "cr": 6.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 Sleep Breath, if available."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 15 (2d10+4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon exhales fire in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 14 DEX save, taking 35 (10d6) fire damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Sleep Breath (Recharge 6)",
                    "desc": "The dragon exhales sleep gas in a 30-foot cone. Each creature in that area must succeed on a DC 14 CON save or fall unconscious for 1 minute. This effect ends for a creature if the creature takes damage or another creature uses an action to wake it."
                }
            ],
            "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": "Suffocating Heat",
                    "desc": "After the brass dragon uses its Fire Breath, the air around it is devoid of moisture and lacking in breathable air. While the dragon's Fire Breath is unavailable, each creature that requires air to breathe, other than the dragon, and that starts its turn within 10 feet of the dragon must succeed on a DC 14 CON save or begin suffocating. A creature that fails this save for two consecutive rounds falls unconscious until it takes damage or another creature uses an action to wake it."
                }
            ],
            "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-brass-dragon/"
        },
        {
            "slug": "young_white_dragon_bf",
            "desc": "",
            "name": "Young White Dragon",
            "size": "large",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "burrow": 20,
                "fly": 80,
                "swim": 40
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 24,
            "intelligence": 6,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": 4,
            "dexterity_save": 3,
            "constitution_save": 7,
            "intelligence_save": -2,
            "wisdom_save": 4,
            "charisma_save": 4,
            "perception": 17,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., keensense 30 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "6",
            "cr": 6.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 4 (1d8) cold damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Cold Breath (Recharge 5-6)",
                    "desc": "The dragon exhales an icy blast in a 30-foot cone. Each creature in that area must make a DC 15 CON save, taking 31 (7d8) cold 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": "Ice Walk",
                    "desc": "The dragon can move across and climb 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": "Numbing Chill",
                    "desc": "When the white dragon hasn’t unleashed its Cold Breath, the cold builds up within it and ripples outward from it. While the dragon’s Cold Breath is available, it emits a numbing chill, and each creature that starts its turn within 10 feet of the dragon must succeed on a DC 15 CON save or its speed is reduced by 10 feet."
                }
            ],
            "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-white-dragon/"
        },
        {
            "slug": "bearfolk-chieftain",
            "desc": "",
            "name": "Bearfolk Chieftain",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "bearfolk",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 17,
            "armor_desc": "chain shirt, shield",
            "hit_points": 130,
            "hit_dice": "20d8+40",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 11,
                "insight": 5,
                "intimidation": 7,
                "persuasion": 4,
                "survival": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Giant",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The bearfolk makes two attacks with its battleaxe and one with its bite.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d8+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage, or 16 (2d10 + 5) slashing damage if used two-handed.",
                    "name": "Battleaxe"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) piercing damage.",
                    "name": "Bite"
                },
                {
                    "desc": "For 1 minute, the bearfolk chieftain can, as a reaction, utter a special command or warning whenever a nonhostile creature that it can see within 30 feet of it makes an attack roll or a saving throw. The creature can add a d4 to its roll, provided it can hear and understand the bearfolk chieftain. A creature can benefit from only one Leadership die at a time. This effect ends if the bearfolk chieftain is incapacitated.",
                    "name": "Leadership (Recharges after a Short or Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "A melee weapon deals one extra die of its damage when the bearfolk cheiftain hits with it (included in the attack).",
                    "name": "Brute"
                },
                {
                    "desc": "As a bonus action, the bearfolk can trigger a berserk frenzy that lasts 1 minute. While in frenzy, it gains resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks and has advantage on attack rolls. Attack rolls made against a frenzied bearfolk have advantage.",
                    "name": "Frenzy (1/rest)"
                },
                {
                    "desc": "The bearfolk has advantage on Wisdom(Perception) checks that rely on smell.",
                    "name": "Keen Smell"
                },
                {
                    "desc": "If the bearfolk moves at least 20 feet straight toward a creature and then hits it with a battleaxe attack on the same turn, that target must succeed on a DC 15 Strength saving throw or be knocked prone. If the target is prone, the bearfolk can make one bite attack against it as a bonus action.",
                    "name": "Savage Charge"
                }
            ],
            "spell_list": [],
            "page_no": 51,
            "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_bearfolk-chieftain/"
        },
        {
            "slug": "blood-ooze",
            "desc": "",
            "name": "Blood Ooze",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 8,
            "armor_desc": null,
            "hit_points": 76,
            "hit_dice": "8d10+32",
            "speed": {
                "climb": 20,
                "walk": 20
            },
            "strength": 16,
            "dexterity": 6,
            "constitution": 18,
            "intelligence": 1,
            "wisdom": 8,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid, fire, necrotic, slashing",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 9",
            "languages": "-",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) bludgeoning damage plus 16 (3d10) necrotic damage. The ooze gains temporary hp equal to the necrotic damage taken.",
                    "name": "Pseudopod"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When the blood ooze is hit with a melee attack, it can drain blood from the attacker. The attacker must make a DC 15 Constitution saving throw, taking 11 (2d10) necrotic damage on a failed save, or half as much damage on a successful one. The ooze gains temporary hp equal to the necrotic damage taken.",
                    "name": "Overflow"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ooze can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Amorphous"
                },
                {
                    "desc": "A creature that touches the ooze or hits it with a melee attack while within 5 feet of it takes 5 (1d10) necrotic damage and the ooze gains temporary hp equal to that amount as it drains blood from the victim. It can add temporary hp gained from this trait to temporary hp gained from its pseudopod attack and Overflow reaction. Its temporary hp can't exceed half its maximum hp. If the ooze takes radiant damage, this trait doesn't function at the start of the ooze's next turn, although it retains any temporary hp it previously gained.",
                    "name": "Blood Drain"
                },
                {
                    "desc": "The ooze can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
                    "name": "Spider Climb"
                }
            ],
            "spell_list": [],
            "page_no": 282,
            "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-ooze/"
        },
        {
            "slug": "cacus-giant",
            "desc": "",
            "name": "Cacus Giant",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 138,
            "hit_dice": "12d12+60",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 11,
            "constitution": 20,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "survival": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "passive Perception 15",
            "languages": "Giant",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The cacus giant makes two greatclub attacks.",
                    "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) bludgeoning damage.",
                    "name": "Greatclub"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "4d10+5",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 30/120 ft., one target. Hit: 27 (4d10 + 5) bludgeoning damage.",
                    "name": "Rock"
                },
                {
                    "desc": "The cacus giant exhales fire in a 30-foot cone. Each creature in that area must make a DC 16 Dexterity saving throw, taking 24 (7d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Fire Breath (Recharge 4-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When the cacus giant dies, it exhales a final breath of divine essence in a gout of intense fire. Each creature within 5 feet of it must make a DC 16 Dexterity saving throw, taking 27 (6d8) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Final Breath"
                }
            ],
            "spell_list": [],
            "page_no": 181,
            "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_cacus-giant/"
        },
        {
            "slug": "child-of-yggdrasil",
            "desc": "",
            "name": "Child of Yggdrasil",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "15d10+30",
            "speed": {
                "climb": 20,
                "walk": 20
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 18,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "perception": 7,
                "stealth": 3
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "",
            "damage_immunities": "acid, cold; bludgeoning from nonmagical attacks",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "Common, Giant",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The child of Yggdrasil makes three claw attacks.",
                    "name": "Multiattack"
                },
                {
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 7 (1d8 + 3) slashing damage plus 7 (2d6) acid damage.",
                    "name": "Claw"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As an action, the child of Yggdrasil destroys one nonmagical object that isn't being worn or carried, such as a rope, plank, candlestick, or even an entire bronze cauldron.",
                    "name": "Acid Touch"
                },
                {
                    "desc": "The child of Yggdrasil has advantage on Dexterity (Stealth) checks made to hide in forest terrain.",
                    "name": "Forest Camouflage"
                },
                {
                    "desc": "The child of Yggdrasil has advantage on Wisdom (Perception) checks that rely on smell.",
                    "name": "Keen Smell"
                }
            ],
            "spell_list": [],
            "page_no": 61,
            "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_child-of-yggdrasil/"
        },
        {
            "slug": "clockwork-assassin",
            "desc": "",
            "name": "Clockwork Assassin",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 99,
            "hit_dice": "18d8+18",
            "speed": {
                "climb": 30,
                "walk": 30
            },
            "strength": 14,
            "dexterity": 17,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "acrobatics": 6,
                "investigation": 4,
                "perception": 4,
                "stealth": 9,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning, poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands Common but can't speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The clockwork assassin makes two rapier 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 and the target must succeed on a DC 15 Constitution saving throw or take 11 (2d10) poison damage and be poisoned for 1 minute.",
                    "name": "Rapier"
                },
                {
                    "desc": "The assassin breaks its body down into a snakelike, segmented cylinder, which allows it to move through a space as narrow as 6 inches wide. It can reassemble itself into its true form by using this action again. While disassembled into its snake form, the assassin can't attack and attack rolls against it have advantage.",
                    "name": "Disassembly"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "During its first turn, the assassin has advantage on attack rolls against any creature that hasn't taken a turn. Any hit the assassin scores against a surprised creature is a critical hit.",
                    "name": "Assassinate"
                },
                {
                    "desc": "When the assassin is destroyed, its core explodes, projecting superheated steam and shrapnel. Each creature within 5 feet of the construct must make a DC 13 Dexterity saving throw, taking 10 (3d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Explosive Core"
                },
                {
                    "desc": "The assassin is immune to any spell or effect, other than its disassembly trait, that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The assassin has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "If the assassin takes psychic damage, it has disadvantage on attack rolls, saving throws, and ability checks until the end of its next turn.",
                    "name": "Psychic Susceptibility"
                },
                {
                    "desc": "The assassin deals an extra 10 (3d6) damage when it hits a target with a weapon attack and has advantage on the attack roll, or when the target is within 5 feet of an ally of the assassin that isn't incapacitated and the assassin doesn't have disadvantage on the attack roll.",
                    "name": "Sneak Attack (1/Turn)"
                },
                {
                    "desc": "The assassin's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
                    "name": "Standing Leap"
                }
            ],
            "spell_list": [],
            "page_no": 64,
            "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_clockwork-assassin/"
        },
        {
            "slug": "crimson-mist",
            "desc": "",
            "name": "Crimson Mist",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": null,
            "hit_points": 68,
            "hit_dice": "8d8+32",
            "speed": {
                "hover": true,
                "walk": 60
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 2,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, 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 11",
            "languages": "understands all languages it knew as a vampire, but can't speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The mist moves up to its speed. While doing so, it can enter a Medium or smaller creature's space. When the mist enters a creature's space, the creature must make a DC 15 Dexterity saving throw. On a successful save, the creature can choose to be pushed 5 feet back or to the side of the mist. A creature that chooses not to be pushed suffers the consequences of a failed saving throw.\n\nOn a failed save, the mist enters the creature's space, and the creature takes 15 (4d6) necrotic damage and is engulfed. The engulfed creature can't breathe, is restrained, and takes 15 (4d6) necrotic damage at the start of each of the mist's turns. When the mist moves, the engulfed creature doesn't move with it, and is freed. An engulfed creature can try to escape by taking an action to make a DC 14 Strength check. On a success, the creature escapes and enters a space of its choice within 5 feet of the mist. A creature within 5 feet of the mist can take an action to pull a creature out of the mist. Doing so requires a DC 14 Strength check, and the creature making the attempt takes 14 (4d6) necrotic damage. The mist can only engulf one Medium or smaller creature at a time.",
                    "name": "Engulf"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The crimson mist is weightless and can enter a hostile creature's space and stop there. In addition, if air can pass through a space, the mist can do so without squeezing.",
                    "name": "Pseudocorporeal"
                },
                {
                    "desc": "Whenever the crimson mist deals necrotic damage to a living creature with blood in its body, the creature's hp maximum is reduced by the same amount and the mist regains hp equal to half the necrotic damage dealt. The reduction lasts until the creature finishes a long rest. The creature dies if this effect reduces its hp maximum to 0.",
                    "name": "Sanguine Feast"
                },
                {
                    "desc": "The crimson mist has the following flaws:\nForbiddance. The crimson mist can't enter a residence without an invitation from one of the occupants.\nHarmed by Running Water. The crimson mist takes 20 force damage if it ends its turn above or within running water.\nSunlight Hypersensitivity. The crimson mist takes 20 radiant damage when it starts its turn in sunlight. While in sunlight, it has disadvantage on attack rolls and ability checks.",
                    "name": "Vampire Weaknesses"
                }
            ],
            "spell_list": [],
            "page_no": 67,
            "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_crimson-mist/"
        },
        {
            "slug": "deathsworn-elf",
            "desc": "",
            "name": "Deathsworn Elf",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "elf",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 16,
            "armor_desc": "studded leather",
            "hit_points": 82,
            "hit_dice": "15d8+15",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 19,
            "constitution": 12,
            "intelligence": 11,
            "wisdom": 13,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "perception": 7,
                "stealth": 10,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 17",
            "languages": "Common, Elvish",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The deathsworn makes two melee attacks or four ranged 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) slashing damage.",
                    "name": "Scimitar"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d8+4",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 150/600 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
                    "name": "Longbow"
                },
                {
                    "desc": "The deathsworn shoots a rain of fiery arrows in a 30-foot cone. Each creature in that area must make a DC 15 Dexterity saving throw, taking 18 (4d8) piercing damage and 7 (2d6) fire damage on a failed save, or half as much damage on a successful one.",
                    "name": "Volley (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The deathsworn can use Disengage as a bonus action.",
                    "name": "Archer's Step"
                },
                {
                    "desc": "As a bonus action after firing an arrow, the deathsworn can imbue the arrow with magical power, causing it to trail green fire. The arrow deals an extra 7 (2d6) fire damage.",
                    "name": "Death Bolt (3/Day)"
                },
                {
                    "desc": "The deathsworn has advantage on saving throws against being charmed, and magic can't put the deathsworn to sleep.",
                    "name": "Fey Ancestry"
                },
                {
                    "desc": "The deathsworn has advantage on Wisdom (Perception) checks that rely on hearing or sight.",
                    "name": "Keen Hearing and Sight"
                },
                {
                    "desc": "The deathsworn's weapon attacks are magical.",
                    "name": "Magic Weapons"
                },
                {
                    "desc": "The deathsworn can take the Hide action as a bonus action.",
                    "name": "Stealthy Traveler"
                },
                {
                    "desc": "If the deathsworn surprises a creature and hits it with an attack during the first round of combat, the target takes an extra 10 (3d6) damage from the attack.",
                    "name": "Surprise Attack"
                }
            ],
            "spell_list": [],
            "page_no": 142,
            "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_deathsworn-elf/"
        },
        {
            "slug": "desert-troll",
            "desc": "",
            "name": "Desert Troll",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "10d10+50",
            "speed": {
                "burrow": 30,
                "walk": 30
            },
            "strength": 20,
            "dexterity": 13,
            "constitution": 20,
            "intelligence": 9,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Giant",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The desert troll makes three attacks: one with its bite and two with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "1d6+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) piercing damage.",
                    "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) slashing damage.",
                    "name": "Claws"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The desert troll has advantage on Dexterity (Stealth) checks made to hide in desert terrain.",
                    "name": "Desert Camouflage"
                },
                {
                    "desc": "If the desert troll burrows at least 15 feet straight toward a creature, it can burst out of the ground, harming those above it. Each creature in its space when it erupts must make a DC 16 Strength saving throw. On a failure, the creature takes 10 (3d6) bludgeoning damage, is pushed out of the troll's space, and is knocked prone. On a success, the creature takes half the damage and is pushed out of the troll's space, but isn't knocked prone.",
                    "name": "Erupt"
                },
                {
                    "desc": "The desert troll has advantage on Wisdom (Perception) checks that rely on smell.",
                    "name": "Keen Smell"
                },
                {
                    "desc": "The troll regains 10 hp at the start of its turn. If the troll takes acid damage, this trait doesn't function at the start of the troll's next turn. The troll dies only if it starts its turn with 0 hp and doesn't regenerate.",
                    "name": "Regeneration"
                },
                {
                    "desc": "The desert troll takes 1 acid damage for every 5 feet it moves in water or for every gallon of water splashed on it.",
                    "name": "Water Susceptibility"
                }
            ],
            "spell_list": [],
            "page_no": 356,
            "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_desert-troll/"
        },
        {
            "slug": "devil-bough",
            "desc": "",
            "name": "Devil Bough",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d12+36",
            "speed": {
                "walk": 10
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "tremorsense 60 ft., passive Perception 13",
            "languages": "Abyssal, Infernal, telepathy 120 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The devil bough makes one claw attack and one bite attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 14 (3d6 + 4) slashing damage.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d8+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 17 (3d8 + 4) piercing damage. If the target is a Large or smaller creature, it is grappled (escape DC 15). Until this grapple ends, the target is restrained and the devil bough can't make bite attacks against other targets.",
                    "name": "Bite"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a spell of 5th level or lower is cast within 100 feet of the devil bough, it attempts to synthesize the magic. The spell resolves as normal, but the devil bough has a 50% chance of regaining 5 (1d10) hp per level of the spell cast.",
                    "name": "Arcasynthesis"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The devil bough has advantage on attack rolls against any creature grappled by its bite attack.",
                    "name": "Grinding Maw"
                },
                {
                    "desc": "The devil bough knows if a creature within 60 feet of it is evil-aligned or not.",
                    "name": "Like Calls to Like"
                }
            ],
            "spell_list": [],
            "page_no": 302,
            "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_devil-bough/"
        },
        {
            "slug": "dracotaur",
            "desc": "",
            "name": "Dracotaur",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "burrow": 20,
                "walk": 50
            },
            "strength": 21,
            "dexterity": 17,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": 4,
            "skills": {
                "athletics": 8,
                "intimidation": 5,
                "perception": 4,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Draconic, Elvish",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The dracotaur makes two attacks: one with its bite and one with its claws or two with its longbow.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage plus 7 (2d6) lightning damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage.",
                    "name": "Claws"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d8+3",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 150/600 ft., one target. Hit: 12 (2d8 + 3) piercing damage.",
                    "name": "Longbow"
                },
                {
                    "desc": "The dracotaur shoots an arrow at a point it can see within 150 feet where it explodes into a 20-foot-radius sphere of lightning. Each creature in that area must make a DC 15 Dexterity saving throw, taking 28 (8d6) lightning damage on a failed save, or half as damage much on a successful one.",
                    "name": "Lightning Arrow (Recharges after a Short or Long Rest)"
                },
                {
                    "desc": "The dracotaur exhales lightning in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 15 Dexterity saving throw, taking 33 (6d10) lightning damage on a failed save, or half as much damage on a successful one.",
                    "name": "Lightning Breath (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the dracotaur moves at least 30 feet straight toward a target and then hits it with a bite attack on the same turn, the target takes an extra 14 (4d6) piercing damage.",
                    "name": "Charge"
                }
            ],
            "spell_list": [],
            "page_no": 110,
            "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_dracotaur/"
        },
        {
            "slug": "echo",
            "desc": "",
            "name": "Echo",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": null,
            "hit_points": 102,
            "hit_dice": "12d8+48",
            "speed": {
                "fly": 20,
                "walk": 30
            },
            "strength": 20,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 18,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "persuasion": 6,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Abyssal, Celestial",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d8+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage and if the creature is wearing metal armor, it must make a successful DC 15 Constitution saving throw or be deafened until the end of its next turn.",
                    "name": "Iron Claws"
                },
                {
                    "desc": "The echo demon teleports up to 60 feet to an unoccupied space. Immediately after teleporting, it can make an iron claws attack with advantage as a bonus action.",
                    "name": "Everywhere at Once (Recharge 5-6)"
                },
                {
                    "desc": "The echo demon summons horrible wails from the deep crevasses of the Abyss. Creatures within 60 feet who can hear the wails must succeed on a DC 15 Wisdom saving throw or be stunned until the start of the echo demon's next turn. An affected creature continues hearing the troubling echoes of these cries until it finishes a long rest, and it has disadvantage on Intelligence checks until then.",
                    "name": "Echoes of the Abyss (1/Day)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The demon's presence is extremely distracting. Each creature within 100 feet of the echo demon and that can hear it has disadvantage on concentration checks.",
                    "name": "Aura of Cacophony"
                }
            ],
            "spell_list": [],
            "page_no": 84,
            "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_echo/"
        },
        {
            "slug": "elder-ghost-boar",
            "desc": "",
            "name": "Elder Ghost Boar",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 104,
            "hit_dice": "11d12+33",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 9,
            "constitution": 17,
            "intelligence": 7,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "understands Common but can't speak it",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The elder ghost boar makes two tusk attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 9,
                    "damage_dice": "3d6+6",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 16 (3d6 + 6) slashing damage.",
                    "name": "Tusk"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When it is targeted by an attack or spell or is grappled or restrained, the ghost boar becomes momentarily incorporeal. It gains resistance to any damage that isn't force and ends any grappled or restrained conditions on itself.",
                    "name": "Ghostly Slip"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the ghost boar moves at least 20 feet straight toward a target and then hits it with a tusk attack on the same turn, the target takes an extra 14 (4d6) slashing damage If the target is a creature, it must succeed on a DC 17 Strength saving throw or be knocked prone.",
                    "name": "Charge"
                },
                {
                    "desc": "When the ghost boar moves, it becomes temporarily incorporeal. It can move through creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage and is pushed to the closest unoccupied space if it ends its turn inside an object.",
                    "name": "Incorporeal Jaunt"
                },
                {
                    "desc": "If the elder ghost boar takes 20 damage or less that would reduce it to 0 hp, it is reduced to 1 hp instead.",
                    "name": "Relentless (Recharges after a Short or Long Rest)"
                },
                {
                    "desc": "When a creature dies within 30 feet of the ghost boar, its spirit can possess the boar, incapacitating the boar for up to 1 minute. During this time, the spirit is affected by the speak with dead spell, speaking through the ghost boar's mouth.",
                    "name": "Spirit Conduit"
                }
            ],
            "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_elder-ghost-boar/"
        },
        {
            "slug": "fey-drake",
            "desc": "",
            "name": "Fey Drake",
            "size": "Small",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 82,
            "hit_dice": "15d6+30",
            "speed": {
                "fly": 80,
                "walk": 20
            },
            "strength": 6,
            "dexterity": 20,
            "constitution": 15,
            "intelligence": 15,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "arcana": 5,
                "deception": 7,
                "perception": 6,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 16",
            "languages": "Common, Draconic, Sylvan, telepathy 120 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The fey drake makes three bite attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d4+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 10 (2d4 + 5) piercing damage, and the target must succeed on a DC 16 Constitution saving throw or be poisoned for 1 hour.",
                    "name": "Bite"
                },
                {
                    "desc": "The drake breaths a plume of purple gas in a 15-foot cone. Each creature in that area must succeed on a DC 16 Wisdom saving throw or be charmed for 1 minute. While charmed, the creature can't take bonus actions or reactions, and it makes all Intelligence, Wisdom, and Charisma skill checks and saving throws with disadvantage.",
                    "name": "Bewildering Breath (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The fey drake has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "As a bonus action, the fey drake can magically turn invisible until its concentration ends (as if concentrating on a spell). Any equipment the drake wears or carries is invisible with it.",
                    "name": "Superior Invisibility"
                },
                {
                    "desc": "The fey drake's innate spellcasting ability is Charisma (spell save DC 15, +7 to hit with spell attacks). The fey drake can innately cast the following spells, requiring no material components\nAt will: charm person, color spray, grease\n3/day each: hypnotic pattern, locate creature, suggestion\n1/day each: dominate person, polymorph",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 130,
            "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_fey-drake/"
        }
    ]
}