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

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

{
    "count": 139,
    "next": "https://api.open5e.com/monsters/?ordering=-size&page=2&search=fir",
    "previous": null,
    "results": [
        {
            "slug": "insect_giant_fire_beetle_bf",
            "desc": "",
            "name": "Insect, Giant Fire Beetle",
            "size": "small",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 7,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 6,
            "charisma": 2,
            "strength_save": -1,
            "dexterity_save": 0,
            "constitution_save": 1,
            "intelligence_save": -5,
            "wisdom_save": -2,
            "charisma_save": -4,
            "perception": 8,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "keensense 30 ft.",
            "languages": "-",
            "challenge_rating": "0",
            "cr": 0.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) slashing damage."
                },
                {
                    "name": "Igniting Mucus",
                    "desc": "_Ranged Weapon Attack:_ +2 to hit, range 15/30 ft., one target. _Hit:_ 2 (1d4) poison damage, and the target is covered in mucus that ignites after 1d4 rounds or if the target takes fire damage. An ignited creature takes 2 (1d4) fire damage at the start of each of its turns until a creature takes an action to douse the fire. A creature can remove the mucus before it ignites by taking an action."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Illumination",
                    "desc": "The beetle sheds bright light in a 10-foot radius and dim light for an additional 10 feet."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_insect-giant-fire-beetle/"
        },
        {
            "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_giant_bf",
            "desc": "",
            "name": "Fire Giant",
            "size": "huge",
            "type": "Giant",
            "subtype": "",
            "group": "Giants",
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 175,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 24,
            "dexterity": 16,
            "constitution": 30,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 26,
            "strength_save": 7,
            "dexterity_save": 3,
            "constitution_save": 10,
            "intelligence_save": 0,
            "wisdom_save": 2,
            "charisma_save": 8,
            "perception": 16,
            "skills": {},
            "damage_vulnerabilities": "Giant Attributes",
            "damage_resistances": "Giant Attributes",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Dwarven,Giant",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fire giant makes two Flaming Greatsword or Lava Boulder attacks."
                },
                {
                    "name": "Flaming Greatsword",
                    "desc": "_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 28 (6d6+7) slashing damage plus 4 (1d8) fire damage."
                },
                {
                    "name": "Lava Boulder",
                    "desc": "_Ranged Weapon Attack:_ +7 to hit, range 60/240 ft., one target. _Hit:_ 19 (3d10+3) bludgeoning damage plus 13 (3d8) fire damage."
                },
                {
                    "name": "Volcanic Burst (Recharge 5-6)",
                    "desc": "The fire giant expels built-up heat from within itself, sending a blast of lava outward. Each creature within 15 feet of the fire giant must make a DC 16 DEX save. On a failure, a creature takes 36 (8d8) fire damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone. A creature that fails this save has disadvantage on the next save it makes against the giant's Pyroclastic Surge before the start of the giant's next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Pyroclastic Surge",
                    "desc": "A burst of volcanic gas and rock fragments flows in a 60-foot-line that is 5 feet wide from the fire giant's outstretched hand. Each creature in the line must succeed on a DC 16 DEX save or be poisoned until the end of its next turn and pushed up to 15 feet away from the giant. A creature that fails the save by 5 or more is petrified in volcanic ash for 1 hour or until a creature spends 1 minute soaking the petrified creature in cool water."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Giant Attributes",
                    "desc": "The fire giant is resistant to the stunned condition, and it is vulnerable to the prone condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_fire-giant/"
        },
        {
            "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": "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": "warmth-thief",
            "desc": "A diminutive blue humanoid with sharp black claws and exaggeratedly pointed ears floats in the air, emanating a palpable sensation of cold._  \n**Cursed Fairy.** Warmth thieves were fey in the court of the Queen who had the peculiar ability to rob living creatures of their body heat. They attempted to use this power to overthrow the Queen… and failed. The Queen, amused, allowed them to live, but with a nasty curse: warmth thieves must steal body heat to live, perishing if they don’t regularly take heat from living creatures. Warmth thieves can’t tolerate temperatures much above freezing, preventing them from subverting the curse by moving to warmer climates. Their desire for warmth is so powerful they sometimes throw themselves at creatures that can magically create fire to enjoy a brief, though painful, respite from their suffering.  \n**Unintended Side Effects.** Unknown to the Queen, her curse transfers in an odd way to mortal beings who die at the warmth thieves’ bone-chilling touch. When warmth thieves’ victims die, their spirits return as Open Game License",
            "name": "Warmth Thief",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "15d4+75",
            "speed": {
                "fly": 40,
                "walk": 10,
                "hover": true
            },
            "strength": 11,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 17,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "deception": 8,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with cold iron weapons",
            "damage_immunities": "cold",
            "condition_immunities": "paralyzed, prone",
            "senses": "truesight 60 ft., passive Perception 12",
            "languages": "Common, Sylvan, Umbral",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The warmth thief makes two freezing claw attacks."
                },
                {
                    "name": "Freezing Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one creature. Hit: 7 (1d6 + 4) slashing damage plus 14 (4d6) cold damage. The warmth thief regains hp equal to half the cold damage dealt. The target must succeed on a DC 16 Constitution saving throw or be chilled for 1 minute. A chilled creature takes 7 (2d6) cold damage at the start of each of its turns. A chilled creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. A humanoid slain while chilled rises 24 hours later as a chill haunt, unless the humanoid is restored to life or its body is destroyed.",
                    "attack_bonus": 8,
                    "damage_dice": "1d6+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aura of Warmth Stealing",
                    "desc": "At the start of each of the warmth thief's turns, each creature within 5 feet of the warmth thief must succeed on a DC 16 Constitution saving throw or take 7 (2d6) cold damage. The warmth thief regains hp equal to the single highest amount of cold damage dealt."
                },
                {
                    "name": "Cold Physiology",
                    "desc": "A warmth thief can't abide constant warmth. Each hour it spends in an area with a temperature above 40 degrees Fahrenheit, the warmth thief must succeed on a DC 15 Constitution saving throw or suffer one level of exhaustion that can't be removed until it finishes a long rest in an area with a temperature below 40 degrees."
                }
            ],
            "spell_list": [],
            "page_no": 366,
            "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_warmth-thief/"
        },
        {
            "slug": "fire-imp",
            "desc": "",
            "name": "Fire Imp",
            "size": "Tiny",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 14,
            "hit_dice": "4d4+4",
            "speed": {
                "fly": 40,
                "walk": 20
            },
            "strength": 5,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 3,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silver",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Common, Infernal",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2",
                    "desc": "Melee Spell Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) fire damage and if the target is a flammable object that isn't being worn or carried, it also catches fire. If the target is a creature, it must succeed on a DC 12 Dexterity saving throw or take another 2 (1d4) fire damage at the start of its next turn.",
                    "name": "Fire Touch"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4",
                    "desc": "Ranged Spell Attack: +4 to hit, range 150 ft., one target. Hit: 5 (2d4) fire damage and if the target is a flammable object that isn't being worn or carried, it also catches fire.",
                    "name": "Hurl Flame"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "Magical darkness doesn't impede the imp's darkvision.",
                    "name": "Devil's Sight"
                },
                {
                    "desc": "Whenever the imp is subjected to fire damage, it takes no damage and instead regains a number of hp equal to the fire damage dealt.",
                    "name": "Fire Absorption"
                },
                {
                    "desc": "As a bonus action, the imp casts the heat metal spell without expending any material components (spell save DC 12).",
                    "name": "Heat Metal (1/Day)"
                },
                {
                    "desc": "The imp has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 103,
            "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_fire-imp/"
        },
        {
            "slug": "broodiken",
            "desc": "_Tiny and built like a caricature of a person, this creature’s enlarged head is filled with pointed teeth._  \n**Bodily Children.** Broodikens are crude servants created by humanoid spellcasters willing to grow them within their own bodies. They resemble their creators in the most obvious ways, with the same number of limbs and basic features, but all broodikens stand one foot tall with overly large heads and heavily fanged mouths. Those born to monstrous humanoids with wings or horns have ineffective, decorative versions that do not help the creature fly or fight.  \n**Emotional Echoes.** Broodikens have little personality of their own and respond to their creators’ emotions, growling when their creators feel anger and babbling happily when their creators feel joy. When their creators are more than 100 feet away, they cry loudly with a sound that resembles children of the creator’s own species. If discovered crying by anyone other than their creator, they attack. When their creators focus their anger on specific individuals, the broodikens attack as a group, using Stealth to get close and overwhelm single opponents.  \n**Born With Daggers.** Broodikens are created by eating the heart of a dead broodiken. Once this “seed” is consumed, 2d4 broodikens grow inside of the “mother” or creator. Nurturing the growing brood requires consuming specific muds, ashes, and plants, which cost 50 gp/day for each incubating broodiken. The incubation period requires one month and takes a toll on the creator’s health. During this time, the creator becomes fatigued after four hours without eight hours’ rest.  \nIf the creator is not a spellcaster, a spellcaster who meets the requirements below must supervise the incubation and birth. Most spellcasters birth the broodiken using a dagger before the broodiken tears its way out. A “mother” can only control one brood of broodiken at a time. Incubating a second brood makes the first brood furiously jealous, and it will turn on its own creator.  \n**Constructed Nature.** A broodiken doesn’t require air, food, drink, or sleep.",
            "name": "Broodiken",
            "size": "Tiny",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 55,
            "hit_dice": "10d4+30",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 8,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (1d10 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Attach",
                    "desc": "When a broodiken succeeds on a bite attack, its teeth latch on, grappling the target (escape DC 9). On each of its turns, its bite attack hits automatically as long as it can maintain its grapple."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The broodiken is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The broodiken has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Shared Rage",
                    "desc": "A broodiken cannot speak with its creator telepathically, but it feels strong emotions and recognizes the objects of those emotions. A creator can telepathically order broodiken to hunt for and attack individuals by sending the broodiken an image of the creature and the appropriate emotion. As long as the broodiken is on such a hunt, it can be more than 100 feet away from its master without wailing."
                }
            ],
            "spell_list": [],
            "page_no": 45,
            "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_broodiken/"
        },
        {
            "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": "crimson-drake",
            "desc": "_Crimson drakes are easy to spot, with scales the color of dried blood, a deadly scorpion stinger, and a mischievous gleam in their eyes._  \n**Fiery Raiders.** Crimson drakes lair in woodlands near small settlements, making nighttime forays to set fires and hunt those who flee the flames—traits that make humanoid tribes prize them as raiding partners. Goblins gleefully adopt a crimson drake as a mascot to burn things down while they get on with slaughtering people. Red dragons and flame dragons regard a crimson drake as a pet, at best, but this rarely works out. When it is inevitably insulted by its larger cousins, a malicious crimson drake may even intentionally set fires to blaze a trail for hunters to the dragon’s lair.  \n**Mistaken for Pseudodragons.** A crimson drake’s scales and features are quite similar to those of a pseudodragon, and they will imitate a pseudodragon’s hunting cry or song to trick victims into approaching. Once their prey gets close enough, they immolate it.  \nAs with pseudodragons, they resemble a red dragon in all but size and the presence of the drake’s scorpion-like stinger. On average, a crimson drake weighs 12 lb, its body measures about 18 inches long, and its tail adds another 18 inches.  \n**Foul Familiars.** A crimson drake occasionally chooses to serve an evil spellcaster as a familiar; they are too mischievous to be loyal or trustworthy, but ferocious in defense of their master.",
            "name": "Crimson Drake",
            "size": "Tiny",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 54,
            "hit_dice": "12d4+24",
            "speed": {
                "walk": 15,
                "fly": 80
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 8,
            "wisdom": 9,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "acrobatics": 4,
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "paralyzed, unconscious",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Draconic, telepathy 60 ft.",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The crimson drake makes one bite attack and one stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage plus 4 (1d8) fire damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage, and the target must succeed on a DC 13 Constitution saving throw or become poisoned for 1 hour. If the saving throw fails by 5 or more, the target takes 2 (1d4) poison damage at the start of each of its turns for 3 rounds. The target may repeat the saving throw at the end of its turn to end the effect early.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Breath Weapon (Recharge 6)",
                    "desc": "The drake exhales fire in a 15-ft. cone. Each target in that cone takes 18 (4d8) fire damage, or half damage with a successful DC 12 Dexterity saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The drake has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 151,
            "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_crimson-drake/"
        },
        {
            "slug": "spire-walker",
            "desc": "_This miniscule creature kicks up a ghostly, sparkling fire when it jostles and jigs. Lightning sparks fly between it and its perch._  \n**Storm Dancers.** When storm clouds gather over cities, harbors, and twisted badlands, electrical energy fills the air. During these times, miniscule fey dance on church steeples, desolate peaks, and ships’ masts.  \nAlso called corposanti by scholars, spire walkers are nature spirits that delight in grandiose displays of thunderbolts. They can be found frolicking in a thunderstorm or keeping company with blue dragons or storm giants—though these larger creatures often chase them off for being a nuisance.  \n**Small and Metallic.** These spire walkers stand no more than a foot tall, with dusky blue-gray skin and shocks of silvery, slate, or pale blue hair. Spire walkers prefer clothing in metallic hues with many buttons, and they always carry a handful of tiny copper darts that they hurl at each other during their incomprehensible games. When excited, they emit a sparking glow from the tips of their noses, eyebrows, ears, and pointy shoes.  \nThey play rough-and-tumble games among themselves and enjoy pranking bystanders with frightening but mostly harmless electric shocks. If a spire walker perishes during the fun, the others pause just long enough to say “awww, we’ll miss you” and go through their comrade’s pockets before continuing with the game.  \n**Love Copper and Amber.** Spire walkers like gold but they love copper. They prefer it over all other metals, and they keep the copper pieces in their pockets brilliantly polished. They also value amber gems. Among a group of spire walkers, the leader is not the cleverest or most ruthless, but the one displaying the most ostentatious amber jewel.",
            "name": "Spire Walker",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 38,
            "hit_dice": "11d4+22",
            "speed": {
                "walk": 20
            },
            "strength": 3,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 11,
            "wisdom": 10,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing from nonmagical attacks",
            "damage_immunities": "lightning, thunder",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "Common, Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Lightning Dart",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 20/60 ft., one target. Hit: 1 piercing damage plus 9 (2d8) lightning damage. If the attack misses, the target still takes 4 (1d8) lightning damage. Whether the attack hits or misses its intended target, every other creature within 10 feet of the target takes 9 (2d8) lightning damage, or half damage with a successful DC 14 Dexterity saving throw.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Energized Body",
                    "desc": "A creature that hits the spire walker with a melee attack using a metal weapon takes 5 (1d10) lightning damage."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the spire walker's innate spellcasting ability is Charisma (spell save DC 12, +4 to hit with spell attacks). The spire walker can innately cast the following spells, requiring no material components:\n\nat will: produce spark (as the cantrip produce flame, but it does lightning damage)\n\n3/day each: dancing lights, feather fall, invisibility\n\n1/day each: faerie fire, thunderwave"
                },
                {
                    "name": "Steeple Step",
                    "desc": "The spire walker can use 10 feet of its movement to step magically from its position to the point of a steeple, mast, or other spire-like feature that is in view within 30 feet. The spire walker has advantage on Dexterity (Acrobatics) checks and Dexterity saving throws while it is standing on a steeple or any similar narrow, steep structure or feature."
                }
            ],
            "spell_list": [],
            "page_no": 367,
            "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_spire-walker/"
        },
        {
            "slug": "uraeus",
            "desc": "_A sleek serpent wends through the air, held aloft on bronze-feathered wings. The flying cobra flares its hood and hisses, hurling a spray of orange sparks from its fanged mouth._  \nA uraeus resembles a vibrantly colored cobra. The serpent’s scales are the rich gold-flecked blue of lapis lazuli and its eyes gleam white, but its most distinguishing feature is a pair of feathery bronze wings. It glides gracefully through the air with a deliberate vigilance that reveals its intelligence. A uraeus grows up to three feet long, and weighs around 5 pounds.  \n**Divine Protectors.** Uraeuses are celestial creatures that carry a spark of divine fire within them, and they thirst for purpose when they arrive on the Material Plane. Whether the creature was deliberately summoned or found its way to the Material Plane through other means, a uraeus is created to protect. Once it finds a worthy charge, it devotes its fiery breath and searing venom to protecting that ward.  \nA uraeus is fanatically loyal to the creature it protects. Only gross mistreatment or vicious evil can drive a uraeus to break its bond and leave.",
            "name": "Uraeus",
            "size": "Tiny",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 40,
            "hit_dice": "9d4+18",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 6,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 10 ft., passive Perception 14",
            "languages": "understands Celestial and Common but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage plus 9 (2d8) poison damage, and the target must make a successful DC 12 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the target takes 9 (2d8) fire damage at the start of its turn. A poisoned creature repeats the saving throw at the end of its turn, ending the effect on a success.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Searing Breath (Recharge 5-6)",
                    "desc": "The uraeus exhales a 15-foot cone of fire. Creatures in the area take 10 (3d6) fire damage, or half damage with a successful DC 12 Dexterity saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Bonded Savior",
                    "desc": "When the uraeus' bonded ward takes damage, the uraeus can transfer the damage to itself instead. The uraeus' damage resistance and immunity don't apply to transferred damage."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The uraeus doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Ward Bond",
                    "desc": "As a bonus action, the uraeus forms a magical bond with a willing creature within 5 feet. Afterward, no matter how great the distance between them, the uraeus knows the distance and direction to its bonded ward and is aware of the creature's general state of health. The bond lasts until the uraeus or the ward dies, or the uraeus ends the bond as an action."
                }
            ],
            "spell_list": [],
            "page_no": 392,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_uraeus/"
        },
        {
            "slug": "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": "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-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": "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": "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": "firebird",
            "desc": "_This proud bird struts like a peacock, made all the more majestic by its flaming fan of feathers, which shift through the color spectrum._  \n**Guides and Helpers.** Firebirds are welcome sights to those in need of warmth and safety. They primarily work at night or in underground areas, where their abilities are most needed. Friendly to all creatures, they become aggressive only upon witnessing obviously evil acts.  \nFirebirds enjoy working with good adventuring parties, providing light and healing, though their wanderlust prevents them from staying for long. Well-traveled parties may encounter the same firebird more than once, however.  \n**Redeemers.** Firebirds enjoy acting as reformers. They find mercenary creatures they perceive as potential “light bringers” to whom they grant boons in exchange for a geas to perform a specific good deed, in the hope such acts will redeem them.  \n**Magical Feathers.** Firebird feathers are prized throughout the mortal world; occasionally, the creatures bestow feathers upon those they favor. Firebirds also seed hidden locations with specialized feathers, which burst into full-grown firebirds after a year. As the creatures age, their feathers’ light dims, but this occurs gradually, as the creatures live over 100 years. Firebirds stand three feet tall and weigh 20 lb.",
            "name": "Firebird",
            "size": "Small",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 99,
            "hit_dice": "18d6+36",
            "speed": {
                "walk": 20,
                "fly": 100
            },
            "strength": 12,
            "dexterity": 19,
            "constitution": 14,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 21,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": 4,
            "intelligence_save": 5,
            "wisdom_save": 4,
            "charisma_save": 7,
            "perception": 7,
            "skills": {
                "acrobatics": 6,
                "arcana": 5,
                "insight": 4,
                "medicine": 4,
                "nature": 5,
                "perception": 7,
                "religion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire",
            "condition_immunities": "charmed, frightened, invisible",
            "senses": "truesight 60 ft., passive Perception 17",
            "languages": "Celestial, Common, Elvish, Primordial, Sylvan",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The firebird makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 5 (1d8 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d8 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Blinding Ray (Recharge 5-6)",
                    "desc": "The firebird can fire a burning ray of light from its tail feathers in a line 5 feet wide and up to 50 feet long. Targets in the line must succeed on a DC 15 Dexterity saving throw or take 24 (7d6) fire damage and become blinded for 1d4 rounds. A successful saving throw negates the blindness and reduces the damage by half."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the firebird's innate spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components:\n\nat will: guidance, purify food and drink, speak with animals\n\n3/day each: charm person, cure wounds (2d8 + 5), daylight, faerie fire, heat metal, hypnotic pattern, tongues\n\n1/day each: geas, heal, reincarnate"
                },
                {
                    "name": "Light of the World",
                    "desc": "The firebird's feathers glow with a warm light. The creature sheds light as dim as a candle or as bright as a lantern. It always sheds light, and any feathers plucked from the creature continue to shed light as a torch."
                },
                {
                    "name": "Warming Presence",
                    "desc": "The firebird and any creatures within a 5-foot radius are immune to the effects of natural, environmental cold. Invited into a home or building, a firebird can expand this warming presence to its inhabitants no matter how close they are to the creature."
                }
            ],
            "spell_list": [],
            "page_no": 201,
            "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_firebird/"
        },
        {
            "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": "kalke",
            "desc": "_Combining the head of a goat and the body of a monkey makes the creature odd enough; combining the social grace of a baboon with pretensions of a scholar makes it more comical than threatening._  \nFiendish pests that infest derelict wizards’ towers and laboratories, the kalkes are either the by-product of botched gates into the lower realms or the personification of an evil deity’s contempt for wizards. All kalkes act with the arrogance of magi while having the social characteristics of baboons. Being of fiendish blood, kalkes do not age and require neither food nor drink. Though lacking any formal spellcasting ability, all kalkes can produce magical effects through the dramatic mumming of largely spontaneous and unstudied rituals.  \n**Hoard Magical Paraphernalia.** The drive to produce ever more fanciful rituals gives a kalke the compulsion to accumulate spell components, magical foci, and other occult paraphernalia. Although these objects serve no purpose, the kalkes seek out spellcasters in their vicinity and steal any paraphernalia they can find. Because they have no ability to distinguish what’s magically useful from what isn’t, they grab any jewelry, pouches, sticks, or ornate objects they uncover. Sometimes children, animals, or other small humanoids are taken to be used as sacrifices, if they can be easily carried away.  \n**Perform Rituals.** Troops of kalkes inhabit trees, caverns, and ruins around sites of significant magical activity. Twice a month, or more during major astrological and seasonal events, the kalkes gather to perform—by way of dance, chant, and sacrifice—an imagined rite of great magic. The effort has an equal chance of achieving nothing whatsoever, causing dangerous but short-lived misfortunes (snakes raining on the countryside, creatures summoned from the lower planes), or triggering calamities (great fires or floods).  \nAn additional side effect of these rituals is that the troop may gain or lose members magically. If the troop numbers less than 13, a new kalke appears as if from nowhere; if it contains 13 or more members, then 3d4 of them find themselves mysteriously gated to the nearest location of magical activity—often hundreds of miles away. Those teleported arrive in a state of hysteria, with individuals extinguishing flames, grabbing frippery, and running in all directions. Because kalkes have no control over their displacement, it’s not surprising to find them in abandoned dungeons or keeps, clutching the property of some long-lost wizard.  \n**Hagglers.** The kalkes will return the goods they've taken, in exchange for a ransom or fee. These exchanges need to have the outward appearance of being impressively in the kalke’s favor. A particularly generous (or devious) spellcaster may be able to reach an accommodation with a persistent local troop of kalkes.",
            "name": "Kalke",
            "size": "Small",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 9,
            "hit_dice": "2d6+2",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 8,
            "dexterity": 17,
            "constitution": 12,
            "intelligence": 13,
            "wisdom": 7,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Abyssal, Common, Infernal",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Extinguish Flames",
                    "desc": "Kalkes can extinguish candles, lamps, lanterns and low-burning campfires within 120 feet as a bonus action."
                },
                {
                    "name": "Detect Spellcasting",
                    "desc": "Kalkes can sense spellcasting in a 5-mile radius, as long as the effect is not innate."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Kalkes have advantage on saving throws against spells and magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 259,
            "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_kalke/"
        },
        {
            "slug": "giant-fire-beetle",
            "desc": "A **giant fire beetle** is a nocturnal creature that takes its name from a pair of glowing glands that give off light. Miners and adventurers prize these creatures, for a giant fire beetle's glands continue to shed light for 1d6 days after the beetle dies. Giant fire beetles are most commonly found underground and in dark forests.",
            "name": "Giant Fire Beetle",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": "Miscellaneous Creatures",
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 4,
            "hit_dice": "1d6+1",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 7,
            "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": "",
            "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: 2 (1d6 - 1) slashing damage.",
                    "attack_bonus": 1,
                    "damage_dice": "1d6",
                    "damage_bonus": -1
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Illumination",
                    "desc": "The beetle sheds bright light in a 10-foot radius and dim light for an additional 10 ft.."
                }
            ],
            "spell_list": [],
            "page_no": 375,
            "environments": [
                "Underdark",
                "Caverns"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_giant-fire-beetle/"
        },
        {
            "slug": "firebird-tob1-2023",
            "desc": "False",
            "name": "Firebird",
            "size": "Small",
            "type": "Celestial",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Good",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 88,
            "hit_dice": "16d6 + 32",
            "speed": {
                "walk": 60,
                "fly": 20
            },
            "strength": 12,
            "dexterity": 19,
            "constitution": 14,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 21,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 7,
            "perception": 16,
            "skills": {
                "Insight": 4,
                "Medicine": 4,
                "Perception": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "fire, poison",
            "condition_immunities": "charmed, frightened, poisoned",
            "senses": "truesight 60 ft., passive Perception 16",
            "languages": "Celestial, Common, Primordial, telepathy 60 ft.",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The firebird makes one Beak attack and one Talon attack."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage plus 7 (2d6) fire damage."
                },
                {
                    "name": "Talon",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 4) slashing damage plus 7 (2d6) fire damage."
                },
                {
                    "name": "Blinding Ray (Recharge 5-6)",
                    "desc": "The firebird fires a burning ray of light from its tail feathers in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 15 Dexterity saving throw. On a failure, a creature takes 17 (5d6) fire damage and is blinded until the end of its next turn. On a success, a creature takes half the damage and isn't blinded."
                },
                {
                    "name": "Healing Feathers (3/Day)",
                    "desc": "The firebird touches another creature, brushing its wings against the creature. The target magically regains 10 (3d6) hp and is freed from any disease, poison, blindness, or deafness."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Enforce Good Deeds",
                    "desc": "A creature that has received assistance, such as healing or a glowing feather, from the firebird must succeed on a DC 15 Wisdom saving throw or be affected by the geas spell for 30 days. While under the geas, the affected creature must assist nonhostile creatures suffering from starvation or thirst by alleviating the starvation or thirst."
                },
                {
                    "name": "Fiery Weapons",
                    "desc": "The firebird's weapon attacks are magical. When the firebird hits with any weapon, the weapon deals an extra 2d6 fire damage (included in the attack)."
                },
                {
                    "name": "Glowing Feathers",
                    "desc": "The firebird sheds bright light in a 5- to 20-foot radius and dim light for an additional number of feet equal to the chosen radius. The firebird can alter the radius as a bonus action. If the firebird willingly gifts a feather to a creature, the feather sheds bright light in a 10-foot radius and dim light for an additional 10 feet indefinitely."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The firebird has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Warming Presence",
                    "desc": "The firebird and each creature within 5 feet of it are immune to the effects of cold environments, provided the cold is caused by naturally occurring weather and climate. When the firebird is inside a structure, it can choose for this trait to affect all creatures within the structure (no action required), regardless of how close they are to it."
                }
            ],
            "spell_list": [],
            "page_no": 187,
            "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_firebird/"
        },
        {
            "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": "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": "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": "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": "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": "gaunt-one",
            "desc": "This corpse-like creature’s flesh is gray, its body is emaciated, and its skin is pulled tight across its skeleton. A strange, writhing tentacle protrudes slightly from its gaping mouth._  \n**Unnatural Origin.** Centuries ago, an order of wizards, known as the Covenant of Infinum, found itself in need of slaves and descended upon a nearby human settlement. The order enslaved every villager and conducted magical experiments upon them in the wizards’ remote mountain tower. The wizards were trying to create the perfect servitor race, using the villagers as a baser life form. The experiment failed spectacularly, unleashing a magical transformative wave upon the tower. Many of the wizards managed to escape, but all of the human slaves were caught in the magical chaos and were forever changed into gaunt ones.  \n**Undead Appearance.** At first glance, gaunt ones appear to be some form of undead creature, leading many to underestimate them. Their skin is pale, shrunken, and withered, and their teeth are yellow and jagged with receded gums.  \n**Hunger for Hearts.** Gaunt ones have an inherent hunger for hearts and often sit quietly for hours, listening for the heartbeats of nearby creatures. A gaunt one grabs hold of its prey and worms its tentaclelike tongue into the creature’s mouth to extract the creature’s heart. Insatiable, a gaunt one continues to eat the hearts of creatures it finds until there is nothing left to harvest. Lacking readily available food, it moves on.",
            "name": "Gaunt One",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 15,
            "wisdom": 12,
            "charisma": 4,
            "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 11",
            "languages": "understands Undercommon but can’t speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gaunt one makes two claw attacks. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 14)."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 11 (2d6 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6+4"
                },
                {
                    "name": "Extract Heart",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one humanoid grappled by the gaunt one. Hit: The target must make a DC 13 Constitution saving throw, taking 22 (5d8) piercing damage on a failed save, or half as much damage on a successful one. If this damage reduces the target to 0 hp, the gaunt one kills the target by extracting and devouring its heart."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Hearing",
                    "desc": "The gaunt one has advantage on Wisdom (Perception) checks that rely on hearing."
                }
            ],
            "spell_list": [],
            "page_no": 163,
            "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_gaunt-one/"
        },
        {
            "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": "greater-lunarchidna",
            "desc": "A four-armed, four-legged creature in the vague shape of a human—but seemingly made of fine spider silk—moves down a tree, slowly chanting the incantation of a spell in the pale light of the full moon._  \n**Made in Corrupt Forests.** Lunarchidnas are beings of moonlight and spider silk created in forests permeated by residual dark magic. When this magic coalesces on a spider web touched by the light of a full moon, the web animates. The web gains life and flies through the forest, gathering other webs until it collects enough silk to form a faceless, humanoid body, with four legs and four arms.  \n**Hatred of Elves.** Lunarchidnas hate elves and love to make the creatures suffer. They poison water sources, set fire to villages, and bait monsters into stampeding through elf communities. These aberrations especially enjoy stealing away elf children to use as bait to trap the adults that come to the rescue.  \n**Cyclical Power.** The lunarchidna’s power is tied to the moon. When the skies are dark during a new moon, the lunarchidna becomes more shadow than living web. Its mental ability dulls, and it becomes barely more than a savage animal. When a full moon brightens the night, however, the lunarchidna becomes a conduit of lunar light and can channel that power through its body. Using its heightened intellect, it makes plans, writes notes, and plots from the safety of the trees where it makes its home. In the intermittent phases of the moon, the lunarchidna is a more than capable hunter, trapping and devouring prey it encounters while retaining enough knowledge of its plans and magic to further its goals in minor ways. The lunarchidna’s statistics change cyclically as shown on the Lunarchidna Moon Phase table.  \n\n#### Lunarchidna Moon Phase\n\nMoon Phase\n\nStatistics\n\nDaytime, new, or crescent moon\n\nOpen Game License",
            "name": "Greater Lunarchidna",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 58,
            "hit_dice": "9d8+18",
            "speed": {
                "climb": 30,
                "walk": 30
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned, restrained",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 13",
            "languages": "Deep Speech, Elvish",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The lunarchidna makes two attacks: one with its bite and one with its claws. If the lunarchidna hits a Medium or smaller target with both attacks on the same turn, the target is restrained by webbing and the lunarchidna uses Wrap Up."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) necrotic damage. The target must succeed on a DC 13 Constitution saving throw or its hp maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d4+3"
                },
                {
                    "name": "Web (Recharge 5-6)",
                    "desc": "Ranged Weapon Attack: +5 to hit, ranged 30/60 ft., one creature. Hit: The target is restrained by webbing. As an action the restrained target can make a DC 13 Strength check, bursting the webbing on a success. The webbing can also be attacked and destroyed (AC 10; hp 5; vulnerability to fire damage; immunity to bludgeoning, poison, and psychic damage)."
                },
                {
                    "name": "Wrap Up",
                    "desc": "The lunarchidna wraps up a Medium or smaller creature restrained by webbing. The wrapped target is blinded, restrained, and unable to breathe, and it must succeed on a DC 13 Constitution saving throw at the start of each of the lunarchidna's turns or take 5 (1d4 + 3) bludgeoning damage. The webbing can be attacked and destroyed (AC 10; hp 15; vulnerability to fire damage; immunity to bludgeoning, poison, and psychic damage). The lunarchidna can have only one creature wrapped at a time."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spider Climb",
                    "desc": "The lunarchidna can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the lunarchidna has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Web Walker",
                    "desc": "The lunarchidna ignores movement restrictions caused by webbing."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The lunarchidna is a 4th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 11, +3 to hit with spell attacks). The lunarchidna has the following wizard spells prepared:\nCantrips (at will): minor illusion, mage hand, poison spray, ray of frost\n1st level (4 slots): detect magic, magic missile, shield\n2nd level (3 slots): alter self, suggestion"
                }
            ],
            "spell_list": [],
            "page_no": 242,
            "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_greater-lunarchidna/"
        },
        {
            "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": "lesser-lunarchidna",
            "desc": "A four-armed, four-legged creature in the vague shape of a human—but seemingly made of fine spider silk—moves down a tree, slowly chanting the incantation of a spell in the pale light of the full moon._  \n**Made in Corrupt Forests.** Lunarchidnas are beings of moonlight and spider silk created in forests permeated by residual dark magic. When this magic coalesces on a spider web touched by the light of a full moon, the web animates. The web gains life and flies through the forest, gathering other webs until it collects enough silk to form a faceless, humanoid body, with four legs and four arms.  \n**Hatred of Elves.** Lunarchidnas hate elves and love to make the creatures suffer. They poison water sources, set fire to villages, and bait monsters into stampeding through elf communities. These aberrations especially enjoy stealing away elf children to use as bait to trap the adults that come to the rescue.  \n**Cyclical Power.** The lunarchidna’s power is tied to the moon. When the skies are dark during a new moon, the lunarchidna becomes more shadow than living web. Its mental ability dulls, and it becomes barely more than a savage animal. When a full moon brightens the night, however, the lunarchidna becomes a conduit of lunar light and can channel that power through its body. Using its heightened intellect, it makes plans, writes notes, and plots from the safety of the trees where it makes its home. In the intermittent phases of the moon, the lunarchidna is a more than capable hunter, trapping and devouring prey it encounters while retaining enough knowledge of its plans and magic to further its goals in minor ways. The lunarchidna’s statistics change cyclically as shown on the Lunarchidna Moon Phase table.  \n\n#### Lunarchidna Moon Phase\n\nMoon Phase\n\nStatistics\n\nDaytime, new, or crescent moon\n\nOpen Game License",
            "name": "Lesser Lunarchidna",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 39,
            "hit_dice": "6d8+12",
            "speed": {
                "climb": 30,
                "walk": 30
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned, restrained",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 13",
            "languages": "Deep Speech, Elvish",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The lunarchidna makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) necrotic damage. The target must succeed on a DC 12 Constitution saving throw or its hp maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) slashing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Light Sensitivity",
                    "desc": "While in bright light, the lunarchidna has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Shadow Stealth",
                    "desc": "While in dim light or darkness, the lunarchidna can take the Hide action as a bonus action."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The lunarchidna can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "spell_list": [],
            "page_no": 242,
            "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_lesser-lunarchidna/"
        },
        {
            "slug": "luck-leech",
            "desc": "The elf-like creature rises, its bright green eyes flashing with menace. Short, impish horns peek out from its inky hair, and green smoke oozes out of the numerous circular mouths lining its arms._  \nWhen a humanoid who earned wealth through violence and duplicity gets lost in the Shadow Realm, its body becomes corrupted by the dark realm, turning it into a luck leech. These fey have arms covered in lamprey-like mouths that drain the luck out of their victims. They return to the Material Plane and stalk gambling houses and criminal underbellies for exceptionally lucky targets.  \n**Amassing fortune.** Luck leeches obsess over gathering as much wealth and luck as possible, referring to both collectively as “fortune.” They rarely notice and never care if their acquisition of fortune harms others.  \n**Self-Serving.** A luck leech cares first and foremost about itself. If it thinks its life is in danger, it expends any fortune it has to escape, knowing it can’t enjoy its fortune if it’s dead.",
            "name": "Luck Leech",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "studded leather",
            "hit_points": 150,
            "hit_dice": "20d8+60",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 21,
            "constitution": 16,
            "intelligence": 17,
            "wisdom": 14,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "deception": 8,
                "perception": 6,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic",
            "condition_immunities": "frightened",
            "senses": "darkvision 60 ft., passive Perception 16",
            "languages": "Common, Sylvan, Umbral",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The luck leech makes two biting arm attacks."
                },
                {
                    "name": "Biting Arms",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) piercing damage plus 9 (2d8) necrotic damage.",
                    "attack_bonus": 9,
                    "damage_dice": "3d8+5"
                },
                {
                    "name": "Feast of Fortune (Recharge 6)",
                    "desc": "Each creature the luck leech can see within 30 feet of it must make a DC 16 Charisma saving throw. On a failure, the creature takes 27 (6d8) psychic damage, becomes blinded until the end of its next turn, and is cursed with falling fortunes. On a success, a creature takes half the damage and isn't blinded or cursed. For each creature that fails this saving throw, the luck leech gains 1 luck point."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Leech Luck",
                    "desc": "If a creature within 60 feet of the luck leech rolls a 20 on an ability check, attack roll, or saving throw, the luck leech gains 1 luck point. It can't have more than 4 luck points at a time."
                },
                {
                    "name": "Reserve of Fortune",
                    "desc": "If the luck leech doesn't have 4 luck points at sunset, it gains 2 luck points. It can't have more than 4 luck points at a time. In addition, if the luck leech rolls a 1 on the d20 for an attack roll, ability check, or saving throw while it has at least 1 luck point, it can reroll the die and must use the new roll. This trait doesn't expend luck points."
                },
                {
                    "name": "Turn Luck",
                    "desc": "As a bonus action, the luck leech can spend 1 luck point to: \n* Gain advantage on its next attack or saving throw \n* Cast misty step\n* Increase the necrotic damage of its next successful biting arms attack by an extra 9 (2d8) \n* Force each creature that is concentrating on a spell within 60 feet of it to make a DC 16 Constitution saving throw, losing its concentration on the spell on a failure."
                }
            ],
            "spell_list": [],
            "page_no": 241,
            "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_luck-leech/"
        },
        {
            "slug": "pale-screamer",
            "desc": "This horrible, milk-white creature has the lower body of an emaciated humanoid and the upper body of a slimy jellyfish. Dark blue eyespots cover its upper body, and long, frilled, translucent tentacles trail from its frame-like tassels._  \n**Wailing in the Depths.** Adventurers traveling deep beneath the earth or in the ocean depths sometimes hear an unholy sound echoing toward them out of the blackness, followed by the sight of a creature that is neither human nor jellyfish. This is generally their first and last encounter with the pale screamer, a creature that haunts caves and waterways searching for victims to consume or transport back to the lairs of their terrible alien masters. The pale screamer pursues its mission with malicious relish and enjoys eating its prey alive, often in front of its victims’ paralyzed companions.  \n**Evil Blooms.** Though pale screamers are artificial creatures and do not breed naturally, their masters sometimes form them into blooms of two or more for mutual cooperation and protection. These pale screamers learn to communicate with one another by changing the coloration of their eyespots, allowing them to transmit information silently and better ambush or mislead their foes.  \n**Formerly Human.** Pale screamers are created by mixing human and jellyfish-like creatures together using twisted, magical surgery. Most are the result of experimentation by Open Game License",
            "name": "Pale Screamer",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 52,
            "hit_dice": "7d8+21",
            "speed": {
                "swim": 30,
                "walk": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 17,
            "intelligence": 7,
            "wisdom": 13,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "athletics": 5,
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, cold, force",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 90 ft., passive Perception 13",
            "languages": "Deep Speech",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The pale screamer makes two tentacle attacks. If both attacks hit the same target, the target must succeed on a DC 13 Constitution saving throw or be paralyzed for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 10 ft., one target. Hit: 8 (2d4 + 3) bludgeoning damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d4+3"
                },
                {
                    "name": "Scream of the Deep (Recharge 6)",
                    "desc": "The pale screamer unleashes an alien screech in a 30-foot cone. Each creature in that area must make a DC 14 Constitution saving throw. On a failure, a creature takes 10 (3d6) thunder damage and is deafened until the end of its next turn. On a success, a creature takes half the damage and isn't deafened."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The pale screamer can breathe air and water."
                }
            ],
            "spell_list": [],
            "page_no": 290,
            "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_pale-screamer/"
        },
        {
            "slug": "radiant-spark-swarm",
            "desc": "A large cloud composed of tiny glowing sparks of fire floats silently through the air._  \n**Origin of Planar Instability.** Radiant spark swarms form when the border lands between the Plane of Fire and the Upper Planes experience some sort of instability. This instability might be caused by a regional anomaly, war between the gods themselves, magical upheaval, or some other calamity. Thousands of radiant sparks are created at once in massive conflagrations of radiant energy. They are then left to wander the planes alone. These creatures are most often found in the border lands between planes, but they have been known to appear in the Material Plane after accessing it through magical portals. They seldom wander back to their planes of origin and are almost always destroyed at some point during their eternal wanderings.  \n**Hunger for Magic.** Radiant spark swarms are drawn to magic for reasons that aren’t fully understood, for they can neither use it, nor do they truly devour it. Instead, when they sense powerful magic nearby, they instinctually move toward it, as though its very presence is comforting to them. As creatures that are neither particularly intelligent nor evil, their interest in the living usually has to do with the magic spellcasters carry, which draws the sparks close. Unfortunately, the owner of the magic that drew them is often caught in the midst of the swarm, which is inherently harmful.  \n**Elemental Nature.** A radiant spark swarm doesn’t require air, food, drink, or sleep.",
            "name": "Radiant Spark Swarm",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "Swarm",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 38,
            "hit_dice": "7d8+7",
            "speed": {
                "hover": true,
                "walk": 0,
                "fly": 60
            },
            "strength": 8,
            "dexterity": 17,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "fire, poison, radiant",
            "condition_immunities": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Radiant Sparks",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 0 ft., one target in the swarm's space. Hit: 9 (2d8) radiant damage plus 9 (2d8) fire damage, or 4 (1d8) radiant damage plus 4 (1d8) fire damage if the swarm has half of its hp or fewer.",
                    "attack_bonus": 5,
                    "damage_dice": "2d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Drawn to Magic",
                    "desc": "The radiant spark swarm can pinpoint the location of magical items within 60 feet of it. If the swarm starts its turn within 60 feet of a magic item, it moves to that magic item and hovers around it. If the item is being worn or carried by a creature, the swarm attacks that creature. If multiple magic items are within 60 feet of the swarm, it moves to the item that is most rare. If more than one item is most rare, choose randomly among them."
                },
                {
                    "name": "Burning Radiance",
                    "desc": "A creature that touches the radiant spark swarm, starts its turn in the swarm's space, or hits the swarm with a melee attack while within 5 feet of it takes 2 (1d4) radiant damage and 2 (1d4) fire damage."
                },
                {
                    "name": "Illumination",
                    "desc": "The radiant spark swarm sheds bright light in a 10-foot radius and dim light for an additional 10 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."
                }
            ],
            "spell_list": [],
            "page_no": 305,
            "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_radiant-spark-swarm/"
        },
        {
            "slug": "repository",
            "desc": "A mechanical whir issues from this pyramid-shaped mechanism as it begins to unfold hundreds of jointed limbs. When the noise grows shrillest, alien runes alight across its golden surfaces._  \n**Secret Keepers.** The people of Leng are renowned traders, and it once occurred to a Leng inventor that knowledge is the most valuable trade good. That inventor’s identity is one of the many secrets the first repository faithfully keeps. These constructs are built for the reception, transmission, and safeguarding of information, and even those that don’t hold particularly coveted information still defend their charges with lethal force. Repositories sometimes hold secrets within their consciousness, a task made easier by the fact that these creatures can understand all languages. Others hold physical recordings of information within their chest cavities.  \n**Master of Language.** A repository exists to protect and trade information, and as such, it knows and can translate all languages. Its programming allows it to wield this mastery of language as a physical weapon. A repository can also use the power of language as a psychic assault, uttering words of power to attack the very minds of its enemies.  \n**Right Tool for the Job.** The chest cavity of a repository contains an extradimensional space that functions like a bag of holding, granting the repository the ability to pull out any tool that may be required. Most repositories keep sets of common tools stashed inside their chests, including thieves’ tools and smith’s tools. Some repositories, however, are equipped with specialized tools or magic items, depending on the creatures’ purpose at creation. Similarly, a repository can store anything it needs to protect in this extra-dimensional space. The repository is the only creature capable of retrieving items from this space while it is alive. When a repository is destroyed, its chest cavity becomes accessible to anyone that reaches inside its pyramidal form; however, the power holding this extra-dimensional space together fades after 1 hour. An object in the extra-dimensional space when it fades is destroyed. A creature in the extra-dimensional space when it fades is deposited in a random location on the Astral Plane.  \n**Construct Nature.** A repository doesn’t require air, food, drink, or sleep.",
            "name": "Repository",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d8+52",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "all",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The repository makes two slash attacks."
                },
                {
                    "name": "Slash",
                    "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": "Language Lash (Recharge 5-6)",
                    "desc": "The repository utters words of power, unleashing psychic energy in a 30-foot cone. Each creature in that area must make a DC 15 Intelligence saving throw. On a failure, a creature takes 14 (4d6) psychic damage and is incapacitated for 1 minute. On a success, a creature takes half the damage and isn't stunned. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The repository is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The repository has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The repository's weapon attacks are magical."
                },
                {
                    "name": "Self-Destruct",
                    "desc": "If a repository is reduced to 0 hp, it explodes, leaving behind its small, pyramidal chest cavity. Each creature within 20 feet of the repository when it explodes must make a DC 15 Dexterity saving throw, taking 14 (4d6) bludgeoning damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "spell_list": [],
            "page_no": 306,
            "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_repository/"
        },
        {
            "slug": "rock-roach",
            "desc": "The insect clings to a large rock and drips saliva on it. A puff of steam rises from the rock, and the creature licks at the liquid remains, leaving a pockmark in the stone._  \n**Rock Eaters.** The rock roach is a giant cousin to the roach, and it feeds on rocks deep beneath the ground. It uses its proboscis to deposit acidic saliva onto the rock, breaking it down and lapping up the liquefied minerals. A rock roach’s metabolism is slow to match its tedious eating process. Even still, a group of rock roaches can make quick work of a rocky wall, opening up routes between caverns. The roaches aren’t concerned for structural integrity and their eating habits, if left unimpeded, often lead to cave-ins.  \n**Naturally Hostile.** Rock roaches are instinctually hostile to anything that wanders near them, including each other. The roaches mate annually, and the parents abandon the eggs shortly after laying them. Young rock roaches band together for the first few months of life, protecting each other as they devour the rock where they hatched, then dispersing once they are large enough to defend themselves.  \n**Valuable Carapace.** The carapace of a rock roach is sought after by some groups of underground humanoids. Naturally resilient and hard, craftsman harvest the carapace and slowly sculpt it into a suit of armor in a month-long process that requires regular boiling of the tough carapace.",
            "name": "Rock Roach",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 67,
            "hit_dice": "9d8+27",
            "speed": {
                "walk": 30,
                "burrow": 20
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 17,
            "intelligence": 1,
            "wisdom": 6,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 8",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The rock roach makes two bite attacks. Alternatively, it can use Acid Spit twice."
                },
                {
                    "name": "Acid Spit",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 20/60 ft., one target. Hit: 5 (1d6 + 2) acid damage, and the target takes 3 (1d6) acid damage at the start of its next turn unless the target immediately uses its reaction to wipe off the spit.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2"
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 9 (2d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d6+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Dual Brain",
                    "desc": "The rock roach has two brains: one in its head and one in its abdomen. It can continue functioning normally, even if its head is removed or destroyed. While both its brains are intact, the rock roach uses its Constitution modifier instead of its Intelligence modifier when making Intelligence saving throws."
                }
            ],
            "spell_list": [],
            "page_no": 308,
            "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_rock-roach/"
        },
        {
            "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": "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": "transcendent-lunarchida",
            "desc": "A four-armed, four-legged creature in the vague shape of a human—but seemingly made of fine spider silk—moves down a tree, slowly chanting the incantation of a spell in the pale light of the full moon._  \n**Made in Corrupt Forests.** Lunarchidnas are beings of moonlight and spider silk created in forests permeated by residual dark magic. When this magic coalesces on a spider web touched by the light of a full moon, the web animates. The web gains life and flies through the forest, gathering other webs until it collects enough silk to form a faceless, humanoid body, with four legs and four arms.  \n**Hatred of Elves.** Lunarchidnas hate elves and love to make the creatures suffer. They poison water sources, set fire to villages, and bait monsters into stampeding through elf communities. These aberrations especially enjoy stealing away elf children to use as bait to trap the adults that come to the rescue.  \n**Cyclical Power.** The lunarchidna’s power is tied to the moon. When the skies are dark during a new moon, the lunarchidna becomes more shadow than living web. Its mental ability dulls, and it becomes barely more than a savage animal. When a full moon brightens the night, however, the lunarchidna becomes a conduit of lunar light and can channel that power through its body. Using its heightened intellect, it makes plans, writes notes, and plots from the safety of the trees where it makes its home. In the intermittent phases of the moon, the lunarchidna is a more than capable hunter, trapping and devouring prey it encounters while retaining enough knowledge of its plans and magic to further its goals in minor ways. The lunarchidna’s statistics change cyclically as shown on the Lunarchidna Moon Phase table.  \n\n#### Lunarchidna Moon Phase\n\nMoon Phase\n\nStatistics\n\nDaytime, new, or crescent moon\n\nOpen Game License",
            "name": "Transcendent Lunarchida",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "climb": 30,
                "walk": 30
            },
            "strength": 10,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 12,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned, restrained",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 14",
            "languages": "Deep Speech, Elvish",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The lunarchidna makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) necrotic damage. The target must succeed on a DC 13 Constitution saving throw or its hp maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d4+3"
                },
                {
                    "name": "Web (Recharge 5-6)",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 30/60 ft., one creature. Hit: The target is restrained by webbing. As an action the restrained target can make a DC 13 Strength check, bursting the webbing on a success. The webbing can also be attacked and destroyed (AC 10; hp 5; vulnerability to fire damage; immunity to bludgeoning, poison, and psychic damage)."
                },
                {
                    "name": "Lunar Beam (Recharge 5-6)",
                    "desc": "The lunarchidna flashes a beam of moonlight in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 15 Dexterity saving throw, taking 28 (8d6) radiant damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Light Invisibility",
                    "desc": "The lunarchidna is invisible while in bright or dim light."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The lunarchidna can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the lunarchidna has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Web Walker",
                    "desc": "The lunarchidna ignores movement restrictions caused by webbing."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The lunarchidna is a 8th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 15, +7 to hit with spell attacks). The lunarchidna has the following wizard spells prepared:\nCantrips (at will): minor illusion, mage hand, poison spray, ray of frost\n1st level (4 slots): color spray, detect magic, magic missile, shield\n2nd level (3 slots): alter self, suggestion, web\n3rd level (3 slots): counterspell, fireball, major image\n4th level (2 slots): black tentacles, confusion"
                }
            ],
            "spell_list": [],
            "page_no": 346,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_transcendent-lunarchida/"
        },
        {
            "slug": "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": "firetamer",
            "desc": "Firetamers are the elite elementalists of the fire elemental wardens, using their attunement to the primordial forces of the world to not just create fire, not just command it, but tame it to their will. A firetamer is nothing like the manic pyromancers; while the latter recklessly wields fire as a weapon, firetamers use their talent to protect others from fire’s destructive power—or to use that same power to destroy those who threaten their people. Firetamers are almost always accompanied by a salamander, a fire elemental, or a small herd of magma or smoke mephits.",
            "name": "Firetamer",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "neutral good",
            "armor_class": 17,
            "armor_desc": "red dragon scale mail",
            "hit_points": 92,
            "hit_dice": "16d8+20",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Common, Druidic, Primordial (Ignan)",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage plus 14 (4d6) fire damage. Flamecharm (Recharges after a Short or Long Rest). The firetamer can cast dominate monster (save DC 16) on a fire elemental or other fire elemental creature. If the elemental has 150 or more hit points, it has advantage on the saving throw.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6+4d6",
                    "damage_bonus": 2
                },
                {
                    "name": "Flamecharm (Recharges after a Short or Long Rest)",
                    "desc": "The firetamer can cast _dominate monster_ (save DC 16) on a fire elemental or other fire elemental creature. If the elemental has 150 or more hit points, it has advantage on the saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flameform",
                    "desc": "As a bonus action, the firetamer can transform into a **fire elemental**. While in this form, the firetamer 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 firetamer is reduced to 0 hit points, falls unconscious, or dies in this form, it reverts to its humanoid form. It can remain in flameform for up to 5 hours, and can enter flameform twice, regaining expended uses after completing a short or long rest."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The firetamer is a 9th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 16, +8 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, mending, produce flame\n* 1st level (4 slots): cure wounds, faerie fire, longstrider, jump\n* 2nd level (3 slots): flame blade, heat metal, lesser restoration\n* 3rd level (3 slots): daylight, dispel magic, protection from energy\n* 4th level (3 slots): blight, freedom of movement, wall of fire 5th level (1 slot): conjure elemental"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/druidcraft/",
                "https://api.open5e.com/v2/spells/mending/",
                "https://api.open5e.com/v2/spells/produce-flame/",
                "https://api.open5e.com/v2/spells/cure-wounds/",
                "https://api.open5e.com/v2/spells/faerie-fire/",
                "https://api.open5e.com/v2/spells/longstrider/",
                "https://api.open5e.com/v2/spells/jump/",
                "https://api.open5e.com/v2/spells/flame-blade/",
                "https://api.open5e.com/v2/spells/heat-metal/",
                "https://api.open5e.com/v2/spells/lesser-restoration/",
                "https://api.open5e.com/v2/spells/daylight/",
                "https://api.open5e.com/v2/spells/dispel-magic/",
                "https://api.open5e.com/v2/spells/protection-from-energy/",
                "https://api.open5e.com/v2/spells/blight/",
                "https://api.open5e.com/v2/spells/freedom-of-movement/",
                "https://api.open5e.com/v2/spells/wall-of-fire/",
                "https://api.open5e.com/v2/spells/conjure-elemental/"
            ],
            "page_no": 128,
            "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_firetamer/"
        },
        {
            "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": "abominable-beauty",
            "desc": "_An otherworldly humanoid of such indescribable beauty, it pains anyone’s eyes to gaze upon her._  \n**Beauty that Destroys.** An abominable beauty is so perfect that her gaze blinds, her voice is so melodious that no ears can withstand it, and her touch is so tantalizing that it burns like fire. In adolescence, this fey creature adopts features that meet the superficial ideals of the nearest humanoid population: long‐legged elegance near elves, a stout figure with lustrous hair near dwarves, unscarred or emerald skin near goblins.  \n**Jealous and Cruel.** Abominable beauties are so consumed with being the most beautiful creature in the region that they almost invariably grow jealous and paranoid about potential rivals. Because such an abominable beauty cannot abide competition, she seeks to kill anyone whose beauty is compared to her own.  \n**Male of the Species.** Male abominable beauties are rare but even more jealous in their rages.",
            "name": "Abominable Beauty",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 187,
            "hit_dice": "22d8+88",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 17,
            "wisdom": 16,
            "charisma": 26,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 12,
            "perception": 7,
            "skills": {
                "deception": 12,
                "perception": 7,
                "performance": 12,
                "persuasion": 12
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "passive Perception 17",
            "languages": "Common, Draconic, Elvish, Sylvan",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The abominable beauty makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "+8 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) damage plus 28 (8d6) fire damage."
                },
                {
                    "name": "Blinding Gaze (Recharge 5-6)",
                    "desc": "A creature within 30 feet of the abominable beauty who is targeted by this attack and who meets the abominable beauty's gaze must succeed on a DC 17 Charisma saving throw or be blinded. If the saving throw succeeds, the target creature is permanently immune to this abominable beauty's Blinding Gaze."
                },
                {
                    "name": "Deafening Voice (Recharge 5-6)",
                    "desc": "An abominable beauty's voice is lovely, but any creature within 90 feet and able to hear her when she makes her Deafening Voice attack must succeed on a DC 16 Constitution saving throw or be permanently deafened."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Burning Touch",
                    "desc": "The abominable beauty's slam attacks do 28 (8d6) fire damage. A creature who touches her also takes 28 (8d6) fire damage."
                }
            ],
            "spell_list": [],
            "page_no": 11,
            "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_abominable-beauty/"
        },
        {
            "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": "bagiennik",
            "desc": "_With webbed claws, bulbous eyes, and two nostril-slits that ooze an oily black substance, the creature is not quite hideous—but it might be, if most of it wasn’t concealed by a thick coating of muck and mud._  \n**Bathing Uglies.** When a bagiennik is alone, it spends its time bathing in local springs, rivers, and marshes. The creature sifts through the muck and silt, extracting substances that enhance its oily secretions. If anything disturbs the creature during its languorous bathing sessions, it angrily retaliates. Once a bagiennik has bathed for four hours it seeks a target for mischief or charity.  \n**Unpredictable Moods.** One never knows what to expect with a bagiennik. The same creature might aid an injured traveler one day, smear that person with corrosive, acidic oil the next day, and then extend tender care to the burned victim of its own psychotic behavior. If the creature feels beneficent, it heals injured animals or even diseased or injured villagers. If a bagiennik visits a settlement, the ill and infirm approach it cautiously while everyone else hides to avoid provoking its wrath. When a bagiennik leaves its bath in an angry mood, it raves and seeks out animals or humanoids to spray its oil onto. If a victim drops to 0 hit points, the foul-tempered bagiennik applies healing oil to stabilize them, grumbling all the while.  \n**Acid Oils.** Collecting a dead bagiennik’s black oils must be done within an hour of the creature’s death. A successful DC 15 Wisdom (Medicine) check yields one vial of acid, or two vials if the result was 20 or higher. A bagiennik can use these chemicals either to heal or to harm, but no alchemist or healer has figured out how to reproduce the healing effects. Other than their acidic effect, the secretions lose all potency within moments of being removed from a bagiennik. A bagiennik weighs 250 lb., plus a coating of 20 to 50 lb. of mud and muck.",
            "name": "Bagiennik",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 30,
                "swim": 40
            },
            "strength": 16,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 16,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bagiennik makes two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 18 (4d6 + 4) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "4d6"
                },
                {
                    "name": "Acid Spray",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 15 ft., one target. Hit: 14 (2d10 + 3) acid damage. The target must make a successful DC 13 Dexterity saving throw or fall prone in the slick oil, which covers an area 5 feet square. A creature that enters the oily area or ends its turn there must also make the Dexterity saving throw to avoid falling prone. A creature needs to make only one saving throw per 5-foot-square per turn, even if it enters and ends its turn in the area. The slippery effect lasts for 3 rounds.",
                    "attack_bonus": 6,
                    "damage_dice": "2d10"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Healing Oil",
                    "desc": "A bagiennik can automatically stabilize a dying creature by using an action to smear some of its oily secretion on the dying creature's flesh. A similar application on an already-stable creature or one with 1 or more hit points acts as a potion of healing, restoring 2d4 + 2 hit points. Alternatively, the bagiennik's secretion can have the effect of a lesser restoration spell. However, any creature receiving a bagiennik's Healing Oil must make a successful DC 13 Constitution saving throw or be slowed for 1 minute."
                }
            ],
            "spell_list": [],
            "page_no": 31,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_bagiennik/"
        },
        {
            "slug": "blood-hag",
            "desc": "_This bent-backed crone has long, leathery arms and cruel, flesh‑shearing talons. Her face is a misshapen mass of leathery flesh with a bulbous nose, like a gnarled knot on an old oak tree._  \n**Vampiric Origins.** Blood hags have long skulked on the fringes of society. The first blood hags appeared when a red hag mated with a mad vampire archmage­­—their offspring became the first blood hags. Many more followed.  \n**Face Stealers.** Blood hags prey on mankind, stealing their seed to propagate, their blood to satisfy their insatiable thirst, and their faces as trophies of these short-lived and bloody trysts.  \n**Worm Hair.** A blood hag’s hair is a morass of wriggling worms, ever thirsty for fresh blood.",
            "name": "Blood Hag",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 178,
            "hit_dice": "21d8+84",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 19,
            "wisdom": 21,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 9,
            "skills": {
                "deception": 7,
                "intimidation": 7,
                "perception": 9,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, poisoned",
            "senses": "blood sense 90 ft., darkvision 60 ft., passive Perception 19",
            "languages": "Common, Giant, Infernal, Sylvan, Trollkin",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The blood hag makes two claw attacks and one blood-drinking hair attack."
                },
                {
                    "name": "Blood-Drinking Hair",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) piercing damage and a Medium or smaller target is grappled (escape DC 15). A grappled creature takes 13 (2d8 + 3) necrotic damage at the start of the hag's turns, and the hag heals half as many hit points. The hag gains excess healing as temporary hit points. The hag can grapple one or two creatures at a time. Also see Face Peel.",
                    "attack_bonus": 9,
                    "damage_dice": "3d8"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 19 (4d6 + 5) slashing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "4d6"
                },
                {
                    "name": "Call the Blood",
                    "desc": "The blood hag targets a living creature within 30 feet that she detects with her blood sense and makes the target bleed uncontrollably. The target must make a successful DC 16 Constitution saving throw or suffer one of the effects listed below. A target that saves successfully cannot be affected by this hag's ability again for 24 hours."
                },
                {
                    "name": "1",
                    "desc": "Blood Choke Curse. The target's mouth fills with blood, preventing any speech or spellcasting with verbal components for 1 minute."
                },
                {
                    "name": "2",
                    "desc": "Blood Eye. The target's eyes well up with bloody tears. The target is blinded for 1 minute."
                },
                {
                    "name": "3",
                    "desc": "Heart Like Thunder. The target hears only the rushing of blood and their thumping heart. They are deaf for 1 minute."
                },
                {
                    "name": "4",
                    "desc": "Rupturing Arteries. The victim suffers 7 (2d6) slashing damage as its veins and arteries burst open. The target repeats the saving throw at the beginning of each of its turns. It takes 3 (1d6) necrotic damage if the saving throw fails, but the effect ends on a successful save."
                },
                {
                    "name": "Face Peel",
                    "desc": "The blood hag peels the face off one grappled foe. The target must make a DC 17 Dexterity saving throw. If the saving throw fails, the face is torn off; the target takes 38 (8d6 + 10) slashing damage and is stunned until the start of the hag's next turn. If the save succeeds, the target takes half damage and isn't stunned. Heal, regeneration, or comparable magic restores the stolen features; other curative magic forms a mass of scar tissue. The peeled-off face is a tiny, animated object (per the spell-20 HP, AC 18, no attack, Str 4, Dex 18) under the hag's control. It retains the former owner's memories and personality. Blood hags keep such faces as trophies, but they can also wear someone's face to gain advantage on Charisma (Deception) checks made to imitate the face's former owner."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blood Sense",
                    "desc": "A blood hag automatically senses the blood of living creatures within 90 feet and can pinpoint their locations within 30 feet."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the hag's innate spellcasting ability is Charisma (spell save DC 15). She can innately cast the following spells, requiring no material components:\n\nat will: disguise self, knock, minor illusion, misty step, pass without trace, protection from evil and good, tongues, water breathing\n\n3/day each: bestow curse, invisibility, mirror image\n\n1/day each: cloudkill, modify memory"
                }
            ],
            "spell_list": [],
            "page_no": 242,
            "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_blood-hag/"
        },
        {
            "slug": "chort-devil",
            "desc": "_Small horns crown this pig-faced devil’s head. It stands on shaggy goat legs and holds a flaming polearm in its clawed hands. It bears a wicked gleam in its black eyes._  \n**Bad Bargains.** Quick and canny, a chort devil uses varied, pleasing forms to entice mortals to make terrible bargains, but it revels in its obvious devilishness. A chort wants its victim to know it is dealing with a devil. The relative straightforwardness of this approach enables the creature to better deceive those whom it bargains with. After all, the chort affirms, if the victim weren’t so desperate, he wouldn’t be bargaining with a devil. If necessary, an implied threat of immolation gives it greater bargaining power, but the creature is careful not to torture or otherwise harm its patsy, since that voids any potential contract.  \n**Recitation of Contracts.** An annual spectacle in large cities involves some poor fool who believes he can trick a chort and escape a legal bargain. The devil appears and recites the entirety of the contract its victim signed, replete with embarrassing details about a dispatched rival, the ensnarement of a love who once spurned him, and other disclosures. A chort ensures all those entangled in its victim’s affairs are present to hear it, and it disappears once all the victim's dark secrets have been revealed.  \n**Smear Tactics.** A zealous opponent of the chort often finds himself the victim of his own hubris, as the devil digs up or creates vile tales about its foe and brings his folly to light. A chort enjoys tarnishing the reputation of tools of good. For example, it may steal a paladin’s sword and use it to murder an especially pious person, leaving the sword in the victim. Thus, a chort dispatches a foe strongly resistant to its manipulations, brings suspicion to another potential foe, and taints a weapon—at least in reputation—which might be used against it.",
            "name": "Chort Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 187,
            "hit_dice": "15d8+120",
            "speed": {
                "walk": 30
            },
            "strength": 24,
            "dexterity": 20,
            "constitution": 26,
            "intelligence": 18,
            "wisdom": 20,
            "charisma": 20,
            "strength_save": 11,
            "dexterity_save": 9,
            "constitution_save": 12,
            "intelligence_save": 8,
            "wisdom_save": null,
            "charisma_save": 9,
            "perception": 9,
            "skills": {
                "athletics": 11,
                "deception": 9,
                "insight": 9,
                "perception": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "cold, fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120 ft., passive Perception 19",
            "languages": "Celestial, Common, Draconic, Infernal, Primordial; telepathy (120 ft.)",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chort devil makes three melee attacks with its flaming ranseur, or three melee attacks with its claws."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 12 (2d4 + 7) slashing damage plus 2 (1d4) Charisma damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d4"
                },
                {
                    "name": "Flaming Ranseur",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 12 (1d10 + 7) piercing damage plus 10 (3d6) fire damage.",
                    "attack_bonus": 11,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Devilish Weapons",
                    "desc": "Any weapons wielded by a chort devil do 10 (3d6) fire damage in addition to their normal weapon damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the chort devil's spellcasting ability is Charisma (spell save DC 17, +9 to hit with spell attacks). The chort devil can innately cast the following spells, requiring no material components:\n\nat will: blur, magic circle, teleport\n\n3/day: scorching ray (5 rays)\n\n1/day each: dispel magic, dominate person, flame strike, haste"
                }
            ],
            "spell_list": [],
            "page_no": 104,
            "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_chort-devil/"
        },
        {
            "slug": "deep-one",
            "desc": "Deep Ones With enormous eyes, a wide mouth, and almost no chin, the deep ones are hideous, fishlike folk, often hunched and scaled when encountered in coastal villages.  \n_**Elder Gods.**_ In their fully grown form, the deep ones are an ocean-dwelling race that worships elder gods such as Father Dagon and Mother Hydra, and they dwell in deep water darkness. They’ve intermarried with coastal humans to create human-deep one hybrids.  \n_**Coastal Raiders.**_ The deep ones keep to themselves in isolated coastal villages and settlements in the ocean for long periods, and then turn suddenly, at the command of their patron gods, into strong, relentless raiders, seizing territory, slaves, and wealth all along the coasts. Some deep ones have even founded small kingdoms lasting generations in backwater reaches or distant chilled seas.  \n_**Demand Sacrifices.**_ They demand tolls from mariners frequently; those who do not leave tribute to them at certain islands or along certain straits find the fish escape their nets, or the storms shatter their hulls and drown their sailors. Over time, some seafaring nations have found it more profitable to ally themselves with the deep ones; this is the first step in their patient plans to dominate and rule.",
            "name": "Deep One",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 8,
            "charisma": 12,
            "strength_save": 5,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 3,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 9",
            "languages": "Common, Void Speech",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack. +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "A deep one can breathe air or water with equal ease."
                },
                {
                    "name": "Frenzied Rage",
                    "desc": "On its next turn after a deep one takes 10 or more damage from a single attack, it has advantage on its claws attack and adds +2 to damage."
                },
                {
                    "name": "Lightless Depths",
                    "desc": "A deep one is immune to the pressure effects of the deep ocean."
                },
                {
                    "name": "Ocean Change",
                    "desc": "A deep one born to a human family resembles a human child, but transforms into an adult deep one between the ages of 16 and 30."
                }
            ],
            "spell_list": [],
            "page_no": 73,
            "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_deep-one/"
        }
    ]
}