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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=-damage_resistances&page=5",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=-damage_resistances&page=3",
    "results": [
        {
            "slug": "cauldronborn",
            "desc": "",
            "name": "Cauldronborn",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 13,
            "hit_dice": "3d6+3",
            "speed": {
                "walk": 20
            },
            "strength": 14,
            "dexterity": 7,
            "constitution": 12,
            "intelligence": 3,
            "wisdom": 6,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing and slashing from nonmagical attacks not made with adamantine",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 8",
            "languages": "-",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The cauldronborn makes two slam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) bludgeoning damage.",
                    "name": "Slam"
                },
                {
                    "desc": "The cauldronborn releases a hungry screech, magically reaching out to nearby potions. All potions within 10 feet of the cauldronborn magically move toward the cauldronborn by rolling out of backpacks, hopping off of belts, unburying themselves, etc. A creature wearing or carrying a potion must succeed on a DC 13 Dexterity saving throw or its potion moves to within 5 feet of the cauldronborn. The target must make a separate saving throw for each potion it is attempting to keep in its possession.",
                    "name": "Call Potion (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, a cauldronborn can consume one potion within 5 feet of it that is not being worn or carried. Along with the potion's effect, the cauldronborn's hp maximum increases by 3 (1d6) and it gains the same number of hp.",
                    "name": "Consumption"
                },
                {
                    "desc": "The cauldronborn can pinpoint the location of potions and magic items within 60 feet of it. Outside of 60 feet, it can sense the general direction of potions within 1 mile of it.",
                    "name": "Detect Elixir"
                },
                {
                    "desc": "The cauldronborn regains 2 hp at the start of its turn if it has at least 1 hp.",
                    "name": "Regeneration"
                },
                {
                    "desc": "The cauldronborn triples its speed until the end of its turn when moving toward a potion it has detected.",
                    "name": "Sprint"
                }
            ],
            "spell_list": [],
            "page_no": 59,
            "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_cauldronborn/"
        },
        {
            "slug": "glass-golem",
            "desc": "",
            "name": "Glass Golem",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 45,
            "hit_dice": "10d6+10",
            "speed": {
                "walk": 20
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 13,
            "intelligence": 3,
            "wisdom": 8,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "piercing and slashing from nonmagical attacks not made with adamantine",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) slashing damage.",
                    "name": "Shard"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a glass golem takes bludgeoning damage, it can make one shard attack against each creature within 5 feet of it.",
                    "name": "Shatter"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The golem is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The glass golem has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 200,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_glass-golem/"
        },
        {
            "slug": "bone-swarm",
            "desc": "_Dank winds sweep up skeletons, both humanoid and animal. They blow forward, reaching out for living creatures like a clawed hand of bone. A scattering of bones rolls across the ground, then rises into the air, billowing like a sheet._  \n**Swarms of Fallen.** On rare occasions, the pugnacious spirits of fallen undead join together, bonded by a common craving: to feel alive again. They gather up their bones from life, as well as any other bones they come across, and form bone swarms.  \n**Nomadic Undead.** These swarms then ravage the countryside wresting life from living creatures, grabbing livestock, humanoids, and even dragons, digging in their claws in an attempt to cling to life. Bone swarms with one or more sets of jaws wail constantly in their sorrow, interrupting their cries with snippets of rational but scattered speech declaiming their woes and despair.  \n**Cliff and Pit Dwellers.** Bone swarms gather near cliffs, crevasses, and pits in the hope of forcing a victim or an entire herd of animals to fall to its death, creating more shattered bones to add to their mass.  \n**Undead Nature.** A mask wight doesn’t require air, food, drink, or sleep.",
            "name": "Bone Swarm",
            "size": "Large",
            "type": "Undead",
            "subtype": "Swarm",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 198,
            "hit_dice": "36d10",
            "speed": {
                "walk": 20,
                "fly": 60
            },
            "strength": 22,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 9,
            "wisdom": 15,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 9,
            "perception": 6,
            "skills": {
                "acrobatics": 8,
                "perception": 6,
                "stealth": 8
            },
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "piercing and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned, prone, restrained, stunned",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Common, Void Speech",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bone swarm can attack every hostile creature in its space with swirling bones."
                },
                {
                    "name": "Swirling Bones",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 0 ft., one creature in the swarm's space. Hit: 31 (5d8 + 9) bludgeoning, piercing, or slashing damage (includes Strength of Bone special ability).",
                    "attack_bonus": 10,
                    "damage_dice": "5d8"
                },
                {
                    "name": "Death's Embrace (Recharge 5-6)",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 0 ft., one creature in the swarm's space. Hit: the target is grappled (escape DC 16) and enveloped within the swarm's bones. The swarm can force the creature to move at its normal speed wherever the bone swarm wishes. Any non-area attack against the bone swarm has a 50 percent chance of hitting a creature grappled in Death's Embrace instead."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Strength of Bone",
                    "desc": "A bone swarm can choose to deal bludgeoning, piercing, or slashing damage, and adds 1.5x its Strength bonus on swarm damage rolls as bits and pieces of broken skeletons claw, bite, stab, and slam at the victim."
                },
                {
                    "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 human skull. The swarm can't regain hit points or gain temporary hit points."
                }
            ],
            "spell_list": [],
            "page_no": 41,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_bone-swarm/"
        },
        {
            "slug": "sap-demon",
            "desc": "_When a sap demon leaves a tree, its milky amber fluid oozes from an axe wound on a stout maple’s trunk and shapes itself into a small, vaguely humanoid form on the forest floor beside the tree. This languid creature half walks and half flows forward, implacably following the axe wielder’s path to certain revenge._  \n**Tree Oozes.** Sap demons aren’t true demons, but rather are intelligent oozes that form when an enchanted tree is cut or injured. Though typically Small, the larger the sap source is, the larger the resulting creature can be. Over a few hours, they pool into a shape that vaguely resembles their tree’s attacker: for instance, if the tree cutter wore a hat, then a hat may be incorporated into the sap demon’s overall shape. The similarity is faint at best; no one would ever confuse a sap demon for the creature it hunts, because its shape has no sharp features or color other than amber.  \n**Called to Vengeance.** Sap demons can pummel their prey with partially-crystallized fists, but they especially enjoy claiming the weapon that wounded their tree and wielding it to deliver a final blow. Once their prey is destroyed, most sap demons return to their tree, but not all do. Some are curious or malevolent enough to explore the world further.  \n**Reckless Possessors.** A sap demon can possess another creature by grappling it and oozing down its throat. Once inside, the sap demon dominates its host and makes it bleed as the tree bled. Since the sap demon takes no damage when its host is wounded, it’s free to be as reckless as it likes. It might wander into a town to cause trouble. However, no matter how its new body is bandaged or cured, it never stops bleeding slowly. If the host body is killed, the sap demon oozes out during the next hour and either returns to its tree or seeks another host.",
            "name": "Sap Demon",
            "size": "Small",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "natural",
            "hit_points": 67,
            "hit_dice": "15d6+15",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 14,
            "dexterity": 6,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing and slashing from nonmagical attacks",
            "damage_immunities": "bludgeoning; acid, lightning",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 90 ft. (blind beyond this radius), passive Perception 12",
            "languages": "none in its natural form; knows the same languages as a creature it dominates",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sap demon makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 11 (2d8 + 2) bludgeoning damage. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 12), and the sap demon uses Soul Sap on it as a bonus action.",
                    "attack_bonus": 4,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Soul Sap",
                    "desc": "The sap demon slides down the throat of a sleeping, helpless, or grappled living creature of Medium size or smaller. Once inside, the sap demon takes control of its host, as per the dominate monster spell (Wisdom DC 12 negates). While dominated, the host gains blindsight 90 feet. The host drips blood from its ears, nose, eyes, or from a wound that resembles the injury done to the sap demon's tree (1 damage/ hour). Damage inflicted on the host has no effect on the sap demon. If the host dies or is reduced to 0 hit points, the sap demon must leave the body within one hour."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The sap demon can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Season's Change",
                    "desc": "If a sap demon (or its host) takes at least 10 fire damage, it also gains the effect of a haste spell until the end of its next turn. If it takes at least 10 cold damage, it gains the effect of a slow spell until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 335,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_sap-demon/"
        },
        {
            "slug": "boneswarm-tob1-2023",
            "desc": "False",
            "name": "Bone Swarm",
            "size": "Large",
            "type": "Swarm",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 198,
            "hit_dice": "36d10",
            "speed": {
                "walk": 60,
                "fly": 20
            },
            "strength": 22,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 9,
            "wisdom": 15,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 9,
            "perception": 16,
            "skills": {
                "Acrobatics": 8,
                "Perception": 6,
                "Stealth": 8
            },
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "piercing and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Common, Void Speech",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bone swarm makes two Swirling Bones attacks. It can replace one Swirling Bones attack with one Death's Embrace attack, if available."
                },
                {
                    "name": "Swirling Bones",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 0 ft., one creature in the swarm's space. Hit: 36 (8d8) bludgeoning, piercing, or slashing damage (the bone swarm's choice), or 18 (4d8) bludgeoning, piercing, or slashing damage (the bone swarm's choice) if the swarm has half of its hp or fewer."
                },
                {
                    "name": "Death's Embrace (Recharge 5-6)",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 0 ft., one creature in the swarm's space. Hit: The target is grappled (escape DC 16) if it is a Large or smaller creature. Until this grapple ends, the creature is restrained and any attack against the bone swarm has a 50 percent chance of hitting the grappled creature instead. The bone swarm can have only one creature grappled at a time. The grappled creature has advantage on ability checks made to escape the grapple when the bone swarm has half of its hp or fewer."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "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 human skull. The swarm can't regain hp or gain temporary hp."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The bone swarm doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 41,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_bone-swarm/"
        },
        {
            "slug": "lichhound-tob1-2023",
            "desc": "False",
            "name": "Lich Hound",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 85,
            "hit_dice": "10d8 + 40",
            "speed": {
                "walk": 50,
                "fly": 30
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": 5,
            "perception": 14,
            "skills": {
                "Acrobatics": 6,
                "Perception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "piercing and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 14",
            "languages": "understands Common and Darakhul but can’t speak",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The lich hound can use its Eerie Howl. It then makes two Bite attacks. If both attacks hit one creature, the target must succeed on a DC 14 Constitution saving throw or take 7 (2d6) slashing damage and be incapacitated until the end of its next turn."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage. If the target is a creature, it must succeed on a DC 14 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Eerie Howl",
                    "desc": "The lich hound releases an eerie howl that fades in and out and echoes strangely. Each creature within 30 feet of the lich hound must succeed on a DC 14 Wisdom saving throw or be frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the lich hound's Eerie Howl for the next 24 hours."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Ethereal Jaunt",
                    "desc": "The lich hound magically shifts from the Material Plane to the Ethereal Plane, or vice versa."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Blood Sense",
                    "desc": "The lich hound can pinpoint the location of creatures that aren't Constructs or Undead within 60 feet of it and can sense the general direction of such creatures within 1 mile of it."
                },
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The lich hound has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The lich hound doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 253,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_lich-hound/"
        },
        {
            "slug": "drainpipe-gargoyle-a5e",
            "desc": "",
            "name": "Drainpipe Gargoyle",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "6d8+18",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 8,
            "strength_save": 4,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing and slashing damage from nonmagical, non-adamantine weapons",
            "damage_immunities": "poison",
            "condition_immunities": "fatigue, petrified, poisoned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Terran",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gargoyle attacks with its bite and its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage  or 9 (2d6 + 2) slashing damage if the gargoyle started its turn at least 20 feet above the target."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 ft., one target. Hit: 9 (2d6 + 2) bludgeoning damage."
                },
                {
                    "name": "Spit (Recharge 5-6)",
                    "desc": "The gargoyle spits a steam of water 5 feet wide and 30 feet long. Each creature in the area makes a DC 12 Strength saving throw  taking 10 (3d6) bludgeoning damage and being pushed up to 15 feet from the gargoyle on a failure. On a success  a creature takes half damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless, the gargoyle is indistinguishable from a normal statue."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "Gargoyles dont require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 215,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_drainpipe-gargoyle/"
        },
        {
            "slug": "gargoyle-a5e",
            "desc": "",
            "name": "Gargoyle",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "6d8+18",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 8,
            "strength_save": 4,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing and slashing damage from nonmagical, non-adamantine weapons",
            "damage_immunities": "poison",
            "condition_immunities": "fatigue, petrified, poisoned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Terran",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gargoyle attacks with its bite and its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage  or 9 (2d6 + 2) slashing damage if the gargoyle started its turn at least 20 feet above the target."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 ft., one target. Hit: 9 (2d6 + 2) bludgeoning damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless, the gargoyle is indistinguishable from a normal statue."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "Gargoyles dont require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 214,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_gargoyle/"
        },
        {
            "slug": "xorn_bf",
            "desc": "",
            "name": "Xorn",
            "size": "medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 111,
            "hit_dice": "",
            "speed": {
                "walk": 20,
                "burrow": 20
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": 3,
            "dexterity_save": 0,
            "constitution_save": 6,
            "intelligence_save": 0,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 16,
            "skills": {},
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "piercing and slashing damage from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., tremorsense 60 ft.",
            "languages": "Terran",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The xorn makes one Bite attack and three Claw attacks, or it makes three Lob Stone attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (3d6+3) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage."
                },
                {
                    "name": "Lob Stone",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 20/60 ft., one target. _Hit:_ 12 (2d8+3) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shard Belch",
                    "desc": "The xorn belches a mixture of stomach gas and crystalline shards in a 15-foot cone. Each creature in the area must succeed on a DC 14 DEX save or be coated in miniscule, crystalline shards until the end of its next turn. A creature coated in shards suffers bouts of pain each time it moves, reducing its speed by 10 feet and imposing disadvantage on all weapon attack rolls."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Earth Glide",
                    "desc": "The xorn can burrow through nonmagical, unworked earth and stone. While doing so, the xorn doesn't disturb the material through which it moves."
                },
                {
                    "name": "Stone Camouflage",
                    "desc": "The xorn's Stealth is 18 while in rocky terrain."
                },
                {
                    "name": "Treasure Sense",
                    "desc": "The xorn can pinpoint, by scent, the location of precious metals and stones, such as coins and gems, within 60 feet of 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_xorn/"
        },
        {
            "slug": "lich-hound",
            "desc": "_Their howls echoing from another plane, lich hounds always arrive wreathed in mist. Half bone, half purple fire, they are creatures of hunger and the hunt. Nothing makes them happier than taking down creatures larger than themselves—or racing through the air to catch a surprised bat in mid-flight. All cruelty and fang, lich hounds are most satisfied when praised by their great undead lords._  \n**Fiery Bones.** Bright white skulls with a heavy jaw and thick, robust skeletal bodies define the ferocious lich hounds. Their eyes burn green or blue, and their tongues resemble black fire. Fueled by necromantic power, these creatures are loyal servants of either ghoul high priests or liches.  \n**Echoing Howls.** Even on their own, lich hounds are relentless hunters, pursuing their prey with powerful senses and a keen ability to find the living wherever they may hide. Lich hound howls fade into and out of normal hearing, with strangely shifted pitch and echoes.  \n**Murdered Celestials.** The dark process of creating a lich hound involves a perverse ritual of first summoning a celestial canine and binding it to the Material Plane. The hound’s future master then murders the trapped beast. Only then can the creature be animated in all its unholy glory. Hound archons have long been outraged by the creation of lich hounds, and they occasionally band together to rid the world of those who practice this particular dark magic.  \n**Undead Nature.** A lich hound doesn’t require air, food, drink, or sleep.",
            "name": "Lich Hound",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 119,
            "hit_dice": "14d8+56",
            "speed": {
                "walk": 30,
                "fly": 50
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 3,
            "perception": 4,
            "skills": {
                "acrobatics": 6,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing and bludgeoning from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "blindsight 100 ft., passive Perception 14",
            "languages": "understands Darakhul",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (1d12 + 4) piercing damage. If the target is a creature, it must succeed on a DC 14 Strength saving throw or be knocked prone.",
                    "attack_bonus": 6,
                    "damage_dice": "1d12"
                },
                {
                    "name": "Ethereal Jaunt",
                    "desc": "As a bonus action, the lich hound can magically shift from the Material Plane to the Ethereal Plane, or vice versa."
                },
                {
                    "name": "Gut Rip",
                    "desc": "As a bonus action, the lich hound tears into any adjacent prone creature, inflicting 19 (3d12) slashing damage. The target must succeed on a DC 14 Constitution saving throw or be incapacitated for 1d4 rounds. An incapacitated creature repeats the saving throw at the end of each of its turns; a successful save ends the condition early."
                },
                {
                    "name": "Howl",
                    "desc": "The eerie howl of lich hounds as they close in on their prey plays havoc on the morale of living creatures that hear it. Howling requires and action, and creatures that hear the howl of a lich hound within 100 feet must succeed on a DC 14 Wisdom saving throw or become frightened for 5 rounds. Creatures that successfully save against this effect cannot be affected by a lich hound's howl for 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The lich hound has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                }
            ],
            "spell_list": [],
            "page_no": 274,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_lich-hound/"
        },
        {
            "slug": "akaasit",
            "desc": "A cloud of unconnected, flat gray triangles in the vague shape of a mantis flickers unpredictably from one position to another, clicking softly as its arm blades swing outward. Akaasits are constructed beings from a plane destroyed by a catastrophic misuse of time magic. They were altered by this catastrophe and now exist in the present and in fractions of a second in the past and future._  \n**Mindless.** The akaasit has no mind, at least as understood by denizens of the Material Plane, and its motives are inscrutable. Each akaasit is always found moving toward some unknown destination. It may attack other creatures, or it may ignore them. It protects itself if attacked, but rarely does an akaasit pursue a retreating foe.  \n**Unknown Origin.** The home of the akaasit is unknown, but they are often encountered in areas touched or altered by time magic. Although a few wizards have discovered magical methods of summoning them, none have found a way to control or communicate with them. Akaasits seem to be drawn to spellcasters with some mastery of time magic, though it is always a gamble if an individual akaasit will protect or ruthlessly attack such a spellcaster. An akaasit’s demeanor can change each day, and many time magic spellcasters have been found slain by the same akaasit that faithfully protected them the day prior.  \n**Dispersed Destruction.** If an akaasit is destroyed, it falls apart into a pile of gray triangles. These triangles fade out of existence over the next ten minutes, leaving only the akaasit’s two armblades.  \n**Construct Nature.** The akaasit doesn’t require air, food, drink, or sleep.",
            "name": "Akaasit",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "truesight 60 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The akaasit makes two arm blade attacks."
                },
                {
                    "name": "Arm Blade",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage plus 3 (1d6) force damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Time-Assisted Counterattack",
                    "desc": "The akaasit's awareness of the near future allows it to see attacks before they happen. When a creature the akaasit can see attacks it while within 5 feet of it, the akaasit can attack the creature before the creature's attack hits. The akaasit makes a single arm blade attack against the creature. If the creature is reduced to 0 hp as a result of the akaasit's attack, the creature's attack doesn't hit the akaasit."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The akaasit is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Unfixed in Time",
                    "desc": "To those properly fixed in time, the akaasit flickers in and out of time, its position never fully clear. Attack rolls against the akaasit have disadvantage. If it is hit by an attack, this trait ceases to function until the start of its next turn."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The akaasit has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 11,
            "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_akaasit/"
        },
        {
            "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": "sarsaok",
            "desc": "This huge, six-horned, bull-like creature possesses a mane of writhing flames and shimmering metal skin._  \n**Creation of the Gods.** All sarsaok descend from a mighty celestial ox said to have been present at the creation of humanity. Scholars speculate the union of domestic or wild oxen produced the first sarsaok.  \n**Inhospitable Habitats.** The sarsaok dwell in areas of great heat and fire such as Volcanoes or other geologically active regions. In addition to consuming flora, they are known to drink liquid magma and graze on obsidian, pumice, or other volcanic rock.  \n**Peaceful Horror.** Though of great size and strength, sarsaoks are peaceful herbivores similar in demeanor to wild oxen. When threatened, an entire herd attacks until the threat has ended.",
            "name": "Sarsaok",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "13d12+52",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "piercing",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sarsaok makes two attacks: one with its gore and one with its hooves."
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) piercing damage plus 3 (1d6) fire damage.",
                    "attack_bonus": 8,
                    "damage_dice": "3d8+5"
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage plus 3 (1d6) fire damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5"
                },
                {
                    "name": "Immolating Purge (Recharge 5-6)",
                    "desc": "The sarsaok spews burning blood in a 30-foot cone. Each creature in that area must make a DC 15 Dexterity saving throw, taking 21 (6d6) fire damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If the sarsaok moves at least 20 feet straight toward a creature and then hits it with a gore attack on the same turn, the target takes an extra 13 (3d8) piercing damage. If the target is a creature, it must succeed on a DC 15 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Divine Horns",
                    "desc": "The sarsaok's gore attack is magical. In addition, its gore attack ignores the target's resistances to piercing or fire damage."
                },
                {
                    "name": "Heated Body",
                    "desc": "Any creature that touches the sarsaok or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage."
                }
            ],
            "spell_list": [],
            "page_no": 313,
            "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_sarsaok/"
        },
        {
            "slug": "flying_sword_bf",
            "desc": "",
            "name": "Flying Sword",
            "size": "small",
            "type": "Construct",
            "subtype": "",
            "group": "Animated Objects",
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 11,
            "hit_dice": "",
            "speed": {
                "walk": 0,
                "fly": 50
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 4,
            "charisma": 1,
            "strength_save": 1,
            "dexterity_save": 3,
            "constitution_save": 0,
            "intelligence_save": -5,
            "wisdom_save": -3,
            "charisma_save": -5,
            "perception": 7,
            "skills": {},
            "damage_vulnerabilities": "acid",
            "damage_resistances": "piercing",
            "damage_immunities": "blinded,deafened,prone,Construct Resilience",
            "condition_immunities": "",
            "senses": "keensense 60 ft. (can't sense beyond this radius)",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Slash",
                    "desc": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 5 (1d8+1) slashing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Whirling Blade (6 HP or Fewer)",
                    "desc": "The flying sword makes a Slash attack against a target it can sense within 5 feet of it."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Antimagic Susceptibility",
                    "desc": "The sword is incapacitated while in the area of an antimagic field. If targeted by _dispel magic_, the sword must succeed on a CON save against the caster's spell save DC or fall unconscious for 1 minute."
                },
                {
                    "name": "Construct Nature",
                    "desc": "The sword doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Construct Resilience",
                    "desc": "The sword is immune to poison and psychic damage, and it is immune to exhaustion and the charmed, frightened, paralyzed, petrified, and poisoned conditions."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the sword remains motionless and isn't flying, it is indistinguishable from a normal sword."
                }
            ],
            "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_flying-sword/"
        },
        {
            "slug": "minotaur_skeleton_bf",
            "desc": "",
            "name": "Minotaur Skeleton",
            "size": "large",
            "type": "Undead",
            "subtype": "",
            "group": "Skeletons",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 63,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 8,
            "charisma": 4,
            "strength_save": 4,
            "dexterity_save": 0,
            "constitution_save": 2,
            "intelligence_save": -2,
            "wisdom_save": -1,
            "charisma_save": -3,
            "perception": 9,
            "skills": {},
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "piercing",
            "damage_immunities": "Undead Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "understands the languages it knew in life but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Greataxe",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 17 (2d12+4) slashing damage."
                },
                {
                    "name": "Gore",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) piercing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Counterattack (Recharge 6)",
                    "desc": "When a creature the minotaur skeleton can see hits it with a melee attack while within 5 feet of it, the skeleton can make one Gore attack against the attacker."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If the minotaur skeleton moves at least 10 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 14 STR save or be pushed up to 10 feet away from the skeleton and knocked prone."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the minotaur skeleton remains motionless and prone, it is indistinguishable from an inanimate minotaur skeleton."
                },
                {
                    "name": "Labyrinthine Memories",
                    "desc": "The minotaur skeleton has advantage on checks and saves to avoid becoming lost or to recall a path it has previously traveled."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The skeleton doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_minotaur-skeleton/"
        },
        {
            "slug": "skeleton_bf",
            "desc": "",
            "name": "Skeleton",
            "size": "medium",
            "type": "Undead",
            "subtype": "",
            "group": "Skeletons",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "armor scraps",
            "hit_points": 14,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 8,
            "charisma": 4,
            "strength_save": 0,
            "dexterity_save": 2,
            "constitution_save": 2,
            "intelligence_save": -2,
            "wisdom_save": -1,
            "charisma_save": -3,
            "perception": 9,
            "skills": {},
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "piercing",
            "damage_immunities": "Undead Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "understands the languages it knew in life but can't speak",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Shortsword",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 5 (1d6+2) piercing damage."
                },
                {
                    "name": "Shortbow",
                    "desc": "_Ranged Weapon Attack:_ +4 to hit, range 80/320 ft., one target. _Hit:_ 5 (1d6+2) piercing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Counterattack (Recharge 6)",
                    "desc": "When a creature the skeleton can see hits it with an attack, the skeleton can make one Shortsword or Shortbow attack against the attacker."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the skeleton remains motionless and prone, it is indistinguishable from an inanimate Humanoid skeleton."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The skeleton doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_skeleton/"
        },
        {
            "slug": "war_horse_skeleton_bf",
            "desc": "",
            "name": "War Horse Skeleton",
            "size": "large",
            "type": "Undead",
            "subtype": "",
            "group": "Skeletons",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "barding scraps",
            "hit_points": 25,
            "hit_dice": "",
            "speed": {
                "walk": 60
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 4,
            "strength_save": 4,
            "dexterity_save": 1,
            "constitution_save": 2,
            "intelligence_save": -4,
            "wisdom_save": 1,
            "charisma_save": -3,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "bludgeoning",
            "damage_resistances": "piercing",
            "damage_immunities": "Undead Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "-",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Hooves",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Counterattack (Recharge 6)",
                    "desc": "When a creature the war horse skeleton can see hits it with a melee attack while within 5 feet of it, the skeleton can make one Hooves attack against the attacker."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the war horse skeleton remains motionless and prone, it is indistinguishable from an inanimate war horse skeleton."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The skeleton doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The skeleton is immune to poison damage, to exhaustion, and to the poisoned condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_war-horse-skeleton/"
        },
        {
            "slug": "angel-chained",
            "desc": "_Their wings are still feathered, but their soulless eyes betray a great rage and thirst for blood. They invariably wear chains, shackles, barbed flesh hooks, or manacles to show their captive state. Some have heavy chain leashes held by arch-devils or major demons. All chained angels have halos of pure black, and many have been flayed of their skin along one or more limbs._  \n**Broken and Chained.** These angels have been captured by fiends, tortured, and turned to serve darkness. A pack of chained angels is considered a status symbol among the servants of evil. A chained angel fights for the forces of evil as long as they remain chained, and this amuses demons and devils greatly.  \n**Chance at Redemption.** However, while their souls are tainted with the blood of innocents, in their hearts chained angels still hope to be redeemed, or at least to be given the solace of extinction. Any creature that kills a chained angel is given a gift of gratitude for the release of death, in the form of all the effects of a heroes' feast spell. If it cannot be redeemed, a chained angel is a storm of destruction.",
            "name": "Angel, Chained",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 88,
            "hit_dice": "16d8+16",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 8,
            "perception": 7,
            "skills": {
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "fire, radiant",
            "condition_immunities": "",
            "senses": "darkvision 200 ft., passive Perception 17",
            "languages": "Common, Celestial, Infernal",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chained angel makes two fiery greatsword attacks."
                },
                {
                    "name": "Fiery Greatsword",
                    "desc": "Melee Weapon Attack. +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage plus 16 (3d10) fire damage."
                },
                {
                    "name": "Fallen Glory (Recharge 5-6)",
                    "desc": "All creatures within 50 feet of the chained angel and in its line of sight take 19 (3d12) radiant damage and are knocked prone, or take half damage and aren't knocked prone with a successful DC 15 Strength saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Fiendish Cunning",
                    "desc": "When a creature within 60 feet casts a divine spell, the chained angel can counter the spell if it succeeds on a Charisma check against a DC of 10 + the spell's level."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Redemption",
                    "desc": "Any caster brave enough to cast a knock spell on a chained angel can remove the creature's shackles, but this always exposes the caster to a blast of unholy flame as a reaction. The caster takes 16 (3d10) fire damage and 16 (3d10) radiant damage, or half as much with a successful DC 16 Dexterity saving throw. If the caster survives, the angel makes an immediate DC 20 Wisdom saving throw; if it succeeds, the angel's chains fall away and it is restored to its senses and to a Good alignment. If the saving throw fails, any further attempts to cast knock on the angel's chains fail automatically for one week."
                }
            ],
            "spell_list": [],
            "page_no": 20,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_angel-chained/"
        },
        {
            "slug": "awakened-shrub",
            "desc": "An **awakened shrub** is an ordinary shrub given sentience and mobility by the awaken spell or similar magic.",
            "name": "Awakened Shrub",
            "size": "Small",
            "type": "Plant",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 9,
            "armor_desc": null,
            "hit_points": 10,
            "hit_dice": "3d6",
            "speed": {
                "walk": 20
            },
            "strength": 3,
            "dexterity": 8,
            "constitution": 11,
            "intelligence": 10,
            "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": "fire",
            "damage_resistances": "piercing",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "one language known by its creator",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Rake",
                    "desc": "Melee Weapon Attack: +1 to hit, reach 5 ft., one target. Hit: 1 (1d4 - 1) slashing damage.",
                    "attack_bonus": 1,
                    "damage_dice": "1d4",
                    "damage_bonus": -1
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the shrub remains motionless, it is indistinguishable from a normal shrub."
                }
            ],
            "spell_list": [],
            "page_no": 366,
            "environments": [
                "Jungle",
                "Swamp",
                "Forest",
                "Laboratory"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_awakened-shrub/"
        },
        {
            "slug": "animated-armor-a5e",
            "desc": "",
            "name": "Animated Armor",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 31,
            "hit_dice": "7d8",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 10",
            "languages": "",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Weapon",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (1d10 + 2) bludgeoning  piercing  or slashing damage  depending on weapon."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spell-created",
                    "desc": "The DC for dispel magic to destroy this creature is 19."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless, the armor is indistinguishable from normal armor."
                }
            ],
            "spell_list": [],
            "page_no": 23,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_animated-armor/"
        },
        {
            "slug": "flying-sword-a5e",
            "desc": "",
            "name": "Flying Sword",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 10,
            "hit_dice": "3d6",
            "speed": {
                "walk": 0,
                "fly": 30
            },
            "strength": 12,
            "dexterity": 12,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 10",
            "languages": "",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 5 (1d8 + 1) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spell-created",
                    "desc": "The DC for dispel magic to destroy this creature is 19."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless, the sword is indistinguishable from a normal sword."
                }
            ],
            "spell_list": [],
            "page_no": 23,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_flying-sword/"
        },
        {
            "slug": "chainedangel-tob1-2023",
            "desc": "False",
            "name": "Chained Angel",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 121,
            "hit_dice": "22d8 + 22",
            "speed": {
                "walk": 60,
                "fly": 30
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 8,
            "perception": 17,
            "skills": {
                "Perception": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "piercing",
            "damage_immunities": "fire, radiant",
            "condition_immunities": "charmed, exhaustion",
            "senses": "darkvision 200 ft., passive Perception 17",
            "languages": "Celestial, Common, Infernal, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chained angel makes two Fiery Greatsword attacks."
                },
                {
                    "name": "Fiery Greatsword",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage plus 16 (3d10) fire damage."
                },
                {
                    "name": "Fallen Glory (Recharge 5-6)",
                    "desc": "Each creature the chained angel can see within 50 feet of it must make a DC 15 Strength saving throw. On a failure, a creature takes 19 (3d12) radiant damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Fiendish Cunning",
                    "desc": "When a creature the chained angel can see within 60 feet of it casts a spell that appears on the cleric or paladin spell list, the chained angel can counter the spell with a successful ability check. This works like the counterspell spell with a +5 spellcasting ability check, except the chained angel must make the ability check no matter the level of the spell."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Immortal Nature",
                    "desc": "The chained angel doesn't require food, drink, or sleep."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The chained angel has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Redemption",
                    "desc": "When a creature casts the knock spell on the chained angel's chains, the chains release a blast of unholy flame. The spellcaster must make a DC 16 Dexterity saving throw, taking 16 (3d10) fire damage and 16 (3d10) radiant damage on a failed save, or half as much damage on a successful one. If the spellcaster survives, the chained angel must immediately make a DC 17 Wisdom saving throw. On a success, the angel's chains fall away. It is restored to its senses and the form it had before it was chained, typically a deva. On a failure, the chained angel remains chained for 7 days, and during that time, any further attempts to cast knock on the angel's chains fail."
                }
            ],
            "spell_list": [],
            "page_no": 18,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_chained-angel/"
        },
        {
            "slug": "dragon-sand-adult",
            "desc": "",
            "name": "Dragon, Sand Adult",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 270,
            "hit_dice": "20d12+140",
            "speed": {
                "walk": 40,
                "burrow": 30,
                "fly": 80
            },
            "strength": 24,
            "dexterity": 12,
            "constitution": 25,
            "intelligence": 14,
            "wisdom": 18,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 9,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "fire",
            "condition_immunities": "blinded",
            "senses": "blindsight 60', darkvision 120', passive Perception 26",
            "languages": "Common, Draconic, Terran",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +13 to hit, 10 ft., one target, 18 (2d10+7) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +13 to hit, 5 ft., one target, 14 (2d6+7) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +13 to hit, 15 ft., one target, 16 (2d8+7) slashing damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "All it picks within 120' and aware of it frightened 1 min (DC 17 Wis negates) Can re-save at end of each of its turns. Save/effect ends: immune 24 hrs."
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "Uses one of the following:Sand Blast. Exhales superheated sand in a 60' cone. Each creature in area: 27 (5d10) piercing damage and 27 (5d10) fire (DC 21 Dex half). If a creature fails its save by 5+ it suffers one level of exhaustion as it dehydrates.Blinding Sand. Breathes fine sand in a 60' cone. Each creature in area: blinded for 1 min (DC 21 Con negates). Blinded creature can take an action to clear its eyes of sand ending effect for it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "Makes a Wis (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "Makes a tail attack."
                },
                {
                    "name": "Wing Attack (2)",
                    "desc": "All within 15 feet: 14 (2d6+7) bludgeoning damage and knocked prone (DC 21 Wis negates). Can then fly up to half its fly speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Sand Camouflage",
                    "desc": "Advantage: Dex (Stealth) to hide in sandy terrain."
                },
                {
                    "name": "Sandy Nature",
                    "desc": "Is infused with elemental power and it requires only half the air food and drink that a typical dragon if its size needs."
                },
                {
                    "name": "Stinging Sand",
                    "desc": "1st time it hits target with melee weapon attack target: disadvantage attacks/ability checks til its next turn ends (DC 21 Con)."
                }
            ],
            "spell_list": [],
            "page_no": 144,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_dragon-sand-adult/"
        },
        {
            "slug": "dragon-sand-ancient",
            "desc": "",
            "name": "Dragon, Sand Ancient",
            "size": "Gargantuan",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 21,
            "armor_desc": "natural armor",
            "hit_points": 507,
            "hit_dice": "26d20+234",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "fly": 80
            },
            "strength": 27,
            "dexterity": 12,
            "constitution": 29,
            "intelligence": 16,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "fire",
            "condition_immunities": "blinded",
            "senses": "blindsight 60', darkvision 120', passive Perception 31",
            "languages": "Common, Draconic, Terran",
            "challenge_rating": "23",
            "cr": 23.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Frightful Presence then one Bite and two Claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +16 to hit, 15 ft., one target, 19 (2d10+8) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +16 to hit, 10 ft., one target, 15 (2d6+8) slashing damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +16 to hit, 20 ft., one target, 17 (2d8+8) slashing damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "All it picks within 120' and aware of it frightened 1 min (DC 20 Wis negates) Can re-save at end of each of its turns. Save/effect ends: immune 24 hrs."
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "Uses one of the following:Sand Blast. Exhales superheated sand in a 90' cone. Each creature in area: 44 (8d10) piercing damage and 44 (8d10) fire (DC 25 Dex half). If a creature fails its save by 5+ it suffers one level of exhaustion as it dehydrates.Blinding Sand. Breathes fine sand in a 90' cone. Each creature in area: blinded for 1 min (DC 25 Con negates). Blinded creature can take an action to clear its eyes of sand ending effect for it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "Makes a Wis (Perception) check."
                },
                {
                    "name": "Tail Attack",
                    "desc": "Makes a tail attack."
                },
                {
                    "name": "Wing Attack (2)",
                    "desc": "All within 15 feet: 15 (2d6+8) bludgeoning damage and knocked prone (DC 24 Wis negates). Can then fly up to half its fly speed."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Sand Camouflage",
                    "desc": "Advantage: Dex (Stealth) to hide in sandy terrain."
                },
                {
                    "name": "Sandy Nature",
                    "desc": "Is infused with elemental power and it requires only half the air food and drink that a typical dragon if its size needs."
                },
                {
                    "name": "Stinging Sand",
                    "desc": "1st time it hits target with melee weapon attack target: disadvantage attacks/ability checks til its next turn ends (DC 25 Con)."
                }
            ],
            "spell_list": [],
            "page_no": 144,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_dragon-sand-ancient/"
        },
        {
            "slug": "dragon-sand-wyrmling",
            "desc": "",
            "name": "Dragon, Sand Wyrmling",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 52,
            "hit_dice": "7d8+21",
            "speed": {
                "walk": 30,
                "burrow": 20,
                "fly": 60
            },
            "strength": 17,
            "dexterity": 12,
            "constitution": 17,
            "intelligence": 11,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 3,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "fire",
            "condition_immunities": "blinded",
            "senses": "blindsight 10', darkvision 60', passive Perception 16",
            "languages": "Draconic",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 8 (1d10+3) piercing damage."
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "Uses one of the following:Sand Blast. Exhales superheated sand in a 15 ft. cone. Each creature in area: 11 (2d10) piercing damage and 11 (2d10) fire (DC 13 Dex half). Blinding Sand. Breathes fine sand in a 15 ft. cone. Each creature in area: blinded for 1 min (DC 13 Con negates). Blinded creature can take an action to clear its eyes of sand ending effect for it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Sand Camouflage",
                    "desc": "The sand dragon has advantage on Dex (Stealth) checks made to hide in sandy terrain. "
                },
                {
                    "name": "Sandy Nature",
                    "desc": "Is infused with elemental power and it requires only half the air food and drink that a typical dragon if its size needs."
                },
                {
                    "name": "Stinging Sand",
                    "desc": "The first time it hits a target with melee weapon attack target: DC 13 Con save or have disadvantage on attack rolls and ability checks until end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 144,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_dragon-sand-wyrmling/"
        },
        {
            "slug": "dragon-sand-young",
            "desc": "",
            "name": "Dragon, Sand Young",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 189,
            "hit_dice": "18d10+90",
            "speed": {
                "walk": 40,
                "burrow": 20,
                "fly": 80
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 21,
            "intelligence": 13,
            "wisdom": 16,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 6,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "fire",
            "condition_immunities": "blinded",
            "senses": "blindsight 30', darkvision 120', passive Perception 21",
            "languages": "Common, Draconic",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, 10 ft., one target, 16 (2d10+5) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 12 (2d6+5) slashing damage."
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "Uses one of the following:Sand Blast. Exhales superheated sand in a 30' cone. Each creature in area: 22 (4d10) piercing damage and 22 (4d10) fire (DC 17 Dex half). If a creature fails its save by 5+ it suffers one level of exhaustion as it dehydrates.Blinding Sand. Breathes fine sand in a 30' cone. Each creature in area: blinded for 1 min (DC 17 Con negates). Blinded creature can take an action to clear its eyes of sand ending effect for it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Sand Camouflage",
                    "desc": "The sand dragon has advantage on Dex (Stealth) checks made to hide in sandy terrain."
                },
                {
                    "name": "Sandy Nature",
                    "desc": "Is infused with elemental power and it requires only half the air food and drink that a typical dragon if its size needs."
                },
                {
                    "name": "Stinging Sand",
                    "desc": "The first time it hits a target with melee weapon attack target: DC 17 Con save or have disadvantage on attack rolls and ability checks until end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 144,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_dragon-sand-young/"
        },
        {
            "slug": "wilderness-crone",
            "desc": "",
            "name": "Wilderness Crone",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 15,
            "wisdom": 18,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "Common, Sylvan",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Staff attacks."
                },
                {
                    "name": "Wild Staff",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 10 (2d6+3) bludgeoning damage + 4 (1d8) force."
                },
                {
                    "name": "Needle Breath (Recharge 5-6)",
                    "desc": "Exhales pine needles in a 30' cone. Each creature in the area: 28 (8d6) piercing damage (DC 15 Dex half)."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 15). Prepared: At will: minor illusion tree stride3/day ea: goodberry hold person locate animals or plants1/day ea: commune with nature remove curse"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Transmigratory Strike",
                    "desc": "When she kills a Humanoid can immediately restore it to life as a Beast with CR no higher the Humanoid's CR or level. Otherwise works as reincarnate spell."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Beast Passivism",
                    "desc": "No beast with Int 3 or less can willingly attack the crone. They can be forced to do so through magical means."
                },
                {
                    "name": "Speak with Beasts and Plants",
                    "desc": "Can communicate with Beasts and Plants as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 392,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_wilderness-crone/"
        },
        {
            "slug": "cockatrice_bf",
            "desc": "",
            "name": "Cockatrice",
            "size": "small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 25,
            "hit_dice": "",
            "speed": {
                "walk": 20,
                "fly": 40
            },
            "strength": 6,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 4,
            "strength_save": -2,
            "dexterity_save": 1,
            "constitution_save": 1,
            "intelligence_save": -4,
            "wisdom_save": 1,
            "charisma_save": -3,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "petrified,Monstrosity Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "-",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Serrated Beak",
                    "desc": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 6 (2d4+1) slashing damage, and the target must succeed on a DC 11 CON save or be restrained as it begins to turn to stone. The creature must repeat the save at the end of its next turn. On a success, the effect ends. On a failure, the creature is petrified for 24 hours."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Shrieking Crow",
                    "desc": "When a creature the cockatrice can see within 30 feet of it attacks it, the cockatrice can let out a startling crow. The attacker must succeed on a DC 11 WIS save or have disadvantage on the attack roll."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The cockatrice is resistant to exhaustion and to the frightened 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_cockatrice/"
        },
        {
            "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": "elementalist",
            "desc": "",
            "name": "Elementalist",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "dragonborn",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 45,
            "hit_dice": "7d8+14",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 3,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "one of fire, lightning, cold, or poison (see Elemental Focus)",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "Common, Draconic",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The dragonborn makes two scimitar attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "name": "Scimitar"
                },
                {
                    "desc": "The dragonborn breathes elemental energy in a 15-foot cone. Each creature in that area must make a DC 12 Dexterity saving throw, taking 10 (3d6) damage of the elementalist's elemental focus type on a failed save, or half as much damage on a successful one.",
                    "name": "Fire Breath (Recharges after a Short or Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Each dragonborn elementalist permanently aligns with a particular element. This elemental focus grants the dragonborn resistance to a certain damage type and the ability to innately cast some spells. Its spellcasting ability is Charisma (spell save DC 13, +5 to hit with spell attacks).\nFlame (Fire): The dragonborn has resistance to fire damage. It can cast the produce flame cantrip at will and can cast heat metal or scorching ray three times per day.\nStorm (Air): The dragonborn has resistance to lightning damage. It can cast the shocking grasp cantrip at will and can cast blur or gust of wind three times per day.\nTide (Water): The dragonborn has resistance to cold damage. It can cast the ray of frost cantrip at will and can cast sleet storm or water breathing three times per day. \nCave (Earth): The dragonborn has resistance to poison damage. It can cast the blade ward cantrip at will and can cast meld into stone or shatter three times per day.",
                    "name": "Elemental Focus"
                },
                {
                    "desc": "When making an opportunity attack, the dragonborn can cast a spell with a casting time of 1 action instead of making a weapon attack. If this spell requires a ranged attack roll, the dragonborn doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, though it may still have disadvantage from other sources. This spell must only target the creature that provoked the opportunity attack.",
                    "name": "War Mage"
                }
            ],
            "spell_list": [],
            "page_no": 121,
            "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_elementalist/"
        },
        {
            "slug": "obsidian-ophidian",
            "desc": "",
            "name": "Obsidian Ophidian",
            "size": "Huge",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "13d12+52",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "bludgeoning, cold",
            "damage_resistances": "nonmagical piercing &amp; slashing attacks ",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, prone, unconscious",
            "senses": "tremorsense 60', passive Perception 14",
            "languages": "Ignan, Terran",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Biteks or one Bite and one Constrict."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, 10 ft., one target, 12 (2d8+3) piercing damage. Target: DC 15 Con save or take 5 (2d4) piercing damage at start of each of its turns as shards of obsidian lodge in wound. Any creature can use action to remove shards with DC 12 Wis (Medicine) check. Shards crumble to dust if target receives magical healing."
                },
                {
                    "name": "Constrict",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 8 (2d4+3) bludgeoning damage and target is grappled (escape DC 15) if it is a Large or smaller creature. Until this grapple ends target is restrained and takes 5 (2d4) slashing damage at the start of each of its turns and ophidian can't use Constrict on another target."
                },
                {
                    "name": "Lava Splash (Recharge 4-6)",
                    "desc": "Writhes and flails splashing lava at everything. Each creature within 20' of it: 21 (6d6) fire (DC 15 Dex half). To use this must be touching or within 5 ft. of lava."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Lava Walker",
                    "desc": "Can move across lava surface as if harmless solid ground. In addition can swim through lava at its walk speed."
                },
                {
                    "name": "One with Lava",
                    "desc": "Can't be surprised by creatures within 5 ft. of lava and  can sense any creature touching same pool of lava it is touching."
                },
                {
                    "name": "Sharp Fragments",
                    "desc": "When it takes bludgeoning each creature within 5 ft. of it takes 2 (1d4) piercing damage as shards of obsidian fly from it."
                },
                {
                    "name": "Volcanic Rejuvenation",
                    "desc": "Regains 10 hp at the start of its turn if at least part of its body is in contact with lava. If it takes cold dmage this doesn't function at the start of its next turn. Dies only if it starts its turn with 0 hp and doesn't regenerate."
                }
            ],
            "spell_list": [],
            "page_no": 295,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_obsidian-ophidian/"
        },
        {
            "slug": "ooze-sinoper",
            "desc": "",
            "name": "Ooze, Sinoper",
            "size": "Medium",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 7,
            "armor_desc": "",
            "hit_points": 170,
            "hit_dice": "20d8+80",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 21,
            "dexterity": 5,
            "constitution": 19,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S weapons",
            "damage_immunities": "acid, cold, fire, poison",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, poisoned, prone",
            "senses": "blindsight 60' (blind beyond), passive Perception 12",
            "languages": "—",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Paint Splash attacks."
                },
                {
                    "name": "Paint Splash",
                    "desc": "Melee or Ranged Weapon Attack: +9 to hit 5 ft. or range 20/60' one creature. 18 (3d8+5) acid and target is coated in paint. Roll a die. Even result: target is coated in a warm color paint such as red orange or yellow. Odd result: target is coated in a cool color paint such as blue green or purple. A creature including target can use its action to remove the paint."
                },
                {
                    "name": "Foment Pigment (Recharge 4-6)",
                    "desc": "Activates latent magic in its paint burning/freezing paint off creatures affected by Paint Splash. Each creature coated in paint within 60' of it: 35 (10d6) cold (if coated in cool color) or fire (warm color) and poisoned 1 min (DC 16 Con half damage and isn't poisoned). Each affected creature no longer coated in paint."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "Move through space 1ft.+ wide with o squeezing."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from that work of art."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "The sinoper ooze doesn't require sleep."
                },
                {
                    "name": "Spider Climb",
                    "desc": "Difficult surfaces even ceilings no ability check."
                }
            ],
            "spell_list": [],
            "page_no": 310,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_ooze-sinoper/"
        },
        {
            "slug": "devil-rimepacted",
            "desc": "",
            "name": "Devil, Rimepacted",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "walk": 30,
                "burrow": 20
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 15,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks not made w/silvered weapons",
            "damage_immunities": "cold, fire, poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "Common, Infernal",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Icy Claw attacks or three Frostbolt attacks."
                },
                {
                    "name": "Icy Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 9 (1d10+4) slashing damage + 10 (3d6) cold."
                },
                {
                    "name": "Frostbolt",
                    "desc": "Ranged Spell Attack: +6 to hit, 60 ft., one target, 13 (3d6+3) cold and the target's speed is reduced by 10 ft. until the end of its next turn."
                },
                {
                    "name": "Freezing Smite (Recharge 5-6)",
                    "desc": "Raises its frigid claw drawing upon fiendish energies then smashes its rimed fist into the ground causing a wave of freezing power to emanate outward. Each creature within 30': 21 (6d6) cold (DC 15 Con half). If a creature fails by 5+ it is restrained by ice until end of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Fury of the Storm",
                    "desc": "When a creature rimepacted can see is knocked prone by Frigid Vortex rimepacted can move up to half its speed toward the creature."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede its darkvision."
                },
                {
                    "name": "Frigid Vortex",
                    "desc": "Emits a swirl of cold wind in a 15 ft. radius around it. Each creature that enters wind's area for first time on a turn or starts its turn there: DC 15 Str save or knocked prone. Wind is nonmagical and disperses gas or vapor and extinguishes candles torches and similar unprotected flames in the area. At start of each of its turns rimepacted chooses whether this is active. While active rimepacted has disadvantage on Dex (Stealth) checks."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Snow Burrower",
                    "desc": "Can burrow only through nonmagical snowith ice."
                }
            ],
            "spell_list": [],
            "page_no": 124,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_devil-rimepacted/"
        },
        {
            "slug": "life-broker",
            "desc": "",
            "name": "Life Broker",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 190,
            "hit_dice": "20d8+100",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 19,
            "constitution": 20,
            "intelligence": 19,
            "wisdom": 14,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 1,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks not made w/cold iron weapons",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60', passive Perception 17",
            "languages": "Common, Sylvan",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Rapier attacks."
                },
                {
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 8 (1d8+4) piercing damage + 18 (4d8) necrotic."
                },
                {
                    "name": "Life Feast (Recharge 5-6)",
                    "desc": "Pulls life from hostile creatures within 30' of it that aren't Constructs or Undead. Each such creature in the area: 36 (8d8) necrotic (DC 18 Con half). Broker gains temp hp equal to the single highest amount of necrotic dealt and has advantage on attack rolls until the end of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Quick-Footed",
                    "desc": "Takes Dash Disengage or Dodge."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Draw Life Essence",
                    "desc": "Can spend 10 min coaxing life essence out of willing creature taking only agreed amount of time from creature's max lifetime. Essence appears as rosy mist that rises from mouth nose or skin of creature and snakes into carved crystal vial in broker's cloak where it takes the form of a crimson liquid. Creature that drinks such a vial gains life stored within it provided broker gave vial willingly. If broker draws all remaining life from creature creature dies and can be returned to life only via wish spell."
                },
                {
                    "name": "Life Reading",
                    "desc": "If it spends 1 min studying a mortal creature it can see within 30' of it broker can determine the remainder of that creature's natural life to the second."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Necrotic Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon weapon deals + 4d8 necrotic (included below)."
                }
            ],
            "spell_list": [],
            "page_no": 261,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_life-broker/"
        },
        {
            "slug": "púca",
            "desc": "",
            "name": "Púca",
            "size": "Large",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 142,
            "hit_dice": "19d10+38",
            "speed": {
                "walk": 50
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 18,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks not made w/cold iron weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 30', passive Perception 13",
            "languages": "Sylvan, Umbral",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Chain Whip attacks and one Hooves attack."
                },
                {
                    "name": "Chain Whip",
                    "desc": "Melee Weapon Attack: +7 to hit, 15 ft., one target, 15 (2d10+4) bludgeoning damage and target grappled (escape DC 15) if it is a Med or smaller creature and púca doesn't have 2 others grappled. Until grapple ends target restrained."
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 13 (2d8+4) bludgeoning damage and target must make DC 15 Str save or be knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Beguiling Aura",
                    "desc": "The mere sight of the púca is a temptation for road-weary travelers. Whenever a creature that can see it starts its turn within 30' of it creature is charmed 1 min (DC 15 Wis negates). A charmed creature must take Dash action and move toward púca by safest available route on each of its turns trying to get within 5 ft. of the horse to mount it. Each time creature takes damage and at end of each of its turns it can re-save ending effect on itself on success. If creature's save succeeds or effect ends creature immune to púca's Beguiling Aura next 24 hrs."
                },
                {
                    "name": "Nightmarish Ride",
                    "desc": "If a creature mounts the púca creature paralyzed and restrained by chains on púca's back until the next dawn (DC 15 Cha negates paralysis and restrained). While it has a rider captured this way púca takes Dash or Disengage actions on each of its turns to flee with rider. After it moves 100' it disappears with captured rider magically racing along a nightmarish landscape. At the next dawn it returns to the space where it disappeared or the nearest unoccupied space the rider lands in an unoccupied space within 5 ft. of púca and púca flees. At the end of the ride rider suffers one level of exhaustion."
                }
            ],
            "spell_list": [],
            "page_no": 321,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_puca/"
        },
        {
            "slug": "veritigibbet",
            "desc": "",
            "name": "Veritigibbet",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 63,
            "hit_dice": "14d6+14",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 9,
            "dexterity": 19,
            "constitution": 12,
            "intelligence": 14,
            "wisdom": 11,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks not made w/cold iron weapons",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "passive Perception 10",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Repartee attacks."
                },
                {
                    "name": "Repartee",
                    "desc": "Melee or Ranged Spell Attack: +6 to hit 5 ft. or range 60' one target 14 (3d6+4) psychic."
                },
                {
                    "name": "Blather",
                    "desc": "Asks a question of a creature it can see within 30' of it. Target must make a DC 14 Wis save. Fail: target must either answer the question truthfully and completely or have disadvantage on all attack rolls saves and ability checks for the next 1 hr cumulatively increasing in duration each time the target fails the save and chooses to take disadvantage. If the target chooses to answer the question it can't dissemble or omit information relevant to the question being answered. Success: veritigibbet takes 3 (1d6) psychic. Creatures that are immune to being charmed aren't affected by this."
                },
                {
                    "name": "Veiled Escape (1/Day)",
                    "desc": "Teleports along with any equipment worn or carried up to 120' to an unoccupied spot it sees. becoming invisible when it arrives at the destination."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Liar Liar",
                    "desc": "When a creature lies while within 30' of the veritigibbet that creature: 3 (1d6) fire and it ignites (DC 14 Dex negates). Until creature uses action to douse the fire target takes 3 (1d6) fire at start of each of its turns."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fortissimo Fibber",
                    "desc": "Can't be magically silenced or forced to tell the truth by any means and it knows if it hears a lie."
                },
                {
                    "name": "Ventriloquist",
                    "desc": "Can make its voice sound as though it originates from any point it can see within 60' of it."
                }
            ],
            "spell_list": [],
            "page_no": 384,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_veritigibbet/"
        },
        {
            "slug": "golem-barnyard",
            "desc": "",
            "name": "Golem, Barnyard",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 9,
            "armor_desc": "",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 8,
            "constitution": 16,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks not made w/adamantine weapons",
            "damage_immunities": "lightning, poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60', passive Perception 10",
            "languages": "understands creator's languages but can't speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and one Wing Slap attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 7 (1d6+4) piercing damage + 7 (2d6) poison."
                },
                {
                    "name": "Wing Slap",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 6 (1d4+4) bludgeoning damage and the target must make DC 13 Str save or be knocked prone."
                },
                {
                    "name": "Chymus Expulsion (Recharge 5-6)",
                    "desc": "Exhales semi-digested decayed meat and vegetation in a 15 ft. cone. Each creature in that area: 14 (4d6) poison (DC 13 Con half)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Easily Distracted",
                    "desc": "Disadvantage on Wis (Perception) checks. In addition a creature that the golem can see or hear and that is within 30' of it can attempt to distract golem as a bonus action. Golem must make DC 10 Wis save or spend its next turn moving up to its speed toward the creature using its available actions on that creature."
                },
                {
                    "name": "Immutable Form",
                    "desc": "Immune: form-altering spells/effects."
                },
                {
                    "name": "Lightning Absorption",
                    "desc": "Whenever it is subjected to lightning it takes no damage and instead regains a number of hp equal to the lightning dealt."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 214,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_golem-barnyard/"
        },
        {
            "slug": "cosmic-symphony",
            "desc": "",
            "name": "Cosmic Symphony",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 200,
            "hit_dice": "16d10+112",
            "speed": {
                "walk": 0,
                "fly": 60
            },
            "strength": 19,
            "dexterity": 26,
            "constitution": 25,
            "intelligence": 2,
            "wisdom": 21,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 9,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks ",
            "damage_immunities": "radiant, thunder",
            "condition_immunities": "deafened, exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "truesight 120', passive Perception 20",
            "languages": "understands all languages but can't speak",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Can use Universal Music then one Discordant Wave and one Slam or two Discordant Waves."
                },
                {
                    "name": "Discordant Wave",
                    "desc": "Melee or Ranged Spell Attack: +10 to hit 5 ft. or range 60/120' one target 27 (5d8+5) thunder. Target and each creature within 10 ft. of it: DC 18 Con save or become deafened until end of its next turn."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +13 to hit, 5 ft., one target, 24 (3d10+8) bludgeoning damage + 22 (5d8) thunder."
                },
                {
                    "name": "Universal Music",
                    "desc": "Each creature of symphony's choice within 120' of it: DC 18 Con save or be incapacitated 1 min. Creature that fails save by 5+ is stunned 1 min instead. Stunned or incapacitated creature can re-save at end of each of its turns success ends effect on itself. If creature's save is successful or effect ends creature is immune to symphony's Universal Music for next 24 hrs."
                },
                {
                    "name": "Celestial Crescendo (Recharge 5-6)",
                    "desc": "Sound waves explode from it. Each creature within 30' of it: 45 (10d8) thunder and is deafened for 1 min (DC 18  Con half damage not deafened). A creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Fly",
                    "desc": "Flies up to half its flying speed with o provoking opportunity attacks."
                },
                {
                    "name": "Major Chord (2)",
                    "desc": "The symphony regains 18 (4d8) hp."
                },
                {
                    "name": "Minor Chord (2)",
                    "desc": "Each creature within 10 ft. of the symphony must make DC 18 Con save or take 9 (2d8) thunder."
                }
            ],
            "special_abilities": [
                {
                    "name": "Invisible",
                    "desc": "Is invisible."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 96,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_cosmic-symphony/"
        },
        {
            "slug": "animal-lord-mammoth-queen",
            "desc": "",
            "name": "Animal Lord, Mammoth Queen",
            "size": "Huge",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 250,
            "hit_dice": "20d12+120",
            "speed": {
                "walk": 40
            },
            "strength": 25,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 15,
            "wisdom": 18,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "cold, poison",
            "condition_immunities": "charmed, exhaustion, frightened, incapacitated, poisoned, stunned",
            "senses": "truesight 120', passive Perception 20",
            "languages": "all, telepathy 120'",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Battleaxes or two Gores or she makes one Gore and one Stomp. She can replace one attack with one Trunk or Trunk Slam."
                },
                {
                    "name": "Battleaxe (Humanoid or True Form)",
                    "desc": "Melee Weapon Attack: +13 to hit, 10 ft., one target, 20 (3d8+7) slashing damage or 23 (3d10+7) slashing damage if used with two hands."
                },
                {
                    "name": "Gore (Elephantine or True Form)",
                    "desc": "Melee Weapon Attack: +13 to hit, 10 ft., one target, 34 (6d8+7) piercing damage."
                },
                {
                    "name": "Trunk Slam",
                    "desc": "One up to Large object held/creature grappled by her is slammed to ground or flung. Creature slammed: 27 (5d10) bludgeoning damage (DC 20 Con half). This doesn't end grappled condition on target. Creature flung: thrown up to 60' in random direction and knocked prone. If thrown creature strikes solid surface target: 3 (1d6) bludgeoning damage per 10 ft. thrown. If target is thrown at another creature that creature: DC 19 Dex save or take same damage and knocked prone."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Transforms into Gargantuan oliphaunt (see Creature Codex) a Huge mammoth a Med female human with thick brown hair tied back in a braid or back into her true Huge elephant-headed humanoid form. Her stats other than size are the same in each form. Any items worn/carried transform with her."
                }
            ],
            "reactions": [
                {
                    "name": "Catch Weapon (Elephantine or True Form)",
                    "desc": "When hit by a melee weapon attack she can reduce the damage by 1d10+17. If this reduces damage to 0 queen can catch the weapon with her trunk if she is not using it to grapple a creature. If Queen catches a weapon in this way she must make a Str (Athletics) check contested by attacker's Str (Athletics) or Dex (Acrobatics) check (target chooses). Queen has disadvantage on the check if wielder is holding item with 2+ hands. If she wins she disarms creature and can throw the weapon up to 60' in a random direction as part of the same reaction."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Regenerative Hide",
                    "desc": "Regains 15 hp. She can't use this legendary action again until the end of her next turn. "
                },
                {
                    "name": "Trunk",
                    "desc": "Makes one Trunk attack."
                },
                {
                    "name": "Shoving Stampede (2)",
                    "desc": "Charges becoming unstoppable stampede in line up to 80' long × 15 ft. wide. All in line: 14 (4d6) bludgeoning damage and pushed up to 15 ft. away and knocked prone (DC 20 Dex half not pushed/prone). Queen's move along this line doesn't provoke opportunity attacks."
                },
                {
                    "name": "Queen's Trumpet (3)",
                    "desc": "Emits loud trumpeting audible to 300'. Chooses up to 3 creatures that can hear trumpet. If target is friendly has advantage on its next attack roll ability check or save. If hostile: DC 20 Wis save or frightened til end of its next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Elephantine Passivism",
                    "desc": "No elephant mammoth or other elephantine creature can willingly attack her. Can be forced to do so magically."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "Weapon attacks are magical."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "If she dies soul reforms on Astral Plane. In 1d6 days it inhabits body of another elephantine creature on Material Plane which becomes the Queen with all hp and abilities thereof. Only killing every elephantine creature on the Material Plane will prevent this."
                },
                {
                    "name": "Speak with Elephantines",
                    "desc": "Communicate with any elephant mammoth or other elephantine creature as if they shared a language."
                },
                {
                    "name": "Trampling Charge",
                    "desc": "If she moves 20'+ straight to creature and then hits it with Gore on same turn target knocked prone (DC 20 Str negates). If target is prone queen can make one Stomp vs. it as a bonus action."
                },
                {
                    "name": "Stomp (Elephantine or True Form)",
                    "desc": "Melee Weapon Attack: +13 to hit, 5 ft., one target, 34 (5d10+7) bludgeoning damage."
                },
                {
                    "name": "Trunk (Elephantine or True Form)",
                    "desc": "Melee Weapon Attack: +13 to hit, 15 ft., one creature,. Target is grappled (escape DC 19) if it is a Large or smaller creature. Until grapple ends target restrained queen can't use Trunk on another."
                },
                {
                    "name": "Tusk Sweep (Elephantine or True Form Recharge 5-6)",
                    "desc": "Channels raw magic as she sweeps her tusks in a wide arc. Each creature in a 15 ft. cube: 35 (10d6) bludgeoning damage and is pushed up to 15 ft. away from the queen (DC 20 Dex half damage and isn't pushed away)."
                }
            ],
            "spell_list": [],
            "page_no": 32,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_animal-lord-mammoth-queen/"
        },
        {
            "slug": "arcane-scavenger",
            "desc": "",
            "name": "Arcane Scavenger",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "17d10+34",
            "speed": {
                "walk": 10,
                "fly": 40
            },
            "strength": 19,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 16,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "force, poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "truesight 60', passive Perception 17",
            "languages": "—",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Grabbing Claw or Excavation Beams."
                },
                {
                    "name": "Grabbing Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, 15 ft., one target, 13 (2d8+4) bludgeoning damage + 7 (2d6) force and target is grappled (escape DC 16). Scavenger has eight claws each of which can grapple only one target."
                },
                {
                    "name": "Excavation Beam",
                    "desc": "Ranged Spell Attack: +7 to hit, 60 ft., one target, 20 (5d6+3) fire."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Int (DC 15) no material components: At will: detect magic locate object3/day ea: counterspell dispel magic"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Eldritch Overload",
                    "desc": "When reduced to half its max hp or fewer its speed is doubled and it gains additional action each turn. The action must be to Dash Disengage Hide or Use an Object or to make one Grabbing Claws or Excavation Beam attack. Effect lasts for 3 rounds. At end of its third turn the scavenger takes 10 (3d6) fire."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Ruinous Detonation",
                    "desc": "When it dies it explodes and each creature within 30' of it: 21 (6d6) force is flung up to 40' away from scavenger and is knocked prone (DC 16 Dex half damage and isn't flung or knocked prone)."
                }
            ],
            "spell_list": [],
            "page_no": 41,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_arcane-scavenger/"
        },
        {
            "slug": "clockwork-tactician",
            "desc": "",
            "name": "Clockwork Tactician",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 150,
            "hit_dice": "20d8+60",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 17,
            "intelligence": 20,
            "wisdom": 15,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 120', passive Perception 16",
            "languages": "Common + up to two languages of its creator",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Four Multiweapon attacks."
                },
                {
                    "name": "Multiweapon",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 14 (2d8+5) bludgeoning damage piercing or slashing. The clockwork tactician chooses the damage type when it attacks."
                },
                {
                    "name": "Heavy Crossbow",
                    "desc": "Ranged Weapon Attack: +6 to hit 100/400' one target 7 (1d10+2) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Battlefield Commands",
                    "desc": "Issues commands to up to 3 friendly creatures it can see within 60' of it. Each target has advantage on its next ability check or attack roll provided it can hear and understand tactician."
                },
                {
                    "name": "Press the Attack",
                    "desc": "If the clockwork tactician hits one target with two Multiweapon attacks or scores a critical hit with its multiweapon it can make one additional Multiweapon attack."
                }
            ],
            "reactions": [
                {
                    "name": "Quick Study",
                    "desc": "When a creature hits tactician with attack tactician makes DC 13 Int check. Success: it chooses one of:Tactician has advantage on melee attack rolls vs. the attacker.Attacker has disadvantage on attack rolls vs. the tactician.Tactician has resistance to damage type of attack that hit it.Can have more than one benefit active at a time. They end when it attacks a different creature or uses Quick Study on another."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Immutable Form",
                    "desc": "Immune: form-altering spells/effects."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "Weapon attacks are magical."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                }
            ],
            "spell_list": [],
            "page_no": 90,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_clockwork-tactician/"
        },
        {
            "slug": "crab-samurai",
            "desc": "",
            "name": "Crab, Samurai",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "blindsight 30', passive Perception 15",
            "languages": "understands Common but can't speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three melee attacks. If grappling two creatures it can't make Crustaceous Sword attacks."
                },
                {
                    "name": "Crustaceous Sword",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 13 (2d8+4) slashing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) bludgeoning damage. If the target is Med or smaller it is grappled (escape DC 15) and the crab can't use this claw to attack another target. The crab has two claws each of which can grapple only one target."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Fighting Stance",
                    "desc": "Adopts a fighting stance choosing from the options below. The stance lasts until the crab ends it (no action required) or uses this bonus action again.Banded Claw. Adopts a wide grappler's stance. While the samurai crab is in this stance each creature that starts its turn grappled by the crab takes 3 (1d6) bludgeoning damage.Hard Shell. Defensive stance increasing its AC by 2.Soft Shell. Adopts an offensive stance gaining advantage on the first Crustaceous Sword attack it makes each turn."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                }
            ],
            "spell_list": [],
            "page_no": 99,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_crab-samurai/"
        },
        {
            "slug": "elemental-permafrost",
            "desc": "",
            "name": "Elemental, Permafrost",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 133,
            "hit_dice": "14d10+56",
            "speed": {
                "walk": 20,
                "burrow": 30
            },
            "strength": 19,
            "dexterity": 8,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 15,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 60', tremorsense 60', passive Perception 12",
            "languages": "Terran",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 13 (2d8+4) bludgeoning damage + 7 (2d6) cold."
                },
                {
                    "name": "Plague-Ridden Pound (Recharge 5-6)",
                    "desc": "Brings both of its fists down striking ground and sending ice shards from its body flying at nearby creatures. Each creature on the ground within 20' of it: 10 (3d6) bludgeoning damage and 10 (3d6) cold knocked prone and becomes infected with primordial plague (see Plague Bearer; DC 14 Dex half damage and not prone or infected)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Earth Glide",
                    "desc": "Can burrow through nonmagical unworked earth/stone with o disturbing material it moves through."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Frigid Footprints",
                    "desc": "The ground within 10 ft. of the permafrost elemental freezes over and is difficult terrain."
                },
                {
                    "name": "Plague Bearer",
                    "desc": "If it takes 15+ fire on single turn each creature within 10 ft. of it: infected with primordial plague disease (DC 14 Con negates). Alternatively creature becomes infected with sewer plague or cackle fever (elemental's choice) instead. Primordial plague takes 1 min to manifest in infected creature. After 1 min creature poisoned until disease cured. Every 24 hrs that elapse creature must re-save reducing its hp max by 5 (1d10) on failure. Disease is cured on success. Reduction lasts until disease is cured. Creature dies if disease reduces its hp max to 0."
                }
            ],
            "spell_list": [],
            "page_no": 167,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_elemental-permafrost/"
        },
        {
            "slug": "elemental-rockslide",
            "desc": "",
            "name": "Elemental, Rockslide",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 147,
            "hit_dice": "14d10+70",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 60', tremorsense 30', passive Perception 10",
            "languages": "Terran",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Slams or two Skipping Stones."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +9 to hit, 10 ft., one target, 15 (2d8+6) bludgeoning damage."
                },
                {
                    "name": "Skipping Stone",
                    "desc": "Ranged Weapon Attack: +9 to hit 20/60' one target 15 (2d8+6) bludgeoning damage and the stone bounces to another creature within 10 ft. of target. That creature must make DC 16 Dex save or take 9 (2d8) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Nimble Separation",
                    "desc": "Can briefly separate its components parts and take the Dash action. Opportunity attacks vs. it have disadvantage until start of its next turn."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If it moves 20'+ straight to foe and hits with Slam attack on same turn target takes an extra 9 (2d8) bludgeoning damage. If the target is a creature it must make DC 16 Str save or be knocked prone. If the elemental used Nimble Separation before making this Slam attack the target has disadvantage on the save."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Stone Camouflage",
                    "desc": "Advantage on Dex (Stealth) checks made to hide in rocky terrain."
                }
            ],
            "spell_list": [],
            "page_no": 168,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_elemental-rockslide/"
        },
        {
            "slug": "khamaseen",
            "desc": "",
            "name": "Khamaseen",
            "size": "Tiny",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 27,
            "hit_dice": "6d4+12",
            "speed": {
                "walk": 0,
                "fly": 30
            },
            "strength": 14,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60', passive Perception 10",
            "languages": "Auran, Terran",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 5 (1d6+2) bludgeoning damage + 5 (2d4) lightning. "
                },
                {
                    "name": "Choking Cloud (Recharge 6)",
                    "desc": "Surrounds itself with large cloud of dust and debris. Each creature within 10 ft. of the khamaseen must make DC 12 Con save or be incapacitated for 1 min. While incapacitated the creature is unable to breathe and coughs uncontrollably. An incapacitated creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Shock",
                    "desc": "If a creature wearing metal armor or wielding a metal weapon or shield moves within 5 ft. of khamaseen it takes 5 (2d4) lightning (DC 12 Dex negates)."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Stinging Dust",
                    "desc": "Is surrounded by a cloud of swirling dust and small stones. A creature that starts its turn within 5 ft. of the khamaseen must make DC 12 Con save or have disadvantage on attack rolls until the start of its next turn. On a successful save the creature is immune to the khamaseen's Stinging Dust for the next 24 hrs."
                }
            ],
            "spell_list": [],
            "page_no": 250,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_khamaseen/"
        },
        {
            "slug": "ley-wanderer",
            "desc": "",
            "name": "Ley Wanderer",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d12+32",
            "speed": {
                "walk": 10,
                "fly": 40
            },
            "strength": 14,
            "dexterity": 9,
            "constitution": 14,
            "intelligence": 19,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": 5,
            "dexterity_save": 2,
            "constitution_save": null,
            "intelligence_save": 7,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "psychic",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "all, telepathy 120'",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Slam or Psychic Lash attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d8+2) bludgeoning damage + 9 (2d8) psychic."
                },
                {
                    "name": "Psychic Lash",
                    "desc": "Ranged Spell Attack: +7 to hit 5 ft. or range 120' one target 17 (3d8+4) psychic."
                },
                {
                    "name": "Dispelling Burst (Recharge 5-6)",
                    "desc": "Emits a psychic burst that disrupts magic within 30' of it. Each creature in the area: 27 (6d8) psychic (DC 15 Int half). Each spell of 3rd level or lower in the area immediately ends and wanderer gains 5 temp hp for each spell ended this way."
                },
                {
                    "name": "Teleport (3/Day)",
                    "desc": "Magically teleports itself and up to six willing creatures holding hands with wanderer with items worn/carried to location it is familiar with up to 100 miles away. If destination is a location rich in magical energy (ex: ley line) can teleport up to 300 miles away."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Drain Magic Item",
                    "desc": "Drains the magic from an item it is holding. Magic item with charges loses 1d6 charges item with limited uses per day loses one daily use and single-use item such as potion or spell scroll is destroyed. All other magic items have their effects suppressed for 1 min. Wanderer gains 5 temp hp each time it drains a magic item. A drained item regains its magic after 24 hrs."
                }
            ],
            "reactions": [
                {
                    "name": "Absorb Spell",
                    "desc": "When a creature wanderer can see within 30' of it casts spell wanderer can absorb spell's energy countering it. Works like counterspell except wanderer must always make spellcasting ability check no matter spell's level. Its ability check for this is +7. If it successfully counters the spell it gains 5 temp hp/spell level."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Sense Magic",
                    "desc": "Senses magic within 120' of it at will. This otherwise works like the detect magic spell but isn't itself magical."
                }
            ],
            "spell_list": [],
            "page_no": 260,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_ley-wanderer/"
        },
        {
            "slug": "living-soot",
            "desc": "",
            "name": "Living Soot",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 142,
            "hit_dice": "15d10+60",
            "speed": {
                "walk": 0,
                "fly": 50
            },
            "strength": 15,
            "dexterity": 20,
            "constitution": 19,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "fire, poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60', passive Perception 10",
            "languages": "Auran, Ignan, Terran",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Slams or one Slam and one Constrict."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 14 (2d8+5) bludgeoning damage + 7 (2d6) poison."
                },
                {
                    "name": "Constrict",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 14 (2d8+5) bludgeoning damage and target is grappled (escape DC 15). Until this grapple ends target is restrained and soot can't Constrict another target."
                },
                {
                    "name": "Engulfing Sootstorm (Recharge 4-6)",
                    "desc": "Spins violently in place spreading out tendrils of thick poisonous ash. Each creature within 20' of it:21 (6d6) poison and speed is halved (DC 15 Dex half damage and speed isn't reduced). Speed reduction lasts until creature uses action cleaning off the ash."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Brittle",
                    "desc": "If it takes cold it partially freezes; its speed is reduced by 10 ft. and its AC is reduced by 2 until end of its next turn."
                },
                {
                    "name": "Choking Air Form",
                    "desc": "Can enter a hostile creature's space and stop there and it can move through a space as narrow as 1ft. wide with o squeezing. In addition when creature starts turn in same space as soot creature: 7 (2d6) poison and be unable to breathe until it starts its turn outside soot's space (DC 15 Con negates)."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from tangled mass of blackened dusty webbing."
                }
            ],
            "spell_list": [],
            "page_no": 263,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_living-soot/"
        },
        {
            "slug": "malmbjorn",
            "desc": "",
            "name": "Malmbjorn",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 218,
            "hit_dice": "19d12+95",
            "speed": {
                "walk": 40,
                "burrow": 10,
                "swim": 30
            },
            "strength": 24,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "acid",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "cold ",
            "condition_immunities": "",
            "senses": "darkvision 120', passive Perception 16",
            "languages": "—",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Mulitattack",
                    "desc": "Makes one Bite and two Adamantine Claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, 10 ft., one target, 34 (5d10+7) piercing damage and target is grappled (escape DC 18). Until grapple ends target restrained attacker can't Bite another."
                },
                {
                    "name": "Adamantine Claw",
                    "desc": "Melee Weapon Attack: +12 to hit, 10 ft., one target, 29 (5d8+7) slashing damage. This attack deals double damage to objects and structures."
                },
                {
                    "name": "Metal Volley (Recharge 5-6)",
                    "desc": "Shakes itself launching shards from its hide. Each creature within 20 feet: 45 (13d6) slashing damage (DC 18 Dex half)."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Metal Eater",
                    "desc": "Swallows one Med or smaller ferrous metal object within 5 ft. of it. If the object is being held or worn by a creature that creature must make DC 18 Str save or malmbjorn swallows the object. If the creature holding or wearing the object is also grappled by the malmbjorn it has disadvantage on this save. Nonmagical objects are digested and destroyed at the start of malmbjorn's next turn. Magic objects remain intact in malmbjorn's stomach for 8 hrs then are destroyed. Artifacts are never destroyed in this way."
                }
            ],
            "reactions": [
                {
                    "name": "Ironhide",
                    "desc": "When hit by a metal weapon fur-like metal spikes grow out of its hide until end of its next turn. While spikes remain its AC increases 2 and any critical hit vs. it becomes a normal hit."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Metal Sense",
                    "desc": "Can pinpoint by scent location of any Small or larger ferrous metal such as an iron deposit or steel armor within 100' of it. It can sense general direction of such metal within 1 mile."
                },
                {
                    "name": "Tunneler",
                    "desc": "Can burrow through solid rock at half its burrow speed and leaves a 15-foot-diameter tunnel in its wake."
                }
            ],
            "spell_list": [],
            "page_no": 267,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_malmbjorn/"
        },
        {
            "slug": "necrotech-thunderer",
            "desc": "",
            "name": "Necrotech Thunderer",
            "size": "Huge",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "11d12+55",
            "speed": {
                "walk": 20
            },
            "strength": 20,
            "dexterity": 5,
            "constitution": 21,
            "intelligence": 5,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": 0,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "blinded, poisoned",
            "senses": "blindsight 120', passive Perception 15",
            "languages": "understands Common and Darakhul but can't speak",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Trample attacks."
                },
                {
                    "name": "Trample",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 21 (3d10+5) bludgeoning damage."
                },
                {
                    "name": "Ballista Shot",
                    "desc": "Chooses up to two points it can see within 120' of it. The thunderer can't choose a point within 10 ft. of it. Each creature within 5 ft. of a point must make a DC 15 Con save taking 14 (4d6) necrotic on a failed save and half damage if made. If a creature is within 5 ft. of both points it has disadvantage on the save but it takes damage from only one effect not both."
                },
                {
                    "name": "Concentrated Shot (Recharge 5-6)",
                    "desc": "Picks a point it can see within 120' of it. Each creature within 20' of that point must make a DC 15 Con save. On a failure a creature takes 35 (10d6) necrotic and suffers one level of exhaustion. On a success a creature takes half the damage and doesn't suffer a level of exhaustion."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Siege Monster",
                    "desc": "Double damage to objects/structures."
                },
                {
                    "name": "Turn Resistance",
                    "desc": "Advantage: saves vs. turn undead effects."
                },
                {
                    "name": "Undead Nature",
                    "desc": "Doesn't require air food drink or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 287,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_necrotech-thunderer/"
        },
        {
            "slug": "ooze-snow",
            "desc": "",
            "name": "Ooze, Snow",
            "size": "Huge",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 6,
            "armor_desc": "",
            "hit_points": 171,
            "hit_dice": "18d12+54",
            "speed": {
                "walk": 30,
                "burrow": 20
            },
            "strength": 18,
            "dexterity": 3,
            "constitution": 16,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60' (blind beyond), passive Perception 11",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +7 to hit, 15 ft., one target, 14 (3d6+4) bludgeoning damage + 9 (2d8) cold."
                },
                {
                    "name": "Avalanche (Recharge 4-6)",
                    "desc": "Rumbles forward stirring up snow. Moves up to 30' in straight line and can move through space of any Large or smaller creature. 1st time it enters creature's space during this move that creature: 10 (3d6) bludgeoning damage and 18 (4d8) cold and buried in slushy snow (DC 15 Dex half damage not buried). Buried creature is restrained and unable to breathe or stand up. A creature including buried creature can use action to free buried creature via DC 15 Str check. A buried creature with swim speed has advantage on this check."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "Move through space 1ft.+ wide with o squeezing."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from patch of snow."
                },
                {
                    "name": "Ice Walk",
                    "desc": "Can move across icy surfaces with o ability check. Difficult terrain of ice or snow doesn't cost it extra move."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "Doesn't require sleep."
                },
                {
                    "name": "Snow Blindness",
                    "desc": "When a creature that can see the snow ooze starts its turn within 30' of it that creature is blinded until the start of its next turn (DC 15 Con negates). This doesn't function while ooze is in dim light or darkness."
                },
                {
                    "name": "Snow Burrower",
                    "desc": "Can burrow through nonmagical snow and ice in addition to sand earth and mud."
                }
            ],
            "spell_list": [],
            "page_no": 311,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_ooze-snow/"
        }
    ]
}