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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=constitution_save&page=13",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=constitution_save&page=11",
    "results": [
        {
            "slug": "white-stag",
            "desc": "",
            "name": "White Stag",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "7d10+7",
            "speed": {
                "walk": 60
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 13,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 5,
                "insight": 4,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands Celestial, Common, Elvish and Sylvan but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The white stag makes one gore attack and one hooves attack.",
                    "name": "Multiattack"
                },
                {
                    "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.",
                    "name": "Gore"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "2d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 10 (2d6 + 3) bludgeoning damage.",
                    "name": "Hooves"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When the white stag dies, the deity that created it curses the creature that dealt the killing blow. The cursed creature finds the natural world working against it: roots randomly rise up to trip the creature when it walks past a tree (5% chance per mile traveled in forested terrain), animals are more reluctant to obey (disadvantage on Wisdom (Animal Handling) checks), and the wind seems to always be blowing in the least favorable direction for the creature (scattering papers, sending the creature's scent in the direction of a creature tracking it, etc.). This curse lasts until it is lifted by a remove curse spell or after the cursed creature completes a task of penance for the deity or its temple.",
                    "name": "Beloved by the Gods"
                },
                {
                    "desc": "Difficult terrain doesn't slow the white stag's travel while in a forest.",
                    "name": "Forest Runner"
                },
                {
                    "desc": "With a 10-foot running start, the white stag can long jump up to 25 feet.",
                    "name": "Running Leap"
                }
            ],
            "spell_list": [],
            "page_no": 379,
            "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_white-stag/"
        },
        {
            "slug": "wind-demon",
            "desc": "",
            "name": "Wind Demon",
            "size": "Small",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 28,
            "hit_dice": "8d6",
            "speed": {
                "fly": 60,
                "walk": 30
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 7,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, lightning",
            "damage_immunities": "cold, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 8",
            "languages": "Abyssal, Common, Void Speech",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The wind demon makes two frost claw attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d4+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d4 + 4) slashing damage plus 3 (1d6) cold damage.",
                    "name": "Frost Claw"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "After a creature the wind demon can see damages it with an attack, the wind demon can move up to its speed without provoking opportunity attacks.",
                    "name": "Swift as Frost"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "When the wind demon is targeted by an attack or spell that requires a ranged attack roll, roll a d6. On a 1 to 5, the attacker has disadvantage on the attack roll. On a 6, the wind demon is unaffected, and the attack is reflected back at the attacker as though it originated from the wind demon, turning the attacker into the target.",
                    "name": "Arrow Bane"
                },
                {
                    "desc": "The wind demon has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 381,
            "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_wind-demon/"
        },
        {
            "slug": "wind-weasel",
            "desc": "",
            "name": "Wind Weasel",
            "size": "Medium",
            "type": "Fey",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 52,
            "hit_dice": "8d8+16",
            "speed": {
                "walk": 40
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": 5,
            "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": "Sylvan, Umbral",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The wind weasel makes three attacks: one with its bite and two with its scythe claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d10+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) slashing damage.",
                    "name": "Scythe Claw"
                },
                {
                    "desc": "Each creature in the wind weasel's space must make a DC 13 Dexterity saving throw, taking 21 (6d6) slashing damage on a failed save, or half as much damage on a successful one.",
                    "name": "Whirling Leaves (Whirlwind Form Only)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The wind weasel can enter a hostile creature's space and stop there. It can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Air Form (Whirlwind Form Only)"
                },
                {
                    "desc": "The wind weasel doesn't provoke an opportunity attack when it flies out of an enemy's reach.",
                    "name": "Flyby (Whirlwind Form Only)"
                },
                {
                    "desc": "Until it attacks or uses Whirling Leaves, the wind weasel is indistinguishable from a natural dust devil unless a creature succeeds on a DC 15 Intelligence (Investigation) check.",
                    "name": "Hidden In The Wind (Whirlwind Form Only)"
                },
                {
                    "desc": "The wind weasel can use its action to polymorph into a whirlwind. It can revert back to its true form as a bonus action. It statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies. While a whirlwind, it has a flying speed of 60 feet, immunity to the grappled, petrified, restrained, and prone conditions, and resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks. The wind weasel can't make bite or claw attacks while in whirlwind form.",
                    "name": "Shapechanger"
                },
                {
                    "desc": "When the wind weasel is subjected to the slow spell, it doesn't suffer the effects of the spell but instead is forced into its true form and incapacitated until the end of its next turn.",
                    "name": "Windy Speed (Whirlwind Form Only)"
                }
            ],
            "spell_list": [],
            "page_no": 381,
            "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_wind-weasel/"
        },
        {
            "slug": "winds-harp",
            "desc": "",
            "name": "Wind's Harp",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 63,
            "hit_dice": "14d8",
            "speed": {
                "fly": 10,
                "walk": 30
            },
            "strength": 10,
            "dexterity": 13,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": 6,
            "perception": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold, fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Infernal",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "desc": "The wind's harp devil makes two infernal noise attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d8",
                    "desc": "Ranged Spell Attack: +6 to hit, range 60 ft., one target. Hit: 9 (2d8) psychic damage plus 3 (1d6) thunder damage.",
                    "name": "Infernal Noise"
                },
                {
                    "desc": "The wind's harp devil creates an infernal cacophony. Each creature within 30 feet of it must make a DC 14 Dexterity saving throw, taking 13 (3d8) psychic damage and 7 (2d6) thunder damage on a failed save, or half as much damage on a successful one. Devils are immune to the hellish chorus.",
                    "name": "Hellish Chorus (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a spell is cast within 60 feet of it, the wind's harp devil plays a single, infernal note, interrupting the spell. This reaction works like the counterspell spell, except it only works on spells of 3rd level or lower.",
                    "name": "Diabolical Countersong"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "While the wind's harp devil remains motionless, it is indistinguishable from an ordinary object.",
                    "name": "False Appearance"
                },
                {
                    "desc": "The wind's harp devil has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "The wind's harp devil has advantage on attack rolls against a creature if at least one of its allies is an air elemental, wind demon, or similar creature of air, is within 20 feet of the target, and isn't incapacitated. rP",
                    "name": "Strong Winds"
                }
            ],
            "spell_list": [],
            "page_no": 105,
            "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_winds-harp/"
        },
        {
            "slug": "wirbeln-fungi",
            "desc": "",
            "name": "Wirbeln Fungi",
            "size": "Small",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 16,
            "hit_dice": "3d8+3",
            "speed": {
                "fly": 20,
                "walk": 20
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 13,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 10,
            "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": "blinded, deafened, frightened, poisoned",
            "senses": "darkvision 60 ft., passive perception 13",
            "languages": "Common, Druidic, Elvish, Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage. If the target is a creature, it must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "name": "Poison Needle"
                },
                {
                    "desc": "Ranged Weapon Attack: +5 to hit, range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage. If the target is a creature, it must make a DC 13 Constitution saving throw or be poisoned for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "name": "Poison Dart"
                },
                {
                    "desc": "(Recharge 5-6). The wirbeln ejects spores in a 15foot cone. All creatures that are not wirbeln fungi must succeed on a DC 13 Constitution saving throw or take 5 (1d10) poison damage and be subject to one of the following effects for 1 minute, depending on the wirbeln's color: green is poisoned; red is blinded; yellow is incapacitated; blue is paralyzed; purple is frightened; and black is 5 (2d4) poison damage each round. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "name": "Spore Cloud"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "While the wirbeln remains motionless, it is indistinguishable from an ordinary fungus.",
                    "name": "Natural Appearance"
                }
            ],
            "spell_list": [],
            "page_no": 166,
            "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_wirbeln-fungi/"
        },
        {
            "slug": "witch-queen",
            "desc": "",
            "name": "Witch Queen",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "derro",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "studded leather armor",
            "hit_points": 77,
            "hit_dice": "14d6+28",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 11,
            "wisdom": 9,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 3,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 9",
            "languages": "Common, Dwarvish, Undercommon",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage. If the target is a creature, it must succeed on a DC 14 Charisma saving throw or use its reaction to move up to its speed and make a melee attack against the nearest enemy of the witch queen.",
                    "name": "Maddening Scimitar"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "As a bonus action, a target of the witch queen's choice within 60 feet of her has disadvantage on its saving throw against her next spell.",
                    "name": "Heightened Spell (3/Day)"
                },
                {
                    "desc": "The witch queen has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                },
                {
                    "desc": "While in sunlight, the witch queen has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                },
                {
                    "desc": "The witch queen is an 8th-level spellcaster. Her spellcasting ability is Charisma (spell save DC 14, +6 to hit with spell attacks). She has the following wizard spells prepared: \nCantrips (at will): acid splash, mage hand, message, ray of frost\n1st level (4 slots): burning hands, magic missile, sleep\n2nd level (3 slots): invisibility, spider climb, suggestion\n3rd level (3 slots): blink, fear, lightning bolt\n4th level (2 slots): blight, confusion",
                    "name": "Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 97,
            "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_witch-queen/"
        },
        {
            "slug": "wizard-kobold",
            "desc": "",
            "name": "Wizard Kobold",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 12,
            "armor_desc": "15 with mage armor",
            "hit_points": 58,
            "hit_dice": "13d6+13",
            "speed": {
                "walk": 30
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 13,
            "intelligence": 17,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 6,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Draconic, Infernal",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+2",
                    "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.",
                    "name": "Dagger"
                },
                {
                    "desc": "The wizard kobold magically creates a draconic visage in an unoccupied space it can see within 30 feet. The visage is a glowing, spectral head and neck, resembling a variety of dragon chosen by the kobold, that sheds dim light out to 10 feet. The visage lasts for 1 minute and grants the following benefits: \n* A creature hostile to the wizard who starts its turn within 30 feet of the visage and who is aware of the visage must succeed on a DC 14 Wisdom saving throw or be frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to this effect for the next 24 hours. \n* The wizard gains immunity to the damage type dealt by the chosen dragon's breath weapon. \n* When the wizard uses this action, and as a bonus action on it subsequent turns, it can use the following attack:",
                    "name": "Draconic Visage (1/Day)"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "2d6",
                    "desc": "Ranged Spell Attack: +6 to hit, range 120 ft., one target. Hit: 7 (2d6) damage of the type dealt by the chosen dragon's breath weapon.",
                    "name": "Breath of the Visage"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The kobold has advantage attack rolls roll against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                },
                {
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                },
                {
                    "desc": "The wizard kobold is an 8th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 14, +6 to hit with spell attacks). It has the following wizard spells prepared:\nCantrips (at will): fire bolt, minor illusion, poison spray, prestidigitation\n1st level (4 slots): burning hands, mage armor, magic missile, shield\n2nd level (3 slots): hold person, mirror image, misty step\n3rd level (3 slots): blink, counterspell, fireball\n4th level (2 slots): fire shield",
                    "name": "Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 376,
            "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_wizard-kobold/"
        },
        {
            "slug": "wolpertinger",
            "desc": "",
            "name": "Wolpertinger",
            "size": "Tiny",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 9,
            "hit_dice": "2d4+4",
            "speed": {
                "burrow": 10,
                "fly": 30,
                "walk": 30
            },
            "strength": 6,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 5,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "name": "Gore"
                },
                {
                    "desc": "The wolpertinger emits a piercing shriek. Each creature within 30 feet that can hear the wolpertinger must succeed on a DC 13 Constitution saving throw or be deafened for 1 minute. A beast with an Intelligence of 4 or lower that is in the area must also succeed on a DC 13 Wisdom saving throw or be frightened until the beginning of its next turn.",
                    "name": "Keening (Recharge 6)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the wolpertinger moves at least 10 feet straight toward a target and then hits it with a gore attack on the same turn, the target takes an extra 2 (1d4) piercing damage.",
                    "name": "Charge"
                },
                {
                    "desc": "The wolpertinger doesn't provoke an opportunity attack when it flies out of an enemy's reach.",
                    "name": "Flyby"
                },
                {
                    "desc": "The wolpertinger's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.",
                    "name": "Standing Leap"
                }
            ],
            "spell_list": [],
            "page_no": 382,
            "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_wolpertinger/"
        },
        {
            "slug": "wood-golem",
            "desc": "",
            "name": "Wood Golem",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 52,
            "hit_dice": "8d8+16",
            "speed": {
                "walk": 20
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 15,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The wood golem makes two slam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d8+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) bludgeoning damage.",
                    "name": "Slam"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The golem is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The wood golem has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 201,
            "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_wood-golem/"
        },
        {
            "slug": "woodwose",
            "desc": "",
            "name": "Woodwose",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 27,
            "hit_dice": "6d8",
            "speed": {
                "climb": 20,
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 11,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "nature": 2,
                "perception": 4,
                "stealth": 3,
                "survival": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) bludgeoning damage, or 7 (1d8 + 3) bludgeoning damage with shillelagh.",
                    "name": "Club"
                },
                {
                    "attack_bonus": 3,
                    "damage_dice": "1d6+1",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 80/320 ft., one target. Hit: 4 (1d6 + 1) piercing damage plus 5 (2d4) poison damage.",
                    "name": "Shortbow"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The woodwose has advantage on saving throws against being charmed, and magic can't put the woodwose to sleep.",
                    "name": "Fey Touched"
                },
                {
                    "desc": "The woodwose can communicate with beasts and plants as if they shared a language.",
                    "name": "Speak with Beasts and Plants"
                },
                {
                    "desc": "The woodwose's innate spellcasting ability is Wisdom (spell save DC 12). The woodwose can innately cast the following spells, requiring no material components:\nAt will: shillelagh\n3/day: pass without trace\n1/day: entangle",
                    "name": "Innate Spellcasting"
                }
            ],
            "spell_list": [],
            "page_no": 383,
            "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_woodwose/"
        },
        {
            "slug": "xenabsorber",
            "desc": "",
            "name": "Xenabsorber",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 65,
            "hit_dice": "10d8+20",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 12,
            "constitution": 15,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "deception": 4,
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The xenabsorber makes two melee attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d10+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) bludgeoning damage.",
                    "name": "Slam"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The xenabsorber has advantage on Charisma (Deception) checks to pass itself off as the type of creature it is impersonating as long as it has at least 1 trait from that creature.",
                    "name": "Disguise"
                },
                {
                    "desc": "As a bonus action, a xenabsorber can take on 1 nonmagical physical trait, attack, or reaction of a beast or humanoid with a challenge rating equal to or less than its own that it has seen within the last week (see Trait Mimicry sidebar). It can have up to 5 such traits at a time, no more than two of which can be attacks. Each trait lasts until the xenabsorber replaces it with another trait as a bonus action. If the xenabsorber goes a week without exposure to a single beast or humanoid, it loses all of its traits and reverts back to its true, blue crystalline form.",
                    "name": "Trait Mimicry"
                }
            ],
            "spell_list": [],
            "page_no": 387,
            "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_xenabsorber/"
        },
        {
            "slug": "xiphus",
            "desc": "",
            "name": "Xiphus",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": null,
            "hit_points": 55,
            "hit_dice": "10d6+20",
            "speed": {
                "walk": 50
            },
            "strength": 14,
            "dexterity": 21,
            "constitution": 15,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "acrobatics": 8,
                "perception": 4,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Elvish, Umbral",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The xiphus makes three hidden dagger attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "1d4+5",
                    "desc": "Melee or Ranged Weapon Attack: +8 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d4 + 5) piercing damage plus 7 (2d6) lightning damage.",
                    "name": "Hidden Dagger"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "If damage is dealt to a xiphus that would kill it, it can attempt to temporarily borrow time from another creature to avoid death. One creature the xiphus can see within 30 feet of it must succeed on a DC 16 Constitution saving throw or take 10 (3d6) necrotic damage, and the xiphus regains hp equal to the damage taken. The target is stable and doesn't die if this effect reduces its hp to 0. After 2 rounds, the xiphus takes necrotic damage, and the target regains hp, equal to the original amount borrowed.",
                    "name": "Borrowed Time (Recharges after a Short or Long Rest)"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the xiphus is subjected to an effect that allows it to make a Dexterity saving throw to take only half damage, the xiphus instead takes no damage if it succeeds on the saving throw, and only half damage if it fails.",
                    "name": "Evasion"
                },
                {
                    "desc": "Whenever the xiphus is subjected to lightning damage, it takes no damage and instead regains a number of hp equal to the lightning damage dealt.",
                    "name": "Lightning Absorption"
                },
                {
                    "desc": "As a bonus action, a xiphus chooses one creature it can see. The xiphus' clockwork heart vibrates rapidly, bending time to give the xiphus the upper hand against its chosen target. The xiphus chooses whether to have advantage on its attacks against that target or on saving throws against spells cast by the target until the start of the xiphus' next turn.",
                    "name": "Siphon Time (Recharge 5-6)"
                },
                {
                    "desc": "The movements of a xiphus are so swift that it is almost invisible when in motion. If the xiphus moves at least 10 feet on its turn, attack rolls against it have disadvantage until the start of its next turn unless the xiphus is incapacitated or restrained.",
                    "name": "Startling Speed"
                }
            ],
            "spell_list": [],
            "page_no": 388,
            "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_xiphus/"
        },
        {
            "slug": "yaga-goo",
            "desc": "",
            "name": "Yaga Goo",
            "size": "Small",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 85,
            "hit_dice": "10d6+50",
            "speed": {
                "climb": 20,
                "walk": 20
            },
            "strength": 11,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 11",
            "languages": "understands Common but can't speak",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The Yaga goo makes two pseudopod attacks. When its Foul Transit is available, it can use Foul Transit in place of one pseudopod attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage plus 3 (1d6) necrotic damage.",
                    "name": "Pseudopod"
                },
                {
                    "desc": "The goo teleports to an unoccupied space it can see within 50 feet, leaving behind a wretched puddle in the space it previously occupied. A creature within 5 feet of the space the goo left must succeed on a DC 16 Constitution saving throw or take 10 (3d6) necrotic damage and become poisoned until the end of its next turn. The first time a creature enters the puddle's space or if a creature starts its turn in the puddle's space it takes 10 (3d6) necrotic damage and is poisoned. The puddle lasts for 1 minute or until the goo that created it is killed.",
                    "name": "Foul Transit (Recharge 4-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature the Yaga goo can see targets it with a melee attack while within 5 feet of the goo, the goo can teleport to a puddle created by its Foul Transit, if that puddle's space is unoccupied, negating the damage from the attack. If it does, the attacker must succeed on a DC 16 Constitution saving throw or take 10 (3d6) necrotic damage and become poisoned until the end of its next turn.",
                    "name": "Puddle Splash"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The goo can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Amorphous"
                },
                {
                    "desc": "The goo has advantage on attack rolls against fey and any creature with the Fey Ancestry trait.",
                    "name": "Deadly to Fey"
                },
                {
                    "desc": "The goo can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
                    "name": "Spider Climb"
                }
            ],
            "spell_list": [],
            "page_no": 389,
            "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_yaga-goo/"
        },
        {
            "slug": "yakirian",
            "desc": "",
            "name": "Yakirian",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "yakirian",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 13,
            "armor_desc": "chain shirt",
            "hit_points": 67,
            "hit_dice": "9d8+27",
            "speed": {
                "walk": 40
            },
            "strength": 17,
            "dexterity": 11,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Yakirian, understands Void Speech but won't speak it",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The yakirian makes two attacks: one with its gore and one with its ritual knife.",
                    "name": "Multiattack"
                },
                {
                    "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.",
                    "name": "Gore"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "name": "Ritual Knife"
                },
                {
                    "desc": "The yakiran consumes the heart of a dead humanoid or giant within 5 feet. If the creature also less than 1 minute ago, the yakirian gains the following benefits: \n* The yakirian absorbs the dead creature's knowledge and asks two questions. If the dead creature knew the answers in life, the yakirian learns them instantly. \n* The yakirian's maximum and current hp increase by 10 for 1 hour. \n* The yakirian has advantage on Strength-based attack rolls and ability checks, as well as on all saving throws for 1 hour.",
                    "name": "Consume Heart"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The yakirian has advantage on saving throws against being charmed, frightened, or confused, as well as against any effect that causes corruption or madness.",
                    "name": "Resilient Soul"
                }
            ],
            "spell_list": [],
            "page_no": 390,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_yakirian/"
        },
        {
            "slug": "yann-an-oed",
            "desc": "",
            "name": "Yann-An-Oed",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 47,
            "hit_dice": "5d12+15",
            "speed": {
                "swim": 40,
                "walk": 30
            },
            "strength": 15,
            "dexterity": 11,
            "constitution": 17,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 14",
            "languages": "Aquan, telepathy 120 ft.",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d8+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 11 (2d8 + 2) piercing damage.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 15 ft., one target. Hit: 7 (2d4 + 2) bludgeoning damage. If the target is a Large or smaller creature, it is grappled (escape DC 12). Until this grapple ends, the target is restrained. The yann-an-oed can have only two targets grappled at a time.",
                    "name": "Tentacles"
                },
                {
                    "desc": "The yann-an-oed makes a bite attack against a Large or smaller creature it is grappling. If the attack hits, the target is also swallowed, and the grapple ends. While swallowed, the target is blinded and restrained, it has total cover against attacks and other effects outside the yann-an-oed, and it takes 7 (2d6) acid damage at the start of each of the yann-an-oed's turns. A yannan-oed can have only one creature swallowed at a time. If the yann-an-oed takes 10 damage or more on a single turn from the swallowed creature, the yann-an-oed must succeed on a DC 11 Constitution saving throw at the end of that turn or regurgitate the creature, which falls prone in a space within 10 feet of the yann-an-oed. If the yann-an-oed dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 10 feet of movement, exiting prone.",
                    "name": "Swallow"
                },
                {
                    "desc": "The yann-an-oed emits an owl-like hoot from a blowhole near the top of its head. Each creature within 120 feet that is able to hear the sound must succeed on a DC 12 Wisdom saving throw or return the hooting sound, if it can make noise. The yann-an-oed is able to unerringly track a creature that responds to its call for 1 hour, even if the creature is hidden by magic or on another plane of existence.",
                    "name": "Hoot (Recharges after a Short or Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The yann-an-oed can breathe air and water.",
                    "name": "Amphibious"
                },
                {
                    "desc": "The yann-an-oed has advantage on Dexterity (Stealth) checks made while underwater.",
                    "name": "Underwater Camouflage"
                }
            ],
            "spell_list": [],
            "page_no": 391,
            "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_yann-an-oed/"
        },
        {
            "slug": "ziphius",
            "desc": "",
            "name": "Ziphius",
            "size": "Gargantuan",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 135,
            "hit_dice": "10d20+30",
            "speed": {
                "swim": 60,
                "walk": 10
            },
            "strength": 19,
            "dexterity": 13,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 4,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "prone",
            "senses": "blindsight 120 ft., passive Perception 14",
            "languages": "Aquan, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The ziphius makes one beak attack and one claw attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (3d6 + 4) slashing damage.",
                    "name": "Claw"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage. If the target is a Large or smaller creature, it must succeed on a DC 15 Strength saving throw or be swallowed by the ziphius. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the ziphius, and it takes 14 (4d6) acid damage at the start of each of the ziphius' turns. The ziphius can have only one target swallowed at a time. \n\nIf the ziphius takes 20 damage or more on a single turn from a creature inside it, the ziphius must succeed on a DC 13 Constitution saving throw at the end of that turn or regurgitate the swallowed creature, which falls prone in a space within 10 feet of the ziphius. If the ziphius dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 20 feet of movement, exiting prone.",
                    "name": "Beak"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "3d10+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 20 (3d10 + 4) slashing damage.",
                    "name": "Dorsal Fin"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "If the ziphius moves at least 20 feet straight toward a target and then hits it with a dorsal fin attack on the same turn, the target takes an extra 27 (5d10) slashing damage.",
                    "name": "Charge"
                },
                {
                    "desc": "The ziphius deals double damage to objects and structures.",
                    "name": "Siege Monster"
                },
                {
                    "desc": "As a bonus action at the start of its turn, the ziphius can choose one creature within 120 feet that it can see. The ziphius' eyes glow, and the target must succeed on a DC 15 Wisdom saving throw or the ziphius creates a temporary mental bond with the target until the start of the ziphius' next turn. While bonded, the ziphius reads the creature's surface thoughts, choosing to either gain advantage on attacks against that target or cause the target to have disadvantage on attacks against the ziphius.",
                    "name": "Telepathic Foresight"
                },
                {
                    "desc": "The ziphius can breathe only underwater.",
                    "name": "Water Breathing"
                }
            ],
            "spell_list": [],
            "page_no": 392,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_ziphius/"
        },
        {
            "slug": "zoog",
            "desc": "",
            "name": "Zoog",
            "size": "Tiny",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 3,
            "hit_dice": "1d4+1",
            "speed": {
                "climb": 30,
                "walk": 30
            },
            "strength": 3,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 11,
            "wisdom": 10,
            "charisma": 8,
            "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": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Deep Speech, Void Speech",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 1 piercing damage.",
                    "name": "Bite"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 396,
            "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_zoog/"
        },
        {
            "slug": "zoryas",
            "desc": "",
            "name": "Zoryas",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 104,
            "hit_dice": "16d8+32",
            "speed": {
                "fly": 40,
                "walk": 30
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 7,
            "skills": {
                "insight": 7,
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, radiant; bludgeoning, piercing, and slashing from nomagical attacks",
            "damage_immunities": "",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened",
            "senses": "truesight 60 ft., passive Perception 17",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "desc": "The angel makes two morningstar attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage plus 13 (3d8) radiant or fire damage.",
                    "name": "Morningstar"
                },
                {
                    "desc": "The zoryas' lantern brightens, bathing its environs in brilliant light. Each creature within 30 feet of the zoryas must succeed on a DC 16 Wisdom saving throw or be blinded for 1d4 rounds. An undead creature who fails this save also takes 13 (3d8) fire damage. The light dispels up to three spells or other magical effects of 3rd level or lower like the dispel magic spell within the area.",
                    "name": "Light of Dawn (Recharges after a Long Rest)"
                },
                {
                    "desc": "The zoryas' lantern darkens, snuffing out nearby natural and magical sources of light. Each creature within 30 feet of the zoryas must make a DC 16 Constitution saving throw, taking 18 (4d8) cold damage on a failed save, or half as much damage on a successful one. The area is bathed in darkness like the darkness spell until the end of the zoryas' next turn.",
                    "name": "Dusk's Arrival (Recharges after a Long Rest)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The zoryas' weapon attacks are magical. When the zoryas hits with any weapon, the weapon deals an extra 3d8 radiant or fire damage (included in the attack). The zoryas chooses whether its attack does radiant or fire damage before making the attack roll.",
                    "name": "Fire and Light"
                },
                {
                    "desc": "As an action, the zoryas opens a gateway to the celestial plane. The gate appears as a shimmering circle that sheds bright light in a 15-foot radius and dim light for an additional 15 feet and is framed by twisting, golden strands. The gate lasts 1 hour; though, the zoryas can choose to close it at any time as a bonus action. Once the gate closes, the zoryas is reduced to 0 hp and remains unconscious for six days, awakening, fully restored, at sunrise on the seventh day. The zoryas can't pass through its own gate.",
                    "name": "Open Celestial Gate"
                },
                {
                    "desc": "The zoryas regains 10 hp at the start of its turn. If the zoryas takes necrotic damage, this trait doesn't function at the start of the zoryas' next turn. The zoryas' body is destroyed only if it starts its turn with 0 hp and doesn't regenerate.",
                    "name": "Regeneration"
                },
                {
                    "desc": "The zoryas has advantage on melee attack rolls until the end of its next turn.",
                    "name": "Sun's Guidance (3/Day)"
                }
            ],
            "spell_list": [],
            "page_no": 21,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_zoryas/"
        },
        {
            "slug": "accursed-defiler",
            "desc": "_A gaunt figure in a tattered black mantle shrouded in a cloud of whirling sand. Thin cracks run across its papyrus-dry skin and around its hollow, black eyes._  \n**Cursed to Wander and Thirst.** Accursed defilers are the remnants of an ancient tribe that desecrated a sacred oasis. For their crime, the wrathful spirits cursed the tribe to forever wander the wastes attempting to quench an insatiable thirst. Each defiler carries a parched sandstorm within its lungs and in the flowing sand in its veins. Wherever they roam, they leave only the desiccated husks of their victims littering the sand.  \n**Unceasing Hatred.** The desperate or foolish sometimes try to speak with these ill-fated creatures in their archaic native tongue, to learn their secrets or to bargain for their services, but a defiler’s heart is blackened with hate and despair, leaving room for naught but woe.  \n**Servants to Great Evil.** On very rare occasions, accursed defilers serve evil high priests, fext, or soulsworn warlocks as bodyguards and zealous destroyers, eager to spread the withering desert’s hand to new lands.  \n**Undead Nature.** An accursed defiler doesn’t require air, food, drink, or sleep.",
            "name": "Accursed Defiler",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 17,
            "intelligence": 6,
            "wisdom": 15,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands an ancient language, but can't speak",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The accursed defiler makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 11 (2d6 + 4) bludgeoning damage. If a creature is hit by this attack twice in the same round (from the same or different accursed defilers), the target must make a DC 13 Constitution saving throw or gain one level of exhaustion.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Sandslash (Recharge 5-6)",
                    "desc": "As an action, the accursed defiler intensifies the vortex of sand that surrounds it. All creatures within 10 feet of the accursed defiler take 21 (6d6) slashing damage, or half damage with a successful DC 14 Dexterity saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cursed Existence",
                    "desc": "When it drops to 0 hit points in desert terrain, the accursed defiler's body disintegrates into sand and a sudden parched breeze. However, unless it was killed in a hallowed location, with radiant damage, or by a blessed creature, the accursed defiler reforms at the next sundown 1d100 miles away in a random direction."
                },
                {
                    "name": "Sand Shroud",
                    "desc": "A miniature sandstorm constantly whirls around the accursed defiler in a 10-foot radius. This area is lightly obscured to creatures other than an accursed defiler. Wisdom (Survival) checks made to follow tracks left by an accursed defiler or other creatures that were traveling in its sand shroud are made with disadvantage."
                }
            ],
            "spell_list": [],
            "page_no": 12,
            "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_accursed-defiler/"
        },
        {
            "slug": "al-aeshma-genie",
            "desc": "_A savage parody of a djinni, an al-Aeshma’s lower half is composed of scorching winds and desert sand._  \n**Sand Djinnis.** The al-Aeshma are former djinn and share the same powers, albeit in a darker style. Their skin is black as pitch, and their whirlwind form includes much dust and sand. Only radiant or fire damage can slay them entirely—otherwise the desert sand flows to seal their wounds and reattach severed limbs.  \n**Obligation of Wishes.** Granting three wishes to a mortal is a sacred and serious obligation among the genies, referred to as being wishbound. The Lords of Air mandate this as celestial law, and many believe that a djinni cannot refuse to grant a wish. Certainly the consequences of disobedience are dire.  \nThose djinn who decline to grant a wish, for any reason, are stripped of their wish power and handed to efreeti for 1,001 years of torture and debasement. Those that survive are banished to wander the Material Plane.  \n**Unforgiven.** No al-Aeshma has ever been forgiven. Their punishment drives them mad, and makes them anything but contrite. Al-Aeshma are a feral, mocking scourge to all other genies, even efreeti, for they know many secrets and their hearts lust for revenge.",
            "name": "Al-Aeshma Genie",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 172,
            "hit_dice": "15d10+90",
            "speed": {
                "hover": true,
                "walk": 30,
                "fly": 90
            },
            "strength": 21,
            "dexterity": 15,
            "constitution": 22,
            "intelligence": 15,
            "wisdom": 16,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 9,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning, thunder",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "Auran, Common, Ignan",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The al-Aeshma makes three scimitar attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage, plus 3 (1d6) necrotic damage.",
                    "attack_bonus": 9,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Dust Devil",
                    "desc": "A 5-foot-radius, 30-foot-tall cylinder of sand magically forms on a point the al-Aeshma can see within 120 feet of it. The dust devil lasts as long as the al-Aeshma maintains concentration (as if a spell). Any creature but the al-Aeshma that enters the dust devil must succeed on a DC 18 Strength saving throw or be restrained by it; any number of creatures may be restrained this way. At the start of a restrained creature's turn, it takes 7 (2d6) slashing damage plus 7 (2d6) necrotic damage. The al-Aeshma can move the dust devil up to 60 feet as an action; restrained creatures move with it. The dust devil ends if the al-Aeshma loses sight of it. A creature can use its action to free a creature restrained by the dust devil, including itself, by making a DC 18 Strength check. If the check succeeds, it moves to the nearest space outside the dust devil."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Air Hatred",
                    "desc": "The al-Aeshma has advantage on attack rolls against airborne opponents."
                },
                {
                    "name": "Bound",
                    "desc": "The al-Aeshma must always be anchored to the earth. Even in gaseous form or sandstorm form, part of it must always touch the ground. The al-Aeshma's maximum altitude while flying is 50 ft. If it is not touching, it loses its immunities and gains vulnerability to lightning and thunder."
                },
                {
                    "name": "Elemental Demise",
                    "desc": "When an al-Aeshma dies, its body disintegrates into a swirling spray of coarse sand, leaving behind equipment it was wearing or carrying."
                },
                {
                    "name": "Ill Wind",
                    "desc": "As a bonus action when in gaseous form, the al-Aeshma can befoul its space with a choking scent. When the al-Aeshma moves through another creature's space in gaseous form, the creature must succeed on a DC 18 Constitution saving throw or be incapacitated until the end of its next turn. Ill Wind lasts until the al-Aeshma leaves gaseous form or chooses to end the ability as a bonus action."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the al-Aeshma's innate spellcasting ability is Charisma (spell save DC 17). It can innately cast the following spells, requiring no material components:\n\nat will: detect evil and good, detect magic, thunderwave\n\n3/day each: destroy food and water (as create food and water, but makes food and drink unpalatable), tongues, wind walk\n\n1/day each: creation, gaseous form, insect plague, invisibility, major image"
                },
                {
                    "name": "Regeneration",
                    "desc": "The al-Aeshma regains 10 hit points at the start of its turn. If it takes fire or radiant damage, this trait doesn't function at the start of its next turn. The al-Aeshma dies only if it starts its turn at 0 hit points and doesn't regenerate."
                }
            ],
            "spell_list": [],
            "page_no": 211,
            "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_al-aeshma-genie/"
        },
        {
            "slug": "ala",
            "desc": "_Alas are born from galls that grow on treant trunks. Within this parasitic pocket, an ala sickens the treant and consumes its life force. When the treant dies, the ala is born in a black whirlwind._  \n**Daughters of the Whirlwind.** Alas have windblown hair and wear smoky black rags, but their true form is that of a whirlwind, which can always be seen by šestaci, those men and women with six digits on each hand. In flight or in battle, an ala takes on a form with the upper body of a hag and a whirling vortex of air in place of hips and legs. When an ala enters a house in human form, the whole building groans in protest, as if it had been struck by a powerful stormwind.  \nAlas live in the hollows of trees that were struck by lightning. They are most active when thunder rocks the forest, and when they travel hail or thunderstorms spawn around them.  \n**Enormous Appetites.**The huge-mouthed alas have voracious appetites. In the wild, they devour wolves, bears, and badgers. They prefer to hunt in settled areas, however, because they favor the taste of innocents above all else. Unsavory tribes of savage humanoids may beg an ala’s favor (or divert its wrath) with gifts of bound captives.  \n**Energized by Storms.** In battle, an ala is constantly on the move, weaving between foes like the wind. It tears at its foes with claws and a poisonous bite, or throws wicked lightning bolts and hailstorms from afar. Woe betides the hero who confronts an ala while a storm rages overhead, because such storms energize the ala and make its lightning stronger. Because alas wield lightning with such mastery, some sages associate them with the god of lightning.",
            "name": "Ala",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d8+60",
            "speed": {
                "walk": 30,
                "fly": 40
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "athletics": 8,
                "perception": 9,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning, poison, thunder",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 19",
            "languages": "Common, Draconic",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ala makes two claw attacks or one claw and one bite attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 10 (1d10 + 5) piercing damage, and the target must succeed on a DC 16 saving throw or take 10 (3d6) poison damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Lightning's Kiss (Recharge 5-6)",
                    "desc": "One target within 50 feet must make a DC 16 Dexterity saving throw. It takes 28 (8d6) lightning damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The ala doesn't provoke an opportunity attack when it flies out of an enemy's reach."
                },
                {
                    "name": "Poison Flesh",
                    "desc": "The ala's poison infuses its flesh. A creature that makes a successful bite attack against an ala must make a DC 16 Constitution saving throw; if it fails, the creature takes 10 (3d6) poison damage."
                },
                {
                    "name": "Storm's Strength",
                    "desc": "If an electrical storm is raging around an ala and its target, the saving throw against Lightning's Kiss is made with disadvantage."
                }
            ],
            "spell_list": [],
            "page_no": 13,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_ala/"
        },
        {
            "slug": "alehouse-drake",
            "desc": "_This plump little creature reclines with a dazed look in its eyes and the suggestion of a grin on its fanged jaws._  \n**Scaled Barflies.** Alehouse drakes squat in busy bars, rowdy taverns, and bustling inns. A bane or savior to every bartender and innkeeper, alehouse drakes enjoy pushing patrons’ emotions, driving crowds to ecstatic cheers or bloody bar fights.  \nAlehouse drakes make their homes in cities and towns, though older drakes settle down in roadside coaching inns. In the former situations, they are often troublemakers or pranksters, but in the latter circumstances, they usually befriend the proprietor and help manage flared tempers and weepy drinkers in return for living space and a generous tab.  \n**Relentless Gossips.** Alehouse drakes gossip endlessly. Perched in hiding places throughout busy taverns, they overhear many stories, and often trade in information, making them good sources for news about town. More devious and ill-mannered alehouse drakes resort to blackmail, but usually only to secure a comfortable spot in their chosen tavern.  \n**Family Heirlooms.** Alehouse drakes are one to two feet long on average and weigh about eighteen lb. with a plump belly. Their scales are deep amber with cream or white highlights, and they possess glittering, light-colored eyes. The oldest recorded alehouse drake lived just past 400 years—some are quite beloved by innkeeping families, and treated bit like family heirlooms.",
            "name": "Alehouse Drake",
            "size": "Tiny",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 65,
            "hit_dice": "10d4+40",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 7,
            "dexterity": 16,
            "constitution": 19,
            "intelligence": 11,
            "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": {
                "deception": 5,
                "insight": 3,
                "persuasion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "paralyzed, unconscious",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Draconic",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d4"
                },
                {
                    "name": "Breath Weapon (Recharge 5-6)",
                    "desc": "An alehouse drake can burp a cloud of intoxicating gas in a 15-foot cone. A creature caught in the cloud becomes poisoned for 1 minute and must make a successful DC 14 Constitution saving throw or become stunned for 1d6 rounds."
                },
                {
                    "name": "Discombobulating Touch",
                    "desc": "An alehouse drake can make a touch attack that grants its target +3 to Dexterity-based skill checks and melee attacks but also induces confusion as per the spell. This effect lasts for 1d4 rounds. A successful DC 13 Charisma saving throw negates this effect."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the drake's innate casting ability is Charisma (spell save DC 13, +5 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nat will: friends, vicious mockery\n\n5/day each: calm emotions, dissonant whispers, ray of sickness, hideous laughter\n\n3/day each: confusion, invisibility"
                },
                {
                    "name": "Forgetful Spellcasting",
                    "desc": "When a creature fails an Intelligence, Wisdom, or Charisma saving throw against a spell cast by an alehouse drake, the creature immediately forgets the source of the spellcasting."
                }
            ],
            "spell_list": [],
            "page_no": 148,
            "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_alehouse-drake/"
        },
        {
            "slug": "alseid",
            "desc": "_Alseids are the graceful woodland cousins to centaurs, with the slender upper body of an elf and the lower body of a deer. Because they are rarely seen far from the wooded glades they call home, they are sometimes called “grove nymphs,” despite being more closely related to elves than nymphs._  \n**Forest Guardians.** Alseids see the forest as an individual and a friend.They are suspicious of outsiders who do not share this view. Lost travelers who demonstrate deep respect for the forest may spot a distant alseid’s white tail; if they chase after it as it bounds away, the sympathetic alseid may lead it toward a road or trail that can carry them out of the forest. Disrespectful strangers may follow the same tail to their doom. Alseids have no compunction about slaughtering trespassers who burn or cut down their forest.  \n**Antlers Show Status.** Alseids have antlers growing from their foreheads.These antlers grow very slowly, branching every 10 years for the first century of life. Further points only develop with the blessing of the forest. No fourteen-point imperial alseids are known to exist, but many tribes are governed by princes with thirteen points. Because antlers signify status, alseids never use them in combat. Cutting an alseid’s antlers entirely off or just removing points is a humiliating and grave punishment.  \n**White-Tailed Wanderers.** Alseids have a deep connection with forest magic of all kinds, and their leaders favor the druid and ranger classes.",
            "name": "Alseid",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "leather armor",
            "hit_points": 49,
            "hit_dice": "9d8+9",
            "speed": {
                "walk": 40
            },
            "strength": 13,
            "dexterity": 17,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "nature": 3,
                "perception": 5,
                "stealth": 5,
                "survival": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +3 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d6 + 1) piercing damage, or 5 (1d8 + 1) piercing damage if used with two hands to make a melee attack.",
                    "attack_bonus": 3,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Woodfriend",
                    "desc": "When in a forest, alseid leave no tracks and automatically discern true north."
                }
            ],
            "spell_list": [],
            "page_no": 15,
            "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_alseid/"
        },
        {
            "slug": "alseid-grovekeeper",
            "desc": "",
            "name": "Alseid Grovekeeper",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "studded leather Armor",
            "hit_points": 71,
            "hit_dice": "13d8+13",
            "speed": {
                "walk": 40
            },
            "strength": 13,
            "dexterity": 17,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "nature": 3,
                "perception": 5,
                "stealth": 5,
                "survival": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Quarterstaff",
                    "desc": "Melee Weapon Attack: +3 to hit (+5 with shillelagh), reach 5 ft., one creature. Hit: 4 (1d6 + 1) bludgeoning damage or 5 (1d8 + 1) bludgeoning damage if used in two hands, or 7 (1d8 + 3) bludgeoning damage with shillelagh.",
                    "attack_bonus": 3,
                    "damage_dice": "1d6+1"
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spellcasting",
                    "desc": "the grovekeeper is a 5th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 13, +5 to hit with spell attacks). It has the following druid spells prepared:\n\ncantrips (at will): druidcraft, guidance, produce flame, shillelagh\n\n1st (4 slots): animal friendship, cure wounds, faerie fire\n\n2nd (3 slots): animal messenger, heat metal, lesser restoration\n\n3rd (2 slots): call lightning, dispel magic"
                },
                {
                    "name": "Woodfriend",
                    "desc": "When in a forest, alseid leave no tracks and automatically discern true north."
                }
            ],
            "spell_list": [],
            "page_no": 15,
            "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_alseid-grovekeeper/"
        },
        {
            "slug": "amphiptere",
            "desc": "_The amphiptere is most commonly found as a flight of gold-crested, bat-winged serpents bursting from the foliage._  \n**Tiny Wyverns.** An amphiptere has batlike wings and a stinger similar to a wyvern’s at the end of its tail. Their reptilian bodies are scaly, but their wings sprout greenish-yellow feathers.  \n**Swooping and Swift.** They are surprisingly maneuverable in spite of their size, able to change direction suddenly and make deadly hit-and-run strikes. They swoop in and out of combat, snapping at targets with their needlelike teeth and striking with their envenomed stingers. Once a foe is poisoned and injured, they hover closer in a tightly packed, flapping mass of fangs, battering wings, and jabbing stingers.  \n**Strength in Flocks.** Despite their fighting ability, amphipteres are not particularly brave. Most often, they tend to lurk in small flocks in dense foliage, where they can burst forth in a flurry of wings when prey comes within view. They display surprising cunning and tenacity in large groups; they may harass foes for minutes or hours before closing in for the kill.",
            "name": "Amphiptere",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "walk": 20,
                "climb": 20,
                "fly": 60,
                "swim": 20
            },
            "strength": 11,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 2,
            "wisdom": 16,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 10 ft., passive Perception 15",
            "languages": "-",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The amphiptere makes one bite attack and one stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 7 (1d6 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 7 (1d6 + 4) piercing damage plus 10 (3d6) poison damage, and the target must make a successful DC 13 Constitution saving throw or be poisoned for 1 hour.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The amphiptere doesn't provoke an opportunity attack when it flies out of an enemy's reach."
                },
                {
                    "name": "Swarming",
                    "desc": "Up to two amphipteres can share the same space at the same time. The amphiptere has advantage on melee attack rolls if it is sharing its space with another amphiptere that isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 16,
            "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_amphiptere/"
        },
        {
            "slug": "angatra",
            "desc": "_This withered creature wrapped in gore-stained rags. They can pull back a tattered hood to reveal glowing eyes hungry with bloodlust._  \nIn certain tribes, the breaking of local taboos invites terrible retribution from ancestral spirits, especially if the transgressor was a tribal leader or elder. The transgressor is cursed and cast out from the tribe, and then hunted and executed.  \n**Bound Remains Entombed.** The body is wrapped head to toe in lamba cloth to soothe the spirit and to bind it within the mortal husk, then sealed in a tomb far from traditional burial grounds so none may disturb it and its unclean spirit does not taint the blessed dead.  \n**Slow Ritual Cleansing.** Each such body is visited every ten years as the tribe performs the famadihana ritual, replacing the lamba bindings and soothing the suffering of the ancestors. Over generations, this ritual expiates their guilt, until at last the once‑accursed ancestor is admitted through the gates of the afterlife. If a spirit’s descendants abandon their task, or if the sealed tomb is violated, the accursed soul becomes an angatra.  \n**Angry Spirit.** The creature’s form becomes animated by a powerful and malicious ancestor spirit and undergoes a horrible metamorphosis within its decaying cocoon. Its fingernails grow into scabrous claws, its skin becomes hard and leathery, and its withered form is imbued with unnatural speed and agility. Within days, the angatra gathers strength and tears its bindings into rags. It seeks out its descendants to to share the torment and wrath it endured while its spirit lingered.",
            "name": "Angatra",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "10d8+40",
            "speed": {
                "walk": 50
            },
            "strength": 14,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "all languages it knew in life",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The angatra makes two attacks with its claws."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one creature. Hit: 10 (2d4 + 5) piercing damage, and the creature must succeed on a DC 15 Constitution saving throw or be paralyzed by pain until the end of its next turn.",
                    "attack_bonus": 8,
                    "damage_dice": "2d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Agonizing Gaze",
                    "desc": "When a creature that can see the angatra's eyes starts its turn within 30 feet of the angatra, it must make a DC 13 Charisma saving throw if the angatra isn't incapacitated and can see the creature. On a failed saving throw, the creature has its pain threshold lowered, so that it becomes vulnerable to all damage types until the end of its next turn. Unless it's surprised, a creature can avoid the saving throw by averting its eyes at the start of its turn. A creature that averts its eyes can't see the angatra for one full round, when it chooses anew whether to avert its eyes again. If the creature looks at the angatra in the meantime, it must immediately make the save."
                },
                {
                    "name": "Ancestral Wrath",
                    "desc": "The angatra immediately recognizes any individual that is descended from its tribe. It has advantage on attack rolls against such creatures, and those creatures have disadvantage on saving throws against the angatra's traits and attacks."
                }
            ],
            "spell_list": [],
            "page_no": 19,
            "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_angatra/"
        },
        {
            "slug": "angel-chained",
            "desc": "_Their wings are still feathered, but their soulless eyes betray a great rage and thirst for blood. They invariably wear chains, shackles, barbed flesh hooks, or manacles to show their captive state. Some have heavy chain leashes held by arch-devils or major demons. All chained angels have halos of pure black, and many have been flayed of their skin along one or more limbs._  \n**Broken and Chained.** These angels have been captured by fiends, tortured, and turned to serve darkness. A pack of chained angels is considered a status symbol among the servants of evil. A chained angel fights for the forces of evil as long as they remain chained, and this amuses demons and devils greatly.  \n**Chance at Redemption.** However, while their souls are tainted with the blood of innocents, in their hearts chained angels still hope to be redeemed, or at least to be given the solace of extinction. Any creature that kills a chained angel is given a gift of gratitude for the release of death, in the form of all the effects of a heroes' feast spell. If it cannot be redeemed, a chained angel is a storm of destruction.",
            "name": "Angel, Chained",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 88,
            "hit_dice": "16d8+16",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 8,
            "perception": 7,
            "skills": {
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing",
            "damage_immunities": "fire, radiant",
            "condition_immunities": "",
            "senses": "darkvision 200 ft., passive Perception 17",
            "languages": "Common, Celestial, Infernal",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chained angel makes two fiery greatsword attacks."
                },
                {
                    "name": "Fiery Greatsword",
                    "desc": "Melee Weapon Attack. +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage plus 16 (3d10) fire damage."
                },
                {
                    "name": "Fallen Glory (Recharge 5-6)",
                    "desc": "All creatures within 50 feet of the chained angel and in its line of sight take 19 (3d12) radiant damage and are knocked prone, or take half damage and aren't knocked prone with a successful DC 15 Strength saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Fiendish Cunning",
                    "desc": "When a creature within 60 feet casts a divine spell, the chained angel can counter the spell if it succeeds on a Charisma check against a DC of 10 + the spell's level."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Redemption",
                    "desc": "Any caster brave enough to cast a knock spell on a chained angel can remove the creature's shackles, but this always exposes the caster to a blast of unholy flame as a reaction. The caster takes 16 (3d10) fire damage and 16 (3d10) radiant damage, or half as much with a successful DC 16 Dexterity saving throw. If the caster survives, the angel makes an immediate DC 20 Wisdom saving throw; if it succeeds, the angel's chains fall away and it is restored to its senses and to a Good alignment. If the saving throw fails, any further attempts to cast knock on the angel's chains fail automatically for one week."
                }
            ],
            "spell_list": [],
            "page_no": 20,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_angel-chained/"
        },
        {
            "slug": "angler-worm",
            "desc": "_As patient as a fisherman, the angler worm lights a beacon in the darkness and waits for its next meal._  \n**Silk Snares.** The angler worm burrows into the ceilings of caves and tunnels, where it creates snares from strong silk threads coated with sticky mucus. It then lures prey into its snares while remaining safely hidden itself, emerging only to feed. With dozens of snares, food always comes to the angler worm eventually.",
            "name": "Angler Worm",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 133,
            "hit_dice": "14d12+42",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 14,
            "dexterity": 5,
            "constitution": 16,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "blinded, charmed, deafened, poisoned, prone",
            "senses": "tremorsense 60 ft., passive Perception 12",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "An angler worm makes one bite attack. It also makes one coils attack against every enemy creature restrained by its threads and within reach of its coils-once it has coiled around one creature it stops coil attacks against others."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 9 (2d6 + 2) piercing damage plus 3 (1d6) acid damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Coils",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 10 ft., one creature. Hit: 13 (3d8) acid damage, and the target creature must make a successful DC 12 Dexterity saving throw or be pulled adjacent to the angler worm (if it wasn't already) and grappled in the angler worm's coils (escape DC 12). While grappled this way, the creature is restrained by the angler worm (but not by its snare lines), it can't breathe, and it takes 22 (5d8) acid damage at the start of each of the angler worm's turns. A creature that escapes from the angler worm's coils may need to make an immediate DC 12 Dexterity saving throw to avoid being restrained again, if it escapes into a space occupied by more snare lines.",
                    "attack_bonus": 4,
                    "damage_dice": "3d8"
                },
                {
                    "name": "Ethereal Lure (Recharge 4-6)",
                    "desc": "The angler worm selects a spot within 20 feet of itself; that spot glows with a faint, blue light until the start of the worm's next turn. All other creatures that can see the light at the start of their turn must make a successful DC 12 Wisdom saving throw or be charmed until the start of their next turn. A creature charmed this way must Dash toward the light by the most direct route, automatically fails saving throws against being restrained by snare lines, and treats the angler worm as invisible."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spider Climb",
                    "desc": "The worm can climb difficult surfaces, including upside down on ceilings and along its snare lines, without needing an ability check. The angler worm is never restrained by its own or other angler worms' snare lines."
                },
                {
                    "name": "Keen Touch",
                    "desc": "The angler worm has advantage on Wisdom (Perception) checks that rely on vibrations."
                },
                {
                    "name": "Transparent Trap",
                    "desc": "A successful DC 12 Wisdom (Perception) check must be made to spot angler worm snare lines, and the check is always made with disadvantage unless the searcher has some means of overcoming the snares' invisibility. A creature that enters a space containing angler worm snare lines must make a successful DC 12 Dexterity saving throw or be restrained by the sticky snares (escape DC 14). This saving throw is made with disadvantage if the creature was unaware of the snare lines' presence."
                }
            ],
            "spell_list": [],
            "page_no": 22,
            "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_angler-worm/"
        },
        {
            "slug": "anubian",
            "desc": "_An anubian’s swirling sand comes together to form a snarling, canine-faced humanoid whose eyes shine with an eerie, blue glow. Anubians are elementals summoned to guard tombs or protect treasures._  \n**Piles of Dust.** An anubian at rest resembles a pile of sand or dust, often strewn about an already dusty location. When active, it rises up to form a muscular humanoid with the head of a jackal. A destroyed anubian collapses into an inert pile of sand.  \n**Death to the Unarmored.** In combat, anubians prefer to fight unarmored foes rather than creatures wearing armor. They associate unarmored creatures with spellcasters, and their latent resentment over centuries of being summoned as servants drives them to attack such figures when they aren’t shackled by magical bondage.  \n**Sandstorm Tag Teams.** Anubians fight effectively as teams, using their haboob attacks to corner and isolate the most vulnerable targets.  \n**Elemental Nature.** An anubian doesn’t require air, food, drink, or sleep.",
            "name": "Anubian",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 44,
            "hit_dice": "8d8+8",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 10,
            "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": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 11",
            "languages": "Primordial",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The anubian makes two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Haboob (1/Day)",
                    "desc": "The anubian creates a sandstorm in a cylinder 30-feet high, that reaches to within 5 feet of it. The storm moves with the anubian. The area is heavily obscured, and each creature other than an anubian that enters the sandstorm or ends its turn there must make a successful DC 13 Strength saving throw or be restrained by it. Also, each creature other than an anubian that ends its turn inside the sandstorm takes 3 (1d6) slashing damage. The anubian can maintain the haboob for up to 10 minutes as if concentrating on a spell. While maintaining the haboob, the anubian's speed is reduced to 5 feet and it can't sand step. Creatures restrained by the sandstorm move with the anubian. A creature can free itself or an adjacent creature from the sandstorm by using its action and making a DC 13 Strength check. A successful check ends the restraint on the target creature."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Sand Stealth",
                    "desc": "The anubian gains an additional +2 (+7 in total) to Stealth in sand terrain"
                },
                {
                    "name": "Sand Step",
                    "desc": "Instead of moving, the anubian's humanoid form collapses into loose sand and immediately reforms at another unoccupied space within 10 feet. This movement doesn't provoke opportunity attacks. After using this trait in sand terrain, the anubian can Hide as part of this movement even if under direct observation. Anubians can sand step under doors or through similar obstacles, provided there's a gap large enough for sand to sift through."
                },
                {
                    "name": "Vulnerability to Water",
                    "desc": "For every 5 feet the anubian moves while touching water or for every gallon of water splashed on it, it takes 2 (1d4) cold damage. An anubian completely immersed in water takes 10 (4d4) cold damage at the start of its turn."
                }
            ],
            "spell_list": [],
            "page_no": 24,
            "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_anubian/"
        },
        {
            "slug": "arboreal-grappler",
            "desc": "_Long, simian arms snake through the trees like furred serpents, dangling from a shaggy, striped ape in the leafy canopy above and trying to snare those below._  \nAn arboreal grappler is a malformed creation of the gods, a primate whose legs warped into long, muscular tentacles covered in shaggy, red fur.  \n**Carry Prey to the Heights.** Arboreal grapplers use their long limbs to snatch prey and drag it behind them as they use their powerful forelimbs to ascend to the highest canopy. Their victims are constricted until their struggles cease and then are devoured. Their flexible tentacles are ill-suited for terrestrial movement; they must drag themselves clumsily across open ground too wide to swing across.  \n**Clans in the Canopy.** Arboreal grappler tribes build family nests decorated with bones and prized relics of past hunts. These nests are built high in the jungle canopy, typically 80 feet or more above the ground. Clans of 40 or more spread across crude villages atop the trees; in such large settlements, a third of the population are juveniles. These nests are difficult to spot from the ground; a DC 20 Wisdom (Perception) check is required. A creature observing an arboreal grappler as it climbs into or out of a nest has advantage on the check.  \n**Carnivorous Elf Hunters.** Grapplers are carnivorous and prefer humanoid flesh, elves in particular. Some suggest this arises from hatred as much as from hunger, a cruel combination of fascination and revulsion for the walking limbs of humanoid creatures.",
            "name": "Arboreal Grappler",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "speed": {
                "walk": 10,
                "climb": 40
            },
            "strength": 16,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 5,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "-",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The arboreal grappler makes one bite attack and two tentacle attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 10 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage, and the target is grappled (escape DC 13). Until this grapple ends, the target is restrained and the tentacle can't be used to attack a different target. The arboreal grappler has two tentacles, each of which can grapple one target. When the arboreal grappler moves, it can drag a Medium or smaller target it is grappling at full speed.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spider Climb",
                    "desc": "The arboreal grappler can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Boscage Brachiation",
                    "desc": "The arboreal grappler doesn't provoke opportunity attacks when it moves out of an enemy's reach by climbing."
                }
            ],
            "spell_list": [],
            "page_no": 25,
            "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_arboreal-grappler/"
        },
        {
            "slug": "aridni",
            "desc": "_Both more rugged and more ruthless than normal pixies, the aridni are an especially greedy breed of fey bandits and kidnappers._  \n**Pale Archers.** These ashen-faced fey with gray moth wings fire green-glowing arrows with a sneer and a curse. Aridni prefer ranged combat whenever possible, and they are quite difficult to lure into melee. They sometimes accept a personal challenge o respond to accusations of cowardice.  \n**Caravan Raiders.** They’ve developed different magical abilities that aid them well when they raid caravans for captives to enslave and sell; charming foes into slavery is a favorite tactic.  \n**Wealth for Status.** They delight in taking plunder from humans and dwarves, not so much for its own sake but as a sign of their power over mortals, and their contempt for those who lack fey blood.",
            "name": "Aridni",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 82,
            "hit_dice": "15d6+30",
            "speed": {
                "walk": 20,
                "fly": 60
            },
            "strength": 9,
            "dexterity": 21,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 11,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "acrobatics": 11,
                "perception": 3,
                "stealth": 11
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Gnoll, Sylvan, Void Speech",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Pixie Bow",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 40/160 ft., one target. Hit: 7 (1d4 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Slaver Arrows",
                    "desc": "An aridni can add a magical effect in addition to the normal damage done by its arrows. If so, the aridni chooses from the following effects:\n\nConfusion. The target must succeed on a DC 14 Wisdom saving throw or become confused (as the spell) for 2d4 - 1 rounds.\n\nFear. The target must succeed on a DC 14 Wisdom saving throw or become frightened for 2d4 rounds.\n\nHideous Laughter. The target must succeed on a DC 14 Wisdom saving throw or become incapacitated for 2d4 rounds. While incapacitated, the target is prone and laughing uncontrollably.\n\nSleep. The target must succeed on a DC 14 Wisdom saving throw or fall asleep for 2d4 minutes. The creature wakes up if it takes damage or if another creature takes an action to shake it awake."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The aridni doesn't provoke an opportunity attack when it flies out of an enemy's reach."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The aridni has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the aridni's innate spellcasting ability is Charisma (spell save DC 14). It can innately cast the following spells:\n\nat will: dancing lights, detect magic, invisibility\n\n3/day: charm person, faerie fire, mage armor\n\n1/day: spike growth"
                }
            ],
            "spell_list": [],
            "page_no": 26,
            "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_aridni/"
        },
        {
            "slug": "asanbosam",
            "desc": "_An asasonbosam is a hirsute hulk with bulging, bloodshot eyes, often perched high in a tree and ready to seize unwary passersby with talons like rusty hooks._  \n**Iron Hooks and Fangs.** They resemble hairy ogres from the waist up, but with muscular and flexible legs much longer than those of an ogre. These odd appendages end in feet with hooklike talons, and both the creature’s hooks and its fangs are composed of iron rather than bone or other organic material. These iron fangs and claws mark an asanbosam’s age, not just by their size but also by their color. The youngest specimens have shiny gray hooks and fangs, while older ones have discolored and rusty ones.  \n**Iron Eaters.** The asanbosam diet includes iron in red meat, poultry, fish, and leaf vegetables, and—in times of desperation— grinding iron filings off their own hooks to slake their cravings. The asanbosams’ taste for fresh blood and humanoid flesh led to the folklore that they are vampiric (not true).  \n**Tree Lairs.** Asanbosams spend most of their lives in trees, where they build nestlike houses or platforms of rope and rough planks. They don’t fear magic; most tribes count at least one spellcaster among its members.",
            "name": "Asanbosam",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d10+36",
            "speed": {
                "walk": 40,
                "climb": 15
            },
            "strength": 18,
            "dexterity": 13,
            "constitution": 17,
            "intelligence": 11,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "acrobatics": 4,
                "perception": 3,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Giant",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The asanbosam makes one bite attack and one claws attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) piercing damage. If the target is a creature, it must succeed on a DC 14 Constitution saving throw against disease. If the saving throw fails, the target takes 11 (2d10) poison damage immediately and becomes poisoned until the disease is cured. Every 24 hours that elapse, the creature must repeat the saving throw and reduce its hit point maximum by 5 (1d10) on a failure. This reduction lasts until the disease is cured. The creature dies if the disease reduces its hit point maximum to 0.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 20 (3d10 + 4) piercing damage, and the target is grappled (escape DC 14). Until this grapple ends, the target is restrained and the asanbosam can't claw a different target. If the target is a creature, it must succeed on a DC 14 Constitution saving throw against disease or contract the disease described in the bite attack.",
                    "attack_bonus": 7,
                    "damage_dice": "3d10"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spider Climb",
                    "desc": "The asanbosam can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Arboreal",
                    "desc": "While up in trees, the asanbosam can take the Disengage or Hide action as a bonus action on each of its turns."
                }
            ],
            "spell_list": [],
            "page_no": 27,
            "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_asanbosam/"
        },
        {
            "slug": "ash-drake",
            "desc": "_A lean and dull-scaled ash drake often perches on a chimney as if it just crawled out, its tail still hanging into the chimney as smoke billows out._  \n**Chimney Nesting.** Ash drakes clog chimney flues and delight in dusting crowds with thick, choking ash and soot, while the drakes laugh with sneering, wheezing tones. To placate the creatures, owners of smelters and smithies leave large piles of ash for the drakes to play in, with the hope they leave the shop and its workers alone. Anyone hunting ash drakes finds them very difficult to attack in their cramped lairs because the creatures blend in with the surroundings. Ash drakes often befriend kobolds, who have little trouble appeasing the beasts and appreciate the added security they bring.  \n**Hunt Strays and Pets.** Ash drakes eat rats and stray animals, although few can resist snatching an unattended, possibly beloved pet. Contrary to popular opinion, this drake doesn’t consume ash, but enjoys a pile of ash like a cat would catnip, rolling around in it and becoming wild-eyed. Anyone who disrupts such play becomes the target of the creature’s intensely hot and sooty breath weapon.  \nWhile an ash drake is three feet long with a four-foot long tail that seems to trail off into smoke, it weighs less than one might expect—approximately ten lb. Every third winter, when chimneys are active, a male drake leaves his lair to find a mate. If the new couple roosts in a city or town, the nearby streets know it, as the air becomes nearly unbreathable with soot. The resulting eggs are left in a suitable chimney, and one of the parents protects the young until they leave the nest at two years of age.  \n**Volcanic Haunts.** Ash drakes outside a city live in or near volcanic plateaus, and mutter about the lack of neighbors to bully. In the wild, an ash drake may partner with a red dragon or flame dragon, since the dragon provides its lesser cousin with plenty of ash.",
            "name": "Ash Drake",
            "size": "Small",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 117,
            "hit_dice": "18d6+54",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 14,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 15,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "",
            "condition_immunities": "paralyzed, unconscious",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Draconic",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ash drake makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) piercing damage + 3 (1d6) fire damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) slashing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Ash Cloud",
                    "desc": "An ash drake can beat its wings and create a cloud of ash that extends 10 feet in all directions, centered on itself. This cloud provides half cover, though the ash drake can see normally through its own cloud. Any creature that enters or starts its turn in the cloud must succeed on a DC 14 Constitution saving throw or become blinded for 1d6 rounds."
                },
                {
                    "name": "Ash Breath (recharge 6)",
                    "desc": "An ash drake spews a 20-foot cone of blistering hot, choking ash. Any targets in the path of this spray takes 14 (4d6) fire damage and become poisoned for one minute; a successful DC 13 Dexterity saving throw reduces damage by half and negates the poisoning. A poisoned creature repeats the saving throw at the end of each of its turns, ending the effect on itself with a successful save."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 149,
            "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_ash-drake/"
        },
        {
            "slug": "azza-gremlin",
            "desc": "_These tiny, hairless, rail-thin creatures crackle with static electricity. Arcs of lightning snap between their long ears._  \n**Lightning Lovers.** Azza gremlins live among storm clouds, lightning-based machinery, and other places with an abundance of lightning.  \n**Magnetic Flight.** Although wingless, their light bodies are perfectly attuned to electromagnetic fields, giving them buoyancy and flight. They love playing in thunderstorms and riding lightning bolts between the clouds or between clouds and the ground. They feed off lightning and love to see its effects on other creatures.  \n**Work with Spellcasters.** Although they aren’t much more than hazardous pests by themselves, more malicious creatures and spellcasters that use lightning as a weapon work with azza gremlins to amplify their own destructiveness.  \nAzza gremlins stand 12 to 18 inches tall and weigh approximately 8 lb.",
            "name": "Azza Gremlin",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "speed": {
                "walk": 10,
                "fly": 40,
                "hover": true
            },
            "strength": 5,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning, thunder",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "Common, Primordial",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Lightning Jolt",
                    "desc": "Melee or Ranged Spell Attack: +6 to hit, reach 5 ft. or range 30 ft., one creature. Hit: 3 (1d6) lightning damage, and the target is affected by Contagious Lightning.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Ride the Bolt",
                    "desc": "The azza gremlin can travel instantly along any bolt of lightning. When it is within 5 feet of a lightning effect, the azza can teleport to any unoccupied space inside or within 5 feet of that lightning effect."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Contagious Lightning",
                    "desc": "A creature that touches the azza gremlin or hits it with a melee attack using a metal weapon receives a discharge of lightning. The creature must succeed on a DC 10 Constitution saving throw or attract lightning for 1 minute. For the duration, attacks that cause lightning damage have advantage against this creature, the creature has disadvantage on saving throws against lightning damage and lightning effects, and if the creature takes lightning damage, it is paralyzed until the end of its next turn. An affected creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "spell_list": [],
            "page_no": 28,
            "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_azza-gremlin/"
        },
        {
            "slug": "baba-yagas-horsemen-black-night",
            "desc": "",
            "name": "Baba Yaga's Horsemen, Black Night",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 20,
            "armor_desc": "plate and shield",
            "hit_points": 171,
            "hit_dice": "18d8+90",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 11,
            "constitution": 21,
            "intelligence": 16,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "arcana": 7,
                "athletics": 10,
                "history": 7,
                "perception": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "cold, lightning, poison",
            "condition_immunities": "exhaustion, paralyzed, poisoned",
            "senses": "Devil sight 120ft, passive Perception 18",
            "languages": "Celestial, Common, Infernal; telepathy 100 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The horseman makes three attacks with its lance or longsword. It can use Temporal Strike with one of these attacks when it is available."
                },
                {
                    "name": "Lance",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft. (disadvantage within 5 ft.), one target. Hit: 12 (1d12 + 6) piercing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "1d12+6"
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 10 (1d8 + 6) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Temporal Strike (recharge 5-6)",
                    "desc": "When the horseman strikes a target with a melee attack, in addition to taking normal damage, the target must succeed on a DC 17 Constitution saving throw or instantly age 3d10 years. A creature that ages this way has disadvantage on attack rolls, ability checks, and saving throws based on Strength, Dexterity, and Constitution until the aging is reversed. A creature that ages beyond its lifespan dies immediately. The aging reverses automatically after 24 hours, or it can be reversed magically by greater restoration or comparable magic. A creature that succeeds on the save is immune to the temporal strike effect for 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Black Night",
                    "desc": "The horseman can see perfectly in normal and magical darkness"
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the horseman is a 12th-level spellcaster. Its spellcasting ability is Charisma (save DC 16, +8 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nat will: ray of frost\n\n1/day each: dimension door, fire shield, haste, slow\n\n2/day: darkness\n\n3/day each: ethereal jaunt, phantom steed (appears as a horse colored appropriately to the horseman), plane shift (self and steed only)"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The horseman has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Peerless Rider",
                    "desc": "Any attacks directed at the horseman's mount targets the horseman instead. Its mount gains the benefit of the rider's damage and condition immunities, and if the horseman passes a saving throw against an area effect, the mount takes no damage."
                },
                {
                    "name": "Quick Draw",
                    "desc": "The horseman can switch between wielding its lance and longsword as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 29,
            "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_baba-yagas-horsemen-black-night/"
        },
        {
            "slug": "baba-yagas-horsemen-bright-day",
            "desc": "",
            "name": "Baba Yaga's Horsemen, Bright Day",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 20,
            "armor_desc": "plate and shield",
            "hit_points": 171,
            "hit_dice": "18d8+90",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 11,
            "constitution": 21,
            "intelligence": 16,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "arcana": 7,
                "athletics": 10,
                "history": 7,
                "perception": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "lightning, poison",
            "condition_immunities": "exhaustion, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 18",
            "languages": "Celestial, Common, Infernal; telepathy 100 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The horseman makes three attacks with its lance or longsword. It can use Temporal Strike with one of these attacks when it is available."
                },
                {
                    "name": "Lance",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft. (disadvantage within 5 ft.), one target. Hit: 12 (1d12 + 6) piercing damage.",
                    "attack_bonus": 0,
                    "damage_dice": "1d12+6"
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 10 (1d8 + 6) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Temporal Strike (recharge 5-6)",
                    "desc": "When the horseman strikes a target with a melee attack, in addition to taking normal damage, the target must succeed on a DC 17 Constitution saving throw or instantly age 3d10 years. A creature that ages this way has disadvantage on attack rolls, ability checks, and saving throws based on Strength, Dexterity, and Constitution until the aging is reversed. A creature that ages beyond its lifespan dies immediately. The aging reverses automatically after 24 hours, or it can be reversed magically by greater restoration or comparable magic. A creature that succeeds on the save is immune to the temporal strike effect for 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the horseman is a 12th-level spellcaster. Its spellcasting ability is Charisma (save DC 16, +8 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nat will: sacred flame\n\n1/day each: dimension door, fire shield, haste, slow\n\n2/day: daylight\n\n3/day each: ethereal jaunt, phantom steed (appears as a horse colored appropriately to the horseman), plane shift (self and steed only)"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The horseman has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Peerless Rider",
                    "desc": "Any attacks directed at the horseman's mount targets the horseman instead. Its mount gains the benefit of the rider's damage and condition immunities, and if the horseman passes a saving throw against an area effect, the mount takes no damage."
                },
                {
                    "name": "Quick Draw",
                    "desc": "The horseman can switch between wielding its lance and longsword as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 29,
            "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_baba-yagas-horsemen-bright-day/"
        },
        {
            "slug": "baba-yagas-horsemen-red-sun",
            "desc": "",
            "name": "Baba Yaga's Horsemen, Red Sun",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 20,
            "armor_desc": "plate and shield",
            "hit_points": 171,
            "hit_dice": "18d8+90",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 11,
            "constitution": 21,
            "intelligence": 16,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "arcana": 7,
                "athletics": 10,
                "history": 7,
                "perception": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, lightning, poison",
            "condition_immunities": "blinded, charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "passive Perception 18",
            "languages": "Celestial, Common, Infernal; telepathy 100 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The horseman makes three attacks with its lance or longsword. It can use Temporal Strike with one of these attacks when it is available."
                },
                {
                    "name": "Lance",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft. (disadvantage within 5 ft.), one target. Hit: 12 (1d12 + 6) piercing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "1d12+6"
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 10 (1d8 + 6) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Temporal Strike (recharge 5-6)",
                    "desc": "When the horseman strikes a target with a melee attack, in addition to taking normal damage, the target must succeed on a DC 17 Constitution saving throw or instantly age 3d10 years. A creature that ages this way has disadvantage on attack rolls, ability checks, and saving throws based on Strength, Dexterity, and Constitution until the aging is reversed. A creature that ages beyond its lifespan dies immediately. The aging reverses automatically after 24 hours, or it can be reversed magically by greater restoration or comparable magic. A creature that succeeds on the save is immune to the temporal strike effect for 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the horseman is a 12th-level spellcaster. Its spellcasting ability is Charisma (save DC 16, +8 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\n1/day each: dimension door, fire shield, haste, slow\n\n2/day each: continual flame, scorching ray\n\n3/day each: ethereal jaunt, phantom steed (appears as a horse colored appropriately to the horseman), plane shift (self and steed only)"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The horseman has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Peerless Rider",
                    "desc": "Any attacks directed at the horseman's mount targets the horseman instead. Its mount gains the benefit of the rider's damage and condition immunities, and if the horseman passes a saving throw against an area effect, the mount takes no damage."
                },
                {
                    "name": "Quick Draw",
                    "desc": "The horseman can switch between wielding its lance and longsword as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 29,
            "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_baba-yagas-horsemen-red-sun/"
        },
        {
            "slug": "bagiennik",
            "desc": "_With webbed claws, bulbous eyes, and two nostril-slits that ooze an oily black substance, the creature is not quite hideous—but it might be, if most of it wasn’t concealed by a thick coating of muck and mud._  \n**Bathing Uglies.** When a bagiennik is alone, it spends its time bathing in local springs, rivers, and marshes. The creature sifts through the muck and silt, extracting substances that enhance its oily secretions. If anything disturbs the creature during its languorous bathing sessions, it angrily retaliates. Once a bagiennik has bathed for four hours it seeks a target for mischief or charity.  \n**Unpredictable Moods.** One never knows what to expect with a bagiennik. The same creature might aid an injured traveler one day, smear that person with corrosive, acidic oil the next day, and then extend tender care to the burned victim of its own psychotic behavior. If the creature feels beneficent, it heals injured animals or even diseased or injured villagers. If a bagiennik visits a settlement, the ill and infirm approach it cautiously while everyone else hides to avoid provoking its wrath. When a bagiennik leaves its bath in an angry mood, it raves and seeks out animals or humanoids to spray its oil onto. If a victim drops to 0 hit points, the foul-tempered bagiennik applies healing oil to stabilize them, grumbling all the while.  \n**Acid Oils.** Collecting a dead bagiennik’s black oils must be done within an hour of the creature’s death. A successful DC 15 Wisdom (Medicine) check yields one vial of acid, or two vials if the result was 20 or higher. A bagiennik can use these chemicals either to heal or to harm, but no alchemist or healer has figured out how to reproduce the healing effects. Other than their acidic effect, the secretions lose all potency within moments of being removed from a bagiennik. A bagiennik weighs 250 lb., plus a coating of 20 to 50 lb. of mud and muck.",
            "name": "Bagiennik",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 30,
                "swim": 40
            },
            "strength": 16,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 16,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bagiennik makes two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 18 (4d6 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "4d6"
                },
                {
                    "name": "Acid Spray",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 15 ft., one target. Hit: 14 (2d10 + 3) acid damage. The target must make a successful DC 13 Dexterity saving throw or fall prone in the slick oil, which covers an area 5 feet square. A creature that enters the oily area or ends its turn there must also make the Dexterity saving throw to avoid falling prone. A creature needs to make only one saving throw per 5-foot-square per turn, even if it enters and ends its turn in the area. The slippery effect lasts for 3 rounds.",
                    "attack_bonus": 6,
                    "damage_dice": "2d10"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Healing Oil",
                    "desc": "A bagiennik can automatically stabilize a dying creature by using an action to smear some of its oily secretion on the dying creature's flesh. A similar application on an already-stable creature or one with 1 or more hit points acts as a potion of healing, restoring 2d4 + 2 hit points. Alternatively, the bagiennik's secretion can have the effect of a lesser restoration spell. However, any creature receiving a bagiennik's Healing Oil must make a successful DC 13 Constitution saving throw or be slowed for 1 minute."
                }
            ],
            "spell_list": [],
            "page_no": 31,
            "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_bagiennik/"
        },
        {
            "slug": "bandit-lord",
            "desc": "",
            "name": "Bandit Lord",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": null,
            "alignment": "any non-lawful",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 14,
            "wisdom": 11,
            "charisma": 14,
            "strength_save": 5,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 5,
                "deception": 4,
                "intimidation": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "any two languages",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bandit lord makes three melee or ranged attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Leadership (Recharges after a Short or Long Rest)",
                    "desc": "For 1 minute, the bandit lord can utter a special command or warning whenever a nonhostile creature that it can see within 30 feet of it makes an attack roll or a saving throw. The creature can add a d4 to its roll provided it can hear and understand the bandit lord. A creature can benefit from only one Leadership die at a time. This effect ends if the bandit lord is incapacitated."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Parry",
                    "desc": "The bandit lord adds 2 to its AC against one melee attack that would hit it. To do so the bandit lord must see the attacker and be wielding a weapon."
                },
                {
                    "name": "Redirect Attack",
                    "desc": "When a creature the bandit lord can see targets it with an attack, the bandit lord chooses an ally within 5 feet of it. The bandit lord and the ally swap places, and the chosen ally becomes the target instead."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pack Tactics",
                    "desc": "The bandit lord has advantage on an attack roll against a creature if at least one of the bandit lord's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 418,
            "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_bandit-lord/"
        },
        {
            "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": "bearfolk",
            "desc": "_Although it has the head of a shaggy bear, this humanoid creature wears armor and carries a battleaxe in one massive, clawed hand and a warhammer in the other. It’s a solid slab of muscle that towers imposingly over most humans._  \nThe hulking bearfolk are intimidating creatures. Brutish and powerful, they combine features of humanoid beings and bears. Their heads are ursine with heavy jaws and sharp teeth. Dark fur covers their bodies, which are packed with muscle. Adult bearfolk stand at least 7 feet tall and weigh more than 600 pounds.  \n**Passionate and Volatile.** Boisterous and jovial, the bearfolk are a people of extremes. They celebrate with great passion and are quick to explosive anger. Settling differences with wrestling matches that leave permanent scars is common, as is seeing two bloodied bearfolk sharing a cask of mead and a raucous song after such a scuffle.",
            "name": "Bearfolk",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "bearfolk",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 14,
            "armor_desc": "hide armor",
            "hit_points": 45,
            "hit_dice": "6d8+18",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 16,
            "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": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Giant",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bearfolk makes three attacks: one with its battleaxe, one with its warhammer, and one with its bite."
                },
                {
                    "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 two-handed.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Warhammer",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) bludgeoning damage, or 9 (1d10 + 4) bludgeoning damage if used two-handed.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Frenzy (1/rest)",
                    "desc": "As a bonus action, the bearfolk can trigger a berserk frenzy that lasts 1 minute. While in frenzy, it gains resistance to bludgeoning, piercing, and slashing damage and has advantage on attack rolls. Attack rolls made against a frenzied bearfolk have advantage."
                },
                {
                    "name": "Keen Smell",
                    "desc": "The bearfolk has advantage on Wisdom (Perception) checks that rely on smell."
                }
            ],
            "spell_list": [],
            "page_no": 33,
            "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_bearfolk/"
        },
        {
            "slug": "beggar-ghoul",
            "desc": "",
            "name": "Beggar Ghoul",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 13,
            "hit_dice": "3d8",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 11,
            "charisma": 14,
            "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, exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Undercommon",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) slashing damage. If the target is a creature other than an elf or undead, it must succeed on a DC 10 Constitution saving throw 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": 4,
                    "damage_dice": "2d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pack Tactics",
                    "desc": "The beggar ghoul has advantage on an attack roll against a creature if at least one of the beggar ghoul's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Savage Hunger",
                    "desc": "A beggar ghoul that hits with its bite attack against a creature that hasn't acted yet in this combat scores a critical hit."
                }
            ],
            "spell_list": [],
            "page_no": 221,
            "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_beggar-ghoul/"
        },
        {
            "slug": "behtu",
            "desc": "_With the face of a mandrill and the tusks of a great boar, these ferocious half-ape, half-human pygmies have demon blood flowing in their veins. Only the desperate or the suicidal travel to their volcanic temple-islands._  \nA demon lord bred the cruelty of a demon with the cunning of a human and the ferocity of an ape into his people, the behtu (BAY-too), who carry his worship from island to island.  \n**Temple Builders.** The behtus raise shrines to their demon lord wherever they go. Some are kept and prosper, while others fall into decay and return to the jungle.  \n**Ichor Drinkers.** In his volcanic temples, the demon lord’s idols weep his ichorous demon blood, which the behtus use to create infusions that give them inhuman strength and speed. The behtus also use the infusions to etch demonic tattoos that grant them infernal powers and protection.  \n**Scaly Mounts.** The behtus breed demonic iguanas as war mounts (treat as giant lizards). The most powerful behtu sorcerers and druids have been known to ride large crimson drakes and small flame dragons as personal mounts.",
            "name": "Behtu",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "hide armor",
            "hit_points": 52,
            "hit_dice": "8d6+24",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 17,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 11,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 5,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Behtu, Common, Infernal",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Shortspear",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Fire Breath (Recharge 6)",
                    "desc": "The behtu exhales fire in a 15-foot cone. Each creature in that area takes 21 (5d8) fire damage, or half damage with a successful DC 13 Dexterity saving throw."
                },
                {
                    "name": "Ichorous Infusions",
                    "desc": "Behtu war parties carry 1d6 vials of ichorous infusions. They often ingest an infusion before an ambush. For the next 2d6 rounds, the behtus gain a +4 bonus to their Strength and Constitution scores and quadruple their base speed (including their climb speed). Behtus also take a -4 penalty to their Intelligence and Wisdom scores for the duration of the infusion. A non-behtu character who ingests a behtu infusion becomes poisoned and takes 10 (3d6) poison damage; a successful DC 14 Constitution saving throw against poison reduces damage to half and negates the poisoned condition."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 34,
            "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_behtu/"
        },
        {
            "slug": "beli",
            "desc": "_These small, winter faeries are vicious and deadly. With their pale skin and translucent wings, they blend perfectly into their snowy environment; only their beady black eyes stand out against the snow and ice._  \nThese malevolent ice-sprites are a plague upon the people of snowy climates, ambushing unwary prey with icy arrows and freezing spell-like powers.  \n**Servants of the North Wind.** Known as “patzinaki” in some dialects of Dwarvish, the beli are the servants of winter gods and venerate the north wind as Boreas and other gods of darker aspects. They are frequent allies with the fraughashar.  \n**Feast Crashers.** Beli especially delight in disrupting feasts and making off with the holiday cakes—the least deadly of their malicious pranks.  \n**Fear of Druids.** They have an irrational fear of northern druids and their snow bear companions.",
            "name": "Beli",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "10d6+10",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 11,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 11,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Dwarvish, Giant",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Ice Dagger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage plus 2 (1d4) cold damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Icy Shortbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 5 (1d4 + 3) piercing damage plus 2 (1d4) cold damage, and the target must make a successful DC 13 Constitution saving throw or gain 2 levels of exhaustion from the arrow's icy chill. If the save succeeds, the target also becomes immune to further exhaustion from beli arrows for 24 hours (but any levels of exhaustion already gained remain in effect). A character who gains a sixth level of exhaustion doesn't die automatically but drops to 0 hit points and must make death saving throws as normal. The exhaustion lasts until the target recovers fully from the cold damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Arctic Hunter",
                    "desc": "Beli have advantage on Dexterity (Stealth) checks and Wisdom (Perception) checks made in icy, natural surroundings."
                },
                {
                    "name": "Cold Regeneration",
                    "desc": "As long as the temperature is below freezing, the beli regains 3 hit points at the start of its turn. If the beli takes fire damage, this trait doesn't function at the start of the beli's next turn. The beli dies only if it starts its turn with 0 hit points and it doesn't regenerate."
                },
                {
                    "name": "Flyby",
                    "desc": "The beli doesn't provoke an opportunity attack when it flies out of an enemy's reach."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the beli's innate spellcasting ability is Charisma (spell save DC 12, +4 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nat will: invisibility\n\n3/day: chill touch"
                }
            ],
            "spell_list": [],
            "page_no": 35,
            "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_beli/"
        },
        {
            "slug": "bereginyas",
            "desc": "_These small, winged faeries appear to be made out of gray mist, and can conceal themselves completely in the fogbanks and clouds enshrouding their mountainous lairs._  \n**Mist Dancers.** These evil and cunning faeries (whose name means “mist dancers” in Old Elvish) overcome their victims by seeping into their lungs and choking them on the bereginyas’s foul essence.  \n**Mountain Spirits.** They are most commonly found in the highest mountain ranges, often above the treeline, but they can be encountered in any foggy or misty mountainous region. Shepherds and goatherds often leave bits of milk or cheese to placate them; these offerings are certainly welcome during the spring lambing season.",
            "name": "Bereginyas",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 70,
            "hit_dice": "20d4+20",
            "speed": {
                "walk": 20,
                "fly": 60
            },
            "strength": 14,
            "dexterity": 20,
            "constitution": 12,
            "intelligence": 13,
            "wisdom": 12,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "bludgeoning",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bereginyas makes two claw attacks. If both attacks hit the same target, the target is grappled (escape DC 12) and the bereginyas immediately uses Smother against it as a bonus action."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Smother",
                    "desc": "If the bereginyas grapples an opponent, it extends a semi-solid gaseous tendril down the target's throat as a bonus action. The target must make a successful DC 14 Strength saving or it is immediately out of breath and begins suffocating. Suffocation ends if the grapple is broken or if the bereginyas is killed."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 36,
            "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_bereginyas/"
        },
        {
            "slug": "berstuc",
            "desc": "_Although slightly stooped, this male figure is muscular and broad-shouldered. The creature’s head is lost in a riot of moss, and a thick mustache and beard reach almost to its waist._  \nThe hulking, moss-haired berstuc looks sculpted out of a primordial forest—and it stands over 12 feet tall and weighs 800 pounds. Despite its great stature, it seems strangely gentle, with a serene, almost soothing presence. Nothing could be further from the truth; the berstuc is a murderous demon that stalks woodlands and jungles of the Material Plane.  \n_**Poisoned Fruit.**_ Berstuc prowl forests in search of travellers to torment. A berstuc demon poses as a benevolent, or at least indifferent, wood spirit to gain the trust of mortals. It allows itself to be persuaded to help lost travellers (reluctantly) or to lead them to their destinations. Once it draws its unwitting prey deep into the woods, it strikes.  \n_**Verdant Nature.**_ The berstuc doesn’t require food or sleep.",
            "name": "Berstuc",
            "size": "Large",
            "type": "Fiend",
            "subtype": "demon",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 157,
            "hit_dice": "15d10+75",
            "speed": {
                "walk": 40,
                "burrow": 20
            },
            "strength": 22,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 19,
            "strength_save": 10,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "deception": 8,
                "nature": 10,
                "stealth": 4,
                "survival": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "lightning, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "Abyssal, Common, Sylvan; telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The berstuc makes three slam attacks and Absorbs once."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage and the target is grappled (escape DC 16).",
                    "attack_bonus": 10,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Absorb",
                    "desc": "The berstuc draws a Medium or smaller creature it has grappled into its body. An absorbed creature is no longer grappled but is blinded and restrained, has total cover from attacks and other effects from outside the berstuc, and takes 14 (2d8 + 5) piercing damage plus 27 (5d10) poison damage at the start of each of the berstuc's turns. The berstuc can hold one absorbed creature at a time. If the berstuc takes 20 damage or more on a single turn from a creature inside it, the berstuc must succeed on a DC 17 Constitution saving throw or expel the absorbed creature, which falls prone within 5 feet of the berstuc. If the berstuc dies, an absorbed creature is no longer restrained and can escape from the corpse by using 5 feet of movement, exiting prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Presence",
                    "desc": "The berstuc counts as a fey for purposes of spells and magical effects that detect otherworldly creatures. Beasts and plants are comfortable around the berstuc and will not attack it unless ordered to or provoked."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The berstuc has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Twisted Path",
                    "desc": "The berstuc leaves no path through natural terrain and can't be tracked with skill checks or other natural means. Creatures that travel with it can't retrace their own trails, and they become hopelessly lost after 1 hour of travel. Creatures led astray by a berstuc have disadvantage on attempts to discern their location or to navigate for 24 hours."
                },
                {
                    "name": "Forest Camoflage",
                    "desc": "The berstuc's stealth bonus is increased to +8 in forest terrain."
                }
            ],
            "spell_list": [],
            "page_no": 76,
            "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_berstuc/"
        },
        {
            "slug": "black-knight-commander",
            "desc": "",
            "name": "Black Knight Commander",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 5,
            "perception": null,
            "skills": {
                "athletics": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "any two languages",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The black knight commander makes two melee attacks."
                },
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Lance",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 11 (1d12 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d12"
                },
                {
                    "name": "Frightful Charge (Recharges after a Short or Long Rest)",
                    "desc": "The black knight commander lets loose a terrifying cry and makes one melee attack at the end of a charge. Whether the attack hits or misses, all enemies within 15 feet of the target and aware of the black knight commander's presence must succeed on a DC 13 Wisdom saving throw or become frightened for 1 minute. A frightened creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If the black knight commander is mounted and moves at least 30 feet in a straight line toward a target and then hits it with a melee attack on the same turn, the target takes an extra 10 (3d6) damage."
                },
                {
                    "name": "Hateful Aura",
                    "desc": "The black knight commander and allies within 10 feet of the commander add its Charisma modifier to weapon damage rolls (included in damage below)."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The black knight commander's weapon attacks are made with magical (+1) weapons."
                }
            ],
            "spell_list": [],
            "page_no": 418,
            "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_black-knight-commander/"
        },
        {
            "slug": "blemmyes",
            "desc": "_This headless giant has a large mouth in its chest, with eyes bulging out on either side of it._  \n**Always Hungry.** Blemmyes are brutes that savor humanoid flesh, and they see all humanoids as potential meals. Some even have the patience to tend groups of humans, goblins, or halflings like unruly herds, farming them for food and fattening them up for maximum succulence.  \n**Cannibals.** So great is their hideous hunger that blemmyes are not above eating their own kind; they cull and consume the weakest specimens of their race when other food is scarce. The most terrible habit of these monsters is that they seldom wait for their food to die, or even for a battle to conclude, before launching into a grisly feast.",
            "name": "Blemmyes",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 13,
            "constitution": 20,
            "intelligence": 7,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "intimidation": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Giant",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The blemmyes makes two slam attacks and one bite attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 19 (4d6 + 5) piercing damage. If the target is a Medium or smaller incapacitated creature, that creature is swallowed. While swallowed, the creature is blinded and restrained, it has total cover against attacks and other effects from outside the blemmyes, and it takes 14 (4d6) acid damage at the start of each of the blemmyes' turns. If the blemmyes takes 20 damage or more during a single turn from a creature inside it, the blemmyes must succeed on a DC 16 Constitution saving throw at the end of that turn or regurgitate the swallowed creature, which falls prone in a space within 5 feet of the blemmyes. The blemmyes can have only one target swallowed at a time. If the blemmyes dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 5 feet of movement, exiting prone.",
                    "attack_bonus": 8,
                    "damage_dice": "4d6"
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 16 Wisdom saving throw or be stunned until the end of its next turn.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 30/120 ft., one target. Hit: 27 (4d10 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 16 Wisdom saving throw or be frightened until the end of its next turn.",
                    "attack_bonus": 8,
                    "damage_dice": "4d10"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Carnivorous Compulsion",
                    "desc": "If it can see an incapacitated creature, the blemmyes must succeed on a DC 11 Wisdom save or be compelled to move toward that creature and attack it."
                }
            ],
            "spell_list": [],
            "page_no": 37,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_blemmyes/"
        },
        {
            "slug": "boloti",
            "desc": "_This small, leering water spirit resembles a cross between a gray frog and a damp scarecrow, with small tendrils sprouting from all its extremities. It has water wings seemingly made out of jellyfish flesh, allowing it to jet through the water at high speeds._  \n**Swamp Robbers.** Known as “uriska” in Draconic, the bolotis are small, swamp-dwelling water spirits which delight in drowning unsuspecting victims in shallow pools and springs, then robbing their corpses of whatever shiny objects they find. Bolotis use their magical vortex to immobilize their victims and drag them to a watery death. They delight in storing up larders of victims under winter ice or under logs.  \n**Fond of Allies.** Bolotis sometimes team up with vodyanoi, miremals, and will-o’-wisps to create cunning ambushes. They are happy with a single kill at a time.",
            "name": "Boloti",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 63,
            "hit_dice": "14d4+28",
            "speed": {
                "walk": 20,
                "swim": 60
            },
            "strength": 12,
            "dexterity": 20,
            "constitution": 14,
            "intelligence": 13,
            "wisdom": 12,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Primordial, Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d4 + 5) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Vortex (1/Day)",
                    "desc": "A boloti can transform into a vortex of swirling, churning water for up to 4 minutes. This ability can be used only while the boloti is underwater, and the boloti can't leave the water while in vortex form. While in vortex form, the boloti can enter another creature's space and stop there in vortex form. In this liquid form, the boloti still takes normal damage from weapons and magic. A creature in the same space as the boloti at the start of the creature's turn takes 9 (2d8) bludgeoning damage unless it makes a successful DC 15 Dexterity saving throw. If the creature is Medium or smaller, a failed saving throw also means it is grappled (escape DC 11). Until this grapple ends, the target is restrained and unable to breathe unless it can breathe water. If the saving throw succeeds, the target is pushed 5 feet so it is out of the boloti's space."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The boloti can breathe air and water."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the boloti's innate spellcasting ability is Intelligence (spell save DC 11). It can innately cast the following spells, requiring no material components:\n\nat will: detect magic, water walk\n\n3/day: control water, create or destroy water, fog cloud, invisibility, see invisibility, water breathing\n\n1/day: wall of ice"
                },
                {
                    "name": "Water Mastery",
                    "desc": "A boloti has advantage on attack rolls if both it and its opponent are in water. If the opponent and the boloti are both on dry ground, the boloti has disadvantage on attack rolls."
                }
            ],
            "spell_list": [],
            "page_no": 38,
            "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_boloti/"
        },
        {
            "slug": "bone-collective",
            "desc": "_A bone collective is almost a fluid; its thousands of tiny bones coalesce into a humanoid form only to disperse in a clattering swarm the next moment. Their tiny bones rustle when they move, a quiet sound similar to sand sliding down a dune._  \n**Spies and Sneaks.** Bone collectives are not primarily fighters, although they swarm well enough. They prefer to spy and skulk. When cornered, however, they fight without fear or hesitation, seeking to strip the flesh from their foes.  \n**Zombie Mounts.** Bone collectives’ long finger bones and hooked claws help them climb onto zombie mounts and control them. Bone collectives almost always wear robes or cloaks, the better to pretend to be humanoid. They understand that most creatures find their nature disturbing.  \n**Feed on Society.** Bone collectives join the societies around them, whether human, goblin, or ghoul. They prey on the living and the dead, using them to replenish lost bones. Occasionally, they choose to serve necromancers, darakhul, some vampires, and liches, all of whom offers magical attunements and vile joys to the collective. They dislike extreme heat, as it makes their bones brittle.",
            "name": "Bone Collective",
            "size": "Small",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 120,
            "hit_dice": "16d6+64",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 10,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "arcana": 5,
                "deception": 6,
                "perception": 3,
                "stealth": 11
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "darkvision 120 ft., passive Perception 13",
            "languages": "Common, Darakhul",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bone collective makes two claw attacks, or one claw and one bite attack, or one swarm attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 31 (4d12 + 5) piercing damage, and the target must make a DC 16 Constitution save or suffer the effects of Wyrmblood Venom.",
                    "attack_bonus": 8,
                    "damage_dice": "4d12"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 25 (3d12 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "3d12"
                },
                {
                    "name": "Swarm",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 0 ft., one creature in the swarm's space. Hit: 57 (8d12 + 5) piercing damage, or 31 (4d12 + 5) piercing damage if the bone collective has half its hit points or fewer. If the attack hits, the target must make a successful DC 15 Constitution save or suffer the effects of Wyrmblood Venom.",
                    "attack_bonus": 8,
                    "damage_dice": "8d12"
                },
                {
                    "name": "Wyrmblood Venom (Injury)",
                    "desc": "Bone collectives create a reddish liquid, which they smear on their fangs. The freakish red mouths on the tiny skeletons are disturbing, and the toxin is deadly. A bitten creature must succeed on a DC 15 Constitution saving throw or become poisoned and take 1d6 Charisma damage. A poisoned creature repeats the saving throw every four hours, taking another 1d6 Charisma damage for each failure, until it has made two consecutive successful saves or survived for 24 hours. If the creature survives, the effect ends and the creature can heal normally. Lost Charisma can be regained with a lesser restoration spell or comparable magic."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hive Mind",
                    "desc": "All elements of a bone collective within 50 miles of their main body constantly communicate with each other. If one is aware of a particular danger, they all are. Any bone collective with at least 30 hit points forms a hive mind, giving it an Intelligence of 14. Below this hp threshold, it becomes mindless (Intelligence 0) and loses its innate spellcasting ability. At 0 hp, a few surviving sets of bones scatter, and must spend months to create a new collective."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the bone collective's innate spellcasting ability is Charisma (spell save DC 14, +6 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\nat will: chill touch\n\n3/day: animate dead (up to 5 skeletons or zombies)"
                },
                {
                    "name": "Swarm",
                    "desc": "A bone collective can act as a swarm (composed of smaller elements), or it can grant a single member (called an exarch) control, acting as a singular creature. Changing between forms takes one action. In its singular form, the collective can't occupy the same space as another creature, but it can perform sneak attacks and cast spells. In swarm form, the bone collective can occupy another creature's space and vice versa, and it can move through openings at least 1 foot square. It can't change to singular form while it occupies the same space as another creature. It uses its skills normally in either form."
                }
            ],
            "spell_list": [],
            "page_no": 39,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_bone-collective/"
        }
    ]
}