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

GET /monsters/?ordering=armor_desc&search=fir
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 139,
    "next": "https://api.open5e.com/monsters/?ordering=armor_desc&page=2&search=fir",
    "previous": null,
    "results": [
        {
            "slug": "ashen-custodian",
            "desc": "A fire-haired woman with ashen skin gently touches a dying tree, igniting it and the surrounding undergrowth._  \n**Wardens of Wildfire.** This beautiful fey with fiery hair and ashen skin wears a cloak of soot as she treads the forests of the world. The ashen custodian cleanses forests with flames, allowing them to grow anew and maintaining the natural cycle of death and rebirth. Though ashen custodians primarily live solitary lives, Open Game License",
            "name": "Ashen Custodian",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": null,
            "hit_points": 99,
            "hit_dice": "18d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 21,
            "constitution": 12,
            "intelligence": 14,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "nature": 5,
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Elvish, Sylvan",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ashen custodian makes two cleansing strike attacks."
                },
                {
                    "name": "Cleansing Strike",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) bludgeoning damage plus 9 (2d8) fire damage. If the target is a creature or a flammable object, it ignites. Until a creature takes an action to douse the fire, the target takes 5 (1d10) fire damage at the start of each of its turns.",
                    "attack_bonus": 8,
                    "damage_dice": "1d8+5"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fire Controller",
                    "desc": "As a bonus action, the ashen custodian can create or extinguish a nonmagical fire in a 5-foot cube within 30 feet of her, or she can expand an existing fire within 30 feet of her by 5 feet in one direction. If she creates or expands a fire, the target location must have suitable fuel for the fire, such as paper or wood. If the ashen custodian targets a fire elemental with this trait, the fire elemental has advantage (expanded) or disadvantage (extinguished) on attack rolls until the end of its next turn."
                },
                {
                    "name": "Forest Cleanser",
                    "desc": "When the ashen custodian hits a plant or plant creature with her Cleansing Strike, the target takes an extra 2d8 fire damage."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The ashen custodian has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Warming Presence",
                    "desc": "When a hostile creature starts its turn within 10 feet of the ashen custodian, the creature must succeed on a DC 15 Constitution saving throw or take 3 (1d6) fire damage. When a friendly creature within 10 feet of the ashen custodian regains hp, the creature regains an extra 1d6 hp."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The ashen custodian's innate spellcasting ability is Charisma (spell save DC 15). The ashen custodian can innately cast the following spells, requiring no material components:\nAt will: druidcraft, produce flame\n3/day each: burning hands, cure wounds, flame blade, fog cloud\n1/day each: conjure elemental (fire elemental only), wall of fire"
                }
            ],
            "spell_list": [],
            "page_no": 29,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_ashen-custodian/"
        },
        {
            "slug": "chill-haunt",
            "desc": "This ghostly humanoid’s hands end in frozen claws. Water drips from the claws, freezing before it hits the ground._  \n**Forlorn Spirits.** Chill haunts arise from the corpses of humanoids that froze to death. While most chill haunts derive from those who died alone in the cold, stories tell of entire families or villages returning as chill haunts. Because of the intensity of their demise, chill haunts dread cold and flee when targeted by cold magic.  \n**Hungry for Body Heat.** The chill haunt’s disdain for cold leads it to seek out warm buildings or open fires. While ambient heat or direct contact with fire diminishes its shivering and restores wounds it has received in combat, it craves heat from living creatures. Contact with the chill haunt sets off a deepening freeze in the victim, which is hard to reverse without the application of fire. The haunt comes into contact with living creatures to remember the feeling of warmth, and it does not care about the side effects of its touch. After it has drained the warmth from one creature, it immediately moves on to the next, ever-hungry.  \n**Restless Undead.** Destroying a chill haunt is only a temporary solution to the undead creature’s depredations. Similar to a ghost, a destroyed chill haunt returns to unlife 24 hours after its demise, attaining eternal rest only after being slain under a specific set of circumstances. For most chill haunts, the surest way to eternal rest is by coaxing the haunt to a warm building where it can sit by a hearth and nestle in blankets or furs. Though physical objects normally pass through the spectral creature, such conditions allow the coverings to conform to the shape of the haunt’s former body. Moments later, the haunt lets out a contented sigh and winks out of existence.  \n**Undead Nature.** A chill haunt doesn’t require air, food, drink, or sleep.",
            "name": "Chill Haunt",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 39,
            "hit_dice": "6d8+12",
            "speed": {
                "walk": 0,
                "fly": 30
            },
            "strength": 7,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "cold, fire, necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "the languages it knew in life",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Shivering Touch",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 10 (2d6 + 3) cold damage plus 3 (1d6) necrotic damage. The target must succeed on a DC 12 Constitution saving throw or take 3 (1d6) cold damage at the start of each of its turns. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If the target takes fire damage, the effect ends.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cryophobia",
                    "desc": "Whenever the chill haunt is subjected to cold damage, it takes no damage, but it must succeed on a DC 13 Wisdom saving throw or become frightened of the source of the damage for 1 minute. This trait overrides the haunt's normal immunity to the frightened condition."
                },
                {
                    "name": "Fire Absorption",
                    "desc": "Whenever the chill haunt is subjected to fire damage, it takes no damage and instead regains a number of hp equal to the fire damage dealt."
                },
                {
                    "name": "Incorporeal Movement",
                    "desc": "The chill haunt can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object."
                }
            ],
            "spell_list": [],
            "page_no": 62,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_chill-haunt/"
        },
        {
            "slug": "de-ogen",
            "desc": "A roughly humanoid figure composed of thick, greenish-gray fog steps out of the darkness. Its eyes are smoldering orange orbs, and yellow embers trail behind it as it moves forward, burning the very air with its passage._  \n**Spirits of Vengeance and Flame.** De ogen are the malevolent spirits of murderers and other criminals executed by being burned at the stake or thrown into a blazing fire pit. The depth of their evil and strength of their rage return them to life shortly after death to seek vengeance against those who killed them.  \n**Undead Companions.** A de ogen is usually accompanied by Open Game License",
            "name": "De Ogen",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": null,
            "hit_points": 45,
            "hit_dice": "6d8+18",
            "speed": {
                "walk": 0,
                "hover": true,
                "fly": 40
            },
            "strength": 1,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 11,
            "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": {
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, necrotic, poison",
            "condition_immunities": "charmed, exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Burning Touch",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (4d6) fire damage. A creature slain by this attack turns to ash. A humanoid slain by this attack rises 24 hours later as a shadow, unless the humanoid is restored to life or its ashes are doused in holy water. The shadow isn't under the de ogen's control, but it follows in the de ogen's wake and aids the de ogen when possible.",
                    "attack_bonus": 7,
                    "damage_dice": "4d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Incorporeal Movement",
                    "desc": "The de ogen can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the de ogen has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Transfixing Gaze",
                    "desc": "When a creature that can see the de ogen starts its turn within 30 feet of the de ogen, the de ogen can force it to make a DC 14 Wisdom saving throw if the de ogen isn't incapacitated and can see the creature. On a failed save, the creature is incapacitated and its speed is reduced to 0 until the start of its next turn.\n\nA creature that isn't surprised can avert its eyes to avoid the saving throw at the start of its turn. If it does so, it can't see the de ogen until the start of its next turn, when it can avert its eyes again. If it looks at the de ogen in the meantime, it must immediately make the saving throw.\n\nCreatures immune to being frightened are immune to the de ogen's Transfixing Gaze."
                },
                {
                    "name": "Wilting Passage",
                    "desc": "The first time the de ogen enters or moves through a creature's space on a turn, that creature takes 5 (1d10) fire damage. When the de ogen moves through an object that isn't being worn or carried, the object takes 5 (1d10) fire damage."
                }
            ],
            "spell_list": [],
            "page_no": 80,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_de-ogen/"
        },
        {
            "slug": "gray-orc",
            "desc": "The ground erupts into a scrambling flood of orcs, their pale skin decorated with swirls of black resin._  \nDwelling deep beneath the ground, gray orcs move in a dark world, only drawn toward the surface by their innate hatred of arcane defilement.  \n**Drawn to Magical Corruption.** Gray orcs are drawn to areas where magic is frequently used or locations marred by magical pollution. Scholars believe the orcs’ ancestral home was ravaged by magic, cursing them and driving them deep beneath the surface. They believe this history fuels within the orcs a deep hatred for magic, especially magic that defiles the natural world. For their part, the orcs have neither confirmed nor denied this speculation, though few scholars have been brave enough to approach them about it. Whatever the case, gray orcs grow violent around magic and seek to snuff it out wherever they find it.  \n**Synchronized Tribes.** Gray orcs move and act as one, their training leading their actions to be so synchronized that they appear to think as one. When faced with a major threat or a large magical catastrophe, a group of gray orcs will erupt from the ground in unison to swarm over the source.",
            "name": "Gray Orc",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "orc",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 15,
            "hit_dice": "2d8+6",
            "speed": {
                "climb": 30,
                "walk": 40,
                "burrow": 20
            },
            "strength": 14,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "acrobatics": 5,
                "athletics": 4,
                "perception": 2,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 60 ft., passive Perception 12",
            "languages": "Orc",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Silent Hunters",
                    "desc": "Adept at surviving in a dark and quiet world below the ground, gray orcs instinctively know how to move, hunt, and kill without making the slightest sound. When they hunt, gray orcs paint their pale skin with swirls of a mushroom-based black resin. They often form the resin into runes or symbols of their gods as a way of honoring the gods and asking for success on the hunt."
                },
                {
                    "name": "Aggressive",
                    "desc": "As a bonus action, the orc can move up to its speed toward a hostile creature it can see."
                },
                {
                    "name": "Magic Absorption",
                    "desc": "When the gray orc is hit by a spell or is in the area of a spell, it regains hp equal to the spell's level. This trait doesn't counter the spell or negate its damage or effects. The orc regains the hp after the spell is resolved."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The gray orc has advantage on attack rolls against a creature if at least one of the orc's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the gray orc has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 162,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_gray-orc/"
        },
        {
            "slug": "jack-of-strings",
            "desc": "Clad in fine clothes of black and red, the tall, slim figure steps forward. With a clawed hand grasping a crossbar, it makes its eyeless marionette dance. A chuckle of cruel delight escapes its fanged maw as a nearby observer suddenly rises and spasmodically mimics the dance._  \n**Court Entertainers and Punishers.** A jack of strings uses its collection of marionettes to amuse shadow fey courts. It is adept at tailoring its performances to the crowd, switching effortlessly between charming plays, ribald performances, satirical pantomimes, and terrifying tales. During these performances, the jack of strings can take control of a creature in the audience to enact justice in the form of humiliation, torture, or even death. The jack is sometimes hired by fey nobility to enact such justice on rivals.  \n**Uncanny Valley.** The jack of strings takes control of its victims by establishing a link between the victim and one of its marionettes. When it establishes the link, the marionette becomes lifelike while the jack’s victim takes on a wooden appearance. The puppet gains the victim’s eyes, which disappear from the victim’s face.  \n**Masters of Puppets.** Jacks of strings have several marionettes at their disposal. Aside from the first, which it painstakingly crafts itself, the jack’s puppets derive from victims who perish while linked to the jack’s puppet. Jacks harvest their prey in the mortal realm under the guise of a traveling entertainer and typically target people who won’t be missed.",
            "name": "Jack of Strings",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 19,
            "constitution": 17,
            "intelligence": 15,
            "wisdom": 14,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "acrobatics": 10,
                "performance": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical weapons not made with cold iron weapons",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Sylvan, Umbral",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The jack of strings makes two mocking slap attacks."
                },
                {
                    "name": "Mocking Slap",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage plus 3 (1d6) psychic damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Animate Puppet",
                    "desc": "The jack of strings animates up to three wooden puppets it can see within 60 feet of it. This works like the animate objects spell, except the wooden puppet uses the statistics of a Small object, regardless of the puppet's actual size. The jack can have no more than five puppets animated at one time."
                },
                {
                    "name": "Puppet Link",
                    "desc": "One humanoid or beast the jack of strings can see within 60 feet of it must succeed on a DC 15 Wisdom saving throw or become magically linked to the jack's marionette. This link appears as a barely perceptible string between the jack's marionette and the target. A linked creature can repeat the saving throw at the end of each of its turns, ending the link on a success.\n\nWhile a target is linked, the jack of strings can use its reaction at the start of the target's turn to control the linked target. The jack of strings can make the target move, manipulate objects, attack, or take other purely physical actions. The jack can't make the target cast spells. While controlled, the target moves awkwardly and has disadvantage on attack rolls and ability checks. If the target receives a suicidal command from the jack of strings, it can repeat the saving throw, ending the effect on a success.\n\nThe jack of strings can have only one target linked at a time. If it links another, the effect on the previous target ends. If a creature dies while linked to the jack's marionette, the creature's body becomes a wooden puppet that resembles the creature."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The jack of strings has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 218,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_jack-of-strings/"
        },
        {
            "slug": "nyctli",
            "desc": "A diminutive ball of sickly-looking flesh with an elven face clings to the underside of a rotting log, its body covered in barbed stingers._  \n**Lurking Terrors.** Nyctli dwell in moist, dark places, where their coloration and size enable them to easily hide. They delight in torturing other creatures, and nothing makes a nyctli giggle more than seeing its victim flounder about under the effects of its venom.  \n**Hag-Born Horrors.** The first nyctli were born from the boils of Open Game License",
            "name": "Nyctli",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 7,
            "hit_dice": "3d4",
            "speed": {
                "fly": 40,
                "hover": true,
                "walk": 10
            },
            "strength": 2,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 6,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Sylvan",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Stingers",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 1 piercing damage plus 3 (1d6) necrotic damage, and the target must succeed on a DC 11 Constitution saving throw or be blinded until the end of its next turn."
                },
                {
                    "name": "Douse Light",
                    "desc": "The nyctli magically dispels or douses a single magical or nonmagical light source within 30 feet of it. The nyctli can't dispel light created by a spell of 3rd level or higher."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 271,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_nyctli/"
        },
        {
            "slug": "nyctli-swarm",
            "desc": "A diminutive ball of sickly-looking flesh with an elven face clings to the underside of a rotting log, its body covered in barbed stingers._  \n**Lurking Terrors.** Nyctli dwell in moist, dark places, where their coloration and size enable them to easily hide. They delight in torturing other creatures, and nothing makes a nyctli giggle more than seeing its victim flounder about under the effects of its venom.  \n**Hag-Born Horrors.** The first nyctli were born from the boils of Open Game License",
            "name": "Nyctli Swarm",
            "size": "Large",
            "type": "Fey",
            "subtype": "Swarm",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 110,
            "hit_dice": "20d10",
            "speed": {
                "fly": 40,
                "hover": true,
                "walk": 10
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 6,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Sylvan",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Stingers",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 0 ft., one target in the swarm's space. Hit: 21 (6d6) piercing damage, or 10 (3d6) piercing damage if the swarm has half of its hp or fewer. The target must make a DC 16 Constitution saving throw. On a failure, a creature takes 42 (12d6) necrotic damage and is blinded for 1 minute. On a success, a creature takes half the damage and isn't blinded. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 8,
                    "damage_dice": "6d6"
                },
                {
                    "name": "Douse Light",
                    "desc": "As the nyctli, except the swarm can't dispel light created by a spell of 6th level or higher."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny nyctli. The swarm can't regain hp or gain temporary hp."
                },
                {
                    "name": "Innate Spellcasting (1/Day)",
                    "desc": "The nyctli swarm can innately cast fear, requiring no material components. Its innate spellcasting ability is Charisma."
                }
            ],
            "spell_list": [],
            "page_no": 271,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_nyctli-swarm/"
        },
        {
            "slug": "shurale",
            "desc": "At first glance this creature resembles a satyr, its lower body covered in brown fur with goat-like hooves, yet the twisted horn sprouting from its forehead and the wide, manic grin on its comical face proves it is something far more dangerous._  \n**Devilish Fey.** While many fey are evil and twisted creatures, few are worse than the dreaded shurale, a deadly satyr-like monster that causes horrible hilarity with its ticklish touch. It inflicts a victim with a deadly bout of laughter that causes its internal organs to rupture and fail. After the victim dies, the shurale cuts it into pieces, leaving the remains for the scavengers.  \n**Feeds on Laughter.** A shurale feeds on the sobbing laughs of its victims as they expire, its own health mysteriously revitalized in the process. Because of this, shurale lairs are typically located within a few miles of a humanoid settlement, where it can easily lure lone inhabitants into the woods. While most of their prey are humanoids living in alpine or heavily forested regions, shurales are not picky and have been known to attack orcs, ogres, trolls, and even hill giants.  \n**Woodcutter’s Curse.** Many believe that a shurale is the spirit of a woodcutter who died a lonely and embittered death after being ridiculed by family. While such an occurrence would be exceedingly rare and most sages scoff at such suggestions, the shurale’s skill with the woodcutter’s axe and its strange behavior cannot be denied.",
            "name": "Shurale",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 19,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 7,
            "perception": 5,
            "skills": {
                "acrobatics": 10,
                "deception": 7,
                "perception": 5,
                "persuasion": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "charmed",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Sylvan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The shurale can use Tickle. It then makes three attacks: one with its gore and two with its battleaxe."
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage, or 9 (1d10 + 4) slashing damage if used with two hands.",
                    "attack_bonus": 7,
                    "damage_dice": "1d8+4"
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Tickle",
                    "desc": "The shurale touches a creature within 5 feet of it. The target must succeed on a DC 15 Wisdom saving or begin to laugh uncontrollably for 1 minute. While laughing, the target falls prone, is incapacitated, and unable to move. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the shurale's Tickle for the next 24 hours. If the target fails the saving throw three times, it must succeed on a DC 15 Constitution saving throw or be reduced to 0 hp and begin dying. On a success, the laughter ends on the target, as normal."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Weapons",
                    "desc": "The shurale's weapon attacks are magical."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The shurale has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Mirthful Regeneration",
                    "desc": "The shurale regains 5 hp at the start of its turn for each creature within 30 feet of it that is incapacitated with laughter from its Tickle action. If a creature dies while suffering from the laughter, the shurale gains 15 temporary hp."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The shurale's spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components.\nAt will: dancing lights, invisibility (self only), minor illusion\n3/day each: detect thoughts, major image, misty step\n1/day: confusion"
                }
            ],
            "spell_list": [],
            "page_no": 327,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_shurale/"
        },
        {
            "slug": "snow-terror",
            "desc": "A sizeable snowperson with sticks for arms, a carrot nose, and a smile etched across its face slowly turns its head. Closer inspection reveals the smile is disturbingly jagged._  \n**Demonic Snow People.** Snow terrors hail from an icy layer of the Abyss. There, they torment lesser fiends or watch as wind-whipped snow destroys visitors wholly unprepared for it. Such visitors are few and far between, leading snow terrors to travel to the Material Plane for greater chances at entertainment.  \n**Innocuous Disguise.** Snow terrors temper their desire for bloodshed and mayhem with patience. They find heavily trafficked areas and lurk nearby, observing potential prey. When choosing victims, they remain motionless in their guise as ordinary snowpersons, even allowing children to pluck the accoutrements off them.  \n**Sadistic Hunter.** A snow terror picks off lone people first, reveling in communities consequently thrown into chaos. Just before it attacks, it reveals its true form: a leering, shark-toothed snowperson with unholy light glowing in its eye sockets. It chases, catches, and devours its victims, relishing the screams as the acid churning in its guts slowly dissolves its prey. It can take on the appearance of its victims, drawing in concerned family members and neighbors before dissolving the facade to attack.",
            "name": "Snow Terror",
            "size": "Large",
            "type": "Fiend",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": null,
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 22,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 9,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 6,
                "stealth": 9
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid, cold, poison",
            "condition_immunities": "frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "Abyssal, Common",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 14 (3d6 + 4) piercing damage plus 14 (4d6) acid damage. If the target is a Medium or smaller creature, it must succeed on a DC 15 Dexterity saving throw or be swallowed by the snow terror. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the snow terror, and it takes 14 (4d6) acid damage at the start of each of the snow terror's turns. The snow terror can have only one creature swallowed at a time.\n\nIf the snow terror takes 15 or more damage on a single turn from the swallowed creature, it must succeed on a DC 16 Constitution saving throw at the end of that turn or regurgitate the swallowed creature, which falls prone in a space within 10 feet of the snow terror. If the snow terror dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 10 feet of movement, exiting prone.",
                    "attack_bonus": 7,
                    "damage_dice": "3d6+4"
                },
                {
                    "name": "Horrifying Visage",
                    "desc": "Each non-undead creature within 60 feet of the snow terror that can see it must succeed on a DC 13 Wisdom saving throw or be frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to this snow terror's Horrifying Visage for the next 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance (Snow Person Form Only)",
                    "desc": "While the snow terror remains motionless, it is indistinguishable from an ordinary snow person."
                },
                {
                    "name": "Shapechanger",
                    "desc": "The snow terror can use its action to polymorph into a Large snow person, a snowy likeness of the creature it most recently killed, or back into its true form. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.\n\nWhile in the form of the creature it most recently killed, creatures that knew the mimicked creature have disadvantage on their Wisdom saving throws against its Horrifying Visage."
                }
            ],
            "spell_list": [],
            "page_no": 334,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_snow-terror/"
        },
        {
            "slug": "swampgas-bubble",
            "desc": "A semi-permeable bubble surrounds a blue-tinged gas. The bubble jauntily bobs in the air._  \n**Consumers of Exhaled Gases.** Swampgas bubbles feed on concentrated exhalations from living creatures. They surround their victims’ heads and extract these gases, usually in copious quantities as their victims panic and breathe harder. This leads many to believe the bubbles are sadistic. However, encounters with swampgas bubbles are rarely fatal, since the bubbles typically sate themselves by the time their prey falls unconscious, losing interest as the creature’s breathing slows.  \n**Attracted to Fire.** A swampgas bubble is instinctively drawn to fire, even though they are highly flammable. Its susceptibility to fire makes it relatively easy to dispatch, but its explosive ending makes the use of fire risky for its foes. In fact, this form of death, accompanied by a beautiful burst of blue light, is just part of the bubble’s overall lifecycle. Its outer layer hardens and shatters, and the remaining bits fall into the swamp where they grow and encase swamp gasses, developing into new swampgas bubbles.  \n**Ooze Nature.** A swampgas bubble doesn’t require sleep.",
            "name": "Swampgas Bubble",
            "size": "Medium",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 8,
            "armor_desc": null,
            "hit_points": 59,
            "hit_dice": "7d8+28",
            "speed": {
                "fly": 30,
                "hover": true,
                "walk": 20
            },
            "strength": 16,
            "dexterity": 7,
            "constitution": 18,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 3,
            "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": "",
            "damage_immunities": "bludgeoning, poison",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, poisoned, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 10",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) bludgeoning damage plus 4 (1d8) poison damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                },
                {
                    "name": "Suffocating Grasp",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 6 (1d6 + 3) bludgeoning damage. If the target is Medium or smaller, the swampgas bubble attaches to the target's head, and the target is blinded while the bubble is attached. While attached, the bubble can't make pseudopod attacks against the target. At the start of each of the bubble's turns, the target takes 9 (2d8) poison damage and begins suffocating as it breathes in the poisonous gases within the bubble. A creature is affected even if it holds its breath, but creatures that don't need to breathe aren't affected.\n\nThe bubble can detach itself by spending 5 feet of its movement. It does so if its target falls unconscious or dies. A creature, including the target, can take its action to detach the bubble by succeeding on a DC 13 Strength check.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bludgeoning Bounce",
                    "desc": "Whenever the swampgas bubble is subjected to bludgeoning damage, it takes no damage and instead is pushed up to 10 feet away from the source of the bludgeoning damage. If the bubble is subjected to bludgeoning damage while attached to a creature, the bubble must succeed on a DC 13 Strength saving throw or detach from the creature and be pushed up to 5 feet away."
                },
                {
                    "name": "Fiery Death",
                    "desc": "If the swampgas bubble has half its hp or fewer and takes any fire damage, it dies explosively. Each creature within 20 feet of the bubble must make a DC 13 Dexterity saving throw, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "spell_list": [],
            "page_no": 343,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_swampgas-bubble/"
        },
        {
            "slug": "valkruung",
            "desc": "Standing only a few feet tall, this odd simian creature has charcoal-colored skin and glowing eyes. Thin, blue-gray tendrils cover almost every inch of its body, and it smells faintly of burnt honey._  \n**Incorrigible Kleptomaniacs.** Few creatures cause as much annoyance to shopkeepers, merchants, and farmers as the valkruung, a tiny monkey-like creature covered in grasping tendrils that lurks atop roofs and clambers through trees, looking for food and objects to steal. Attracted to anything that glitters, jangles, or just plain smells nice, the valkruung steals anything regardless of its actual worth. Valkruungs snatch purses from unsuspecting passersby and fruit and bread from vendors to take back to their lairs. They steal objects they don’t need and refuse to return them, running off while snickering wildly.  \n**Shrines of Riches.** Anything a valkruung steals and doesn’t eat is placed in a central location in its nest, often around an existing statue, altar, or other large object. Eventually, this object becomes covered in a variety of clutter, some of which may be valuable. A valkruung treats all of its objects equally and attacks anyone who tries to take something from the pile.  \n**Den of Thieves.** Valkruungs are social creatures and live in groups of ten to twenty. The job of child-rearing is shared by all members of the group equally, and young valkruungs spend the first parts of their lives carried around on various adults’ backs, where the adults’ tendrils keep them safe. Valkruungs are more intelligent than they appear and have a rudimentary grasp of language, typically insults that have been hurled their way.",
            "name": "Valkruung",
            "size": "Tiny",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 22,
            "hit_dice": "4d6+8",
            "speed": {
                "climb": 20,
                "walk": 25
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 5,
            "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": {
                "acrobatics": 5,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Goblin",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage, and the target must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the target suffers an itchy rash, and, at the start of each of its turns, it must succeed on a DC 13 Wisdom saving or spend its action furiously scratching the rash. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Disarming Tendrils",
                    "desc": "When a creature the valkruung can see targets it with a melee weapon attack, the attacker must succeed on a DC 13 Dexterity saving throw or its weapon is knocked out of its grasp into a random unoccupied space within 5 feet of the attacker. The valkruung can't use this reaction against attackers wielding a heavy or two-handed weapon."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Prehensile Tendrils",
                    "desc": "The valkruung has 10 shiny blue-gray tendrils that constantly grab at things in the environment. Each tendril can pick up or hold a Tiny object, such as a coin or piece of jewelry, that isn't being worn or carried. If it uses all 10 of its tendrils, the valkruung can carry a single Small object, such as a backpack. The valkruung can use its tendrils to interact with objects, but it can't use them to wield a weapon. It has advantage on Dexterity (Sleight of Hand) checks when using its tendrils and can use its tendrils to disarm opponents (see the Disarming Tendrils reaction)."
                }
            ],
            "spell_list": [],
            "page_no": 355,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_valkruung/"
        },
        {
            "slug": "foxfire-ooze",
            "desc": "",
            "name": "Foxfire Ooze",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 9,
            "armor_desc": null,
            "hit_points": 126,
            "hit_dice": "12d10+60",
            "speed": {
                "climb": 20,
                "fly": 10,
                "hover": true,
                "swim": 20,
                "walk": 20
            },
            "strength": 19,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 2,
            "wisdom": 6,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "cold",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid, fire, lightning",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 8",
            "languages": "-",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "desc": "The foxfire ooze makes three pseudopod attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "3d10+4",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 20 (3d10 + 4) bludgeoning damage plus 4 (1d8) lightning damage.",
                    "name": "Pseudopod"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The ooze has advantage on attack rolls against any creature it has surprised.",
                    "name": "Ambusher"
                },
                {
                    "desc": "The ooze can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Amorphous"
                },
                {
                    "desc": "A creature that touches the ooze while wearing metal or hits it with a melee attack with a metal weapon takes 9 (2d8) lightning damage and triggers a lightning storm. All creatures within 20 feet of the ooze that are holding or wearing metal must succeed on a DC 16 Dexterity saving throw or take 9 (2d8) lightning damage.",
                    "name": "Lightning Storm"
                },
                {
                    "desc": "The ooze can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
                    "name": "Spider Climb"
                }
            ],
            "spell_list": [],
            "page_no": 283,
            "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_foxfire-ooze/"
        },
        {
            "slug": "fire_elemental_bf",
            "desc": "",
            "name": "Fire Elemental",
            "size": "large",
            "type": "Elemental",
            "subtype": "",
            "group": "Elementals",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 110,
            "hit_dice": "",
            "speed": {
                "walk": 50
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": 0,
            "dexterity_save": 3,
            "constitution_save": 3,
            "intelligence_save": -2,
            "wisdom_save": 0,
            "charisma_save": -2,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Elemental Resilience",
            "damage_immunities": "fire,Elemental Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Ignan",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two Fiery Touch or Spit Fire attacks."
                },
                {
                    "name": "Fiery Touch",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8+3) fire damage. If the target is a creature or a flammable object, it ignites. Until a creature takes an action to douse the fire, the target takes 5 (1d10) fire damage at the start of each of its turns."
                },
                {
                    "name": "Spit Fire",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 16 (3d8+3) fire damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Fiery Dash (Recharge 4-6)",
                    "desc": "The elemental moves up to 20 feet in a straight line and can move through the space of any Large or smaller creature without provoking opportunity attacks. Each space along that line catches fire until the start of the elemental's next turn. A creature that enters a burning space for the first time on a turn or starts its turn there must succeed on a DC 14 DEX save or take 5 (1d10) fire damage."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "The fire elemental doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Elemental Resilience",
                    "desc": "The fire elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the grappled, paralyzed, petrified, poisoned, prone, restrained, and unconscious conditions."
                },
                {
                    "name": "Fire Camouflage",
                    "desc": "The fire elemental's Stealth is 18 while in a Medium or larger fire."
                },
                {
                    "name": "Fire Form",
                    "desc": "The elemental can move through a space as narrow as 1 inch wide without squeezing. A creature that touches the elemental or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. In addition, the elemental can enter a hostile creature's space and stop there. The first time it enters a creature's space on a turn, that creature must succeed on a DC 14 DEX save or take 5 (1d10) fire damage and catch fire; until a creature takes an action to douse the fire, the burning creature takes 5 (1d10) fire damage at the start of each of its turns."
                },
                {
                    "name": "Illumination",
                    "desc": "The elemental sheds bright light in a 30-foot radius and dim light for an additional 30 feet."
                },
                {
                    "name": "Water Susceptibility",
                    "desc": "For every 5 feet the elemental moves in water, or for every gallon of water splashed on it, it takes 1 cold damage."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_fire-elemental/"
        },
        {
            "slug": "fire-elemental",
            "desc": "",
            "name": "Fire Elemental",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": "Elementals",
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 102,
            "hit_dice": "12d10+36",
            "speed": {
                "walk": 50
            },
            "strength": 10,
            "dexterity": 17,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Ignan",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two touch attacks."
                },
                {
                    "name": "Touch",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) fire damage. If the target is a creature or a flammable object, it ignites. Until a creature takes an action to douse the fire, the target takes 5 (1d10) fire damage at the start of each of its turns.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6",
                    "damage_bonus": 3
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fire Form",
                    "desc": "The elemental can move through a space as narrow as 1 inch wide without squeezing. A creature that touches the elemental or hits it with a melee attack while within 5 ft. of it takes 5 (1d10) fire damage. In addition, the elemental can enter a hostile creature's space and stop there. The first time it enters a creature's space on a turn, that creature takes 5 (1d10) fire damage and catches fire; until someone takes an action to douse the fire, the creature takes 5 (1d10) fire damage at the start of each of its turns.",
                    "attack_bonus": 0,
                    "damage_dice": "5d10"
                },
                {
                    "name": "Illumination",
                    "desc": "The elemental sheds bright light in a 30-foot radius and dim light in an additional 30 ft.."
                },
                {
                    "name": "Water Susceptibility",
                    "desc": "For every 5 ft. the elemental moves in water, or for every gallon of water splashed on it, it takes 1 cold damage."
                }
            ],
            "spell_list": [],
            "page_no": 306,
            "environments": [
                "Plane Of Fire",
                "Laboratory"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_fire-elemental/"
        },
        {
            "slug": "fire-elemental-a5e",
            "desc": "",
            "name": "Fire Elemental",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 90,
            "hit_dice": "12d10+24",
            "speed": {
                "walk": 50
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "damage from nonmagical weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "fatigue, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Ignan",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) fire damage  and the target suffers 5 (1d10) ongoing fire damage. A creature can use an action to end the ongoing damage."
                },
                {
                    "name": "Wildfire (Recharge 4-6)",
                    "desc": "The elemental moves up to half its Speed without provoking opportunity attacks. It can enter the spaces of hostile creatures but not end this movement there. When a creature shares its space with the elemental for the first time during this movement  the creature is subject to the elementals Fiery Aura and the elemental can make a slam attack against that creature."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fire Form",
                    "desc": "The elemental can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Fiery Aura",
                    "desc": "A creature that ends its turn within 5 feet of the fire elemental takes 5 (1d10) fire damage. A creature that touches the elemental or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. The elemental sheds bright light in a 30-foot radius and dim light for an additional 30 feet."
                },
                {
                    "name": "Water Weakness",
                    "desc": "The elemental takes 6 (1d12) cold damage if it enters a body of water or starts its turn in a body of water, is splashed with at least 5 gallons of water, or is hit by a water elementals slam attack."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "An elemental doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 193,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_fire-elemental/"
        },
        {
            "slug": "fire-giant-a5e",
            "desc": "",
            "name": "Fire Giant",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 162,
            "hit_dice": "13d12+78",
            "speed": {
                "walk": 30
            },
            "strength": 25,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": 11,
            "dexterity_save": 4,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": null,
            "skills": {
                "athletics": 11,
                "perception": 6,
                "intimidation": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "passive Perception 16",
            "languages": "Giant",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two greatsword attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 28 (6d6 + 7) slashing damage. If the target is a Large or smaller creature  it makes a DC 19 Strength saving throw. On a failure  it is pushed up to 10 feet away from the giant and knocked prone."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +11 to hit, range 60/240 ft., one target. Hit: 42 (10d6 + 7) bludgeoning damage. If the target is a Large or smaller creature  it makes a DC 19 Strength saving throw  falling prone on a failure."
                },
                {
                    "name": "Sword Sweep (1/Day, While Bloodied)",
                    "desc": "The giant makes a greatsword attack against each creature within 10 feet."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Kick",
                    "desc": "When hit by a melee attack by a Medium or smaller creature the giant can see within 10 feet, the giant kicks its attacker. The attacker makes a DC 19 Dexterity saving throw. On a failure, it takes 14 (3d4 + 7) bludgeoning damage, is pushed up to 20 feet from the giant, and falls prone."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cold Weakness",
                    "desc": "When the fire giant takes cold damage, its speed is reduced by 10 feet until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 234,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_fire-giant/"
        },
        {
            "slug": "fire-giant-war-priest-a5e",
            "desc": "",
            "name": "Fire Giant War Priest",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 162,
            "hit_dice": "13d12+78",
            "speed": {
                "walk": 30
            },
            "strength": 25,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": 11,
            "dexterity_save": 4,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": null,
            "skills": {
                "athletics": 11,
                "perception": 6,
                "intimidation": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "passive Perception 16",
            "languages": "Giant",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two greatsword attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 28 (6d6 + 7) slashing damage. If the target is a Large or smaller creature  it makes a DC 19 Strength saving throw. On a failure  it is pushed up to 10 feet away from the giant and knocked prone."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +11 to hit, range 60/240 ft., one target. Hit: 42 (10d6 + 7) bludgeoning damage. If the target is a Large or smaller creature  it makes a DC 19 Strength saving throw  falling prone on a failure."
                },
                {
                    "name": "Sword Sweep (1/Day, While Bloodied)",
                    "desc": "The giant makes a greatsword attack against each creature within 10 feet."
                },
                {
                    "name": "Ignite Blades (1/Day)",
                    "desc": "The greatswords of each fire giant of the giants choice within 30 feet magically kindle into flame. For the next minute  each of their greatsword attacks deal an extra 7 (2d6) fire damage."
                },
                {
                    "name": "Pillar of Flame (1/Day)",
                    "desc": "Each creature within a 10-foot-radius  40-foot-high cylinder centered on a point within 60 feet that the fire giant can see makes a DC 18 Dexterity saving throw  taking 56 (16d6) fire damage on a failed save or half damage on a success. Unattended flammable objects are ignited."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Kick",
                    "desc": "When hit by a melee attack by a Medium or smaller creature the giant can see within 10 feet, the giant kicks its attacker. The attacker makes a DC 19 Dexterity saving throw. On a failure, it takes 14 (3d4 + 7) bludgeoning damage, is pushed up to 20 feet from the giant, and falls prone."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cold Weakness",
                    "desc": "When the fire giant takes cold damage, its speed is reduced by 10 feet until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 235,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_fire-giant-war-priest/"
        },
        {
            "slug": "giant-fire-beetle-a5e",
            "desc": "",
            "name": "Giant Fire Beetle",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 4,
            "hit_dice": "1d6+1",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 6,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., passive Perception 8",
            "languages": "",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +1 to hit, reach 5 ft., one target. Hit: 1 slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fire Glands",
                    "desc": "The beetle sheds bright light in a 10-foot radius and dim light for an additional 10 feet."
                }
            ],
            "spell_list": [],
            "page_no": 447,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_giant-fire-beetle/"
        },
        {
            "slug": "giant-fire-elemental-a5e",
            "desc": "",
            "name": "Giant Fire Elemental",
            "size": "Huge",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 127,
            "hit_dice": "15d12+30",
            "speed": {
                "walk": 50
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "damage from nonmagical weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "fatigue, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Ignan",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 24 (4d8 + 4) fire damage  and the target suffers 5 (1d10) ongoing fire damage. A creature can use an action to end the ongoing damage."
                },
                {
                    "name": "Wildfire (Recharge 4-6)",
                    "desc": "The elemental moves up to half its Speed without provoking opportunity attacks. It can enter the spaces of hostile creatures but not end this movement there. When a creature shares its space with the elemental for the first time during this movement  the creature is subject to the elementals Fiery Aura and the elemental can make a slam attack against that creature."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fire Form",
                    "desc": "The elemental can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Fiery Aura",
                    "desc": "A creature that ends its turn within 5 feet of the fire elemental takes 5 (1d10) fire damage. A creature that touches the elemental or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. The elemental sheds bright light in a 30-foot radius and dim light for an additional 30 feet."
                },
                {
                    "name": "Water Weakness",
                    "desc": "The elemental takes 6 (1d12) cold damage if it enters a body of water or starts its turn in a body of water, is splashed with at least 5 gallons of water, or is hit by a water elementals slam attack."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "An elemental doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 194,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_giant-fire-elemental/"
        },
        {
            "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": "chernomoi",
            "desc": "_These scaly creatures resemble nothing so much as tiny, batwinged dragonkin._  \n**Dragon Sprites.** Chernomoi (which means “lair sprite” in Draconic) often reside discreetly in a dragon lair or dragonborn household, cleaning and tidying up at night, and only occasionally keeping a small trinket or shiny gemstone as compensation. They appear as tiny, winged dragonkin, dressed in metallic armor made of small coins and semi-precious stones.  \n**Lair Alarms.** Chernomoi are terrified of wyverns and never lair anywhere near them. Otherwise, they are very protective of their draconic masters and raise an alarm if an intruder is undetected. They fight with their tiny blades and Shriek attack if cornered, though they always flee from danger as a first option— usually straight to a dragon, dragonborn, or drake ally.",
            "name": "Chernomoi",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 32,
            "hit_dice": "5d4+20",
            "speed": {
                "walk": 20,
                "fly": 20
            },
            "strength": 9,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 11,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "acrobatics": 6,
                "perception": 2,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silver weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Draconic, Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Shriek (Recharge 5-6)",
                    "desc": "The chernomoi emits a loud shriek. All creatures within 60 feet who can hear take 10 (3d6) thunder damage, or half damage with a successful DC 13 Constitution saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the chernomoi's innate spellcasting ability is Charisma (spell save DC 13). It can innately cast the following spells, requiring no material components:\n\nat will: detect magic, invisibility, mage hand, mending, message, prestidigitation\n\n1/day each: detect poison and disease, dimension door"
                }
            ],
            "spell_list": [],
            "page_no": 55,
            "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_chernomoi/"
        },
        {
            "slug": "fire-dancer-swarm",
            "desc": "_A swirling mass of tiny, blue flames dances with the likeness of a skull embedded in each little, flickering fire._  \n_**Stunted Elementals.**_ Fire dancers are Tiny fire elementals. Speculation varies whether they’re simply immature or somehow stunted. They may be castoffs from larger, fiery elemental beings. A single, solitary fire dancer is no more than a semi-sentient spark with a fragment of life and lofty but unrealistic ambitions. In large numbers, they’re a menace.  \n_**Unite and Grow Strong.**_ Larger fire elementals are usually sessile creatures, content merely to exist on their plane of origin. Fire dancers possess (and some argue are infected with) mortal qualities—they seek to reach a greater potential, which smacks of envy, ambition, and resentment. They realize that there is power in numbers and that, when united, they are a force to be reckoned with. A single fire dancer is no more threatening than a tiny candle flame, burning hot and blue. When thousands join together, though, the result is an inferno. The likeness of a skull in its flame is an illusion created by the creature, based on how the fire dancers perceive mortal creatures after they’re done with them.  \n_**Surly Servants.**_ Lone fire dancers have individuality, but in groups, they develop a hive mentality. While this allows them to function as a swarm, it also makes them vulnerable as a group to mind-affecting magic. Savvy bards, conjurers, and enchanters who summon swarms of fire dancers know they must maintain a tight control on the swarm, for these creatures are surly servants at the best of times.  \n_**Elemental Nature.**_ A swarm of fire dancers doesn’t require air, food, drink, or sleep.",
            "name": "Fire Dancer Swarm",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "Swarm",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "speed": {
                "hover": true,
                "walk": 30,
                "fly": 30
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing",
            "damage_immunities": "fire, poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Ignan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Swarm",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 0 ft., one target in the swarm's space. Hit: 21 (6d6) fire damage, or 10 (3d6) fire damage if the swarm has half or fewer hit points.",
                    "attack_bonus": 8,
                    "damage_dice": "6d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fire Form",
                    "desc": "A creature that touches the swarm or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. In addition, the first time the swarm enters a creature's space on a turn, that creature takes 5 (1d10) fire damage and catches fire; until someone uses an action to douse the fire, the creature takes 5 (1d10) fire damage at the start of each of its turns."
                },
                {
                    "name": "Illumination",
                    "desc": "The swarm sheds bright light in a 30-foot radius and dim light to an additional 30 feet."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny creature. The swarm can't regain hit points or gain temporary hit points."
                },
                {
                    "name": "Water Susceptibility",
                    "desc": "For every 5 feet the swarm moves in water, or for every gallon of water splashed on it, it takes 1 cold damage."
                }
            ],
            "spell_list": [],
            "page_no": 373,
            "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_fire-dancer-swarm/"
        },
        {
            "slug": "firegeist",
            "desc": "_Made of fiery smoke coalescing into a vaguely humanoid shape, a firegeist is little more than wisps of black smoke and spots of brighter flame._  \n**Elemental Echoes.** When a fire elemental meets its destruction in a particularly humiliating fashion while summoned away from its home plane, what returns is a firegeist. Malevolent and resentful, less than their former prideful selves, they exist for revenge.  \n**Indiscrimate Arsonists.** Firegeists are not adept at telling one humanoid from another, and so burning any similar creature will do, providing it is flammable. Brighter Light, Darker Smoke. A firegeist can shine brightly or be primarily smoky and dark, as it wishes. It always sheds a little light, like a hooded lantern.  \n**Elemental Nature.** A firegeist doesn’t require air, food, drink, or sleep.",
            "name": "Firegeist",
            "size": "Small",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 87,
            "hit_dice": "25d6",
            "speed": {
                "walk": 40
            },
            "strength": 7,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 4,
            "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": "fire, poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Primordial",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The firegeist makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Combustion Touch (Recharge 5-6)",
                    "desc": "The firegeist may ignite a target when making a slam attack. The target must immediately succeed at a DC 13 Dexterity saving throw or catch fire, taking an additional 5 (1d10) fire damage at the beginning of its next turn. Until someone takes an action to douse the fire, the creature takes 5 (1d10) fire damage at the start of each of its turns."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hide By Firelight",
                    "desc": "In an area lit only by nonmagical flame, a Firegeist gains a +2 bonus on Stealth checks. This becomes +4 when hiding within the fire."
                },
                {
                    "name": "Illumination",
                    "desc": "The firegeist sheds dim light in a 30-foot radius."
                },
                {
                    "name": "Magical Light Sensitivity",
                    "desc": "While in magical light, the firegeist has disadvantage on attack rolls and ability checks."
                },
                {
                    "name": "Water Susceptibility",
                    "desc": "For every 5 feet the firegeist moves in water, or for every gallon of water splashed on it, it takes 3 cold damage."
                }
            ],
            "spell_list": [],
            "page_no": 202,
            "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_firegeist/"
        },
        {
            "slug": "frostveil",
            "desc": "_“They took the sled dogs first, and later the seal-skinner set to guard them. We’d hear a confused, muffled cry in the wind and then we’d find them—a raven harvest, cold and stiff on the ice. Next time, we hid ourselves and watched, and saw them floating through the air like kites. A wisp of blowing snow that never dispersed, a billowing, snowflake sail moving with sinister purpose. The ‘cloak of death’ our skraeling guide called it.”_  \nWhipped through the air by snowstorms and resembling a spider’s web dangling with delicate ice crystals, these silently gliding, beautiful killers are semi-sentient plants adapted to the merciless cold of the North.  \n**Cloak of Death.** Flat nodes shaped like large snowflakes connect their net-like bodies and trailing tails of transparent fibers. Gossamer tendrils stream behind and between the flying snowflakes, ready to grab and entangle any warm-blooded creature it detects.  \n**Seek Warmth.** Each star-like node contains crude sensory organs, able to detect warmth as meager as a living creature’s breath and steer the gliding web toward it.  \n**Spirit Spores.** Northern shamans say the dance of the frostveils is beautiful when lit by the northern lights, and a powerful omen. With great care, shamans sometimes harvest frostveils for their frozen spore-shards, which grant potent visions of the spirit world when melted on the tongue.",
            "name": "Frostveil",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 67,
            "hit_dice": "9d8+27",
            "speed": {
                "walk": 10,
                "fly": 30
            },
            "strength": 20,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 1,
            "wisdom": 11,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 7
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning and piercing from nonmagical attacks",
            "damage_immunities": "cold",
            "condition_immunities": "blinded, charmed, deafened, frightened, prone",
            "senses": "blindsight 100 ft., passive Perception 10",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The frostveil makes three tendril attacks."
                },
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage. If two tendrils hit the same target in a single turn, the target is engulfed.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Engulf",
                    "desc": "When a frostveil wraps itself around a Medium or smaller creature, the target takes 14 (2d8 + 5) bludgeoning damage plus 13 (3d8) acid damage and is grappled (escape DC 15). The target takes another 9 (2d8) bludgeoning damage plus 13 (3d8) acid damage at the end of each of its turns when it's still grappled by the frostveil. A frostveil can't attack while it has a creature engulfed. Damage from attacks against the frostveil is split evenly between the frostveil and the engulfed creature; the only exceptions are slashing and psychic damage, which affect only the frostveil."
                },
                {
                    "name": "Spirit Spores (recharge 6)",
                    "desc": "In distress, frostveils release a puff of psychotropic spores in a 10-foot cloud around themselves. Creatures within the cloud of spores must succeed on a DC 13 Constitution saving throw against poison or suffer hallucinations, as per a confusion spell, for 1d3 rounds."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Chilling Acid",
                    "desc": "The frostveil's frozen acidic mist breaks down flesh and organic materials into useable nutrients. Creatures who strike the frostveil with a non-reach melee weapon or an unarmed strike take 4 (1d8) acid damage."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the frostveil remains motionless, it is indistinguishable from a formation of frost and ice."
                },
                {
                    "name": "Windborne",
                    "desc": "While in blowing wind, the frostveil can fly with a speed of 30 feet. In a strong wind this speed increases to 60 feet."
                }
            ],
            "spell_list": [],
            "page_no": 207,
            "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_frostveil/"
        },
        {
            "slug": "kot-bayun",
            "desc": "_This oddly colored cat appears at first to be a powerful panther. Its wide mouth pulls into something like a human grin, and its knowing eyes hint at intelligence beyond that of a typical predator._  \nEnemies of elves and blink dogs, kot bayuns are magical hunting cats gifted with eloquent speech and cunning abilities.  \n**Speaking Fey Cats.** These brutal and temperamental creatures get along well with cruel-minded fey. More gentle fey rightfully find the creatures to be a menace. A kot bayun measures six feet long and weighs over 200 lb. They are long-lived, and some stories record the same kot bayun in a region for over 400 years.  \n**Sing to Sleep.** In addition to their stealthy natures and physical prowess, kot bayun have the ability to put prey to sleep with song. They carefully choose victims and stalk them for a time, learning their strengths and weaknesses before making their attack. They lay in wait until their prey is vulnerable and then begin their slumbering song. Those resisting the call to slumber are always the kot bayun’s first victims as they launch from cover and attempt to disembowel their prey. In forests with a thick canopy, a kot bayun stealthily creeps among tree limbs, tracking the movement of its prey below.  \n**Healing Poetry.** If discovered by intelligent prey, a kot bayun opens with a parley instead of claws. In rare cases, a kot bayun finds something in its prey it likes and cold predation turns to a lukewarm association.  \nBefriending a kot bayun has benefits as the creature’s poems, tales, and sagas have the magical ability to heal negative conditions. A kot bayun tells its stories in the form of strange epics and poetry, ranging from simple rhyming folk poems to complex sonnets. This ability is not widely known (a secret the creatures intend to keep), but, as folktales spread, more and more adventurers and sages seek out these elusive beasts.",
            "name": "Kot Bayun",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 44,
            "hit_dice": "8d8+8",
            "speed": {
                "walk": 40,
                "climb": 20
            },
            "strength": 16,
            "dexterity": 16,
            "constitution": 13,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Sylvan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The kot bayun makes one bite attack and one claws attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5ft., one target. Hit: 14 (2d10 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Slumbering Song",
                    "desc": "The kot bayun puts creatures to sleep with its haunting melody. While a kot bayun sings, it can target one hearing creature within a 100-foot radius. This target must succeed on a DC 13 Charisma saving throw or fall asleep. The target repeats the saving throw at the end of each of its turns, ending the effect on itself on a success. Each round the kot bayun maintains its song, it can select a new target. A creature that successfully saves is immune to the effect of that kot bayun's song for 24 hours. The slumbering song even affects elves, but they have advantage on the Charisma saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Folk Cure",
                    "desc": "A kot bayun's tales have the effect of a lesser restoration spell at will, and once per week it can have the effect of greater restoration. The kot bayun designates one listener to benefit from its ability, and that listener must spend one uninterrupted hour listening to the cat's tales. Kot bayuns are reluctant to share this benefit and must be bargained with or under the effect of domination to grant the boon."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the kot bayun's innate spellcasting ability is Charisma (spell save DC 13). It can innately cast the following spells, requiring no material components:\n\n3/day each: fog cloud, invisibility (self only)\n\n1/day: blink"
                }
            ],
            "spell_list": [],
            "page_no": 268,
            "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_kot-bayun/"
        },
        {
            "slug": "lich-hound",
            "desc": "_Their howls echoing from another plane, lich hounds always arrive wreathed in mist. Half bone, half purple fire, they are creatures of hunger and the hunt. Nothing makes them happier than taking down creatures larger than themselves—or racing through the air to catch a surprised bat in mid-flight. All cruelty and fang, lich hounds are most satisfied when praised by their great undead lords._  \n**Fiery Bones.** Bright white skulls with a heavy jaw and thick, robust skeletal bodies define the ferocious lich hounds. Their eyes burn green or blue, and their tongues resemble black fire. Fueled by necromantic power, these creatures are loyal servants of either ghoul high priests or liches.  \n**Echoing Howls.** Even on their own, lich hounds are relentless hunters, pursuing their prey with powerful senses and a keen ability to find the living wherever they may hide. Lich hound howls fade into and out of normal hearing, with strangely shifted pitch and echoes.  \n**Murdered Celestials.** The dark process of creating a lich hound involves a perverse ritual of first summoning a celestial canine and binding it to the Material Plane. The hound’s future master then murders the trapped beast. Only then can the creature be animated in all its unholy glory. Hound archons have long been outraged by the creation of lich hounds, and they occasionally band together to rid the world of those who practice this particular dark magic.  \n**Undead Nature.** A lich hound doesn’t require air, food, drink, or sleep.",
            "name": "Lich Hound",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 119,
            "hit_dice": "14d8+56",
            "speed": {
                "walk": 30,
                "fly": 50
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 3,
            "perception": 4,
            "skills": {
                "acrobatics": 6,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing and bludgeoning from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "blindsight 100 ft., passive Perception 14",
            "languages": "understands Darakhul",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (1d12 + 4) piercing damage. If the target is a creature, it must succeed on a DC 14 Strength saving throw or be knocked prone.",
                    "attack_bonus": 6,
                    "damage_dice": "1d12"
                },
                {
                    "name": "Ethereal Jaunt",
                    "desc": "As a bonus action, the lich hound can magically shift from the Material Plane to the Ethereal Plane, or vice versa."
                },
                {
                    "name": "Gut Rip",
                    "desc": "As a bonus action, the lich hound tears into any adjacent prone creature, inflicting 19 (3d12) slashing damage. The target must succeed on a DC 14 Constitution saving throw or be incapacitated for 1d4 rounds. An incapacitated creature repeats the saving throw at the end of each of its turns; a successful save ends the condition early."
                },
                {
                    "name": "Howl",
                    "desc": "The eerie howl of lich hounds as they close in on their prey plays havoc on the morale of living creatures that hear it. Howling requires and action, and creatures that hear the howl of a lich hound within 100 feet must succeed on a DC 14 Wisdom saving throw or become frightened for 5 rounds. Creatures that successfully save against this effect cannot be affected by a lich hound's howl for 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Hearing and Smell",
                    "desc": "The lich hound has advantage on Wisdom (Perception) checks that rely on hearing or smell."
                }
            ],
            "spell_list": [],
            "page_no": 274,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_lich-hound/"
        },
        {
            "slug": "sarcophagus-slime",
            "desc": "_The sarcophagus opens to reveal an eerie, scintillating light. Wisps of gelid amber ectoplasm undulate outward from a quivering mass with a blackened skull at its center._  \n**Vigilant Slime.** Sarcophagus slimes are amorphous undead guardians placed in the tombs of the powerful to guard them and to wreak terrible vengeance on would-be defilers of the ancient crypts. They seethe with baleful energy, and their blackened skulls retain a simple watchfulness.  \n**Muddled Origins.** Many sages speculate that the first sarcophagus slime was spawned accidentally, in a mummy creation ritual that gave life to the congealed contents of canopic jars rather than the intended, mummified body. Others maintain sarcophagus slime was created by a powerful necromancer-pharaoh bent on formulating the perfect alchemical sentry to guard his crypt.  \n**Death to Tomb Robbers.** These ectoplasmic slimes are the bane of burglars and a constant danger for excavators and antiquarians exploring ruins or tombs. The rituals for their creation have not been entirely lost; modern necromancers still create these undead abominations for their own fell purposes, and tomb robbers are turned into slimes if they lack proper caution.  \n**Undead Nature.** A sarcophagus slime doesn’t require air, food, drink, or sleep.",
            "name": "Sarcophagus Slime",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 11,
            "armor_desc": "",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 20
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 4,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, necrotic",
            "damage_immunities": "poison",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, poisoned, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 11",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sarcophagus slime uses its Frightful Presence, uses its Corrupting Gaze, and makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) bludgeoning damage plus 14 (4d6) acid damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the sarcophagus slime's choice that is within 60 feet of the sarcophagus slime and aware of it must succeed on a DC 15 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. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the sarcophagus slime's Frightful Presence for the next 24 hours."
                },
                {
                    "name": "Corrupting Gaze",
                    "desc": "The sarcophagus slime targets one creature it can see within 30 feet of it. If the target can see the sarcophagus slime, the target must succeed on a DC 15 Constitution saving throw or take 14 (4d6) necrotic damage and its hit point maximum is reduced by an amount equal to the necrotic damage taken. If this effect reduces a creature's hit point maximum to 0, the creature dies and its corpse becomes a sarcophagus slime within 24 hours. This reduction lasts until the creature finishes a long rest or until it is affected by greater restoration or comparable magic."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The sarcophagus slime can move through a space as narrow as 1 inch wide without squeezing."
                }
            ],
            "spell_list": [],
            "page_no": 336,
            "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_sarcophagus-slime/"
        },
        {
            "slug": "shadow-beast",
            "desc": "_A mass of shadows and cloudstuff, never touching the ground, a shadow beast may at first look harmless—except for its clawed hands and the glint of its jagged teeth._  \n**Called from the Void.** Shadow beasts are thought to be the result of shadow fey dabbling in the magic of the void. Almost shapeless and largely incorporeal, through an act of will they can form rough semblances of their old bodies when needed.  \n**Hate the Past.** The motivations of these creatures are inscrutable. They despise light and anything that reminds them of light or of their former existence. Beyond that, little is understood about them.  \n**Cryptic Messages.** Shadow beasts are seldom found in groups, but when they are, they seem to have no difficulty or reluctance about operating and fighting together. They have been known to deliver cryptic and threatening messages, but speaking is difficult for them. At times, they perform arcane rituals with the aid of evil humanoids and the use of dark materials. In these rituals they sacrifice magical energies and life blood as well as the tears of innocents and the souls of the damned.",
            "name": "Shadow Beast",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 135,
            "hit_dice": "18d8+54",
            "speed": {
                "hover": true,
                "walk": 0,
                "fly": 40
            },
            "strength": 20,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 14,
            "wisdom": 14,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Elvish, Umbral, Void Speech",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The shadow beast makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Shadow Push (Recharge 5-6)",
                    "desc": "The shadow beast buffets opponents with a gale of animated shadows in a 15-foot cone. Any creatures in the area of effect must succeed on a DC 15 Strength saving throw or be pushed back 10 feet and knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The shadow beast can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Incorporeal Movement",
                    "desc": "The shadow beast can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the shadow beast's innate spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components:\n\n3/day each: fear, telekinesis"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The beast has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the shadow beast has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 345,
            "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_shadow-beast/"
        },
        {
            "slug": "tosculi-hive-queen",
            "desc": "The tosculi are a race of wasp-folk that share the Golden Song of the hive, which unites them under the command and iron rule of their queen. Each hive has its own song, and most tosculi hives are predatory, dangerous places—quick to turn to banditry, cattle theft, and raiding against small villages.  \nThose few tosculi who do not hear their queen’s Golden Song are the Hiveless, driven out of the embrace of the hive to attempt survive on their own.  \n_This humanoid wasp’s gossamer wings beat out a soft, droning buzz. Flashing blades sing in each of her four clawed hands, and the air around her crackles with arcane energy._  \n**Center of the Hive.** The hive-queen is the nerve center of a tosculi hive-city, simultaneously one of a hive’s greatest strengths and weaknesses. The hive-queen serves as a unifying force. She binds her swarm with an ironclad sense of purpose through the hive mind, the psychic web that links all tosculi within a hive.  \n**Deadly Inheritance.** A hive-queen typically has several immature daughters as her potential heirs at any given time. When she nears the end of her life, the hive-queen selects the most promising of her heirs and feeds her a special concoction. This speeds the heir’s maturation and makes her ready to become a full-fledged hive-queen. The daughter’s first action upon assuming power and control over the hive-city is to devour her mother and all her sisters.  \n**Hive Chaos.** If a hive-queen dies with no heir to anchor the hive mind, the city plunges into chaos. Tosculi bereft of the hivemind go berserk. A few fortunate ones might escape and become lone renegades, but their existence without the comforting presence of the hive is miserable and short. Unless one of the hive-queen’s daughters is mature enough and ruthless enough to step in and assert control, the hive is doomed.  \n\n## A Tosculi Hive-Queen’s Lair\n\n  \nHive-queens make their lairs in the most protected part of the hive. Huge corridors lead to this point, so all tosculi can reach their queen as quickly as possible. This is also the place where tosculi eggs hatch, making it a critical location for the survival of the hive. A tosculi hive-queen encountered in her lair has a challenge rating of 13 (10,000 XP), but nothing else in her stat block changes.  \n\n### Lair Actions\n\n  \nOn initiative count 20 (losing initiative ties), the hive-queen takes a lair action to cause one of the following effects:\n* The tosculi hive-queen releases a cloud of pheromones that drives the tosculi to fight harder. All tosculi within 60 feet of the hive-queen (including the hive-queen herself) regain 7 (2d6) hit points.\n* A swarm of tiny tosculi offspring crawls from its nest and attacks a creature within 120 feet of the hive-queen, automatically doing 10 (4d4) piercing damage. Then the swarm dies.\n* The ceiling above one creature that the hive-queen can see within 120 feet of her drips sticky resin. The creature must make a successful DC 15 Dexterity saving throw or be encased in rapidly-hardening resin. A creature encased this way is restrained. It can free itself, or another creature within 5 feet can free it, by using an action to make a successful DC 15 Strength check. If the creature is still encased the next time the initiative count reaches 20, the resin hardens, trapping it. The trapped creature can’t move or speak; attack rolls against it have disadvantage because it is encased in resin armor; it automatically fails Strength and Dexterity saving throws; and it has resistance to all damage. The trapped creature is released when the resin is destroyed (AC 10, 20 HP, immune to cold, fire, necrotic, poison, psychic, radiant, and piercing damage).\n  \nThe tosculi hive-queen can’t repeat an effect until they have all been used, and she can’t use the same effect two rounds in a row.  \n\n## Regional Effects\n\n  \nThe region containing a tosculi hive-queen’s lair is warped by the creature’s presence, which creates one or more of the following effects:  \n\\# Intelligent creatures within 6 miles suffer frequent headaches. It’s as if they had a constant buzzing inside their heads.  \n\\# Beasts within 6 miles are more irritable and violent than usual and have the Blood Frenzy trait:  \n**Blood Frenzy.** The beast has advantage on melee attack rolls against a creature that doesn’t have all its hit points. If the tosculi hive-queen dies, the buzzing disappears immediately, and the beasts go back to normal within 1d10 days.",
            "name": "Tosculi Hive-Queen",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 157,
            "hit_dice": "15d10+75",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 17,
            "dexterity": 24,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 12,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": 9,
            "perception": 8,
            "skills": {
                "perception": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 18",
            "languages": "Common, Deep Speech, Gnoll, Infernal, Tosculi",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hive-queen makes four scimitar attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage.",
                    "attack_bonus": 12,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +12 to hit, reach 5 ft., one creature. Hit: 10 (1d6 + 7) piercing damage, and the target must succeed on a DC 18 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": 12,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Glitter Dust",
                    "desc": "The hive-queen produces a cloud of glittering golden particles in a 30-foot radius. Each creature that is not a tosculi in the area must succeed on a DC 18 Constitution saving throw or be blinded for 1 minute. A blinded creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Implant Egg",
                    "desc": "The hive-queen implants an egg into an incapacitated creature within 5 feet of her that is neither undead nor a construct. Until the egg hatches or is removed, the creature is poisoned, paralyzed, and does not need to eat or drink. The egg hatches in 1d6 weeks, and the larval tosculi kills the host creature. The implanted egg can be removed with a successful DC 20 Wisdom (Medicine) check or by a spell or magical effect that cures disease."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The hive-queen can take 3 legendary actions, choosing from the options below. Only one option can be used at a time and only at the end of another creature's turn. The hive-queen regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Flight",
                    "desc": "The hive-queen flies up to half its flying speed."
                },
                {
                    "name": "Stinger Attack",
                    "desc": "The hive-queen makes one stinger attack."
                },
                {
                    "name": "Glitter Dust (Costs 2 Actions)",
                    "desc": "The hive-queen uses Glitter Dust."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the hive-queen fails a saving throw, it can choose to succeed instead."
                },
                {
                    "name": "Hive Mind",
                    "desc": "The hive-queen is the psychic nexus for every tosculi in her hive. She is aware of the direction and distance to all members of the hive, can telepathically communicate with them when they are within 20 miles, and can sense what they sense when they are within 1 mile of her. Tosculi from her hive that travel more than 20 miles away instinctively know the direction and distance to the hive and try to return. Hive-queens sometimes dispatch rescue missions to recover separated members of the hive."
                },
                {
                    "name": "Hive Queen Lair",
                    "desc": "on initiative count 20 (losing initiative ties), the hive-queen takes a lair action to cause one of the following effects:\n\n- The tosculi hive-queen releases a cloud of pheromones that drives the tosculi to fight harder. All tosculi within 60 feet of the hive-queen (including the hive-queen herself) regain 7 (2d6) hit points.\n\n- A swarm of tiny tosculi offspring crawls from its nest and attacks a creature within 120 feet of the hive-queen, automatically doing 10 (4d4) piercing damage. Then the swarm dies. \n\n- The ceiling above one creature that the hive-queen can see within 120 feet of her drips sticky resin. The creature must make a successful DC 15 Dexterity saving throw or be encased in rapidly-hardening resin. A creature encased this way is restrained. It can free itself, or another creature within 5 feet can free it, by using an action to make a successful DC 15 Strength check. If the creature is still encased the next time the initiative count reaches 20, the resin hardens, trapping it. The trapped creature can't move or speak; attack rolls against it have disadvantage because it is encased in resin armor; it automatically fails Strength and Dexterity saving throws; and it has resistance to all damage. The trapped creature is released when the resin is destroyed (AC 10, 20 HP, immune to cold, fire, necrotic, poison, psychic, radiant, and piercing damage). \n\nthe tosculi hive-queen can't repeat an effect until they have all been used, and she can't use the same effect two rounds in a row."
                },
                {
                    "name": "Regional Effects",
                    "desc": "the region containing a tosculi hive-queen's lair is warped by the creature's presence, which creates one or more of the following effects:\n\n- Intelligent creatures within 6 miles suffer frequent headaches. It's as if they had a constant buzzing inside their heads. \n\n- Beasts within 6 miles are more irritable and violent than usual and have the Blood Frenzy trait:The beast has advantage on melee attack rolls against a creature that doesn't have all its hit points. \n\nif the tosculi hive-queen dies, the buzzing disappears immediately, and the beasts go back to normal within 1d10 days."
                }
            ],
            "spell_list": [],
            "page_no": 385,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_tosculi-hive-queen/"
        },
        {
            "slug": "firegeist-tob1-2023",
            "desc": "False",
            "name": "Firegeist",
            "size": "Small",
            "type": "Elemental",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 82,
            "hit_dice": "15d6 + 30",
            "speed": {
                "walk": 40
            },
            "strength": 7,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 4,
            "wisdom": 16,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "fire, poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Ignan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Burning Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage plus 7 (2d6) fire damage. If the target is a flammable object, it ignites. If the target is a creature, the target must succeed on a DC 13 Dexterity saving throw or ignite. Until a creature takes an action to douse the fire, the target takes 3 (1d6) fire damage at the start of each of its turns."
                },
                {
                    "name": "Burning Terror (Recharge 5-6)",
                    "desc": "The firegeist assaults the mind of one creature it can see within 30 feet of it with the painful, humiliating memory of the firegeist's first death. The target must make a DC 13 Wisdom saving throw. On a failure, the target takes 14 (4d6) fire damage and is frightened for 1 minute. On a success, the target takes half the damage and isn't frightened. While frightened, the creature takes 3 (1d6) fire damage at the start of each of its turns. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "The firegeist doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Hide By Firelight",
                    "desc": "The firegeist has advantage on Dexterity (Stealth) checks made to hide in fire or in areas lit by nonmagical fire."
                },
                {
                    "name": "Magical Light Sensitivity",
                    "desc": "While in an area of light created by a spell or other magical effect, the firegeist has disadvantage on attack rolls and ability checks."
                },
                {
                    "name": "Variable Illumination",
                    "desc": "The firegeist sheds dim light in a 5- to 20-foot radius. It can alter the radius as a bonus action."
                },
                {
                    "name": "Water Susceptibility",
                    "desc": "For every 5 feet the firegeist moves in water, or for every gallon of water splashed on it, it takes 1 cold damage."
                }
            ],
            "spell_list": [],
            "page_no": 188,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_firegeist/"
        },
        {
            "slug": "swarmoffiredancers-tob1-2023",
            "desc": "False",
            "name": "Swarm of Fire Dancers",
            "size": "Medium",
            "type": "Swarm",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 90,
            "hit_dice": "12d8 + 36",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "fire, poison",
            "condition_immunities": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Ignan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The swarm of fire dancers can use its Frightening Visage, if available. It then makes two Singe attacks."
                },
                {
                    "name": "Singe",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 0 ft., one target in the swarm's space. Hit: 22 (4d10) fire damage, or 11 (2d10) fire damage if the swarm has half its hp or fewer."
                },
                {
                    "name": "Frightening Visage (Recharge 5-6)",
                    "desc": "The swarm rearranges itself into the shape of a giant, blue, flaming Humanoid skull. Each Humanoid within 30 feet of the swarm that can see it must succeed on a DC 16 Wisdom saving throw or be frightened for 1 minute. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "The swarm of fire dancers doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Fire Form",
                    "desc": "A creature that touches the swarm or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. In addition, the first time the swarm enters a creature's space on a turn, that creature takes 5 (1d10) fire damage and catches fire. Until a creature, which can include the target, uses an action to douse the fire, the creature takes 5 (1d10) fire damage at the start of each of its turns."
                },
                {
                    "name": "Illumination",
                    "desc": "The swarm sheds bright light in a 30-foot radius and dim light to an additional 30 feet."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny Elemental. The swarm can't regain hp or gain temporary hp."
                },
                {
                    "name": "Water Susceptibility",
                    "desc": "For every 5 feet the swarm moves in water, or for every gallon of water splashed on it, it takes 1 cold damage."
                }
            ],
            "spell_list": [],
            "page_no": 354,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_swarm-of-fire-dancers/"
        },
        {
            "slug": "initiate-of-the-elder-elementals",
            "desc": "The kobold stands at the stone altar, chanting words of elemental power. Winds swirl around it, the stone beneath its feet rumbles, and fire ignites in one hand while frost rimes the other._  \n**Elemental Servant.** Serving as part of a secret cabal, the initiate taps into the elemental magic that taints it to serve the four great elemental lords of evil. It often worships in secret underground sites devoted to its dark gods. Service means access to power, and an initiate hopes to use that power to rise in station.",
            "name": "Initiate of the Elder Elementals",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "any evil alignment",
            "armor_class": 12,
            "armor_desc": "15 with mage armor",
            "hit_points": 33,
            "hit_dice": "6d6+12",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 16,
            "wisdom": 11,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": 5,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "intimidation": 3,
                "religion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Draconic, Primordial",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2"
                },
                {
                    "name": "Gift of the Elder Elementals",
                    "desc": "Ranged Spell Attack: +5 to hit, range 60 ft., one target. Hit: 7 (2d6) acid, cold, fire, or lightning damage, and the target has disadvantage on its next saving throw against any of the initiate's spells that deal the chosen type of damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blessing of the Elder Elementals",
                    "desc": "The initiate has advantage on saving throws against spells and abilities that deal acid, cold, fire, or lightning damage."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The initiate has advantage on attack rolls against a creature if at least one of the initiate's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the initiate has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Versatility of the Elder Elementals",
                    "desc": "As a bonus action, the initiate can change the damage of a spell it casts from acid, cold, fire, or lightning to another one of those elements."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The initiate of the elder elementals is a 5th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 13, +5 to hit with spell attacks). The initiate has the following wizard spells prepared:\nCantrips (at will): pummelstone, light, mage hand, ray of frost\n1st level (4 slots): burning hands, mage armor, tidal barrier\n2nd level (3 slots): gust of wind, misty step, scorching ray\n3rd level (2 slots): lightning bolt, frozen razors"
                }
            ],
            "spell_list": [],
            "page_no": 216,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_initiate-of-the-elder-elementals/"
        },
        {
            "slug": "npc:-first-servant",
            "desc": "",
            "name": "Npc: First Servant",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 17,
            "armor_desc": "Armor of Foresight",
            "hit_points": 162,
            "hit_dice": "25d8+50",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 15,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 8,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 19",
            "languages": "any three languages",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses its Awe-Inspiring Presence. Then 3 Divine Bursts or 1 Blinding Rod and 2 Divine Bursts. It can replace one attack with Spellcasting."
                },
                {
                    "name": "Blinding Rod",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 8 (2d6+1) bludgeoning damage + 13 (3d8) necrotic or radiant (the first servant's choice) and target must make DC 17 Con save or be blinded and deafened until end of its next turn."
                },
                {
                    "name": "Divine Burst",
                    "desc": "Melee or Ranged Spell Attack: +9 to hit 5 ft. or range 120' one target 23 (4d8+5) necrotic or radiant (the first servant's choice)."
                },
                {
                    "name": "Awe-Inspiring Presence",
                    "desc": "Each creature of servant's choice within 30' of it and aware of it: DC 17 Wis save or unable to use bonus actions or reactions until start of servant's next turn."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 17): At will: bane protection from evil and good spare the dying thaumaturgy3/day ea: cure wounds (level 5) dispel evil and good divination speak with dead1/day ea: commune (as an action) holy aura resurrection"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Healing Hands (Recharge 5-6)",
                    "desc": "Touches a creature within 5 ft. of it: creature regains 14 (4d6) hp."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Armor of Foresight",
                    "desc": "While it is wearing no armor and wielding no shield its AC includes its Dex and Wis modifiers (included above)."
                },
                {
                    "name": "Divine Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon deals extra 3d8 necrotic or radiant (included below) servant's choice."
                }
            ],
            "spell_list": [],
            "page_no": 407,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_npc-first-servant/"
        },
        {
            "slug": "giant-hellfire",
            "desc": "",
            "name": "Giant, Hellfire",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 168,
            "hit_dice": "16d12+64",
            "speed": {
                "walk": 40
            },
            "strength": 23,
            "dexterity": 15,
            "constitution": 19,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 15",
            "languages": "Giant, Infernal",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Greatclub or Runic Blast attacks."
                },
                {
                    "name": "Greatclub",
                    "desc": "Melee Weapon Attack: +10 to hit, 15 ft., one target, 19 (3d8+6) bludgeoning damage + 9 (2d8) fire."
                },
                {
                    "name": "Runic Blast",
                    "desc": "Ranged Spell Attack: +7 to hit, 60 ft., one target, 25 (4d10+3) force and target's speed halved until end of its next turn (DC 16 Con not half speed). Fiends have disadvantage on the save."
                },
                {
                    "name": "Invisibility Rune",
                    "desc": "Magically turns invisible until it attacks or until its concentration ends (as if concentrating on a spell). Any equipment the giant wears or carries is invisible with it."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Runic Shield",
                    "desc": "Adds 4 to its AC vs. one attack that would hit it as green runes encircle the giant. To do so giant must see the attacker and can't be invisible"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Death Malison",
                    "desc": "When it dies the runes on its body flash a bright green then turn to mundane malachite. Each creature within 20' of giant: cursed 7 days (DC 16 Con negates) or until lifted by remove curse spell or similar. While cursed creature has disadvantage on saves and on first attack roll it makes on each of its turns. Fiends have disadvantage on the save."
                },
                {
                    "name": "Rune-Powered Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon weapon deals extra 2d8 fire (included in below)."
                },
                {
                    "name": "Stone Camouflage",
                    "desc": "Advantage on Dex (Stealth) checks made to hide in rocky terrain."
                }
            ],
            "spell_list": [],
            "page_no": 203,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_giant-hellfire/"
        },
        {
            "slug": "herald-of-darkness",
            "desc": "_Stunningly tall and beautiful fiends, the heralds of darkness resemble dark-haired fey wearing cloaks and armor glittering with dark light and often surrounded by a nimbus of pale green fire._  \nHeralds of darkness speak in fluid tones and sing with the voices of angels, but their hearts are foul and treacherous.  \n**Vision of Evil.** Indeed, the heralds of darkness can take on another appearance entirely, disappearing into insubstantial shadows and unveiling an evil majestic form that leaves those who see it shaken and weak—and often blind. Speaking of this form is difficult, but poets and bards trying to describe it have said it resembles an apocalyptic horror built of chained souls and the slow death of children carried along in a glacial river, rushing to an inevitable doom.  \n**Sword and Cloak.** The black sword and star-scattered cloak of a herald of darkness are part of its magical substance and cannot be parted from it. Some believe the cloak and blade are true visions of its body; the smiling face and pleasing form are entirely illusory.  \n**Corruptors of the Fey.** The heralds of darkness are companions and sometimes masters to the shadow fey. They seek to draw many others into their orbit with wild promises of great power, debauchery, and other delights. They are rivals to the heralds of blood and bitter foes to all angels of light.",
            "name": "Herald Of Darkness",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 105,
            "hit_dice": "10d10+50",
            "speed": {
                "walk": 30,
                "swim": 30,
                "fly": 50
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 15,
            "charisma": 20,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 8,
            "perception": 5,
            "skills": {
                "athletics": 8,
                "deception": 8,
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, thunder",
            "damage_immunities": "cold, lightning, necrotic, poison",
            "condition_immunities": "exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 200 ft., passive Perception 15",
            "languages": "Common, Elvish, Goblin, Infernal, Sylvan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The herald of darkness uses Majesty of the Abyss, if it is available, and makes one melee attack."
                },
                {
                    "name": "Embrace Darkness",
                    "desc": "Melee Weapon Attack. +8 to hit, reach 5 ft., all creatures in reach. Hit: 6 (1d12) necrotic damage and targets are paralyzed until the start of the herald's next turn. Making a DC 17 Constitution saving throw negates the paralysis."
                },
                {
                    "name": "Majesty of the Abyss (Recharge 4-6)",
                    "desc": "The herald of darkness emits a sinister burst of infernal power. All creatures within 30 feet and in direct line of sight of the herald take 19 (3d12) necrotic damage and must make a DC 17 Constitution saving throw. Those who fail the saving throw are blinded for 2 rounds; those who succeed are frightened for 2 rounds."
                },
                {
                    "name": "Shadow Sword",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (2d12 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d12"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Corrupting Touch",
                    "desc": "A herald of darkness can destroy any wooden, leather, copper, iron, or paper object by touching it as a bonus action. A mundane item is destroyed automatically; a magical item survives if its owner makes a successful DC 16 Dexterity saving throw."
                },
                {
                    "name": "Gift of Darkness",
                    "desc": "A herald of darkness can transform any fey, human, or goblin into one of the shadow fey, if the target willingly accepts this transformation."
                },
                {
                    "name": "Shadow Form",
                    "desc": "A herald of darkness can become incorporeal as a shadow as a bonus action. In this form, it has a fly speed of 10 feet; it can enter and occupy spaces occupied by other creatures; it gains resistance to all nonmagical damage; it has advantage on physical saving throws; it can pass through any gap or opening; it can't attack, interact with physical objects, or speak. It can return to its corporeal form also as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 249,
            "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_herald-of-darkness/"
        },
        {
            "slug": "trollkin-raider",
            "desc": "Screams echo in the night as spears meet wood and flesh. One trollkin pulls its spear from its latest victim while its companion raids the victim’s larder._  \nTrollkin raiders are greedy and efficient, moving together under the command of a trollkin leader to take apart a village, a caravan, or a small fortress. Their goal is generally food and portable wealth. Their training as a unit is not extensive but raiders know, trust, and fight for one another.  \n**Night Attacks.** Trollkin raiders attack in a fast-moving, nocturnal group, often using a group of panicked animals or a fire as a distraction in one place while they attack elsewhere. Their assaults are never daylight attacks over open ground; they much prefer surprise and the confusion of night attacks.  \n**Mounted or River Routes.** While trollkin raiders can lope for miles across taiga or through forests, they far prefer to ride horses or row up a river. It gives them both speed and the ability to carry more plunder.  \nNote that in The Raven's Call, the Raider had 78 (12d8 + 24) HP and spoke only Northern Tongue.",
            "name": "Trollkin Raider",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "trollkin",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "hide armor",
            "hit_points": 32,
            "hit_dice": "5d8+10",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 9,
            "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": {
                "insight": 3,
                "nature": 1,
                "perception": 3,
                "survival": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Trollkin",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The trollkin makes two spear attacks or one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) piercing damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4+1"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d4 + 1) slashing damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4+1"
                },
                {
                    "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+1"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Regeneration",
                    "desc": "The trollkin regains 1 hp at the start of its turn. If the trollkin takes acid or fire damage, this trait doesn't function at the start of the trollkin's next turn. The trollkin dies only if it starts its turn with 0 hp and doesn't regenerate."
                },
                {
                    "name": "Thick Hide",
                    "desc": "The trollkin's skin is thick and tough, granting it a +1 bonus to Armor Class. This bonus is included in the trollkin's AC."
                }
            ],
            "spell_list": [],
            "page_no": 353,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_trollkin-raider/"
        },
        {
            "slug": "wintergrim",
            "desc": "This squat creature is covered in furs, making it almost as wide as it is tall. A large nose pokes through the furs, and its gentle eyes shine._  \n**Spirit of Hospitality.** Wintergrims are solitary fey who build their homes in remote locations. When they are alone, they spend much of their time traversing the territory surrounding their homes, watchful for creatures in dire straits or in need of shelter. Wintergrims offer assistance and lodging to travelers they encounter and jump to the rescue for those in immediate peril. They readily share the furs in which they bundle themselves and are often laden with warm soups and beverages they share with visitors suffering from the elements.  \n**Inscrutable Rules.** A wintergrim’s hospitality has limits, as each wintergrim has a unique set of behaviors it holds taboo within the confines of its home. Breaking its rules is so abhorrent to a wintergrim, it dares not even discuss the things it forbids. The rules range from the seemingly innocuous—such as leaving one’s boots on when entering a wintergrim’s home—to common societal norms—such as not attacking or killing another guest. Discovering a wintergrim’s proscribed behavior is difficult, since the wintergrim ignores transgressions outside its home, perhaps giving a cryptic warning that it wouldn’t tolerate the same in its domicile. Mere discussion about its rules may also provoke the fey.  \nWhatever the case, wintergrims demand rulebreakers leave their premises at once, resorting to pummeling those who fail to comply.  \n**Competent Woodsfolk.** As loners with occasional guests, wintergrims are necessarily self-sustaining. They are omnivorous, and they grow gardens, set traps, and hunt for their food. Though they are inured to cold temperatures, they enjoy having a house in which they can reside and share their hospitality. They are adept with the axes they wield to chop down trees for their homes and fires, but they are careful not to overharvest wood. Other than when they hunt, they rarely use their axes as weapons. They prefer to punch their opponents in the hope they can drive their foes away, resorting to their axes only in desperate situations.",
            "name": "Wintergrim",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 13,
            "armor_desc": "hide armor",
            "hit_points": 26,
            "hit_dice": "4d6+12",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 12,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "insight": 5,
                "nature": 3,
                "persuasion": 2,
                "survival": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "charmed",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Sylvan",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Fist",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d4 + 4) bludgeoning damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d4+4"
                },
                {
                    "name": "Handaxe",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d6 + 4) slashing damage, or 8 (1d8 + 4) slashing damage if used with two hands to make a melee attack.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Unique Rules",
                    "desc": "If a creature breaks one of the wintergrim's rules of conduct, it becomes enraged. The wintergrim has advantage on Charisma (Intimidation) checks and attack rolls against the offending creature. An offending creature that succeeds on a DC 14 Charisma (Persuasion) check can calm the enraged wintergrim. If the offending creature has damaged the wintergrim in the last hour, it has disadvantage on this check. A creature that succeeds on a DC 12 Intelligence (Investigation) or Wisdom (Insight) check can determine the wintergrim's rules before enraging it."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The wintergrim's innate spellcasting ability is Wisdom (spell save DC 13). It can innately cast the following spells, requiring no material components.\n3/day each: goodberry, speak with animals\n1/day each: lesser restoration, protection from poison"
                }
            ],
            "spell_list": [],
            "page_no": 372,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_wintergrim/"
        },
        {
            "slug": "giant-firestorm",
            "desc": "",
            "name": "Giant, Firestorm",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "hide armor",
            "hit_points": 149,
            "hit_dice": "13d12+65",
            "speed": {
                "walk": 40
            },
            "strength": 23,
            "dexterity": 15,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold, fire",
            "condition_immunities": "",
            "senses": "passive Perception 16",
            "languages": "Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Obsidian Axe or Firestorm Bolt attacks."
                },
                {
                    "name": "Obsidian Axe",
                    "desc": "Melee Weapon Attack: +9 to hit, 10 ft., one target, 19 (3d8+6) slashing damage + 3 (1d6) cold and 3 (1d6) fire."
                },
                {
                    "name": "Firestorm Bolt",
                    "desc": "Ranged Spell Attack: +6 to hit, 120 ft., one target, 13 (3d6+3) fire + 10 (3d6) cold."
                },
                {
                    "name": "Lava Geyser (Recharge 5-6)",
                    "desc": "Gestures at a point on the ground it can see within 60' of it. A fountain of molten rock erupts from that point in a 10 ft. radius 40' high cylinder. The area is difficult terrain for 1 min. Each creature in the cylinder must make a DC 16 Dex save. On a failure a creature takes 24 (7d6) fire and is coated in hardened lava. On a success a creature takes half the damage and isn't coated in hardened lava. A creature coated in hardened lava has its speed halved while it remains coated. A creature including the coated creature can take its action to break and remove the hardened lava ending the effect."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 202,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_giant-firestorm/"
        },
        {
            "slug": "waverider",
            "desc": "The waveriders know firsthand the dangers of the open ocean, and dedicate their lives to protecting seafarers from storms, pirates, and sea monsters. Though they are not warriors, they are accomplished healers and aquatic empaths, using their powers to seek out and rescue survivors of marine disasters, sometimes returning critically wounded survivors to the tribe of elemental wardens itself. The isolationists among the water wardens condemn this practice, fearing that the refugees threaten their way of life. The waveriders take their peers’ scorn in stride, for they would rather be righteous than popular.\nA waverider turns to violence only as a last resort, and prefer to fight in fishform than with their fishing harpoon, using hit-and-run tactics as a shark or their octopus form’s natural camouflage to harry opponents. When patrolling the open seas, waveriders skim across the water on personal waveboards with folding sails, similar in function to the _skysails_ of the wind wardens.",
            "name": "Waverider",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "neutral good",
            "armor_class": 14,
            "armor_desc": "hide armor of cold resistance",
            "hit_points": 77,
            "hit_dice": "14d8+14",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "Common, Druidic, Primordial (Aquan)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Harpoon",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft., range 20/60 ft., one target. Hit: 5 (1d6 + 2) piercing damage. Attacks with this weapon while underwater are not made with disadvantage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fishform",
                    "desc": "As a bonus action, the waverider can transform into a **hunter shark** or **giant octopus**. While in this form, the waverider cannot cast spells, but can expend a spell slot as a bonus action to regain 1d8 hit points per level of the spell slot expended. When the waverider is reduced to 0 hit points, falls unconscious, or dies in this form, it reverts to its humanoid form. It can remain in fishform for up to 3 hours, and can enter fishform twice, regaining expended uses after completing a short or long rest."
                },
                {
                    "name": "Healing Tides",
                    "desc": "Whenever the waverider casts a spell of 1st level or higher that affects a nonhostile creature, that creature regains 3 hit points (in addition to any healing the spell may provide)."
                },
                {
                    "name": "Marine Empathy",
                    "desc": "The waverider can speak with and understand aquatic plants and animals."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The waverider is a 7th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, poison spray, resistance\n* 1st level (4 slots): cure wounds, create or destroy water, healing word\n* 2nd level (3 slots): animal messenger, enhance ability, lesser restoration\n* 3rd level (3 slots): conjure animals (aquatic beasts only), water walk, water breathing\n* 4th level (1 slots): control water"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/druidcraft/",
                "https://api.open5e.com/v2/spells/poison-spray/",
                "https://api.open5e.com/v2/spells/resistance/",
                "https://api.open5e.com/v2/spells/cure-wounds/",
                "https://api.open5e.com/v2/spells/create-or-destroy-water/",
                "https://api.open5e.com/v2/spells/healing-word/",
                "https://api.open5e.com/v2/spells/animal-messenger/",
                "https://api.open5e.com/v2/spells/enhance-ability/",
                "https://api.open5e.com/v2/spells/lesser-restoration/",
                "https://api.open5e.com/v2/spells/conjure-animals/",
                "https://api.open5e.com/v2/spells/water-walk/",
                "https://api.open5e.com/v2/spells/water-breathing/",
                "https://api.open5e.com/v2/spells/control-water/"
            ],
            "page_no": 129,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/",
            "v2_converted_path": "/v2/creatures/tdcs_waverider/"
        },
        {
            "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": "trollkin-fire-shaman",
            "desc": "",
            "name": "Trollkin Fire Shaman",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "leather armor",
            "hit_points": 45,
            "hit_dice": "7d8+14",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 9,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 15",
            "languages": "Common, Trollkin",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Mark Foe. Then two Hurl Flame attacks or three Staff attacks."
                },
                {
                    "name": "Staff",
                    "desc": "Melee Weapon Attack: +2 to hit, 5 ft., one target, 3 (1d6) bludgeoning damage or 4 (1d8) bludgeoning damage if used with 2 hands."
                },
                {
                    "name": "Hurl Flame",
                    "desc": "Ranged Spell Attack: +5 to hit, 120 ft., one target, 8 (2d4+3) fire."
                },
                {
                    "name": "Mark Foe",
                    "desc": "One creature shaman can see within 60' must make DC 13 Wis save or be wreathed in magical fire for 1 min. While wreathed it can't take the Hide action or become invisible. The next time creature takes damage it takes an extra 7 (2d6) fire and the magical fire ends."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Fiery Escape (2/Day)",
                    "desc": "When shaman takes damage each creature within 5 ft. of it: DC 13 Dex save or take 7 (2d6) fire. Shaman is then wreathed in flames and teleports up to 30' to unoccupied space it can see."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Regeneration",
                    "desc": "Gains 3 hp at the start of its turn. If the trollkin takes acid or fire this ability doesn't function at the start of its next turn. It dies only if it starts its turn with 0 hp and doesn't regenerate."
                },
                {
                    "name": "Thick Skin",
                    "desc": "Its skin is thick and tough granting it a +1 bonus to Armor Class (already factored into its AC)."
                }
            ],
            "spell_list": [],
            "page_no": 376,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_trollkin-fire-shaman/"
        },
        {
            "slug": "boreas-chosen",
            "desc": "The humanoid’s piercing blue eyes lock on their target as it charges forward with bloodlust. Bloodcurdling battle cries and flying spears follow the berserker’s charge._  \nRegardless of what type of prior life they led, any humanoid can become one of Boreas’ chosen. Some humanoids are born with runic symbols designating them as creatures blessed by the North Wind, but most must undergo several trials before the first wintry rune scrawls itself into their flesh. The trials include surviving the highest mountain peaks in the dead of winter, defeating a frost giant in single combat, and crafting a spear out of the fang or claw of an icy beast. Even then, Boreas may deny his favor.  \n**Blood and Weapons of Ice.** A humanoid chosen by Boreas goes through a transformation to become more like its patron. Its blood freezes into ice, and its weapons become forever rimed.  \n**Blessed and Loyal.** Humanoids chosen by Boreas further his goals, protect his holy sites, spread winter wherever they walk, and honor the North Wind with every fallen foe.",
            "name": "Boreas’ Chosen",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "leather armor, shield",
            "hit_points": 102,
            "hit_dice": "12d8+48",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 14,
            "constitution": 19,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 6,
                "intimidation": 3,
                "survival": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "cold",
            "condition_immunities": "charmed, exhaustion, frightened",
            "senses": "passive Perception 12",
            "languages": "Common, Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Boreas' chosen makes two ice spear attacks."
                },
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 6 (1d6 + 3) piercing damage, or 7 (1d8 + 3) piercing damage if used with two hands to make a melee attack, plus 9 (2d8) cold damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6+3"
                },
                {
                    "name": "Breath of the North Wind",
                    "desc": "(Recharge 5-6). Boreas' chosen exhales freezing breath in a 15-foot cone. Each creature in that area must make a DC 15 Constitution saving throw. On a failure, a creature takes 28 (8d6) cold damage and its speed is reduced by 10 feet until the end of its next turn. On a success, a creature takes half the damage and its speed isn't reduced. A creature that fails the saving throw by 5 or more is petrified in ice until the end of its next turn instead."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Frozen Blood",
                    "desc": "A creature that hits the chosen with a melee attack while within 5 feet of it takes 4 (1d8) cold damage."
                },
                {
                    "name": "Ice Runes",
                    "desc": "The chosen's weapon attacks are magical. When the chosen hits with any weapon, the weapon deals an extra 2d8 cold damage (included in the attack)."
                },
                {
                    "name": "Ice Walk",
                    "desc": "The chosen can move across and climb icy surfaces without needing to make an ability check. Additionally, difficult terrain composed of ice or snow doesn't cost it extra movement."
                }
            ],
            "spell_list": [],
            "page_no": 48,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_boreas-chosen/"
        },
        {
            "slug": "eala",
            "desc": "_This swanlike creature’s feathers are made of shining metal. When it inhales, the feathers on its chest glow red hot._  \nEala are beautiful but deadly creatures native to the plane of Shadow. They grow feathers like their Material Plane counterparts, but their feathers are made of gleaming, razor‑sharp metal.  \n**Metallic Diet.** Eala plumage displays a stunning mixture of metallic colors, which vary depending on their diet. An eala uses its fire breath to melt metals with low melting points such as gold, silver, lead, copper, and bronze. The eala consumes the molten metal, some of which migrates into the creature’s deadly feathers. Eala that display primarily or entirely a single color are highly prized.",
            "name": "Eala",
            "size": "Small",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural",
            "hit_points": 40,
            "hit_dice": "9d6+9",
            "speed": {
                "walk": 10,
                "fly": 60
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "-",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The eala makes two attacks with its wing blades."
                },
                {
                    "name": "Wing Blades",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Fire Breath (recharge 5-6)",
                    "desc": "The eala breathes fire in a 20-foot cone. Every creature in the area must make a DC 11 Dexterity saving throw, taking 10 (3d6) fire damage on a failed save or half as much on a successful one. The eala's fire breath ignites flammable objects and melts soft metals in the area that aren't being worn or carried."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Swan Song",
                    "desc": "When the eala is reduced to 0 hit points, it can use its last breath sing a plaintive and beautiful melody. Creatures within 20 feet that can hear the eala must succeed on a DC 13 Charisma saving throw or be incapacitated for 1 round. A creature incapacitated in this way has its speed reduced to 0."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 163,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_eala/"
        },
        {
            "slug": "shadhavar",
            "desc": "_Often a shadhavar is first noticed for the haunting melody it makes, and some mistake them for unicorns or fey steeds. On closer inspection, they look like desiccated unicorns, their skeletons clearly visible beneath their taut flesh._  \n**Shadow Horses.** Shadhavar are natives of the plane of Shadow. Although they resemble undead unicorns, they are living creatures imbued with shadow essences.  \n**Fey and Undead Riders.** While the shadhavar are intelligent creatures, they sometimes serve as mounts for the shadow fey, noctiny, hobgoblins, wights, or other creatures. They expect to be treated well during such an arrangement; more than one unkind rider has ridden off on a shadhavar and never returned.  \n**Deceptive Hunters.** Shadhavar use their hollow horn to play captivating sounds for defense or to draw in prey. They hunt when they must and are not discriminating about their quarry, but shadhavar primarily eat carrion. Despite their horrific appearance, they are not naturally evil.",
            "name": "Shadhavar",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "natural",
            "hit_points": 97,
            "hit_dice": "13d10+26",
            "speed": {
                "walk": 50
            },
            "strength": 14,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "understands Elvish and Umbral but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "A shadhavar makes one gore attack and one hooves attack."
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 12 (3d6 + 2) bludgeoning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "3d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "a shadhavar's innate spellcasting ability score is Charisma (spell save DC 13). It can cast the following spells, requiring no components:\n\nat will: disguise self (as horse or unicorn only)\n\n2/day: darkness (centered on itself, moves with the shadhavar)"
                },
                {
                    "name": "Magic Weapons",
                    "desc": "A shadhavar's gore attacks are magical."
                },
                {
                    "name": "Plaintive Melody (3/day)",
                    "desc": "As a bonus action, a shadhavar can play a captivating melody through its hollow horn. Creatures within 60 feet that can hear the shadhavar must make a successful DC 13 Wisdom saving throw or be charmed until the start of the shadhavar's next turn. A creature charmed in this way is incapacitated, its speed is reduced to 0, and a shadhavar has advantage on attack rolls against it."
                },
                {
                    "name": "Shadesight",
                    "desc": "A shadhavar's darkvision functions in magical darkness."
                }
            ],
            "spell_list": [],
            "page_no": 344,
            "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_shadhavar/"
        },
        {
            "slug": "a-mi-kuk",
            "desc": "Crimson slime covers this ungainly creature. Its tiny black eyes sit in an abnormally large head, and dozens of sharp teeth fill its small mouth. Its limbs end in large, grasping claws that look strong enough to crush the life out of a bear._  \n**Hidden Terror.** The dreaded a-mi-kuk is a terrifying creature that feasts on any who venture into the bleak and icy expanses of the world. A-mi-kuks prowl the edges of isolated communities, snatching those careless enough to wander too far from camp. They also submerge themselves beneath frozen waters, coming up from below to grab and strangle lone fishermen.  \n**Fear of Flames.** A-mi-kuks have a deathly fear of fire, and anyone using fire against one has a good chance of making it flee in terror, even if the fire-user would otherwise be outmatched. A-mi-kuks are not completely at the mercy of this fear, however, and lash out with incredible fury if cornered by someone using fire against them.  \n**Unknown Origins.** A-mi-kuks are not natural creatures and contribute little to the ecosystems in which they live. The monsters are never seen together, and some believe them to be a single monster, an evil spirit made flesh that appears whenever a group of humans has angered the gods. A-mi-kuks have no known allies and viciously attack any creatures that threaten them, regardless of the foe’s size or power.",
            "name": "A-mi-kuk",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 115,
            "hit_dice": "10d12+50",
            "speed": {
                "swim": 40,
                "burrow": 20,
                "walk": 30
            },
            "strength": 21,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "athletics": 10,
                "perception": 5,
                "stealth": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "cold",
            "condition_immunities": "paralyzed, restrained",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 15",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The a-mi-kuk makes two attacks: one with its bite and one with its grasping claw."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5"
                },
                {
                    "name": "Grasping Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage, and the target is grappled (escape DC 16). The a-mi-kuk has two grasping claws, each of which can grapple only one target at a time.",
                    "attack_bonus": 8,
                    "damage_dice": "3d8+5"
                },
                {
                    "name": "Strangle",
                    "desc": "The a-mi-kuk strangles one creature grappled by it. The target must make a DC 16 Strength saving throw. On a failure, the target takes 27 (6d8) bludgeoning damage, can't breathe, speak, or cast spells, and begins suffocating. On a success, the target takes half the bludgeoning damage and is no longer grappled. Until this strangling grapple ends (escape DC 16), the target takes 13 (3d8) bludgeoning damage at the start of each of its turns. The a-mi-kuk can strangle up to two Medium or smaller targets or one Large target at a time."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The a-mi-kuk can hold its breath for 30 minutes."
                },
                {
                    "name": "Fear of Fire",
                    "desc": "The a-mi-kuk is afraid of fire, and it won't move toward any fiery or burning objects. If presented forcefully with a flame, or if it is dealt fire damage, the a-mi-kuk must succeed on a DC 13 Wisdom saving throw or become frightened until the end of its next turn. After it has been frightened by a specific source of fire (such as the burning hands spell), the a-mi-kuk can't be frightened by that same source again for 24 hours."
                },
                {
                    "name": "Icy Slime",
                    "desc": "The a-mi-kuk's body is covered in a layer of greasy, ice-cold slime that grants it the benefits of freedom of movement. In addition, a creature that touches the a-mi-kuk or hits it with a melee attack while within 5 feet of it takes 7 (2d6) cold damage from the freezing slime. A creature grappled by the a-mi-kuk takes this damage at the start of each of its turns."
                }
            ],
            "spell_list": [],
            "page_no": 15,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_a-mi-kuk/"
        },
        {
            "slug": "abbanith-giant",
            "desc": "This giant has a bulky, muscular body and small eyes in its broad, flat face. The giant’s thumbs end in large, black claws._  \n**Ancient Giants of the Deep.** Abbanith giants are among the oldest races of giants known to exist and are said to have been around since the world was first formed. Many scholars turn to the giants’ deep connection with the earth as evidence of this fact, and the giants themselves make no efforts to deny it. Indeed, the oral tradition of the abbanith giants dates back millennia, to a time when gods walked the land, elves were first learning the secrets of magic, and humans were still living in caves. Most abbanith giants wear simple tunics or shorts woven of a strange subterranean fungus, though leaders occasionally wear armor.  \n**Consummate Diggers.** Abbanith giants dwell almost exclusively underground and are adept at using their incredibly hard thumb claws to dig massive tunnels through the earth. Druids and wizards studying the giants’ unique biology have deduced that mineral-based materials actually soften when struck by their claws. This feature has also made them the target of derro and duergar slavers wishing to use their skills to mine precious gems or build their fortifications, something the giants violently oppose despite their normally peaceable nature.  \n**Allies of the Earth.** For as long as either race can remember, abbanith giants have been allies of the Open Game License",
            "name": "Abbanith Giant",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "9d10+27",
            "speed": {
                "burrow": 30,
                "walk": 40
            },
            "strength": 20,
            "dexterity": 9,
            "constitution": 17,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 11,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 120 ft., passive Perception 11",
            "languages": "Giant, Terran",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The abbanith giant makes two thumb claw attacks."
                },
                {
                    "name": "Thumb Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+5"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Earth Counter (Recharge 6)",
                    "desc": "When a creature the abbanith can see within 30 feet of it casts a spell, the abbanith counters it. This reaction works like the counterspell spell, except the abbanith can only counter spells that directly affect or create earth or stone, such as stone shape, wall of stone, or move earth, and it doesn't need to make a spellcasting ability check, regardless of the spell's level."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "One with the Earth",
                    "desc": "The abbanith giant can detect the flows and rhythms of the earth—including things that interfere with these rhythms, such as earthquakes and magical anomalies. As a result, the abbanith giant can't be surprised by an opponent that is touching the ground. In addition, the giant has advantage on attack rolls against constructs and elementals made of earth or stone."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The giant deals double damage to objects and structures and triple damage to objects and structures made of earth or stone."
                }
            ],
            "spell_list": [],
            "page_no": 170,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_abbanith-giant/"
        },
        {
            "slug": "angelic-enforcer",
            "desc": "A gold-furred, lion-headed angel with white wings gives an intense stare, releasing a roar as it raises a flaming greatsword._  \nAngelic enforcers are lion-headed celestials that hunt rogue angels.  \n**Divine Mission.** Angelic enforcers are made from souls selected for their unwavering adherence to the tenants of law and good. These elite angels have a special task: police other angels that go rogue. If an angel breaks one of its god’s tenets but remains good at heart, the enforcers usually only seek to capture the offending celestial to stand trial in the upper planes. If an angel becomes fully corrupted by evil, one or more enforcers are sent to destroy the fallen celestial.  \n**Nothing Gets in the Way.** Angelic enforcers show no mercy to any creature or obstacle between them and their quarries. Those who obstruct the enforcers stand in the way of divine justice and are therefore considered agents of evil. Any killings or collateral damage done by enforcers are usually seen as the fault of their quarry for stepping out of line in the first place.  \n**Immortal Nature.** An angelic enforcer doesn’t require food, drink, or sleep.",
            "name": "Angelic Enforcer",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 152,
            "hit_dice": "16d10+64",
            "speed": {
                "walk": 30,
                "fly": 90
            },
            "strength": 22,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 18,
            "wisdom": 20,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 9,
            "perception": 9,
            "skills": {
                "insight": 9,
                "intimidation": 9,
                "perception": 9,
                "survival": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "radiant",
            "condition_immunities": "charmed, exhaustion, frightened",
            "senses": "truesight 120 ft., passive Perception 19",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The angelic enforcer makes two melee attacks, but can use its bite only once."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) piercing damage, and the target must succeed on a DC 17 Constitution saving throw or be cursed for 1 minute. While cursed, the target can't regain hit points or benefit from an angel's Healing Touch action. The curse can be lifted early by a remove curse spell or similar magic.",
                    "attack_bonus": 10,
                    "damage_dice": "2d10+6"
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 20 (4d6 + 6) slashing damage plus 18 (4d8) fire damage.",
                    "attack_bonus": 10,
                    "damage_dice": "4d6+6"
                },
                {
                    "name": "Change Shape",
                    "desc": "The angelic enforcer magically polymorphs into a humanoid or a lion that has a challenge rating no higher than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the enforcer's choice). In a new form, the enforcer retains its own game statistics and ability to speak, but its AC, movement modes, Strength, Dexterity, and special senses are replaced by those of the new form, and it gains any statistics and capabilities (except class features, legendary actions, and lair actions) that the new form has."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blazing Weapons",
                    "desc": "The angelic enforcer's weapon attacks are magical. When the enforcer hits with any weapon other than its bite, the weapon deals an extra 4d8 fire damage (included in the attack)."
                },
                {
                    "name": "Divine Awareness",
                    "desc": "The angelic enforcer knows if it hears a lie."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The enforcer has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The angelic enforcer's spellcasting ability is Charisma (spell save DC 17). The enforcer can innately cast the following spells, requiring only verbal components:\nAt will: detect evil and good\n3/day each: counterspell, dispel evil and good, dispel magic, protection from evil and good"
                }
            ],
            "spell_list": [],
            "page_no": 17,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_angelic-enforcer/"
        },
        {
            "slug": "anzu",
            "desc": "A giant raptor roars out its fury in spouts of fire and scalding water while lightning crackles through its feathers._  \n**Territorial.** Anzu are fierce and territorial predators, claiming ranges along the edges of deserts, wide grasslands, or high mountains. Extremely long-lived, they mate for life, producing two or three eggs every decade.  \n**Elemental Birthright.** Offspring of a wind god or primordial wind spirit, anzu are the personification of the south wind, lightning, and the driving monsoon. Uniquely tied to the elements of fire, water, and wind, they react poorly to weather-altering magic.",
            "name": "Anzu",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 152,
            "hit_dice": "16d10+64",
            "speed": {
                "fly": 80,
                "walk": 40
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 7,
            "wisdom": 15,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, lightning",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 90 ft., passive Perception 16",
            "languages": "Common, Primordial",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The anzu makes three attacks: one with its bite and two with its talons."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) piercing damage plus 7 (2d6) lightning damage.",
                    "attack_bonus": 9,
                    "damage_dice": "2d8+5"
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5ft., one target. Hit: 12 (2d6 + 5) slashing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "2d6+5"
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "The anzu uses one of the following breath weapons: \n* Fire Breath. The anzu exhales fire in a 60-foot cone. Each creature in that area must make a DC 16 Dexterity saving throw, taking 45 (10d8) fire damage on a failed save, or half as much damage on a successful one. \n* Water Breath. The anzu exhales a wave of water in a 60-foot cone. Each creature in that area must make a DC 16 Dexterity saving throw. On a failure, a creature takes 38 (11d6) bludgeoning damage and is pushed up to 30 feet away from the anzu and knocked prone. On a success, a creature takes half as much damage and isn't pushed or knocked prone."
                },
                {
                    "name": "Lightning Relocation",
                    "desc": "The anzu teleports up to 60 feet to an unoccupied space it can see. When it does, it briefly transforms into a bolt of lightning, flashes upwards, then crashes down unharmed at its destination. Each creature within 5 feet of the anzu's starting location or destination must succeed on a DC 16 Dexterity saving throw, taking 14 (4d6) lightning damage on a failed save, or half as much on a successful one. A creature within 5 feet of both locations makes this saving throw only once."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Sight",
                    "desc": "The anzu has advantage on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 26,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_anzu/"
        },
        {
            "slug": "bearing-golem",
            "desc": "A scattering of metal ball bearings coalesces into a constantly shifting humanoid shape._  \nMade up of thousands of ball bearings, a bearing golem can assume nearly any shape it chooses, though it always remains an amalgamation of metal pellets.  \n**Thievish Inspiration.** The first bearing golem was created when a wizard saw a thief foiling the traps in its tower with ball bearings. After disposing of the thief, the wizard collected the metal balls and realized their purpose could be improved if the bearings spread themselves. A later variant used caltrops instead creating the Open Game License",
            "name": "Bearing Golem",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 3,
            "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": "bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 13",
            "languages": "understands the languages of its creator but can’t speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The golem makes two slam attacks. Alternatively, it uses its Steel Shot twice."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8+4"
                },
                {
                    "name": "Steel Shot",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 30/120 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Scattershot (Recharge 5-6)",
                    "desc": "The golem's body explodes. Each creature within 15 feet of the golem must make a DC 15 Dexterity saving throw. On a failure, a creature takes 36 (8d8) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone. The golem immediately scatters."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ambusher",
                    "desc": "In the first round of combat, the golem has advantage on attack rolls against any creature it has surprised."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the bearing golem is scattered, it is indistinguishable from a normal pile of ball bearings."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The golem is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The golem has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The golem's weapon attacks are magical."
                },
                {
                    "name": "Reform",
                    "desc": "If the golem is scattered and has at least 1 hit point, it can reform as a bonus action in any space containing at least one of its ball bearings without provoking an opportunity attack. If it reforms within 5 feet of a prone creature, it can make one slam attack against that creature as part of this bonus action."
                },
                {
                    "name": "Scatter",
                    "desc": "As a bonus action, the bearing golem can disperse, scattering its ball bearings in a 15-foot cube, centered on the space it previously occupied. A creature moving through a space containing any of the golem's ball bearings must succeed on a DC 15 Dexterity saving throw or fall prone. A creature moving through the area at half speed doesn't need to make the save. While scattered, the bearing golem can't attack or move, except to reform, and it can't be targeted by attacks or spells. It can still take damage from spells that deal damage in an area."
                }
            ],
            "spell_list": [],
            "page_no": 181,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_bearing-golem/"
        },
        {
            "slug": "cherufe",
            "desc": "A humanoid torso rises from a long, arthropod body made from overlapping plates of obsidian. The creature’s face is twisted into a grimace of rage. Four arms ending in oversized fists jut from the torso. The creature’s form radiates a red glow and a palpable heat as a fire rages within it._  \n**Corrupted Keepers.** The elemental anomaly that brings a Open Game License",
            "name": "Cherufe",
            "size": "Huge",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 161,
            "hit_dice": "14d12+70",
            "speed": {
                "walk": 40,
                "burrow": 40
            },
            "strength": 22,
            "dexterity": 10,
            "constitution": 21,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 6,
            "strength_save": 11,
            "dexterity_save": null,
            "constitution_save": 10,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, poison",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, prone",
            "senses": "darkvision 60 ft., tremorsense 120 ft., passive Perception 17",
            "languages": "Ignan, Terran",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The cherufe makes four slam attacks. Alternatively, it can throw two magma balls."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 20 (4d6 + 6) bludgeoning damage.",
                    "attack_bonus": 11,
                    "damage_dice": "4d6+6"
                },
                {
                    "name": "Magma Ball",
                    "desc": "Ranged Weapon Attack: +11 to hit, range 60/240 ft., one target. Hit: 22 (3d10 + 6) bludgeoning damage plus 11 (2d10) fire damage. Each creature within 5 feet of the target must succeed on a DC 18 Dexterity saving throw or take 7 (2d6) fire damage.",
                    "attack_bonus": 11,
                    "damage_dice": "3d10+6"
                },
                {
                    "name": "Fissure",
                    "desc": "The cherufe opens a fissure in the ground within 120 feet of it that is 60 feet long, 10 feet wide, and 2d4 x 10 feet deep. Each creature standing on a spot where a fissure opens must succeed on a DC 18 Dexterity saving throw or fall in. A creature that successfully saves moves with the fissure's edge as it opens. A fissure that opens beneath a structure causes it to automatically collapse as if the structure was in the area of an earthquake spell. The cherufe can have only one fissure open at a time. If it opens another, the previous fissure closes, shunting all creatures inside it to the surface."
                },
                {
                    "name": "Quake (Recharge 6)",
                    "desc": "The cherufe slams its fists into the ground, shaking the terrain within 60 feet of it. Each creature standing on the ground in that area must make a DC 18 Dexterity saving throw. On a failure, the creature takes 45 (10d8) bludgeoning damage and is knocked prone. On a success, the creature takes half the damage and isn't knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Firewalker",
                    "desc": "When the cherufe is subjected to fire damage, its speed doubles until the end of its next turn, and it can Dash or Disengage as a bonus action on its next turn."
                },
                {
                    "name": "Internal Flame",
                    "desc": "A creature that touches the cherufe or hits it with a melee attack while within 5 feet of it takes 7 (2d6) fire damage. In addition, the cherufe sheds dim light in a 30-foot radius."
                }
            ],
            "spell_list": [],
            "page_no": 61,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_cherufe/"
        }
    ]
}