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

GET /monsters/?ordering=-hit_dice&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?ordering=-hit_dice&page=3",
    "previous": "https://api.open5e.com/monsters/?ordering=-hit_dice",
    "results": [
        {
            "slug": "werehyena",
            "desc": "",
            "name": "Werehyena",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "gnoll, shapechanger",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "in gnoll form, 14 (natural armor) in hyena or hybrid form",
            "hit_points": 58,
            "hit_dice": "9d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silver",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "Gnoll (can't speak in hyena form)",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The werehyena makes two attacks: one with its bite and one with its claws or scimitar.",
                    "name": "Multiattack (Gnoll or Hybrid Form Only)"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage. If the target is humanoid, it must succeed on a DC 12 Constitution saving throw or be cursed with werehyena lycanthropy.",
                    "name": "Bite (Hyena or Hybrid Form Only)"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage.",
                    "name": "Claws (Hybrid Form Only)"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage.",
                    "name": "Scimitar (Gnoll or Hybrid Form Only)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The werehyena has advantage on Wisdom (Perception) checks that rely on hearing or smell.",
                    "name": "Keen Hearing and Smell"
                },
                {
                    "desc": "The werehyena can use its action to polymorph into a hyena-gnoll hybrid or into a hyena, or back into its true gnoll form. Its statistics, other than AC, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.",
                    "name": "Shapechanger"
                }
            ],
            "spell_list": [],
            "page_no": 259,
            "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_werehyena/"
        },
        {
            "slug": "ratking-tob1-2023",
            "desc": "False",
            "name": "Rat King",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "9d8 + 36",
            "speed": {
                "walk": 20,
                "burrow": 30
            },
            "strength": 6,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 11,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 12,
            "skills": {
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, poisoned, prone, stunned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Thieves’ Cant",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The rat king makes two Bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage plus 7 (2d6) poison damage. If the target is a creature, it must succeed on a DC 14 Constitution saving throw or suffer one level of exhaustion and become infected with a disease. Until the disease is cured, at the end of each long rest, the creature must repeat the saving throw. On a failure, the creature suffers another level of exhaustion. The exhaustion lasts until the creature finishes a long rest after the disease is cured. A creature that succeeds on two saving throws recovers from the disease."
                },
                {
                    "name": "Call Rats (1/Day)",
                    "desc": "The rat king magically calls 2d4 rats, 1d4 giant rats, or 1 swarm of rats. The rats arrive in 1d4 rounds, acting as allies of the rat king and obeying its spoken commands. The rats remain for 1 hour, until the rat king dies, or until the rat king dismisses them as a bonus action."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Absorption",
                    "desc": "When a friendly rat, giant rat, or swarm of rats starts its turn within 5 feet of the rat king, the rat king can absorb it. If the rat king does so, the target dies, and the rat king gains temporary hp equal to the target's remaining hp."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The rat king has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Plague of Ill Omen",
                    "desc": "The rat king radiates a magical aura of misfortune. A creature that starts its turn within 15 feet of the rat king must succeed on a DC 14 Charisma saving throw or have disadvantage on attack rolls and saving throws until the start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 300,
            "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_rat-king/"
        },
        {
            "slug": "selang-tob1-2023",
            "desc": "False",
            "name": "Selang",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "9d8 + 36",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 6,
            "perception": 16,
            "skills": {
                "Perception": 6,
                "Performance": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid, lightning",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Common, Elvish, Sylvan, Void Speech",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The selang can use its Alien Piping. It then makes two Dagger or Poison Bolt attacks."
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 6 (1d4 + 4) piercing damage plus 10 (3d6) poison damage."
                },
                {
                    "name": "Poison Bolt",
                    "desc": "Ranged Spell Attack: +6 to hit, range 60 ft., one target. Hit: 14 (3d6 + 4) poison damage."
                },
                {
                    "name": "Alien Piping",
                    "desc": "The selang plays one of the following ear-bending melodies on alien pipes. One creature the selang can see within 60 feet of it is the only creature that can hear the melody. The target must succeed on a DC 14 Wisdom saving throw or be affected by the chosen melody."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Poisoned Weapons",
                    "desc": "The selang's weapons are coated with a magical poison. When the selang hits with any weapon, the weapon deals an extra 3d6 poison damage (included in the attack)."
                }
            ],
            "spell_list": [],
            "page_no": 321,
            "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_selang/"
        },
        {
            "slug": "wolfreaverdwarf-tob1-2023",
            "desc": "False",
            "name": "Wolf Reaver Dwarf",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Any Chaotic Alignment",
            "armor_class": 16,
            "armor_desc": "chain shirt, shield",
            "hit_points": 76,
            "hit_dice": "9d8 + 36",
            "speed": {
                "walk": 25
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 19,
            "intelligence": 9,
            "wisdom": 11,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "Athletics": 6,
                "Intimidation": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Dwarvish",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wolf reaver dwarf makes one Battleaxe attack and two Spear attacks, or it makes three Handaxe attacks."
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft, one target. Hit: 8 (1d8 + 4) slashing damage, or 9 (1d10 + 4) slashing damage if used with two hands."
                },
                {
                    "name": "Handaxe",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d6 + 4) slashing damage."
                },
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d6 + 4) piercing damage, or 8 (1d8 + 4) piercing damage if used with two hands to make a melee attack."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Danger Sense",
                    "desc": "While conscious, the wolf reaver dwarf has advantage on Dexterity saving throws."
                },
                {
                    "name": "Dwarven Resilience",
                    "desc": "The wolf reaver dwarf has advantage on saving throws against poison."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The wolf reaver dwarf has advantage on attack rolls against a creature if at least one of the dwarf's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Reckless",
                    "desc": "At the start of its turn, the wolf reaver dwarf can gain advantage on all melee weapon attack rolls during that turn, but attack rolls against it have advantage until the start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 412,
            "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_wolf-reaver-dwarf/"
        },
        {
            "slug": "frostveil-tob1-2023",
            "desc": "False",
            "name": "Frostveil",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 67,
            "hit_dice": "9d8 + 27",
            "speed": {
                "walk": 15,
                "fly": 10
            },
            "strength": 20,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 1,
            "wisdom": 11,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "Stealth": 7
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning and piercing from nonmagical attacks",
            "damage_immunities": "cold",
            "condition_immunities": "blinded, charmed, deafened, frightened, prone",
            "senses": "blindsight 120 ft., passive Perception 10",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The frostveil makes two Frozen Tendril attacks. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 15), and the frostveil uses Snowy Engulf on it."
                },
                {
                    "name": "Frozen Tendril",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 9 (1d8 + 5) bludgeoning damage plus 3 (1d6) cold damage."
                },
                {
                    "name": "Snowy Engulf",
                    "desc": "The frostveil engulfs a Medium or smaller creature grappled by it. The engulfed target is blinded and restrained, and it must succeed on a DC 15 Constitution saving throw at the start of each of the frostveil's turns or take 4 (1d8) acid damage and 3 (1d6) cold damage. If the frostveil moves, the engulfed target moves with it. The frostveil can have only one creature engulfed at a time."
                },
                {
                    "name": "Spirit Spores (Recharge 6)",
                    "desc": "The frostveil releases a puff of psychotropic spores around itself. Each creature within 10 feet of the frostveil must make a DC 15 Constitution saving throw. On a failure, a creature takes 21 (6d6) cold damage and is incapacitated for 1 minute. On a success, a creature takes half the damage and isn't incapacitated. When an incapacitated creature moves, it moves in a random direction. An incapacitated creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Chilling Acidic Body",
                    "desc": "A creature that touches the frostveil or hits it with a melee attack while within 5 feet of it takes 4 (1d8) acid damage."
                },
                {
                    "name": "Damage Transfer",
                    "desc": "While engulfing a creature, the frostveil takes only half the damage dealt to it (rounded down), and the engulfed creature takes the other half."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the frostveil remains motionless, it is indistinguishable from a formation of frost and ice."
                },
                {
                    "name": "Windborne",
                    "desc": "In windy conditions, the frostveil's flying speed increases to 30 feet. In a wind of moderate or greater speed (at least 10 miles per hour), its flying speed increases to 60 feet."
                }
            ],
            "spell_list": [],
            "page_no": 193,
            "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_frostveil/"
        },
        {
            "slug": "dogmole-tob1-2023",
            "desc": "False",
            "name": "Dogmole",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 58,
            "hit_dice": "9d8 + 18",
            "speed": {
                "walk": 10,
                "burrow": 30
            },
            "strength": 14,
            "dexterity": 17,
            "constitution": 15,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "blindsight 30 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dogmole makes one Bite attack and one Claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Wormkiller Rage",
                    "desc": "When the dogmole takes damage from a Small or larger insectoid Beast, such as a giant centipede, or when it deals damage to such a creature, it enters a special rage for 3 rounds. While in this rage, it has advantage on attack rolls and Strength checks and deals an extra 2 (1d4) piercing damage with its Bite attack, but its Armor Class is reduced by 2. The dogmole can't end this rage willingly."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Burrowed Tunnels",
                    "desc": "If the dogmole burrows at half its burrowing speed, it can leave a 5-foot diameter tunnel in its wake."
                }
            ],
            "spell_list": [],
            "page_no": 107,
            "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_dogmole/"
        },
        {
            "slug": "gnollhavocrunner-tob1-2023",
            "desc": "False",
            "name": "Gnoll Havoc Runner",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 58,
            "hit_dice": "9d8 + 18",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Athletics": 5,
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Gnoll",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gnoll makes one Bite attack and two Battleaxe attacks."
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage, or 8 (1d10 + 3) slashing damage if used with two hands."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Lightning Lope",
                    "desc": "The gnoll takes the Dash or Disengage action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Harrying Attacks",
                    "desc": "If the gnoll attacks more than one creature in the same turn, the first target has disadvantage on attack rolls until the end of its next turn."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The gnoll has advantage on attack rolls against a creature if at least one of the gnoll's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 213,
            "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_gnoll-havoc-runner/"
        },
        {
            "slug": "venomousmummy-tob1-2023",
            "desc": "False",
            "name": "Venomous Mummy",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 11,
            "armor_desc": "natural armor",
            "hit_points": 58,
            "hit_dice": "9d8 + 18",
            "speed": {
                "walk": 20
            },
            "strength": 16,
            "dexterity": 8,
            "constitution": 15,
            "intelligence": 7,
            "wisdom": 10,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "the languages it knew in life",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Venomous Fist",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage plus 10 (3d6) poison damage. If the target is a creature, it must succeed on a DC 12 Constitution saving throw or be cursed. Every 24 hours that elapse, the cursed target must succeed on a DC 12 Constitution saving throw or take 7 (2d6) poison damage, and its hp maximum is reduced by that amount. This reduction lasts until the target finishes a long rest after the curse is removed. The target dies if this effect reduces its hp maximum to 0. The curse lasts until removed by the remove curse spell or similar magic."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Toxic Smoke",
                    "desc": "If the venomous mummy takes fire damage, each creature within 10 feet of it must make a DC 12 Constitution saving throw as its venom-soaked wraps emit a poisonous smoke. On a failure, a creature takes 7 (2d6) poison damage and is poisoned until the end of its next turn. On a success, a creature takes half the damage and isn't poisoned. The smoke fills a 10-foot-radius sphere centered on the mummy. The sphere spreads around corners, and its area is lightly obscured. It lasts until the end of the mummy's next turn. A creature that enters the cloud for the first time on a turn or starts its turn there is poisoned until the end of its next turn."
                },
                {
                    "name": "Venom-Soaked Wraps",
                    "desc": "A creature that touches the mummy or hits it with a melee attack while within 5 feet of it takes 3 (1d6) poison damage."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The venomous mummy doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 279,
            "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_venomous-mummy/"
        },
        {
            "slug": "swarm-ice-borers",
            "desc": "",
            "name": "Swarm, Ice Borers",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 40,
            "hit_dice": "9d8",
            "speed": {
                "walk": 10,
                "climb": 10,
                "fly": 30
            },
            "strength": 7,
            "dexterity": 15,
            "constitution": 10,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 3,
            "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": "bludgeoning, piercing, slashing",
            "damage_immunities": "cold",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "passive Perception 10",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Impale",
                    "desc": "Melee Weapon Attack: +4 to hit, 0 ft., one creature, in the swarm's space. 7 (2d6) piercing damage + 9 (2d8) cold or 3 (1d6) piercing damage + 4 (1d8) cold if the swarm has half its hp or fewer."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from cluster of icicles. This trait doesn't function if swarm has damaged a creature with blood within the past 2 hrs."
                },
                {
                    "name": "Frigid Mass",
                    "desc": "A creature that starts its turn in the swarm's space takes 4 (1d8) cold."
                },
                {
                    "name": "Heatsense",
                    "desc": "The swarm can pinpoint the location of creatures emitting heat such as warm-blooded Beasts and Humanoids within 30' of it."
                },
                {
                    "name": "Spider Climb",
                    "desc": "Difficult surfaces even ceilings no ability check."
                },
                {
                    "name": "Swarm",
                    "desc": "Can occupy another creature's space and vice versa and swarm can move through any opening large enough for a Tiny elemental. Can't regain hp or gain temp hp."
                }
            ],
            "spell_list": [],
            "page_no": 362,
            "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_swarm-ice-borers/"
        },
        {
            "slug": "mage",
            "desc": "**Mages** spend their lives in the study and practice of magic. Good-aligned mages offer counsel to nobles and others in power, while evil mages dwell in isolated sites to perform unspeakable experiments without interference.",
            "name": "Mage",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "NPCs",
            "alignment": "any alignment",
            "armor_class": 12,
            "armor_desc": "15 with _mage armor_",
            "hit_points": 40,
            "hit_dice": "9d8",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 14,
            "constitution": 11,
            "intelligence": 17,
            "wisdom": 12,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 6,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 6,
                "history": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "any four languages",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spellcasting",
                    "desc": "The mage is a 9th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 14, +6 to hit with spell attacks). The mage has the following wizard spells prepared:\n\n* Cantrips (at will): fire bolt, light, mage hand, prestidigitation\n* 1st level (4 slots): detect magic, mage armor, magic missile, shield\n* 2nd level (3 slots): misty step, suggestion\n* 3rd level (3 slots): counterspell, fireball, fly\n* 4th level (3 slots): greater invisibility, ice storm\n* 5th level (1 slot): cone of cold"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/fire-bolt/",
                "https://api.open5e.com/v2/spells/light/",
                "https://api.open5e.com/v2/spells/mage-hand/",
                "https://api.open5e.com/v2/spells/prestidigitation/",
                "https://api.open5e.com/v2/spells/detect-magic/",
                "https://api.open5e.com/v2/spells/mage-armor/",
                "https://api.open5e.com/v2/spells/magic-missile/",
                "https://api.open5e.com/v2/spells/shield/",
                "https://api.open5e.com/v2/spells/misty-step/",
                "https://api.open5e.com/v2/spells/suggestion/",
                "https://api.open5e.com/v2/spells/counterspell/",
                "https://api.open5e.com/v2/spells/fireball/",
                "https://api.open5e.com/v2/spells/fly/",
                "https://api.open5e.com/v2/spells/greater-invisibility/",
                "https://api.open5e.com/v2/spells/ice-storm/",
                "https://api.open5e.com/v2/spells/cone-of-cold/"
            ],
            "page_no": 400,
            "environments": [
                "Urban",
                "Desert",
                "Mountains",
                "Forest",
                "Ruin",
                "Laboratory",
                "Jungle",
                "Hills",
                "Feywild",
                "Shadowfell",
                "Swamp",
                "Settlement"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_mage/"
        },
        {
            "slug": "execrable-shrub",
            "desc": "",
            "name": "Execrable Shrub",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 40,
            "hit_dice": "9d8",
            "speed": {
                "burrow": 10,
                "walk": 10
            },
            "strength": 12,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing, poison",
            "damage_immunities": "fire",
            "condition_immunities": "poisoned",
            "senses": "tremorsense 60 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) slashing damage plus 2 (1d4) fire damage.",
                    "name": "Burning Slash"
                },
                {
                    "desc": "The execrable shrub releases a billowing cloud of smoke in a 10-foot-radius that lasts for 1 minute and moves with the shrub. The area affected by the smoke is heavily obscured.",
                    "name": "Smolder (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Whenever a creature is reduced to 0 hp within 60 feet of the execrable shrub, the shrub regains 5 (1d10) hp.",
                    "name": "Healed by Blood"
                },
                {
                    "desc": "The execrable shrub knows if a creature within 60 feet of it is evil-aligned or not.",
                    "name": "Like Calls to Like"
                },
                {
                    "desc": "Using telepathy, the execrable shrub can magically communicate with any other evil-aligned creature within 100 feet of it. This communication is primarily through images and emotions rather than actual words.",
                    "name": "Limited Telepathy"
                }
            ],
            "spell_list": [],
            "page_no": 304,
            "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_execrable-shrub/"
        },
        {
            "slug": "serpentfolk-of-yig",
            "desc": "",
            "name": "Serpentfolk of Yig",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 40,
            "hit_dice": "9d8",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 14,
            "constitution": 11,
            "intelligence": 14,
            "wisdom": 11,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": 2,
            "skills": {
                "deception": 6,
                "perception": 2,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Abyssal, Common, Draconic, Infernal, Void Speech",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "desc": "The serpentfolk makes two attacks: one with its bite and one with its scimitar.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) piercing damage plus 3 (1d6) poison damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage.",
                    "name": "Scimitar"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "name": "Shortbow"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The serpentfolk has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The serpentfolk's innate spellcasting ability is Charisma (spell save DC 12). The serpentfolk can innately cast the following spells, requiring no material components:\n3/day each: charm person, disguise self",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 324,
            "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_serpentfolk-of-yig/"
        },
        {
            "slug": "brumalek",
            "desc": "",
            "name": "Brumalek",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 40,
            "hit_dice": "9d6+9",
            "speed": {
                "walk": 30,
                "burrow": 20,
                "climb": 20
            },
            "strength": 5,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 4,
            "wisdom": 13,
            "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": "",
            "damage_resistances": "cold",
            "damage_immunities": "thunder",
            "condition_immunities": "deafened",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "—",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Headbutt",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d6+3) bludgeoning damage."
                },
                {
                    "name": "Reverberating Howl",
                    "desc": "Releases an ear-shattering howl in a 30' cone that is audible 300' away. Each creature in that cone must make a DC 13 Dex save. On a failure a creature takes 5 (2d4) thunder and is deafened for 1 min. On a success the creature takes half the damage and isn't deafened. A deafened creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Skittish",
                    "desc": "Can take the Dash or Disengage action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                },
                {
                    "name": "Snow Stride",
                    "desc": "A brumalek can burrow through nonmagical snow and earth. While doing so it doesn't disturb the material it moves through. In addition difficult terrain composed of snow doesn't cost it extra movement."
                }
            ],
            "spell_list": [],
            "page_no": 70,
            "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_brumalek/"
        },
        {
            "slug": "bastet-temple-cat",
            "desc": "_A slim feline far larger than any house cat slips from the shadows. Its coat glistens like ink as it chirps, and its tail flicks teasingly as its golden eyes observe the doings in its temple._  \n**Bred for Magic.** Temple cats of Bastet are thought by some to be celestials, but they are a terrestrial breed, created by the priesthood through generations of enchantment.  \n**Lazy Temple Pets.** By day, temple cats laze about their shrines and porticos, searching out attention from the faithful and occasionally granting boons when it suits then.  \n**Fierce Shrine Guardians.** By night, they serve as guardians in their temples, inciting would-be thieves to come close before viciously mauling them. More than one would-be rogue has met his or her fate at the claws and teeth of these slim, black-furred beasts. Bastet temple cats are fierce enemies of temple dogs.",
            "name": "Bastet Temple Cat",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 40,
            "hit_dice": "9d6+9",
            "speed": {
                "walk": 40,
                "climb": 30
            },
            "strength": 8,
            "dexterity": 19,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Nurian, and Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The temple cat makes one bite attack and one claws attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 6 (1d4 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d4"
                },
                {
                    "name": "Fascinating Lure",
                    "desc": "The temple cat purrs loudly, targeting a humanoid it can see within 30 feet that can hear the temple cat. The target must succeed on a DC 14 Wisdom saving throw or be charmed. While charmed by the temple cat, the target must move toward the cat at normal speed and try to pet it or pick it up. A charmed target repeats 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, the creature is immune to the temple cat's Fascinating Lure for the next 24 hours. The temple cat has advantage on attack rolls against any creature petting or holding it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The temple cat has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the temple cat's innate spellcasting ability is Charisma (spell save DC 14, +6 to hit with spell attacks). The temple cat can innately cast the following spells, requiring no material components:\n\nat will: guidance\n\n3/day each: charm person, cure wounds\n\n1/day: enhance ability (only Cat's Grace)"
                },
                {
                    "name": "Priestly Purr",
                    "desc": "When a cleric or paladin who worships Bastet spends an hour preparing spells while a Bastet temple cat is within 5 feet, that spellcaster can choose two 1st-level spells and one 2nd-level spell that they are able to cast and imbue them into the temple cat. The temple cat can cast these spells 1/day each without a verbal component. These spells are cast as if they were included in the temple cat's Innate Spellcasting trait."
                }
            ],
            "spell_list": [],
            "page_no": 32,
            "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_bastet-temple-cat/"
        },
        {
            "slug": "eala",
            "desc": "_This swanlike creature’s feathers are made of shining metal. When it inhales, the feathers on its chest glow red hot._  \nEala are beautiful but deadly creatures native to the plane of Shadow. They grow feathers like their Material Plane counterparts, but their feathers are made of gleaming, razor‑sharp metal.  \n**Metallic Diet.** Eala plumage displays a stunning mixture of metallic colors, which vary depending on their diet. An eala uses its fire breath to melt metals with low melting points such as gold, silver, lead, copper, and bronze. The eala consumes the molten metal, some of which migrates into the creature’s deadly feathers. Eala that display primarily or entirely a single color are highly prized.",
            "name": "Eala",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural",
            "hit_points": 40,
            "hit_dice": "9d6+9",
            "speed": {
                "walk": 10,
                "fly": 60
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "-",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The eala makes two attacks with its wing blades."
                },
                {
                    "name": "Wing Blades",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Fire Breath (recharge 5-6)",
                    "desc": "The eala breathes fire in a 20-foot cone. Every creature in the area must make a DC 11 Dexterity saving throw, taking 10 (3d6) fire damage on a failed save or half as much on a successful one. The eala's fire breath ignites flammable objects and melts soft metals in the area that aren't being worn or carried."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Swan Song",
                    "desc": "When the eala is reduced to 0 hit points, it can use its last breath sing a plaintive and beautiful melody. Creatures within 20 feet that can hear the eala must succeed on a DC 13 Charisma saving throw or be incapacitated for 1 round. A creature incapacitated in this way has its speed reduced to 0."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 163,
            "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_eala/"
        },
        {
            "slug": "tosculi-warrior",
            "desc": "The tosculi are a race of wasp-folk that share the Golden Song of the hive, which unites them under the command and iron rule of their queen. Each hive has its own song, and most tosculi hives are predatory, dangerous places—quick to turn to banditry, cattle theft, and raiding against small villages.  \nThose few tosculi who do not hear their queen’s Golden Song are the Hiveless, driven out of the embrace of the hive to attempt survive on their own.  \nTosculi warriors are overseers of work crews and battle groups of drones, directing activities and relaying commands from higher up in the hive mind. They are entirely subservient to the hivequeen’s orders, but if ordered to act independently or to follow their own best judgment, they’re capable of doing so. Warriors are almost never encountered without drones, and tower over them. They stand 4 to 5 feet tall and weigh up to 70 pounds.  \n**Host Finders.** The warriors’ most important role in the hive, however, is procuring live hosts for tosculi eggs to hatch in. Creatures paralyzed by warriors are brought to the queen’s chamber to have eggs implanted in them. An egg hatches in 1d6 weeks, and the ravenous larva devours its still-living (but mercifully unconscious) host.",
            "name": "Tosculi Warrior",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 58,
            "hit_dice": "9d6+27",
            "speed": {
                "walk": 20,
                "fly": 60
            },
            "strength": 12,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Tosculi",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tosculi warrior makes one bite attack, one claws attack, and one stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 7 (1d4 + 5) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 10 (2d4 + 5) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d4"
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 7 (1d4 + 5) piercing damage, and the target must succeed on a DC 13 Constitution saving throw against poison or be paralyzed for 1 minute. A paralyzed target repeats the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 7,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Prepare Host",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one paralyzed creature. Hit: 10 (2d4 + 5) piercing damage, and the target is paralyzed for 8 hours. The paralysis can be ended with a successful DC 20 Wisdom (Medicine) check or by a spell or magical effect that cures disease. (Because only paralyzed creatures can be targeted, a hit by this attack is automatically a critical hit; bonus damage is included in the damage listing.)",
                    "attack_bonus": 7,
                    "damage_dice": "2d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Skittering",
                    "desc": "Up to two tosculi can share the same space at one time. The tosculi has advantage on attack rolls while sharing its space with another tosculi that isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 386,
            "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_tosculi-warrior/"
        },
        {
            "slug": "orphan-of-the-black",
            "desc": "Appearing to be an unkempt human child between the ages of six and ten, this creature has bare feet and long, ragged, dirty nails. The matted mop of hair upon the creature’s head has the odd blade of grass stuck in it. Its face is gaunt, with black, expressionless eyes, and its mouth is twisted into a sneer._  \n**Neglectful Beginnings.** Once children of the Material Plane, these poor souls were mistreated by their guardians or people in positions of authority. Through their sadness and neglect, they inadvertently opened doorways to the Shadow Realm, and, eager for an escape from their lives, they stepped through the doorways. Over time, the atmosphere of the Shadow Realm corrupted and twisted these children into feral creatures. Orphans of the black carry no weapons or belongings, except for a single tattered blanket or broken toy.  \n**Problem with Authority.** Orphans of the black hate those who hold command over others. Whenever possible, creatures prominently displaying rank or other titles, along with those who issue orders. An orphan of the black may sympathize with a creature that feels belittled or neglected, and it might forgo attacking the creature to attempt to coerce the creature into becoming an orphan of the black as well.",
            "name": "Orphan of the Black",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 49,
            "hit_dice": "9d6+18",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The orphan of the black makes two melee attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) bludgeoning damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                },
                {
                    "name": "Incite Violence (Recharge 5-6)",
                    "desc": "The orphan of the black forces a creature it can see within 15 feet of it to commit an outburst of violence. The target must make a DC 12 Wisdom saving throw. On a failed save, the creature must use its action on its next turn to attack the nearest creature other than the orphan of the black. On a success, the creature takes 7 (2d6) psychic damage from the violence boiling at the edge of its consciousness. A creature immune to being charmed isn't affected by the orphan's Incite Violence."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Forbiddance",
                    "desc": "An orphan of the black can't enter a residence without an invitation from one of the occupants."
                },
                {
                    "name": "Sense Law",
                    "desc": "An orphan of the black can pinpoint the location of a lawful creature within 30 feet of it."
                },
                {
                    "name": "Transmit Pain",
                    "desc": "A creature that hits the orphan of the black with an attack must succeed on a DC 12 Wisdom saving throw or take 7 (2d6) psychic damage."
                }
            ],
            "spell_list": [],
            "page_no": 286,
            "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_orphan-of-the-black/"
        },
        {
            "slug": "dau",
            "desc": "_A constant shimmer surrounds this short, winged creature, and staring at it is eyewatering and confusing, like a distant desert mirage though it’s only scant yards away._  \n**Desert Mirage Fey.** Daus are creatures of haze and illusion. They stand three feet tall, with sandy skin, and are surrounded by a shimmering aura like a heat haze. They are flighty, physically weak, and unfocused, but are agile in both body and wit.  \n**Lazy and Bored.** Their ability to magically provide for themselves in most material ways tends to make daus lazy and hedonistic. As a result, daus are often friendly and eager for company and they invite friends and strangers alike to rest in their lairs, partake in their feasts and share their stories.  \n**Sticklers for Etiquette.** However, a dau’s hospitality often turns to cruelty when guests breach its intricate rules of etiquette.",
            "name": "Dau",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 49,
            "hit_dice": "9d6+18",
            "speed": {
                "hover": true,
                "walk": 20,
                "fly": 60
            },
            "strength": 7,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 14,
            "wisdom": 17,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "deception": 5,
                "insight": 5,
                "perception": 5,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Deep Speech, Primordial, Sylvan, telepathy 60 ft.",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dau makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 6 (1d6 + 3) bludgeoning damage plus 10 (3d6) necrotic damage, and the dau regains hit points equal to the necrotic damage dealt. The target must succeed on a DC 13 Constitution saving throw or its hit point maximum is reduced by an amount equal to the necrotic damage taken. This reduction lasts until the creature finishes a long rest.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Tangible Illusion (1/Day)",
                    "desc": "After casting an illusion spell of an object, the dau temporarily transforms that illusion into a physical, nonmagical object. The temporary object lasts 10 minutes, after which it reverts to being an illusion (or vanishes, if the duration of the original illusion expires). During that time, the illusion has all the physical properties of the object it represents, but not magical properties. The dau must touch the illusion to trigger this transformation, and the object can be no larger than 5 cubic feet."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Mirror Dodge (1/Day)",
                    "desc": "When the dau would be hit by an attack or affected by a spell, the dau replaces itself with an illusory duplicate and teleports to any unoccupied space within 30 feet in sight. The dau isn't affected and the illusory duplicate is destroyed."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The dau has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the dau's innate spellcasting ability is Charisma (spell save DC 13). It can innately cast the following spells, requiring no material components:\n\nat will: detect thoughts\n\n3/day each: invisibility, mirror image\n\n1/day each: mirage arcana, programmed illusion, project image"
                }
            ],
            "spell_list": [],
            "page_no": 70,
            "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_dau/"
        },
        {
            "slug": "quickstep",
            "desc": "",
            "name": "Quickstep",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "studded leather",
            "hit_points": 49,
            "hit_dice": "9d6+18",
            "speed": {
                "walk": 50
            },
            "strength": 14,
            "dexterity": 19,
            "constitution": 15,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "deception": 5,
                "intimidation": 5,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "unconscious",
            "senses": "darkvision 60 ft., truesight 60 ft., passive Perception 14",
            "languages": "Common, Elvish, Umbral",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "A quickstep makes two attacks with its moonlight rapier and one with its hidden dagger.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d8+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage plus 7 (2d6) cold damage.",
                    "name": "Moonlight Rapier"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "1d4+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 6 (1d4 + 4) piercing damage plus 3 (1d6) cold damage.",
                    "name": "Hidden Dagger"
                },
                {
                    "desc": "Each creature within 10 feet of the quickstep must make a DC 15 Constitution saving throw as the quickstep whirls in a blur of cold steel. On a failure, a target takes 9 (2d8) piercing damage and 7 (2d6) cold damage and is paralyzed for 1 round. On a success, a target takes half the piercing and cold damage and isn't paralyzed.",
                    "name": "Freezing Steel (Recharge 6)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature the quickstep can see targets it with an attack, the quickstep can move to an unoccupied space within 5 feet of it without provoking opportunity attacks. If this movement would put the quickstep out of reach of the attacker, the attack misses.",
                    "name": "Quick Dodge"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the quickstep is subjected to an effect that allows it to make a Dexterity saving throw to take only half damage, the quickstep instead takes no damage if it succeeds on the saving throw, and only half damage if it fails.",
                    "name": "Evasion"
                },
                {
                    "desc": "The quickstep has advantage on saving throws against being charmed, and magic can't put it to sleep.",
                    "name": "Fey Ancestry"
                },
                {
                    "desc": "The movements of a quickstep are so swift that it is almost invisible when in motion. If the quickstep moves at least 10 feet on its turn, attack rolls against it have disadvantage until the start of its next turn unless the quickstep is incapacitated or restrained.",
                    "name": "Startling Speed"
                }
            ],
            "spell_list": [],
            "page_no": 308,
            "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_quickstep/"
        },
        {
            "slug": "bastettemplecat-tob1-2023",
            "desc": "False",
            "name": "Bastet Temple Cat",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 40,
            "hit_dice": "9d6 + 9",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 19,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Perception": 5,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The temple cat makes one Bite attack and one Claws attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 6 (1d4 + 4) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 4) slashing damage."
                },
                {
                    "name": "Fascinating Purr",
                    "desc": "The temple cat purrs loudly at a Humanoid it can see within 30 feet of it and that can hear it. The target must succeed on a DC 14 Wisdom saving throw or be charmed. While charmed by the temple cat, the target is incapacitated and must move on its turn toward the cat by the most direct route, trying to get within 5 feet of the cat and pet or hold it. The target doesn't avoid opportunity attacks, but before moving into damaging terrain, such as lava or a pit, and whenever it takes damage from a source other than the cat, the target can repeat the saving throw. A charmed target can also 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, the creature is immune to the temple cat's Fascinating Purr for the next 24 hours. The temple cat has advantage on attack rolls against any creature petting or holding it."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The temple cat casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 14):\nAt will: guidance\n3/day each: charm person, cure wounds\n1/day: enhance ability (only Cat's Grace)"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The temple cat has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Priestly Purr",
                    "desc": "When a cleric or paladin who worships Bastet spends an hour preparing spells while a Bastet temple cat is within 5 feet of it, that spellcaster can choose two 1st-level spells and one 2nd-level spell that it is able to cast and imbue the temple cat with the spells. The spellcaster doesn't expend spell slots to imbue the cat in this way. The cat can be imbued with no more than three spells at a time. The cat can use the Spellcasting action to cast each spell once, requiring no material components. Once the spells are expended, the temple cat must finish a long rest before it can be imbued with spells again."
                }
            ],
            "spell_list": [],
            "page_no": 32,
            "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_bastet-temple-cat/"
        },
        {
            "slug": "eala-tob1-2023",
            "desc": "False",
            "name": "Eala",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 40,
            "hit_dice": "9d6 + 9",
            "speed": {
                "walk": 60,
                "fly": 10
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "fire",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The eala makes two Wing Blades attacks."
                },
                {
                    "name": "Wing Blades",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The eala breathes fire in a 15-foot cone. Each creature in the area must make a DC 13 Dexterity saving throw, taking 10 (3d6) fire damage on a failed save, or half as much damage on a successful one. The eala's fire breath ignites flammable objects and melts soft metals, such as gold and lead, in the area that aren't being worn or carried."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Swan Song",
                    "desc": "When the eala is reduced to 0 hp, it can use its last breath to sing a plaintive and beautiful melody. Each creature within 20 feet of it that can hear the eala must succeed on a DC 13 Charisma saving throw or be incapacitated until the end of its next turn. While incapacitated, the creature's speed is reduced to 0."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 152,
            "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_eala/"
        },
        {
            "slug": "tosculiwarrior-tob1-2023",
            "desc": "False",
            "name": "Tosculi Warrior",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 58,
            "hit_dice": "9d6 + 27",
            "speed": {
                "walk": 60,
                "fly": 20
            },
            "strength": 12,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Tosculi",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tosculi warrior makes one Claw attack and one Stinger attack."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 10 (2d4 + 5) slashing damage."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 10 (2d4 + 5) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the target is also paralyzed. A poisoned target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Prepare Host",
                    "desc": "The tosculi extends the paralysis on a creature within 5 feet of it that was paralyzed by a tosculi's Stinger attack. The paralyzed target must succeed on a DC 13 Constitution saving throw or be paralyzed for 8 hours and no longer makes saving throws to end the paralysis. The paralysis ends if the target takes damage while below half its hp maximum. Otherwise, a spell or effect that cures disease ends this paralysis."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Crowd Tactics",
                    "desc": "The tosculi can share its space with up to one other tosculi. While sharing its space with one other tosculi, it has advantage on attack rolls against a creature if the other tosculi in its space isn't incapacitated."
                },
                {
                    "name": "Hive Sense",
                    "desc": "The tosculi can pinpoint the location of its hive queen when she is within 300 feet of it, and it can sense the general direction and distance to the hive where its queen makes her home."
                }
            ],
            "spell_list": [],
            "page_no": 367,
            "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_tosculi-warrior/"
        },
        {
            "slug": "dau-tob1-2023",
            "desc": "False",
            "name": "Dau",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 49,
            "hit_dice": "9d6 + 18",
            "speed": {
                "walk": 60,
                "fly": 20
            },
            "strength": 7,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 14,
            "wisdom": 17,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Deception": 5,
                "Insight": 5,
                "Perception": 5,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Deep Speech, Primordial, Sylvan, telepathy 60 ft.",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dau makes two Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 6 (1d6 + 3) bludgeoning damage plus 10 (3d6) necrotic damage, and the dau regains hp equal to the necrotic damage dealt. The target must succeed on a DC 13 Constitution saving throw or its hp maximum is reduced by an amount equal to the necrotic damage dealt. This reduction lasts until the creature finishes a long rest. The creature dies if this effect reduces its hp maximum to 0."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The dau casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 13):\nAt will: detect thoughts, minor illusion\n3/day each: invisibility, major image\n1/day each: programmed illusion, project image"
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Mirror Dodge",
                    "desc": "When a creature the dau can see within 30 feet of it attacks the dau or targets it with a spell, the dau replaces itself with an illusory duplicate and teleports to any unoccupied space that it can see within 30 feet. The dau isn't affected by the attack or spell, and the illusory duplicate is destroyed."
                },
                {
                    "name": "Tangible Illusion (1/Day)",
                    "desc": "When the dau casts a spell that creates an illusion of an object, the dau temporarily transforms that illusion into a physical, nonmagical object. The temporary object lasts 10 minutes, after which it reverts to being an illusion (or vanishes, if the duration of the original illusion expires). During that time, the illusion has all the physical properties of the object it represents, but it doesn't have any of the object's magical properties. The dau must touch the illusion to trigger this transformation, and the object can be no larger than 5 cubic feet."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The dau has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 69,
            "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_dau/"
        },
        {
            "slug": "heggarna",
            "desc": "The foul abomination wriggles about on multiple caterpillar-like claspers. It has the jagged, circular maw and slippery body of an oversized leech and the head and coloration of a fierce tiger._  \n**Night Terrors.** Many sleepers have experienced nightmares in which a shadowy creature was sitting on them, draining them of their vital essence. While most of these experiences are because of some underlying psychological trauma, some are the result of visitations by terrifying creatures of the night. One such creature is the heggarna, a vile aberration that feeds on a creature’s mental energy as it sleeps and infuses the victim’s subconscious with terrible nightmares for its own vile amusement.  \n**Hidden Fear.** During the day, the heggarna disguises itself as a stray cat, lurking near the homes of potential prey and fleeing with feline-like caution when anyone comes near. Most humanoids overlook simple animals like cats when dealing with a heggarna infestation, but magic can detect the creature’s true appearance. Normal animals react to the heggarna with a strange ferocity, which experienced hunters recognize as a sign of a heggarna.",
            "name": "Heggarna",
            "size": "Tiny",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 40,
            "hit_dice": "9d4+18",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 7,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Deep Speech, telepathy 30 ft.",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage plus 3 (1d6) psychic damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3"
                },
                {
                    "name": "Dream Rift (Recharge 5-6)",
                    "desc": "The heggarna unleashes a barrage of psychic energy in a 15-foot cone. Each creature in that area must make a DC 13 Wisdom saving throw. On a failure, a creature takes 7 (2d6) psychic damage and is incapacitated until the end of its next turn as it is bombarded with nightmarish images. On a success, a creature takes half the damage and isn't incapacitated."
                },
                {
                    "name": "Illusory Appearance",
                    "desc": "The heggarna covers itself with a magical illusion that makes it look like a Tiny cat. The illusion ends if the heggarna takes a bonus action to end it or if the heggarna dies. The illusion ends immediately if the heggarna attacks or takes damage, but it doesn't end when the heggarna uses Dream Eating.\n\nThe changes wrought by this effect fail to hold up to physical inspection. For example, the heggarna could appear to have fur, but someone touching it would feel its slippery flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 15 Intelligence (Investigation) check to discern the heggarna is disguised."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cat Sneak",
                    "desc": "While in dim light or darkness, the heggarna has advantage on Dexterity (Stealth) checks made to hide. It can use this trait only while it is disguised as a cat."
                },
                {
                    "name": "Dream Eating",
                    "desc": "As a bonus action, the heggarna can attach its lamprey-like maw to a sleeping creature. The target's Charisma score is reduced by 1d4 when the heggarna first attaches to it. The target's Charisma score is then reduced by 1 for each hour the heggarna stays attached. The target dies if this reduces its Charisma to 0. Otherwise, the reduction lasts until the target finishes a long rest at least 24 hours after the heggarna reduced its Charisma.\n\nWhile attached, the heggarna fills the target's dreams with nightmares. The target must succeed on a DC 13 Wisdom saving throw or it doesn't gain any benefit from its current rest. If the target succeeds on the saving throw by 5 or more, it immediately awakens.\n\nThe heggarna can detach itself by spending 5 feet of its movement. It does so after it reduces the target's Charisma by 8 or if the target dies."
                }
            ],
            "spell_list": [],
            "page_no": 196,
            "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_heggarna/"
        },
        {
            "slug": "uraeus",
            "desc": "_A sleek serpent wends through the air, held aloft on bronze-feathered wings. The flying cobra flares its hood and hisses, hurling a spray of orange sparks from its fanged mouth._  \nA uraeus resembles a vibrantly colored cobra. The serpent’s scales are the rich gold-flecked blue of lapis lazuli and its eyes gleam white, but its most distinguishing feature is a pair of feathery bronze wings. It glides gracefully through the air with a deliberate vigilance that reveals its intelligence. A uraeus grows up to three feet long, and weighs around 5 pounds.  \n**Divine Protectors.** Uraeuses are celestial creatures that carry a spark of divine fire within them, and they thirst for purpose when they arrive on the Material Plane. Whether the creature was deliberately summoned or found its way to the Material Plane through other means, a uraeus is created to protect. Once it finds a worthy charge, it devotes its fiery breath and searing venom to protecting that ward.  \nA uraeus is fanatically loyal to the creature it protects. Only gross mistreatment or vicious evil can drive a uraeus to break its bond and leave.",
            "name": "Uraeus",
            "size": "Tiny",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 40,
            "hit_dice": "9d4+18",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 6,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 10 ft., passive Perception 14",
            "languages": "understands Celestial and Common but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage plus 9 (2d8) poison damage, and the target must make a successful DC 12 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the target takes 9 (2d8) fire damage at the start of its turn. A poisoned creature repeats the saving throw at the end of its turn, ending the effect on a success.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Searing Breath (Recharge 5-6)",
                    "desc": "The uraeus exhales a 15-foot cone of fire. Creatures in the area take 10 (3d6) fire damage, or half damage with a successful DC 12 Dexterity saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Bonded Savior",
                    "desc": "When the uraeus' bonded ward takes damage, the uraeus can transfer the damage to itself instead. The uraeus' damage resistance and immunity don't apply to transferred damage."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The uraeus doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Ward Bond",
                    "desc": "As a bonus action, the uraeus forms a magical bond with a willing creature within 5 feet. Afterward, no matter how great the distance between them, the uraeus knows the distance and direction to its bonded ward and is aware of the creature's general state of health. The bond lasts until the uraeus or the ward dies, or the uraeus ends the bond as an action."
                }
            ],
            "spell_list": [],
            "page_no": 392,
            "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_uraeus/"
        },
        {
            "slug": "uraeus-tob1-2023",
            "desc": "False",
            "name": "Uraeus",
            "size": "Tiny",
            "type": "Celestial",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 40,
            "hit_dice": "9d4 + 18",
            "speed": {
                "walk": 60,
                "fly": 30
            },
            "strength": 6,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 1,
            "perception": 14,
            "skills": {
                "Perception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "radiant; bludgeoning, piercing, and slashing damage from nonmagical attacks",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 10 ft., passive Perception 14",
            "languages": "understands Celestial and Common but can’t speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage plus 9 (2d8) poison damage, and the target must succeed on a DC 12 Constitution saving throw or be poisoned for 1 minute. While poisoned, the target takes 3 (1d6) fire damage at the start of each of its turns. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Spit Fire",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 ft., one target. Hit: 16 (4d6 + 2) fire damage."
                },
                {
                    "name": "Searing Breath (Recharge 5-6)",
                    "desc": "The uraeus exhales a 15-foot cone of fire. Each creature in the area must make a DC 12 Dexterity saving throw, taking 10 (3d6) fire damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Ward Bond",
                    "desc": "The uraeus forms a magical bond with a willing creature within 5 feet of it. While bonded, the uraeus and its ward know the distance and direction to each other and the general state of each other's health, even if the two are on different planes of existence. The bond lasts until the uraeus or its ward dies, until the uraeus ends it as a bonus action, or until the uraeus uses this bonus action to create a bond with another creature."
                }
            ],
            "reactions": [
                {
                    "name": "Bonded Savior",
                    "desc": "When the uraeus's bonded ward takes damage, the uraeus prevents the ward from taking the damage and loses hp equal to that amount instead, regardless of the type of damage dealt."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The uraeus doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The uraeus has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 373,
            "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_uraeus/"
        },
        {
            "slug": "will-o-wisp",
            "desc": "",
            "name": "Will-o'-Wisp",
            "size": "Tiny",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 19,
            "armor_desc": null,
            "hit_points": 22,
            "hit_dice": "9d4",
            "speed": {
                "hover": true,
                "walk": 0,
                "fly": 50
            },
            "strength": 1,
            "dexterity": 28,
            "constitution": 10,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, necrotic, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "lightning, poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "the languages it knew in life",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Shock",
                    "desc": "Melee Spell Attack: +4 to hit, reach 5 ft., one creature. Hit: 9 (2d8) lightning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Invisibility",
                    "desc": "The will-o'-wisp and its light magically become invisible until it attacks or uses its Consume Life, or until its concentration ends (as if concentrating on a spell)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Consume Life",
                    "desc": "As a bonus action, the will-o'-wisp can target one creature it can see within 5 ft. of it that has 0 hit points and is still alive. The target must succeed on a DC 10 Constitution saving throw against this magic or die. If the target dies, the will-o'-wisp regains 10 (3d6) hit points."
                },
                {
                    "name": "Ephemeral",
                    "desc": "The will-o'-wisp can't wear or carry anything."
                },
                {
                    "name": "Incorporeal Movement",
                    "desc": "The will-o'-wisp can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Variable Illumination",
                    "desc": "The will-o'-wisp sheds bright light in a 5- to 20-foot radius and dim light for an additional number of ft. equal to the chosen radius. The will-o'-wisp can alter the radius as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 355,
            "environments": [
                "Urban",
                "Swamp",
                "Forest"
            ],
            "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_will-o-wisp/"
        },
        {
            "slug": "oliphaunt",
            "desc": "",
            "name": "Oliphaunt",
            "size": "Gargantuan",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 148,
            "hit_dice": "9d20+54",
            "speed": {
                "walk": 50
            },
            "strength": 27,
            "dexterity": 9,
            "constitution": 23,
            "intelligence": 3,
            "wisdom": 11,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": 2,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The oliphaunt uses its trunk, then it makes one gore or stomp attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 11,
                    "damage_dice": "5d8+8",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 30 (5d8 + 8) piercing damage.",
                    "name": "Gore"
                },
                {
                    "attack_bonus": 11,
                    "damage_dice": "5d10+8",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 35 (5d10 + 8) bludgeoning damage.",
                    "name": "Stomp"
                },
                {
                    "desc": "Melee Weapon Attack: +11 to hit, reach 15 ft., one creature. Hit: The target is grappled (escape DC 17) if it is a Large or smaller creature. Until the grapple ends, the target is restrained and the oliphaunt can't use its trunk on another target.",
                    "name": "Trunk"
                },
                {
                    "desc": "The oliphaunt sweeps its tusks in a wide arc. Each creature in a 20-foot cube must make a DC 17 Dexterity saving throw, taking 35 (10d6) bludgeoning damage on a failed save, or half as much damage on a successful one.",
                    "name": "Tusk Sweep (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the oliphaunt moves at least 20 feet straight toward a creature and then hits it with a gore attack on the same turn, that target must succeed on a DC 16 Strength saving throw or be knocked prone. If the target is prone, the oliphaunt can make one stomp attack against it as a bonus action.",
                    "name": "Trampling Charge"
                },
                {
                    "desc": "If the oliphaunt starts its turn with a target grappled, it can slam the target into the ground as a bonus action. The creature must make a DC 17 Constitution saving throw, taking 11 (2d10) bludgeoning damage on a failed save, or half as much damage on a successful one. This doesn't end the grappled condition on the target.",
                    "name": "Trunk Slam"
                }
            ],
            "spell_list": [],
            "page_no": 280,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_oliphaunt/"
        },
        {
            "slug": "diplodocus-a5e",
            "desc": "",
            "name": "Diplodocus",
            "size": "Gargantuan",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 139,
            "hit_dice": "9d20+45",
            "speed": {
                "walk": 30
            },
            "strength": 24,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The diplodocus makes a stomp attack and a tail attack against two different targets."
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 21 (4d6 + 7) bludgeoning damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 15 ft., one target. Hit: 17 (3d6 + 7) bludgeoning damage. If the target is a Large or smaller creature  it is pushed 10 feet away from the diplodocus and knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 90,
            "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_diplodocus/"
        },
        {
            "slug": "fungi-mulcher",
            "desc": "",
            "name": "Fungi, Mulcher",
            "size": "Gargantuan",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 139,
            "hit_dice": "9d20+45",
            "speed": {
                "walk": 10,
                "burrow": 30
            },
            "strength": 18,
            "dexterity": 6,
            "constitution": 20,
            "intelligence": 4,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "blinded, deafened, frightened, prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 13",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Mycelium Spike attacks."
                },
                {
                    "name": "Mycelium Spike",
                    "desc": "Melee Weapon Attack: +7 to hit, 15 ft., one target, 15 (2d10+4) piercing damage and grappled (escape DC 15) if it doesn't have 2 others grappled (DC 15 Str not grappled)."
                },
                {
                    "name": "Excavate",
                    "desc": "If underground creates 20' square cover on ground over self and lurks just below surface. Cover identical to ground. If creature enters cover's space one Mycelium Spike vs. creature as reaction destroying cover. Target: disadvantage on save to avoid grapple."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Expose Stalk",
                    "desc": "Exposes central stalk above ground until end of its next turn or until it ends effect as bonus action. If exposed can't burrow."
                },
                {
                    "name": "Rapid Burrow",
                    "desc": "Burrows up to 60 feet. Opportunity attacks vs. it are made with disadvantage when mulcher burrows out of an enemy's reach this way. Creatures grappled by it are freed before it burrows."
                }
            ],
            "reactions": [
                {
                    "name": "Emergent Stalk",
                    "desc": "When reduced below half hp max or creature scores critical hit vs. it immediately uses Expose Stalk."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Central Stalk Weakness",
                    "desc": "When exposed central stalk can be attacked and destroyed (AC 13; hp 50; vulnerability to acid cold and fire). If central stalk is destroyed mulcher has disadvantage on attacks and can't use Expose Stalk until it regrows one at end of next long rest."
                },
                {
                    "name": "Disturbed Soil (Exposed Stalk Only)",
                    "desc": "Ground within 20' is difficult."
                },
                {
                    "name": "Mulcher Pit",
                    "desc": "If it burrows 20'+ straight toward a creature can dig 10 ft. diameter 20' deep pit beneath it. Each Large or smaller creature in pit's area: fall into mycelium-lined pit and land prone taking 14 (4d6) piercing damage from spiked mycelium + fall damage (DC 15 Dex doesn't fall). Can make one Mycelium Spike vs. prone creature in pit as bonus action."
                },
                {
                    "name": "Stalk Regeneration (Exposed Stalk Only)",
                    "desc": "Gains 15 hp at start of its turn if it has at least 1 hp."
                }
            ],
            "spell_list": [],
            "page_no": 191,
            "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_fungi-mulcher/"
        },
        {
            "slug": "mei-jiao-shou",
            "desc": "A massive mammalian herbivore with a long neck and a thick, pebbled hide._  \n**Towering Megafauna.** Also called paraceratherium, mei jiao shou are the second largest land mammal after the only slightly larger oliphaunts. They stand around 20 feet tall, nearly 25 feet long and weigh a staggering 12 to 16 tons.  \n**Vast Herds.** The mei jiao shou are native to high grasslands and steppes, and wander the plains in groups of 20 to 50 beasts, grazing on the thick foliage. When together, they fear few predators. Even dragons take caution when hunting a herd of them and more often than not choose to seek easier prey.  \n**Docile Livestock.** Due to their docile nature, mei jiao shou are often kept as semi-wild livestock by giants and some humanoid tribes. Their self-sufficiency and resistance to predation make them great choices for those living in areas plagued by large predators.",
            "name": "Mei Jiao Shou",
            "size": "Gargantuan",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 139,
            "hit_dice": "9d20+45",
            "speed": {
                "walk": 50
            },
            "strength": 23,
            "dexterity": 7,
            "constitution": 21,
            "intelligence": 3,
            "wisdom": 9,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": 1,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 9",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Head Bash",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 19 (3d8 + 6) bludgeoning damage.",
                    "attack_bonus": 9,
                    "damage_dice": "3d8+6"
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one prone creature. Hit: 28 (4d10 + 6) bludgeoning damage.",
                    "attack_bonus": 9,
                    "damage_dice": "4d10+6"
                },
                {
                    "name": "Earth-Shaking Thump (Recharge 5-6)",
                    "desc": "The mei jiao shou rears up and lands heavily, kicking up a shower of debris and rattling and cracking the ground. Each creature in contact with the ground within 30 feet of the mei jiao shou must make a DC 16 Dexterity saving throw. On a failure, a creature takes 22 (4d10) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone. The area then becomes difficult terrain."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Trampling Charge",
                    "desc": "If the mei jiao shou moves at least 20 feet straight toward a creature and then hits it with a head bash attack on the same turn, that target must succeed on a DC 16 Strength saving throw or be knocked prone. If the target is prone, the mei jiao shou can make one stomp attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 259,
            "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_mei-jiao-shou/"
        },
        {
            "slug": "bar-brawl",
            "desc": "",
            "name": "Bar Brawl",
            "size": "Huge",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "leather armor",
            "hit_points": 67,
            "hit_dice": "9d12+9",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 13,
            "intelligence": 11,
            "wisdom": 10,
            "charisma": 9,
            "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, slashing",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, prone, restrained, stunned",
            "senses": "passive Perception 10",
            "languages": "any two languages",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The bar brawl makes two melee attacks or two darts attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "4d6",
                    "desc": "Melee Weapon Attack: +4 to hit, range 0 ft., one target in the bar brawl's space. Hit: 14 (4d6) bludgeoning damage, or 7 (2d6) if the bar brawl has half its hit points or fewer.",
                    "name": "Barstool"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "4d4",
                    "desc": "Melee Weapon Attack: +4 to hit, range 0 ft., one target in the bar brawl's space. Hit: 10 (4d4) slashing damage, or 5 (2d4) if the bar brawl has half its hit points or fewer.",
                    "name": "Broken Bottles"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "4d4",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 20/40 ft. Hit: 10 (4d4) piercing damage, or 5 (2d4) if the bar brawl has half its hit points or fewer.",
                    "name": "Darts"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, the bar brawl imbibes nearby alcohol to gain access to a hidden reservoir of audacity and grit. The bar brawl gains 7 (2d6) temporary hp for 1 minute.",
                    "name": "Liquid Courage (Recharge 5-6)"
                },
                {
                    "desc": "The bar brawl can occupy another creature's space and vice versa, and the bar brawl can move through any opening large enough for a Medium humanoid. Except for Liquid Courage, the bar brawl can't regain hp or gain temporary hp.",
                    "name": "Swarm"
                }
            ],
            "spell_list": [],
            "page_no": 48,
            "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_bar-brawl/"
        },
        {
            "slug": "zalikum",
            "desc": "Waves of heat shimmer around a gigantic vulturelike creature made of sand. The sand crackles with dark energy, and the creature’s eyes burn with malign intelligence._  \nAn enormous vulture forged from sand and malignant power, a zalikum is created by mages who capture souls of the damned and infuse them into the superheated sands of the desert.  \n**Abyssal Ties.** The souls infusing a zalikum are from the Abyss. A zalikum’s creator can gather these souls from the Abyss themselves, but, more often, the creator makes a deal with a demon in exchange for the souls. Unfortunately for the creator, the demon usually hands over souls that aren’t the easiest to control, leading many creators to die at the talons of their zalikums. Such destruction frees the demon from its bonds, releasing it and the zalikum into the world.  \n**Innumerable Lives.** The souls infusing the sand of the zalikum can reform it after it has been destroyed. This process consumes some of the power of the souls, forcing the zalikum to devour more souls to fuel further rebirths.  \n**Construct Nature.** A zalikum doesn’t require air, food, drink, or sleep.",
            "name": "Zalikum",
            "size": "Huge",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 103,
            "hit_dice": "9d12+45",
            "speed": {
                "walk": 20,
                "fly": 80
            },
            "strength": 19,
            "dexterity": 17,
            "constitution": 21,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, necrotic, poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "understands the languages of its creator but can’t speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The zalikum makes one beak attack and one talon attack."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 13 (2d8 + 4) piercing damage plus 3 (1d6) fire damage and 3 (1d6) necrotic damage. If a creature is slain by this attack, its body crumbles to sand, and the zalikum stores its soul. The creature can be restored to life only if the zalikum is destroyed and can't rejuvenate (see the Rejuvenation trait).",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Talon",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage plus 3 (1d6) fire damage and 3 (1d6) necrotic damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Death-infused Desert Breath (Recharge 6)",
                    "desc": "The zalikum exhales superheated sand infused with the power of damned souls in a 30-foot cone. Each creature in the area must make a DC 16 Dexterity saving throw, taking 14 (4d6) fire damage and 14 (4d6) necrotic damage on a failed save, or half as much damage on a successful one. If a creature's saving throw fails by 5 or more, the creature also suffers one level of exhaustion."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The zalikum doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Ghastly Heated Body",
                    "desc": "A creature that touches the zalikum or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage and 3 (1d6) necrotic damage."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "The zalikum can store the souls of up to 3 victims inside it at one time. If it has at least 1 soul, a destroyed zalikum gains a new body in 1d10 days, regaining all its hp and becoming active again. The new body appears within 5 feet of its sandy remains. If its sandy remains are soaked with holy water and buried in consecrated ground, its trapped souls are freed, and the zalikum can't rejuvenate."
                }
            ],
            "spell_list": [],
            "page_no": 382,
            "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_zalikum/"
        },
        {
            "slug": "rockwood",
            "desc": "",
            "name": "Rockwood",
            "size": "Huge",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d12+36",
            "speed": {
                "walk": 30,
                "burrow": 15
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 19,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 10,
            "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": "thunder",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 60', tremorsense 60', passive Perception 12",
            "languages": "Sylvan, Terran",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Whomping Slam or Rock attacks. If both Slams hit 1 target each creature within 5 ft. of target: 9 (2d8) bludgeoning damage and knocked prone (DC 15 Dex negates damage and prone)."
                },
                {
                    "name": "Whomping Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 18 (3d8+5) bludgeoning damage and if the target is a Large or smaller creature it must make DC 15 Str save or be knocked prone."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +8 to hit 60/180' one target 16 (2d10+5) bludgeoning damage."
                },
                {
                    "name": "Fossil Barrage (Recharge 6)",
                    "desc": "Stone shards in 30' cone. Each creature in area: 28 (8d6) piercing damage (DC 15 Dex half)."
                }
            ],
            "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": "Persistence of Stone (Recharge: Short/Long Rest)",
                    "desc": "When reduced to below half its hp max Fossil Barrage recharges."
                },
                {
                    "name": "Roiling Roots",
                    "desc": "Its stony roots make the ground within 15 ft. of it difficult terrain for creatures other than the rockwood."
                },
                {
                    "name": "Siege Monster",
                    "desc": "Double damage to objects/structures."
                },
                {
                    "name": "Towering Reach",
                    "desc": "Doesn't have disadvantage on ranged attack rolls from being within 5 ft. of a hostile creature though it may still have disadvantage from other sources."
                }
            ],
            "spell_list": [],
            "page_no": 334,
            "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_rockwood/"
        },
        {
            "slug": "vexxeh",
            "desc": "This bestial creature would stand over 15 feet tall if erect but is more comfortable crouched with its knuckles resting on the ground. It wears a pair of trousers and a vest, both obviously made for someone much smaller than it. Its cunning eyes belie a malignant intelligence._  \n**Bound to Service.** Though they are not devils, vexxeh are natives of the Hells. Their susceptibility to magical domination makes them ideal lieutenants for evil spellcasters. Once a vexxeh has agreed to serve a master, it adheres to the letter of the agreement that has been struck and refuses to break the contract even under the threat of destruction.  \n**Lovers of Carnage.** Vexxeh only know joy when they are harming living creatures. They relish battle, enjoying the opportunity to shed blood and break bones. More than combat, however, vexxeh enjoy torturing mortals, especially if there is no purpose to it. The psychic distress and trauma suffered by the victims of their torture makes vexxeh gleeful.  \n**Fiendishly Polite.** Despite their love of violence, vexxeh are unfailingly polite. They mimic the etiquette and social norms of their current master’s culture, going so far as to affect mannerisms of nobility. Even when rending a creature into bloody chunks, a vexxeh acts regretful and apologetic.",
            "name": "Vexxeh",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d12+36",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 13,
            "constitution": 19,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 12,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "intimidation": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical weapons",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned, unconscious",
            "senses": "truesight 60 ft., passive Perception 10",
            "languages": "Common, Infernal",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vexxeh makes three attacks: one with its bite and two with its claws. If both claw attacks hit the same target, the target and each creature within 5 feet of the target must succeed on a DC 15 Wisdom saving throw or be frightened until the end of its next turn as the vexxeh cackles with sadistic glee."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage plus 7 (2d6) poison damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d8+5"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d6+5"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Four-Legged Lope",
                    "desc": "When the vexxeh uses its action to Dash, it moves at three times its speed."
                },
                {
                    "name": "Weak Willed",
                    "desc": "The vexxeh has disadvantage on saving throws against being charmed."
                }
            ],
            "spell_list": [],
            "page_no": 360,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_vexxeh/"
        },
        {
            "slug": "feyward-tree",
            "desc": "_Dark, bark-like rust encrusts the trunk of this cold-forged metal tree, and its dull metallic leaves rustle with the sound of sharp metal._  \n**Cold Iron Trees.** These ferrous constructs are cold-forged in a process taking several years, as bits of rust and other oxidation are cultivated one layer at a time into bark and branches. In this way, the artificers create massive, twisted trunks resembling real, gnarled trees. Green-tinged leaves of beaten cold iron are welded in place by the master craftsmen, and trained warmages bring the construct to life through intense magical rituals rumored to take a full turn of seasons.  \n**Fey Destroyers.** The tree unswervingly obeys the commands of its creators, guarding key points of entry across fey rivers and streams, abandoned sacred groves deep in the forest, suspected faerie rings, or possible elf encampments. Many are released deep in the deep elvish woods with orders to attack any fey on sight. These feyward trees are rarely, if ever, heard from again and whether they leave a bloody trail of flayed elves in their wake after rampages lasting for decades or some fey counter-measure neutralizes them is unknown.  \n**Growing Numbers.** Each year, the feywardens order their construction and release, trusting in the destructive nature of the constructs. A half-dozen might guard a single ring of toppled elven standing stones. The feywardens leave nothing to chance.  \n**Constructed Nature.** A feyward tree doesn’t require air, food, drink, or sleep.",
            "name": "Feyward Tree",
            "size": "Huge",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d12+36",
            "speed": {
                "walk": 20
            },
            "strength": 26,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 2,
            "wisdom": 11,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 1,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tree makes two razor-leafed branch attacks, and may use a bonus action to make a razor-leafed branch attack against any creature standing next to it."
                },
                {
                    "name": "Razor-Leafed Branch",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 15 ft., one target. Hit: 21 (3d8 + 8) slashing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "3d8"
                },
                {
                    "name": "Flaying Leaves (Recharge 5-6)",
                    "desc": "The tree can launch a barrage of razor-sharp cold iron leaves from its branches in a 20-foot-radius burst. All creatures caught within this area must make a successful DC 16 Dexterity saving throw or take 21 (6d6) slashing damage, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "A feyward tree has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Contractibility and Conductivity",
                    "desc": "certain spells and effects function differently against feyward trees:\n\na magical attack that deals cold damage slows a feyward tree (as the slow spell) for 3 rounds.\n\na magical attack that deals lightning damage breaks any slow effect on the feyward tree and heals 1 hit point for each 3 damage the attack would otherwise deal. If the amount of healing would cause the tree to exceed its full normal hp, it gains any excess as temporary hp. The tree gets no saving throw against lightning effects."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The feyward tree is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The feyward tree's weapon attacks are magical."
                },
                {
                    "name": "Warden's Reach",
                    "desc": "Creatures within 15 feet of a feyward tree provoke opportunity attacks even if they take the Disengage action before leaving its reach."
                }
            ],
            "spell_list": [],
            "page_no": 200,
            "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_feyward-tree/"
        },
        {
            "slug": "hulking-whelp",
            "desc": "_This gray-skinned dog-like creature seems pathetically eager to please but fantastically skittish, its ears alerting at every nearby sound, and its large oval eyes following anything that passes by._  \n**Emotional Giant.** A hulking whelp is a tightly wound ball of emotion, extremely private and defensive of its personal space, and terrified of the world around it. When it feels its personal space violated, or its fragile concentration is broken, the small, quivery fey grows into a muscled beast of giant proportions.  \n**Calm Friend.** When its emotions are under control, a hulking whelp is friendly and even helpful, although this has more to do with its guilt over past actions and fear of what it might do if it feels threatened than a true desire to help others. In its calm form, a hulking whelp is just over three feet tall at the shoulder and weighs 50 lb. Unleashed, it is 20 feet tall and 4,000 lb.",
            "name": "Hulking Whelp",
            "size": "Small",
            "type": "Fey",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d12+36",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "impaired sight 30 ft., passive Perception 12",
            "languages": "-",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hulking whelp makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 15 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "3d8"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Quick Step",
                    "desc": "A hulking whelp can move 20 feet as a reaction when it is attacked. No opportunity attacks are triggered by this move."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Calm State",
                    "desc": "When a hulking whelp is calm and unafraid, it uses the following statistics instead of those listed above: Size Small; HP 9 (6d6 - 12); Speed 20 ft.; STR 8 (-1); CON 6 (-2); Languages Common, Sylvan"
                },
                {
                    "name": "Poor Senses",
                    "desc": "A hulking whelp has poor hearing and is nearsighted. It can see in normal or dim light up to 30 feet and hear sounds from up to 60 feet away."
                },
                {
                    "name": "Unleashed Emotion",
                    "desc": "When a hulking whelp feels threatened - it's touched, intimidated, cornered, attacked, or even just if a stranger moves adjacent to the whelp - it immediately grows from size Small to Huge as a reaction. If the whelp was attacked, this reaction occurs after the attack is made but before damage is done. Nearby creatures and objects are pushed to the nearest available space and must make a successful DC 15 Strength saving throw or fall prone. Weapons, armor, and other objects worn or carried by the hulking whelp grow (and shrink again) proportionally when it changes size. Overcome by raw emotion, it sets about destroying anything and everything it can see (which isn't much) and reach (which is quite a lot). The transformation lasts until the hulking whelp is unaware of any nearby creatures for 1 round, it drops to 0 hit points, it has 5 levels of exhaustion, or it's affected by a calm emotions spell or comparable magic. The transformation isn't entirely uncontrollable; people or creatures the whelp knows and trusts can be near it without triggering the reaction. Under the wrong conditions, such as in a populated area, a hulking whelp's Unleashed Emotion can last for days."
                }
            ],
            "spell_list": [],
            "page_no": 252,
            "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_hulking-whelp/"
        },
        {
            "slug": "ouroboros",
            "desc": "",
            "name": "Ouroboros",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d12+36",
            "speed": {
                "fly": 80,
                "walk": 40
            },
            "strength": 21,
            "dexterity": 11,
            "constitution": 19,
            "intelligence": 15,
            "wisdom": 18,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 3,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 4,
            "perception": 7,
            "skills": {
                "arcana": 8,
                "history": 8,
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 17",
            "languages": "all",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "desc": "The ouroboros can use its Introspective Presence. It then makes two bite attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "1d10+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 10 (1d10 + 5) piercing damage.",
                    "name": "Bite"
                },
                {
                    "desc": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 15 Wisdom saving throw or be incapacitated for 1 minute as the creature is overcome by introspective thoughts. 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 dragon's Introspective Presence for the next 24 hours.",
                    "name": "Introspective Presence"
                },
                {
                    "desc": "The ouroboros exhales energy in a 30-foot cone. Each creature in that area must make a DC 15 Dexterity saving throw, taking 27 (6d8) damage on a failed save, or half as much damage on a successful one. The damage is either acid, cold, fire, lightning, necrotic, poison, radiant, or thunder. The dragon chooses the type of damage before exhaling.",
                    "name": "Kaleidoscopic Breath (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When the dragon is hit with an attack, it gains resistance to damage of that type until the end of its next turn, including the damage from the attack that triggered this reaction.",
                    "name": "Reactive Hide"
                }
            ],
            "legendary_desc": "The ouroboros can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The ouroboros regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "desc": "The ouroboros makes one bite attack.",
                    "name": "Bite Attack"
                },
                {
                    "desc": "The ouroboros blurs and shifts light around itself or another creature it can see within 60 feet of it. Attacks against the target have disadvantage until the end of the ouroboros' next turn. The target can resist this effect with a successful DC 15 Wisdom saving throw.",
                    "name": "Blurring Façade (Costs 2 Actions)"
                },
                {
                    "desc": "The ouroboros causes itself or another creature it can see within 60 feet of it to illuminate with white flame. Attacks against the target have advantage until the end of the ouroboros' next turn. The target can resist this effect with a successful DC 15 Wisdom saving throw.",
                    "name": "Guiding Beacon (Costs 2 Actions)"
                }
            ],
            "special_abilities": [
                {
                    "desc": "When the ouroboros is slain, it is reborn in a burst of energy in a 300-foot radius from its body. Roll any die. On an even result, the energy causes plants to grow, and creatures in the area regain 22 (5d8) hp. On an odd result, creatures in the area must make a DC 15 Constitution saving throw, taking 22 (5d8) necrotic damage on a failed save, or half as much damage on a successful one.",
                    "name": "Energetic Rebirth"
                },
                {
                    "desc": "As a bonus action, the ouroboros gains immunity to one type of damage. It can change this immunity from one type to another as a bonus action.",
                    "name": "Variegated Scales"
                }
            ],
            "spell_list": [],
            "page_no": 293,
            "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_ouroboros/"
        },
        {
            "slug": "giant-crocodile-a5e",
            "desc": "",
            "name": "Giant Crocodile",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 85,
            "hit_dice": "9d12+27",
            "speed": {
                "walk": 30,
                "swim": 50
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The crocodile attacks with its bite and its tail."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10+5) piercing damage and the target is grappled (escape DC 15). Until this grapple ends  the target is restrained and the crocodile can't bite a different target."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one creature not grappled by the crocodile. Hit: 14 (2d8+5) bludgeoning damage and the target makes a DC 18 Strength saving throw  falling prone on a failure."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The crocodile can hold its breath for 30 minutes."
                }
            ],
            "spell_list": [],
            "page_no": 446,
            "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_giant-crocodile/"
        },
        {
            "slug": "giant-crocodile",
            "desc": "",
            "name": "Giant Crocodile",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "9d12+27",
            "speed": {
                "walk": 30,
                "swim": 50
            },
            "strength": 21,
            "dexterity": 9,
            "constitution": 17,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The crocodile makes two attacks: one with its bite and one with its tail."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 21 (3d10 + 5) piercing damage, and the target is grappled (escape DC 16). Until this grapple ends, the target is restrained, and the crocodile can't bite another target.",
                    "attack_bonus": 8,
                    "damage_dice": "3d10",
                    "damage_bonus": 5
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target not grappled by the crocodile. Hit: 14 (2d8 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 16 Strength saving throw or be knocked prone.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8",
                    "damage_bonus": 5
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The crocodile can hold its breath for 30 minutes."
                }
            ],
            "spell_list": [],
            "page_no": 374,
            "environments": [
                "Swamp",
                "Water"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_giant-crocodile/"
        },
        {
            "slug": "mirage-monster-a5e",
            "desc": "",
            "name": "Mirage Monster",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 76,
            "hit_dice": "9d12+18",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 14,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "grappled, prone",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mimic makes a bite attack and a pseudopod attack."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d4 + 4) bludgeoning damage  and the target is subjected to the mimics Sticky trait."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature stuck to the mimic. Hit: 9 (2d4 + 4) piercing damage  and the target is restrained until it is no longer stuck to the mimic. While a creature is restrained by the mimic  the mimic can't bite a different creature."
                },
                {
                    "name": "Swallow",
                    "desc": "The mimic makes a bite attack against a Medium or smaller creature restrained by it. If the attack hits and the mimic has not swallowed another creature  the target is swallowed and no longer stuck to the mimic. A swallowed creature has total cover from attacks from outside the mimic  is blinded and restrained  and takes 5 (2d4) acid damage at the start of each of the mimics turns."
                },
                {
                    "name": "If a swallowed creature deals 10 or more damage to the mimic in a single turn, or if the mimic dies, the target falls prone in an unoccupied space of its choice within 5 feet of the mimic and is no longer swallowed",
                    "desc": ""
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shapeshift",
                    "desc": "The mimic changes its form to resemble an inanimate object of its approximate size or changes into its true form, which is an amorphous blob. Objects it is carrying or stuck to are not transformed. While shapeshifted, its statistics are unchanged. It reverts to its true form if it dies."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The mirage monster can take 2 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Grasping Pseudopod",
                    "desc": "The mirage monster makes a pseudopod attack with a range of 15 feet. On a hit, the target makes a DC 14 Strength saving throw. On a failure, the target is pulled up to 15 feet towards the mirage monster."
                },
                {
                    "name": "Bite (Costs 2 Actions)",
                    "desc": "The mirage monster attacks with its bite."
                }
            ],
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While the mimic is motionless, it is indistinguishable from an inanimate object."
                },
                {
                    "name": "Sticky",
                    "desc": "A creature, object, or weapon that touches the mimic is stuck to the mimic. A creature can use an action to make a DC 14 Strength check, freeing itself or an object or creature within reach on a success. The effect also ends when the mimic chooses to end it or when the mimic dies."
                },
                {
                    "name": "Telepathic Sense",
                    "desc": "A mimic telepathically senses the presence of humanoids within 120 feet and gains a mental image of any inanimate object desired by any of the creatures it senses. This ability is blocked by 3 feet of wood or dirt, 1 foot of stone, 1 inch of common metal, or a thin sheet of lead."
                },
                {
                    "name": "Water Soluble",
                    "desc": "If the mimic is splashed with at least 1 gallon of water, it assumes its true form and the DC to escape its Sticky trait is reduced to 10 until the end of its next turn."
                },
                {
                    "name": "Legendary Resistance (1/Day)",
                    "desc": "If the mirage monster fails a saving throw, it can choose to succeed instead. When it does so, it immediately shapeshifts into its true form if it has not already done so."
                }
            ],
            "spell_list": [],
            "page_no": 333,
            "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_mirage-monster/"
        },
        {
            "slug": "giant-albino-bat",
            "desc": "",
            "name": "Giant Albino Bat",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "9d12+18",
            "speed": {
                "fly": 80,
                "walk": 10
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 11",
            "languages": "Abyssal, understands Common but can't speak it",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The bat makes two attacks: one with its bite and one with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d4+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 4) slashing damage. If the target is a Large or smaller creature, it is grappled (escape DC 13). Until this grapple ends, the target is restrained, and the bat can't use its claws against another target.",
                    "name": "Claws"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The bat can't use its blindsight while deafened.",
                    "name": "Echolocation"
                },
                {
                    "desc": "The bat has advantage on Wisdom (Perception) checks that rely on hearing.",
                    "name": "Keen Hearing"
                }
            ],
            "spell_list": [],
            "page_no": 50,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_giant-albino-bat/"
        },
        {
            "slug": "hulkingwhelp-tob1-2023",
            "desc": "False",
            "name": "Hulking Whelp",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d12 + 36",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "passive Perception 12",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hulking whelp makes two Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The hulking whelp transforms into a Huge, hulking canine or back into its true whelp form, which is Fey. Its statistics, other than its size and creature type, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                }
            ],
            "reactions": [
                {
                    "name": "Defensive Transformation (Whelp Form Only)",
                    "desc": "When the hulking whelp is hit with an attack or when a creature it can see or hear within 30 feet of it threatens to harm it, it must succeed on a DC 12 Wisdom saving throw or transform into its hulking canine form (see the Change Shape bonus action)."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Frightened Anger (Hulking Form Only)",
                    "desc": "The hulking whelp has disadvantage on saving throws against spells and other magical effects that reduce strong emotions, such as the calm emotions spell."
                },
                {
                    "name": "Pacify (Hulking Form Only)",
                    "desc": "A friendly creature that has interacted peacefully with the hulking whelp in its whelp form can try to calm it by speaking firmly and persuasively. The hulking whelp must be able to hear the creature, who must take an action to make a DC 15 Charisma (Persuasion) check. If the check succeeds, the hulking whelp transforms back into its whelp form on its next turn and stops attacking. If the hulking whelp takes damage before then, it remains in its hulking form and continues attacking."
                },
                {
                    "name": "Unleashed Emotion (Hulking Form Only)",
                    "desc": "On each of the hulking whelp's turns, it attacks the nearest creature it can see. If no creature is near enough to move to and attack, the hulking whelp attacks an object, with preference for an object smaller than itself. If no creature is near enough to move to and attack for two turns in a row, the hulking whelp uses Change Shape to return to its whelp form and stops attacking."
                }
            ],
            "spell_list": [],
            "page_no": 236,
            "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_hulking-whelp/"
        },
        {
            "slug": "scitalis",
            "desc": "",
            "name": "Scitalis",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 58,
            "hit_dice": "9d10+9",
            "speed": {
                "swim": 30,
                "walk": 20
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 18,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 2,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 10 ft., passive Perception 16",
            "languages": "-",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 10 ft., one creature. Hit: 6 (1d6 + 3) piercing damage plus 9 (2d8) poison damage.",
                    "name": "Bite"
                },
                {
                    "desc": "Each creature of the scitalis' choice that is within 60 feet of the scitalis and can see it must succeed on a DC 14 Wisdom saving throw or be stunned 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 scitalis' Stunning Scales for the next 24 hours.",
                    "name": "Stunning Scales"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The scitalis has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 321,
            "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_scitalis/"
        },
        {
            "slug": "bulette",
            "desc": "",
            "name": "Bulette",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d10+45",
            "speed": {
                "walk": 40,
                "burrow": 40
            },
            "strength": 19,
            "dexterity": 11,
            "constitution": 21,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., tremorsense 60 ft., passive Perception 16",
            "languages": "",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 30 (4d12 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "4d12",
                    "damage_bonus": 4
                },
                {
                    "name": "Deadly Leap",
                    "desc": "If the bulette jumps at least 15 ft. as part of its movement, it can then use this action to land on its ft. in a space that contains one or more other creatures. Each of those creatures must succeed on a DC 16 Strength or Dexterity saving throw (target's choice) or be knocked prone and take 14 (3d6 + 4) bludgeoning damage plus 14 (3d6 + 4) slashing damage. On a successful save, the creature takes only half the damage, isn't knocked prone, and is pushed 5 ft. out of the bulette's space into an unoccupied space of the creature's choice. If no unoccupied space is within range, the creature instead falls prone in the bulette's space."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Standing Leap",
                    "desc": "The bulette's long jump is up to 30 ft. and its high jump is up to 15 ft., with or without a running start."
                }
            ],
            "spell_list": [],
            "page_no": 266,
            "environments": [
                "Hill",
                "Desert",
                "Mountains",
                "Grassland",
                "Forest",
                "Ruin",
                "Hills",
                "Mountain",
                "Settlement",
                "Plane Of Earth"
            ],
            "img_main": "http://api.open5e.com/static/img/monsters/bulette.png",
            "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_bulette/"
        },
        {
            "slug": "lunar-devil",
            "desc": "_A hulking figure floats in the air, a winged horror painted in mist and moonlight._  \n**Corruptors of the Moon.** Always standing a bit apart from the machinations of the Dukes of Hell due to their dependence on moonlight, lunar devils can be found subverting druidical orders or leading packs of werewolves. They are a lazy breed of devil, and prefer lounging in the light of the moon over any more vigorous activity. The only exception is an opportunity to corrupt druids and moon-worshippers, pitting them against followers of sun gods.  \n**Vain and Boastful.** Lunar devils are as vain as they are indolent, and tales the fey tell of them involve thwarting them by appealing to their vanity. Lunar devils frequently befriend the dark fey.  \n**Flying in Darkness.** In combat, lunar devils sometimes cast fly on allies to bring them along, and they stay in areas of moonlight whenever they can. Lunar devils have excellent vision in total darkness as well, though, and are happy to use that against foes. At range, they use hurl moonlight and lightwalking to frustrate enemies. In melee, they use wall of ice to split foes, the better to battle just half at a time.",
            "name": "Lunar Devil",
            "size": "Large",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d10+45",
            "speed": {
                "walk": 40,
                "fly": 60,
                "hover": true,
                "lightwalking": 80
            },
            "strength": 21,
            "dexterity": 21,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": 8,
            "dexterity_save": 8,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Celestial, Draconic, Elvish, Infernal, Sylvan, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes three attacks: one with its bite, one with its claws, and one with its tail. Alternatively, it can use Hurl Moonlight twice."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 11 (1d12 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d12"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 9 (1d8 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Hurl Moonlight",
                    "desc": "Ranged Spell Attack: +7 to hit, range 150 ft., one target. Hit: 19 (3d12) cold damage and the target must succeed on a DC 15 Constitution saving throw or become blinded for 4 rounds.",
                    "attack_bonus": 7,
                    "damage_dice": "3d12"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the devil's innate spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components:\n\nat will: fly, major image, planar binding\n\n3/day: greater invisibility\n\n1/day: wall of ice"
                },
                {
                    "name": "Light Incorporeality",
                    "desc": "The devil is semi-incorporeal when standing in moonlight, and is immune to all nonmagical attacks in such conditions. Even when hit by spells or magic weapons, it takes only half damage from a corporeal source, with the exception of force damage. Holy water can affect the devil as it does incorporeal undead."
                },
                {
                    "name": "Lightwalking",
                    "desc": "Once per round, the lunar devil magically teleports, along with any equipment it is wearing or carrying, from one beam of moonlight to another within 80 feet. This relocation uses half of its speed."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Variant: Devil Summoning",
                    "desc": "Summon Devil (1/Day): The devil can attempt a magical summoning. The devil has a 40 percent chance of summoning either 2 chain devils or 1 lunar devil."
                }
            ],
            "spell_list": [],
            "page_no": 110,
            "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_lunar-devil/"
        },
        {
            "slug": "corrupted-unicorn-a5e",
            "desc": "",
            "name": "Corrupted Unicorn",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 85,
            "hit_dice": "9d10+36",
            "speed": {
                "walk": 80
            },
            "strength": 20,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 16,
            "wisdom": 20,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Celestial, Elvish, Sylvan, telepathy 60 ft.",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The unicorn attacks once with its hooves and once with its horn."
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) bludgeoning damage."
                },
                {
                    "name": "Horn",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage plus 10 (3d6) radiant damage. If the target is a creature and the unicorn moves at least 20 feet straight towards the target before the attack  the target takes an extra 9 (2d8) bludgeoning damage and makes a DC 16 Strength saving throw  falling prone on a failure."
                },
                {
                    "name": "Trample",
                    "desc": "The unicorn attacks a prone creature with its hooves."
                },
                {
                    "name": "Darkness Aura (1/Day)",
                    "desc": "A 15-foot radius area of magical darkness emanates from the unicorn  spreading around corners and moving with it. Darkvision and natural light can't penetrate it. If the darkness overlaps with an area of light created by a 2nd-level spell or lower  the spell creating the light is dispelled. The darkness aura lasts for 10 minutes or until the unicorn takes damage. The aura doesnt hinder the unicorns sight."
                },
                {
                    "name": "Grant Boon (3/Day)",
                    "desc": "The unicorn touches a willing creature including itself  with its horn and grants one of the following boons:"
                },
                {
                    "name": "Healing",
                    "desc": "The creature magically regains 21 (6d6) hit points. It is cured of all diseases and poisons affecting it are neutralized."
                },
                {
                    "name": "Luck: During the next 24 hours, the creature can roll a d12 and add the result to one ability check, attack roll, or saving throw after seeing the result",
                    "desc": ""
                },
                {
                    "name": "Protection: A glowing mote of light orbits the creatures head",
                    "desc": "The mote lasts 24 hours. When the creature fails a saving throw  it can use its reaction to expend the mote and succeed on the saving throw."
                },
                {
                    "name": "Resolution",
                    "desc": "The creature is immune to being charmed or frightened for 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The unicorn has advantage on saving throws against spells and magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 416,
            "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_corrupted-unicorn/"
        },
        {
            "slug": "unicorn-a5e",
            "desc": "",
            "name": "Unicorn",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 85,
            "hit_dice": "9d10+36",
            "speed": {
                "walk": 80
            },
            "strength": 20,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 16,
            "wisdom": 20,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Celestial, Elvish, Sylvan, telepathy 60 ft.",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The unicorn attacks once with its hooves and once with its horn."
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) bludgeoning damage."
                },
                {
                    "name": "Horn",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage plus 10 (3d6) radiant damage. If the target is a creature and the unicorn moves at least 20 feet straight towards the target before the attack  the target takes an extra 9 (2d8) bludgeoning damage and makes a DC 16 Strength saving throw  falling prone on a failure."
                },
                {
                    "name": "Grant Boon (3/Day)",
                    "desc": "The unicorn touches a willing creature  including itself  with its horn and grants one of the following boons:"
                },
                {
                    "name": "Healing: The creature magically regains 21 (6d6) hit points",
                    "desc": "It is cured of all diseases  and poisons affecting it are neutralized."
                },
                {
                    "name": "Luck: During the next 24 hours, the creature can roll a d12 and add the result to one ability check, attack roll, or saving throw after seeing the result",
                    "desc": ""
                },
                {
                    "name": "Protection: A glowing mote of light orbits the creatures head",
                    "desc": "The mote lasts 24 hours. When the creature fails a saving throw  it can use its reaction to expend the mote and succeed on the saving throw."
                },
                {
                    "name": "Resolution: The creature is immune to being charmed or frightened for 24 hours",
                    "desc": ""
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Good",
                    "desc": "The unicorn radiates a Good aura."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The unicorns innate spellcasting ability is Charisma (spell save DC 16). It can innately cast the following spells, requiring no material components: At will: animal messenger, detect evil and good, druidcraft, pass without trace, scrying (locations within its domain only), 1/day: calm emotions, dispel evil and good, teleport (between locations within its domain only)"
                }
            ],
            "spell_list": [],
            "page_no": 415,
            "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_unicorn/"
        },
        {
            "slug": "amphibolt",
            "desc": "",
            "name": "Amphibolt",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "9d10+36",
            "speed": {
                "walk": 30,
                "swim": 60
            },
            "strength": 16,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 9,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -1,
            "skills": {
                "perception": -1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Bites or one Electric Tongue and uses Swallow."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one creature,. 11 (2d6+4) piercing damage + 7 (2d6) lightning."
                },
                {
                    "name": "Electric Tongue",
                    "desc": "Melee Weapon Attack: +7 to hit, 20 ft., one target, 9 (2d4+4) bludgeoning damage + 7 (2d6) lightning and target is grappled (escape DC 15). Until the grapple ends the target is restrained and amphibolt can't make an Electric Tongue attack vs. another target."
                },
                {
                    "name": "Swallow",
                    "desc": "Makes one Bite vs. a Med or smaller target it is grappling. If attack hits target is swallowed and grapple ends. Swallowed target is blinded and restrained has total cover vs. attacks and effects outside ambphibolt and it takes 10 (3d6) lightning at start of each of amphibolt's turns. Amphibolt can have only one target swallowed at a time. If amphibolt takes 15 damage or more on a single turn from swallowed creature amphibolt: DC 14 Con save at end of that turn or regurgitate creature which falls prone in a space within 5 ft. of amphibolt. If amphibolt dies swallowed creature is no longer restrained by it and can escape corpse using 5 ft. of move exiting prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from large rock formation."
                },
                {
                    "name": "Lightning Leap",
                    "desc": "Its long jump is 30' with or with o a running start. Creatures in the its path: 7 (2d6) bludgeoning damage and 7 (2d6) lightning and is knocked prone (DC 15 Dex half damage not prone)."
                }
            ],
            "spell_list": [],
            "page_no": 21,
            "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_amphibolt/"
        },
        {
            "slug": "ogre-zombie",
            "desc": "",
            "name": "Ogre Zombie",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": "Zombies",
            "alignment": "neutral evil",
            "armor_class": 8,
            "armor_desc": null,
            "hit_points": 85,
            "hit_dice": "9d10+36",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 6,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 6,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 0,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 8",
            "languages": "understands Common and Giant but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Morningstar",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Undead Fortitude",
                    "desc": "If damage reduces the zombie to 0 hit points, it must make a Constitution saving throw with a DC of 5+the damage taken, unless the damage is radiant or from a critical hit. On a success, the zombie drops to 1 hit point instead."
                }
            ],
            "spell_list": [],
            "page_no": 357,
            "environments": [
                "Temple",
                "Ruin",
                "Shadowfell",
                "Tomb"
            ],
            "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_ogre-zombie/"
        }
    ]
}