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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/v1/monsters/?format=api&ordering=dexterity_save&page=15",
    "previous": "https://api.open5e.com/v1/monsters/?format=api&ordering=dexterity_save&page=13",
    "results": [
        {
            "slug": "drakon",
            "desc": "_These winged snakes are coastal beasts and sometimes confused with true dragons or wyverns. They are neither, but quite deadly in their own right._  \n**Searing Acid.** Drakon fangs do not deliver venom; volatile acid constantly burbles up from a drakon's stomach and enhances its attacks. A caustic drool clings to creatures they bite, and drakons can also belch clouds of searing vapor. Their lairs reek with acidic vapors and droplets of searing liquid.  \n**Dissolving Gaze.** The gaze of a drakon can paralyze creatures and dissolve them.  \n**Coastal Beasts.** Drakons lair along warm, largely uninhabited coasts, where they explore the shores and the coastal shelf, spending as much time above the waves as under them. Fortunately, they rarely travel far inland.",
            "name": "Drakon",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d10+28",
            "speed": {
                "walk": 30,
                "fly": 60,
                "swim": 40
            },
            "strength": 14,
            "dexterity": 19,
            "constitution": 15,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid",
            "damage_immunities": "",
            "condition_immunities": "paralyzed",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The drakon makes one bite attack and one tail attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage plus 10 (4d4) acid damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 8 (1d8 + 4) bludgeoning damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Acid Breath (Recharge 5-6)",
                    "desc": "The drakon exhales acidic vapors in a 15-foot cone. Each creature in that area takes 28 (8d6) acid 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": "Dissolving Gaze",
                    "desc": "When a creature that can see the drakon's eyes starts its turn within 30 feet of the drakon, the drakon can force it to make a DC 13 Constitution saving throw if the drakon isn't incapacitated and can see the creature. On a failed saving throw, the creature takes 3 (1d6) acid damage, its hit point maximum is reduced by an amount equal to the acid damage it takes (which ends after a long rest), and it's paralyzed until the start of its next turn. Unless surprised, a creature can avert its eyes at the start of its turn to avoid the saving throw. If the creature does so, it can't see the drakon until the start of its next turn, when it chooses again whether to avert its eyes. If the creature looks at the drakon before then, it must immediately make the saving throw."
                }
            ],
            "spell_list": [],
            "page_no": 157,
            "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_drakon/"
        },
        {
            "slug": "dream-eater",
            "desc": "_This tattered skeletal humanoid resembles a monster from a nightmare. A dream eater’s natural form is mostly human in appearance, though with vestigial skeletal wings with a few feathers, small horns, sharp teeth, and cloven hooves. Most often they use magic to disguise themselves as attractive members of a humanoid race._  \n**Drawn to Sin.** Dream eaters are dedicated to lust, gluttony, and greed, and they make their lairs in casinos, brothels, thieves’ dens, and other locations where gambling, food, and other pleasures are readily available. Sometimes dream eaters work together to create such a place, especially near large towns or cities. Some band together to create traveling shows, offering all the oddities, whimsies, and flights of fantasy customary for such entertainers.  \n**Devouring Hopes.** Dream eaters lure people into their lairs, enticing them with promises of pleasure or wealth, but they make sure the odds are stacked in their favor. Eventually, their victims are left with nothing. Worse than the loss of physical treasures, though, dream eaters leave their victims stripped of all hopes and aspirations. Dream eaters feed on their emotions, leaving helpless thralls willing to sell their souls for their vices.  \n**Lords of Confusion.** When confronted, dream eaters are dangerous opponents. Using their innate abilities, they can drive enemies into a dream state, using the resulting confusion to make their escape while their foes destroy themselves.",
            "name": "Dream Eater",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 30,
                "fly": 20
            },
            "strength": 15,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 16,
            "wisdom": 13,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 8,
                "insight": 4,
                "persuasion": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Celestial, Common, Draconic, Infernal, telepathy 100 ft.",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dream eater makes one bite attack and one claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d8 + 2) piercing damage, and the target is grappled (escape DC 12).",
                    "attack_bonus": 7,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 24 (4d10 + 2) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "4d10"
                },
                {
                    "name": "Dream Eater's Caress",
                    "desc": "A creature that ends its turn grappled by a dream eater is restrained until the end of its next turn, it takes 5 (1d4 + 3) psychic damage, and the dream eater gains the same number of temporary hit points."
                },
                {
                    "name": "Lotus Scent (Recharge 6)",
                    "desc": "The dream eater secretes an oily chemical that most creatures find intoxicating. All living creatures within 30 feet must succeed on a DC 14 Constitution saving throw against poison or be poisoned for 2d4 rounds. While poisoned this way, the creature is stunned. Creatures that successfully save are immune to that dream eater's lotus scent for 24 hours."
                },
                {
                    "name": "Waking Dreams (1/Day)",
                    "desc": "Every creature within 20 feet of the dream eater must make a DC 16 Charisma saving throw. Those that fail enter waking dreams and are confused (as the spell) for 6 rounds. On turns when the creature can act normally (rolls 9 or 10 for the confusion effect), it can repeat the saving throw at the end of its turn, and the effect ends early on a successful save."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shapechanger",
                    "desc": "The dream eater can use its turn to polymorph into a Small or Medium humanoid it has seen, or back into its true form. Its statistics, other than its size, are the same in all forms. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the dream eater's innate spellcasting ability is Charisma (spell save DC 16). It can innately cast the following spells, requiring no material components:\n\nat will: command\n\n3/day: suggestion"
                }
            ],
            "spell_list": [],
            "page_no": 158,
            "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_dream-eater/"
        },
        {
            "slug": "drowned-maiden",
            "desc": "_The drowned maiden is usually found as the corpse of a women floating in the water, her long hair drifting with the current. Occasionally, these are drowned lads rather than maidens, though this is rare._  \n**Raging Romantics.** Drowned maidens are piteous but terrifying undead, created when a woman dies in water due to a doomed romance, whether from unrequited love or whether drowned by a philandering partner. Either way, the drowned maiden awakens from death seeking vengeance. Even as she dishes out retribution, a drowned maiden often anguishes over her doomed existence and tragic fate.  \n**Beckoning for Help.** The maiden lurks in the silent depths where she died—usually deserted docks, bridges, or coastal cliffs. She waits to pull the living to the same watery grave in which she is now condemned. A drowned maiden uses her disguise self ability to appear as in life. She silently beckons victims from afar, as if in danger of drowning. When within range, the maiden uses her hair to pull her victim close enough to kiss it. Victims soon weaken and drown. The victim’s final vision is the drowned maiden’s tearful lament over the loss of life.  \n**Death to Betrayers.** Desperate individuals may bargain with drowned maidens, and they will release pleading victims who promise to return to their lair with the person who caused the maiden’s death. Embracing and drowning her betrayer releases the maiden from undeath.",
            "name": "Drowned Maiden",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "20d8",
            "speed": {
                "walk": 30,
                "swim": 40
            },
            "strength": 15,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The drowned maiden makes two claw attacks and one hair attack, each of which it can replace with one kiss attack."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Hair",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 20 ft., one target. Hit: 14 (2d10 + 3) slashing damage, and the target is grappled (escape DC 16). Three creatures can be grappled at a time.",
                    "attack_bonus": 6,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Kiss",
                    "desc": "The drowned maiden can kiss one target that is grappled and adjacent to her. The target must succeed on a DC 15 Charisma saving throw or take 1d6 Strength damage."
                },
                {
                    "name": "Reel",
                    "desc": "The drowned maiden pulls a grappled creature of Large size or smaller up to 15 feet straight toward herself."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Grasping Hair",
                    "desc": "The drowned maiden's hair attacks as though it were three separate limbs, each of which can be attacked (AC 19; 15 hit points; immunity to necrotic, poison, and psychic damage; resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks not made with silvered weapons). A lock of hair can be broken if a creature takes an action and succeeds on a DC 15 Strength check against it."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the drowned maiden'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, silence"
                }
            ],
            "spell_list": [],
            "page_no": 159,
            "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_drowned-maiden/"
        },
        {
            "slug": "dullahan",
            "desc": "_The black horse strides out of the shadows with its nostrils huffing steam. Its rider, swathed in black leather, raises his arm to reveal not a lantern but its own severed, grinning head._  \nThough it appears to be a headless rider astride a black horse, the dullahan is a single creature. The fey spirit takes the shape of the rider holding its own head aloft like a lantern, or (more rarely) the form of an ogre cradling its head in one arm.  \n**Harbingers of Death.** Hailing from the darkest of fey courts, the dullahan are macabre creatures that walk hand in hand with death. They sometimes serve powerful fey lords and ladies, riding far and wide in the capacity of a herald, bard, or ambassador. More often than not they carry doom to a wretch who roused their lord’s ire.  \n**Relentless Nature.** The dullahan doesn’t require food, drink, or sleep.",
            "name": "Dullahan",
            "size": "Large",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 178,
            "hit_dice": "17d10+85",
            "speed": {
                "walk": 60
            },
            "strength": 19,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 13,
            "wisdom": 15,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "intimidation": 7,
                "perception": 6,
                "persuasion": 7,
                "survival": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic",
            "condition_immunities": "charmed, frightened, exhaustion",
            "senses": "blindsight 60 ft., passive Perception 16",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dullahan makes two attacks with its spine whip."
                },
                {
                    "name": "Spine Whip",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) slashing damage plus 10 (3d10) necrotic damage. If the target is a creature it must make a DC 15 Constitution saving throw or be wracked with pain and fall prone.",
                    "attack_bonus": 8,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Seal the Doom",
                    "desc": "The dullahan points at a creature marked by Deathly Doom within 40 feet than it can see. The creature must succeed at a DC 15 Constitution saving throw against this magic or immediately drop to 0 hit points. A creature that successfully saves is immune to this effect for 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Interposing Glare",
                    "desc": "When the dullahan is hit by a melee attack it can move its severed head in front of the attacker's face. The attacker is affected by the dullahan's Baleful Glare immediately. If the creature is averting its eyes this turn, it must still make the save, but does so with advantage."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Baleful Glare",
                    "desc": "When a creature that can see the eyes of the dullahan's severed head starts its turn within 30 feet of the dullahan, the dullahan can force it to make a DC 15 Wisdom saving throw if the dullahan isn't incapacitated and can see the creature. On a failed save, the creature is frightened until the start of its next turn. While frightened in this way the creature must move away from the dullahan, and can only use its action to Dash. If the creature is affected by the dullahan's Deathly Doom trait, it is restrained while frightened instead. Unless surprised, a creature can avert its eyes to avoid the saving throw at the start of its turn. If the creature does so, it can't see the dullahan until the start of its next turn, when it can avert its eyes again. If the creature looks at the dullahan in the meantime, it must immediately make the save."
                },
                {
                    "name": "Deathly Doom (1/Day)",
                    "desc": "As a bonus action, the dullahan magically dooms a creature. The dullahan knows the direction to the doomed creature as long as it is on the same plane."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the dullahan's innate spellcasting ability is Charisma (spell save DC 15, +7 to hit with spell attacks). The dullahan can innately cast the following spells, requiring no material or somatic components:\n\nat will: bane, chill touch, hex, knock\n\n3/day each: false life, see invisibility\n\n1/day: blight"
                },
                {
                    "name": "Relentless Advance",
                    "desc": "The dullahan is unaffected by difficult terrain, and can ride over water and other liquid surfaces."
                }
            ],
            "spell_list": [],
            "page_no": 161,
            "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_dullahan/"
        },
        {
            "slug": "dune-mimic",
            "desc": "_When a dune mimic strikes, the sand surges and shifts, a sinkhole opens, and sandy tendrils snatch at nearby creatures._  \n**Enormous Forms.** Though most commonly seen as dunes, a dune mimic can take the form of a date palm grove, a riverbank, an enormous boulder, or other large shapes in the landscape.  \n**A King’s Guardians.** Dune mimics were created by a forgotten king as guardians for his desert tomb. Somewhere, dozens of them guard vast wealth.  \n**Spread by Spores.** Although not intended to reproduce, they began producing spores spontaneously and replicating themselves, so that now they’re spread across the deserts. Luckily for the other inhabitants, dune mimics reproduce just once per century.",
            "name": "Dune Mimic",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d12+64",
            "speed": {
                "walk": 10
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 18,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid",
            "condition_immunities": "prone",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 14",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dune mimic makes four pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage. If the dune mimic is in object or terrain form, the target is subjected to the mimic's Adhesive trait.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Engulf",
                    "desc": "The dune mimic engulfs all creatures it has grappled. An engulfed creature can't breathe, is restrained, is no longer grappled, has total cover against attacks and other effects outside the dune mimic, and takes 18 (4d8) acid damage at the start of each of the dune mimic's turns. When the dune mimic moves, the engulfed creature moves with it. An engulfed creature can try to escape by taking an action to make a DC 15 Strength check. On a success, the creature escapes and enters a space of its choice within 5 feet of the dune mimic."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Shapechanger",
                    "desc": "The dune mimic can use its action to polymorph into a Huge object or terrain feature (maximum area 25 x 25 feet) or back into its true, amorphous form. Since its coating of dust, sand, and gravel can't be hidden, it usually disguises itself as a terrain feature or eroded ruin. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Adhesive (Object or Terrain Form Only)",
                    "desc": "The dune mimic adheres to anything that touches it. A creature adhered to the dune mimic is also grappled by it (escape DC 15). Ability checks made to escape this grapple have disadvantage. The dune mimic can harden its outer surface, so only the creatures it chooses are affected by this trait."
                },
                {
                    "name": "False Appearance (Object or Terrain Form Only)",
                    "desc": "While the dune mimic remains motionless, it is indistinguishable from an ordinary object or terrain feature."
                },
                {
                    "name": "Grappler",
                    "desc": "The dune mimic has advantage on attack rolls against a creature grappled by it."
                }
            ],
            "spell_list": [],
            "page_no": 162,
            "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_dune-mimic/"
        },
        {
            "slug": "duskthorn-dryad",
            "desc": "_A duskthorn dryad is a striking woman with obvious fey features and skin the color of slate, often found in the shade of an ancient tree. Clothed in vines and leaves, it can be difficult to tell where one leaves off and the other begins._  \n**Creeper Vine Spirits.** Duskthorn dryads are spirits tied to thorn-bearing creeper vines. They seek out dead trees and use them as a home for their vines to cling to. They can travel through trees to escape their foes but must stay near their vines.  \n**Create Guardians.** Duskthorn dryads use their vines and the plants in their glades to defend themselves, animating enormously strong vine troll skeletons as well as ordinary skeletons, children of the briar, and other horrors. These defenders are linked to the tree and vines that animated them, are controlled by hearts within the tree. If the hearts are destroyed, the servants wither or scatter.",
            "name": "Duskthorn Dryad",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 77,
            "hit_dice": "14d8+14",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 13,
            "intelligence": 14,
            "wisdom": 15,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "deception": 9,
                "nature": 6,
                "perception": 4,
                "persuasion": 9,
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Elvish, Sylvan, Umbral",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d4 + 5) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 150/600 ft., one target. Hit: 9 (1d8 + 5) piercing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the dryad's innate spellcasting ability is Charisma (spell save DC 17). She can innately cast the following spells, requiring no material components:\n\nat will: dancing lights, druidcraft\n\n3/day each: charm person, entangle, invisibility, magic missile\n\n1/day each: barkskin, counterspell, dispel magic, fog cloud, shillelagh, suggestion, wall of thorns"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The dryad has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Speak with Beasts and Plants",
                    "desc": "The dryad can communicate with beasts and plants as if they shared a language."
                },
                {
                    "name": "Tree Stride",
                    "desc": "Once on her turn, the dryad can use 10 feet of her movement to step magically into one dead tree within her reach and emerge from a second dead tree within 60 feet of the first tree, appearing in an unoccupied space within 5 feet of the second tree. Both trees must be Large or bigger."
                },
                {
                    "name": "Tree Dependent",
                    "desc": "The dryad is mystically bonded to her duskthorn vines and must remain within 300 yards of them or become poisoned. If she remains out of range of her vines for 24 hours, she suffers 1d6 Constitution damage, and another 1d6 points of Constitution damage every day that follows - eventually, this separation kills the dryad. A dryad can bond with new vines by performing a 24-hour ritual."
                }
            ],
            "spell_list": [],
            "page_no": 160,
            "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_duskthorn-dryad/"
        },
        {
            "slug": "dust-goblin",
            "desc": "_A ragged creature emerges from the sand. Its spindly frame is encased in a hodge‑podge of armor scraps and rusted weapons. A long, hooked nose protrudes over a wide mouth filled with sharp teeth._  \nDust goblins vary greatly in size and appearance, although they are universally scrawny, bony, and lanky. They seem to suffer from malnutrition even when in perfect health, a perception reinforced by the way their bellies distend after they’ve gorged themselves on flesh. Their skin is always dry and cracked, ranging from dusky gray to dark green in color.  \n**Rule the Wastelands.** Dust goblins are twisted creatures, tainted by many generations of life in a blasted wasteland. After a magical war devastated the dust goblins’ homeland, they rose to become the most dominant inhabitants. They inhabit ancient ruins and ambush travelers who stray too close to their borders.  \n**Twisted Minds.** The lingering magical energy saturating the wastes of their home, coupled with the harsh conditions in which they scratch out a living, have tainted the minds of all dust goblins. Their thinking is alien and unfathomable to most creatures. Whereas most goblins are cowardly, dust goblins don’t seem to experience fear. To the contrary, they enjoy wearing skull helmets and using ghostly whistles to frighten foes. Owing to this alien mindset, dust goblins get along disturbingly well with aberrations. The creatures often forge alliances and work together for mutual benefit, while making their unnerving mark on communal lairs.  \nDust goblins range from 2 to 4 feet tall, and weigh between 20 and 80 pounds.",
            "name": "Dust Goblin",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "goblinoid",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "leather armor",
            "hit_points": 5,
            "hit_dice": "1d6+2",
            "speed": {
                "walk": 40
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 8,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "Common, Goblin",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Light Crossbow",
                    "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"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Twisted",
                    "desc": "When the dust goblin attacks a creature from hiding, its target must make a successful DC 10 Wisdom saving throw or be frightened until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 232,
            "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_dust-goblin/"
        },
        {
            "slug": "dwarven-ringmage",
            "desc": "",
            "name": "Dwarven Ringmage",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "dwarf",
            "group": null,
            "alignment": "any",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 82,
            "hit_dice": "15d8+15",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 13,
            "intelligence": 18,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": 7,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 7,
                "history": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Dwarvish",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dwarven ringmage makes two melee attacks."
                },
                {
                    "name": "Ring-Staff",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d6) bludgeoning damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Dwarven Resistance",
                    "desc": "The dwarven ringmage has advantage on saving throws against poison."
                },
                {
                    "name": "Ring Magic",
                    "desc": "The dwarven ringmage can imbue a nonmagical ring with a spell that has a range of self or touch. Doing so expends components as if the dwarven ringmage had cast the spell normally and uses a spell slot one level higher than the spell normally requires. When the wearer of the ring activates the ring as an action, the spell is cast as if the dwarven ringmage had cast the spell. The dwarven ringmage does not regain the spell slot until the ring is discharged or the dwarven ringmage chooses to dismiss the spell."
                },
                {
                    "name": "Ring-Staff Focus",
                    "desc": "The dwarven ringmage can use his ring-staff as a focus for spells that require rings as a focus or component, or for his Ring Magic ability. If used as a focus for Ring Magic, the spell does not require a spell slot one level higher than the spell normally requires. Once per day, the dwarven ringmage can imbue a spell of 4th level or lower into his ring-staff by expending a spell slot equal to the spell being imbued."
                },
                {
                    "name": "Spellcasting",
                    "desc": "the mage is a 9th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 15, +7 to hit with spell attacks). The mage has the following wizard spells prepared:\n\ncantrips (at will): fire bolt, mage hand, shocking grasp, true strike\n\n1st level (4 slots): expeditious retreat, magic missile, shield, thunderwave\n\n2nd level (3 slots): misty step, web\n\n3rd level (3 slots): counterspell, fireball, fly\n\n4th level (3 slots): greater invisibility, ice storm\n\n5th level (1 slot): cone of cold"
                }
            ],
            "spell_list": [],
            "page_no": 420,
            "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_dwarven-ringmage/"
        },
        {
            "slug": "eater-of-dust-yakat-shi",
            "desc": "",
            "name": "Eater Of Dust (Yakat-Shi)",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d8+60",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 17,
            "strength_save": 9,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 6,
            "skills": {
                "athletics": 9,
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold",
            "damage_immunities": "bludgeoning, piercing, poison and slashing from nonmagical attacks",
            "condition_immunities": "blindness, lightning, poisoned",
            "senses": "blindsight 60 ft., passive Perception 16",
            "languages": "understands Abyssal, Common, Infernal, Void Speech, but cannot speak; telepathy 100 ft.",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The eater of dust makes two mawblade attacks, or makes one mawblade attack and casts inflict wounds."
                },
                {
                    "name": "Mawblade",
                    "desc": "Melee Weapon Attack: +9 to hit, one target. Hit: 19 (4d6 + 5) piercing damage, and the target must make a successful DC 17 Constitution saving throw or gain one level of exhaustion.",
                    "attack_bonus": 9,
                    "damage_dice": "4d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the eater of dust's innate spellcasting ability is Charisma (spell save DC 15, +7 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\n\n3/day each: freedom of movement, inflict wounds, true strike\n\n1/day each: cure wounds (as 3rd level), magic weapon (as 6th level), misty step"
                },
                {
                    "name": "Regeneration",
                    "desc": "The eater of dust regains 5 hit points at the start of its turn. If it takes fire damage, this trait does not function at the start of its next turn. The eater of dust dies only if it starts its turn with 0 hit points and does not regenerate."
                },
                {
                    "name": "Unending Hunger",
                    "desc": "An eater of dust can devour any substance with its mawblade, regardless of composition, and never get full. It can even gain nourishment from eating dust or soil (hence the name given to the race by various fiends). If an eater of dust's mawblade is ever stolen, lost, or destroyed, it slowly starves to death."
                },
                {
                    "name": "Weapon Bond",
                    "desc": "A mawblade is part of the eater of dust. It can strike any creature as if it were magically enchanted and made of silver, iron, or other materials required to overcome immunities or resistances. An eater of dust always knows the location of its mawblade as if using the locate creature spell."
                }
            ],
            "spell_list": [],
            "page_no": 164,
            "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_eater-of-dust-yakat-shi/"
        },
        {
            "slug": "edimmu",
            "desc": "_An evil wind swirls out of the desert, parching those it touches, whispering evil plans. These winds are the edimmus._  \n**Bitter Exiles.** Desert and plains tribes often exile their criminals to wander as outcasts. A banished criminal who dies of thirst sometimes rises as an edimmu, a hateful undead that blames all sentient living beings for its fate.  \n**Rise Again.** Unless its body is found and given a proper burial, an edimmu is nearly impossible to destroy. While edimmus linger near their corpses, they often follow prey they have cursed to seal the creature’s fate. Once that creature is slain, they return to the site of their demise.  \n**Undead Nature.** An edimmu doesn’t require air, food, drink, or sleep.",
            "name": "Edimmu",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "hover": true,
                "walk": 0,
                "fly": 60
            },
            "strength": 1,
            "dexterity": 19,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, grappled, frightened, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "blindsight 60 ft., passive Perception 11",
            "languages": "Common but can't speak",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Water Siphon",
                    "desc": "Melee Spell Attack: +7 to hit, reach 5 ft., one creature. Hit: 21 (6d6) necrotic damage. The target must succeed on a DC 14 Constitution saving throw or its hit point maximum is reduced by an amount equal to the damage taken and it is stunned for 1 minute and gains one level of exhaustion. A stunned creature repeats the saving throw at the end of each of its turns, ending the stun on itself on a success. The hit point reduction lasts until the creature finishes a long rest and drinks abundant water or until it is affected by greater restoration or comparable magic. The target dies if this effect reduces its hit point maximum to 0.",
                    "attack_bonus": 7,
                    "damage_dice": "6d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Rejuvenation",
                    "desc": "If destroyed, an edimmu rises again in 2d4 days. Permanently destroying one requires properly burying its mortal remains in consecrated or hallowed ground. Edimmus rarely venture more than a mile from the place of their death."
                },
                {
                    "name": "Incorporeal Movement",
                    "desc": "The edimmu 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": 165,
            "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_edimmu/"
        },
        {
            "slug": "eel-hound",
            "desc": "_A grotesque beast with the muscular tail, bulbous head, and the rubbery, slime-covered flesh of a hideous eel, the torso and webbed paws of this amphibious predator resemble those of a misshapen canine. Needle-sharp teeth fill the creature’s menacing jaws._  \n**Hounds of the River Fey.** Ferocious aquatic fey, these amphibious menaces often serve such masters as lake and river trolls, lorelei, and nixies. Predatory beasts as dangerous on land as they are in the water, they share their masters’ capricious cruelty. The hounds’ chilling hunting cries inspire their masters to a killing frenzy as they pursue foes. Few other creatures appreciate eel hounds’ lithe power and cruel grace, instead noting only their grotesque form and unnerving savagery.  \n**Slippery Ambushers.** Eel hounds are ambush predators, preferring to hide among the muck and algae of riverbanks, only to suddenly burst forth as a pack. They surround their prey, latching on with their powerful jaws. Non-aquatic prey are dragged into the depths to drown. Similarly, eel hounds often force aquatic prey up onto dry land to die of suffocation.  \nPossessed of a low cunning, they prepare ambushes by vomiting forth their slippery spittle where land animals come to drink or along game trails. They surge out of the water to snatch prey while it is off balance.  \n**Liquid Speech.** Eel hounds understand Sylvan, and those dwelling near humans or other races pick up a few words in other tongues.",
            "name": "Eel Hound",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 77,
            "hit_dice": "14d8+14",
            "speed": {
                "walk": 30,
                "swim": 40
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 13,
            "intelligence": 6,
            "wisdom": 13,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Sylvan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage, and the target is grappled (escape DC 14).",
                    "attack_bonus": 6,
                    "damage_dice": "1d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The eel hound can breathe air and water."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The eel hound has advantage on an attack roll against a creature if at least one of the hound's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Slick Spittle",
                    "desc": "By spending 2 rounds dribbling spittle on an area, an eel hound can cover a 5-foot square with its slippery saliva. This area is treated as if under the effects of a grease spell, but it lasts for 1 hour."
                },
                {
                    "name": "Slithering Bite",
                    "desc": "A creature an eel hound attacks can't make opportunity attacks against it until the start of the creature's next turn."
                }
            ],
            "spell_list": [],
            "page_no": 166,
            "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_eel-hound/"
        },
        {
            "slug": "einherjar",
            "desc": "_Stout bearded warriors with golden auras, the einherjar wear chain mail and carry two-handed battle axes and oaken shields— their badges and symbols are all different, and it is said no two braid their beards quite alike._  \nAs the spirits of warriors chosen by the valkyries and brought to Valhalla to fight for the gods against the giants, the einherjar are great warriors who eat and drink their fill of boar and mead each night, then spend their days preparing for Ragnarok. Some of this is combat training, and other portions are raids against the Jotun giants and thursir giants, to try their strength. Regardless of how often they are slain, the einherjar reappear each morning in Odin’s hall, so they have no fear of death, and their courage shames others into greater bravery.  \n**Defenders of the Mortal World.** From time to time, the ravenfolk guide a troop of the einherjar against some of Loki’s minions or the servants of Boreas. These raids are often small battles, but the einherjar know they are only delaying the inevitable rise of the world serpent and its many evil spawn. This drives them to greater efforts against giants, demons, lindwurms, and other evil creatures, but the einherjar themselves are not exactly saintly. They drink, they carouse, they slap and tickle and brag and boast and fart with the loudest and most boastful of Asgardians. Unlike most extraplanar creatures, they are very human, if somewhat larger than life.  \n**Fear Dragons.** The einherjar have a notable soft spot for the ratatosk and the ravenfolk, but they are superstitiously fearful of dragons of all kinds. They sometimes hunt or ride or carouse with the fey lords and ladies.  \n**Never Speak to the Living.** In theory, the einherjar are forbidden from speaking with the living: they must pass their words through a valkyrie, a ratatosk, one of the ravenfolk, or other races allied with Asgard. In practice, this rule is often flouted, though if Loki’s servants notice it, they can dismiss any einherjar back to Valhalla for a day.",
            "name": "Einherjar",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 18,
            "armor_desc": "chain mail and shield",
            "hit_points": 119,
            "hit_dice": "14d8+56",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 16,
            "constitution": 19,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "intimidation": 6,
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing weapons that are nonmagical",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., truesight 60 ft., passive Perception 15",
            "languages": "Celestial, Common",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "An einherjar makes three attacks with its Asgardian battleaxe or one with its handaxe."
                },
                {
                    "name": "Asgardian Battleaxe",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) slashing damage when used one handed or 17 (2d10 + 6) when used two-handed.",
                    "attack_bonus": 9,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Handaxe",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d6 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Asgardian Battleaxes",
                    "desc": "Made in Valhalla and kept keen with runic magic, Asgardian axes have a +2 enchantment and add a second die of weapon damage. Their magic must be renewed each week by a valkyrie or Odin's own hand."
                },
                {
                    "name": "Battle Loving",
                    "desc": "Einherjars relish combat and never turn down a challenge to single combat or shirk a fight, even if the odds are hopeless. After all, Valhalla awaits them."
                },
                {
                    "name": "Battle Frenzy",
                    "desc": "Once reduced to 30 hp or less, einherjar make all attacks with advantage."
                },
                {
                    "name": "Fearsome Gaze",
                    "desc": "The stare of an einherjar is especially piercing and intimidating. They make Intimidation checks with advantage."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The einherjar's innate spellcasting ability is Wisdom (spell save DC 13). It can innately cast the following spells, requiring no material components:"
                },
                {
                    "name": "At will",
                    "desc": "bless, spare the dying"
                },
                {
                    "name": "1/day each",
                    "desc": "death ward, spirit guardians"
                }
            ],
            "spell_list": [],
            "page_no": 167,
            "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_einherjar/"
        },
        {
            "slug": "elemental-locus",
            "desc": "_The ground ripples and tears as rocks fall, jets of flame erupt, and howling winds rage around an elemental locus. The land is angry._  \n**Spirit of the Land.** Elemental loci are living spirits inhabiting or embodying tracts of land and geographical features. They are the ultimate personification of nature—the land itself come to life—varying in size from small hills to entire ridge lines, with no discernible pattern to where they take root.  \n**Stubborn Nature.** Elemental loci are fiercely protective of their chosen location. They tolerate no interference in the natural order and challenge all who despoil the land, be they mortal, monster, or god.  \n**Elemental Nature.** An elemental locus doesn’t require air, food, drink, or sleep.",
            "name": "Elemental Locus",
            "size": "Gargantuan",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 290,
            "hit_dice": "20d20+80",
            "speed": {
                "walk": 5
            },
            "strength": 28,
            "dexterity": 1,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 6,
            "wisdom_save": 6,
            "charisma_save": 6,
            "perception": 6,
            "skills": {
                "nature": 6,
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing",
            "damage_immunities": "acid, cold, fire, lightning, poison, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 120 ft., tremorsense 120 ft., passive Perception 16",
            "languages": "Primordial",
            "challenge_rating": "17",
            "cr": 17.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental locus makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +15 to hit, reach 15 ft., one target. Hit: 36 (6d8 + 9) bludgeoning damage. If the target is a creature, it must succeed on a DC 23 Strength saving throw or be knocked prone.",
                    "attack_bonus": 15,
                    "damage_dice": "6d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The elemental locus has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Immortal",
                    "desc": "The elemental locus does not age and does not die when it drops to 0 hit points. If the elemental locus drops to 0 hit points, it falls into a quiescent state for 25 weeks before returning to activity with full hit points. Its spawned elementals continue fighting whatever enemies attacked the elemental locus; if no enemies are present, they defend the locus's area."
                },
                {
                    "name": "Massive",
                    "desc": "The elemental locus is larger than most Gargantuan creatures, occupying a space of 60 by 60 feet. Its movement is not affected by difficult terrain or by Huge or smaller creatures. Other creatures can enter and move through the elemental locus's space, but they must make a successful DC 20 Strength (Athletics) check after each 10 feet of movement. Failure indicates they fall prone and can move no farther that turn."
                },
                {
                    "name": "Spawn Elementals",
                    "desc": "As a bonus action, the elemental locus loses 82 hit points and spawns an air, earth, fire, or water elemental to serve it. Spawned elementals answer to their creator's will and are not fully independent. The types of elementals the locus can spawn depend on the terrain it embodies; for example, an elemental locus of the desert can spawn earth, fire, and air elementals, but not water."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The elemental locus deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 169,
            "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_elemental-locus/"
        },
        {
            "slug": "elvish-veteran-archer",
            "desc": "",
            "name": "Elvish Veteran Archer",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "elf",
            "group": null,
            "alignment": "chaotic good or chaotic neutral",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 77,
            "hit_dice": "14d8+14",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 11,
            "wisdom": 13,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "nature": 2,
                "perception": 5,
                "stealth": 5,
                "survival": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 15",
            "languages": "Common, Elvish",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elvish veteran archer makes two melee attacks or three ranged attacks."
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 150/600 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Volley (Recharge 6)",
                    "desc": "The elvish archer makes one ranged attack against every enemy within 10 feet of a point it can see."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Beast Hunter",
                    "desc": "The elvish veteran archer has advantage on Wisdom (Survival) checks to track beasts and on Intelligence (Nature) checks to recall information about beasts."
                },
                {
                    "name": "Fey Ancestry",
                    "desc": "The elvish veteran archer has advantage on saving throws against being charmed, and magic can't put the elvish archer to sleep."
                },
                {
                    "name": "Keen Hearing and Sight",
                    "desc": "The elvish veteran archer has advantage on Wisdom (Perception) checks that rely on hearing or sight."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The elvish veteran archer's weapon attacks are magical."
                },
                {
                    "name": "Stealthy Traveler",
                    "desc": "The elvish veteran archer can use Stealth while traveling at a normal pace."
                },
                {
                    "name": "Surprise Attack",
                    "desc": "If the elvish veteran archer surprises a creature and hits it with an attack during the first round of combat, the target takes an extra 7 (2d6) damage from the attack."
                }
            ],
            "spell_list": [],
            "page_no": 422,
            "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_elvish-veteran-archer/"
        },
        {
            "slug": "emerald-order-cult-leader",
            "desc": "",
            "name": "Emerald Order Cult Leader",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": null,
            "alignment": "lawful neutral or evil",
            "armor_class": 14,
            "armor_desc": "breastplate",
            "hit_points": 117,
            "hit_dice": "18d8+36",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 15,
            "wisdom": 20,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": 8,
            "charisma_save": 5,
            "perception": null,
            "skills": {
                "arcana": 5,
                "deception": 5,
                "history": 5,
                "religion": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "any three languages",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The Emerald Order cult leader makes one melee attack and casts a cantrip."
                },
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 3 (1d6) bludgeoning damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Esoteric Vengeance",
                    "desc": "As a reaction when struck by a melee attack, the emerald order cult leader can expend a spell slot to do 10 (3d6) necrotic damage to the attacker. If the emerald order cult leader expends a spell slot of 2nd level or higher, the damage increases by 1d6 for each level above 1st."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Key of Prophecy",
                    "desc": "The Emerald Order cult leader can always act in a surprise round, but if he fails to notice a foe, he is still considered surprised until he takes an action. He receives a +3 bonus on initiative checks."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the Emerald Order cult leader's innate spellcasting ability is Wisdom (spell save DC 16). He can innately cast the following spells, requiring no material components:\n\n2/day each: detect thoughts, dimension door, haste, slow\n\n1/day each: suggestion, teleport"
                },
                {
                    "name": "Spellcasting",
                    "desc": "the Emerald Order cult leader is a 10th-level spellcaster. His spellcasting ability is Wisdom (spell save DC 16, +8 to hit with spell attacks). The cult leader has the following cleric spells prepared:\n\ncantrips (at will): guidance, light, sacred flame, spare the dying, thaumaturgy\n\n1st level (4 slots): cure wounds, identify, guiding bolt\n\n2nd level (3 slots): lesser restoration, silence, spiritual weapon\n\n3rd level (3 slots): dispel magic, mass healing word, spirit guardians\n\n4th level (3 slots): banishment, death ward, guardian of faith\n\n5th level (2 slots): flame strike"
                }
            ],
            "spell_list": [],
            "page_no": 421,
            "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_emerald-order-cult-leader/"
        },
        {
            "slug": "eonic-drifter",
            "desc": "_The air crackles and lights flicker in the ruins. In a whirl of colorful robes, the drifter materializes from the unfathomable maelstroms of time. His eyes scan the hall in panic, anticipating the terrible revelations of yet another era._  \n**Adrift in Time.** Not much is known about the time traveling eonic drifters other than that they left a dying civilization to look for help not available in their own age. To their misfortune, returning to their own time proved much more difficult than leaving it, so the eonic drifters found themselves adrift in the river of time. As the decades passed, their chance of returning home withered, along with the flesh of their bodies. They have been become mummified by the passing ages.  \n**Crystal Belts.** A drifter carries an odd assembly of gear gathered in countless centuries, proof of its tragic journey. The more eclectic the collection, the more jumps it has performed on its odyssey.  \nBelts of crystals around its body store the energy that fuels a drifter’s travels. After each large jump through time, the reservoirs are exhausted and can be used only for very short jumps.  \n**Jittery and Paranoid.** Visiting countless eras in which mankind has all but forgotten this once-great civilization has robbed most eonic drifters of their sanity. Their greatest fear is being robbed of their crystal belts. They plead or fight for them as if their lives depended on them—which, in a sense, they do. Adventurers who convince a drifter of their good intentions may be asked for aid. In exchange, a drifter can offer long-lost artifacts gathered from many forays through time.  \nDrifters can appear at any time or place, but they often frequent the sites of their people’s past (or future) cities. There they are comforted by knowing that they’re at least in the right place, if not the right time.",
            "name": "Eonic Drifter",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "human",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": "leather armor",
            "hit_points": 65,
            "hit_dice": "10d8+20",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 11,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 6,
                "history": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "Common, Eonic, Giant, Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The eonic drifter can either use Drift Backward or make two attacks with its time warping staff. The eonic drifter's future self (if present) can only use Drift Forward."
                },
                {
                    "name": "Time Warping Staff",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (1d10 + 2) bludgeoning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Drift Backward (1/Day)",
                    "desc": "A future self of the eonic drifter materializes in an unoccupied space within 30 feet of the drifter. The future self has the eonic drifter's stats and its full hit points, and it takes its turn immediately after its present self. Killing the original eonic drifter makes its future self disappear. If the present self sees its future self die, the eonic drifter must make a DC 13 Wisdom saving throw. There is no effect if the save succeeds. If the saving throw fails, roll 1d6 to determine the effect on the eonic drifter: 1 = frightened, 2 = incapacitated, 3 = paralyzed, 4 = unconscious, 5 or 6 = has disadvantage on attack rolls and ability checks. These effects last 1d4 rounds."
                },
                {
                    "name": "Drift Forward (2/Day)",
                    "desc": "The future self makes a time warping staff attack against a target. If the attack hits, instead of causing bludgeoning damage, both the target and the attacker jump forward through time, effectively ceasing to exist in the present time. They reappear in the same locations 1d4 rounds later, at the end of the present self's turn. Creatures occupying those locations at that moment are pushed 5 feet in a direction of their own choosing. The target of the drift (but not the future self) must then make a DC 13 Wisdom saving throw, with effects identical to those for the eonic drifter witnessing the death of its future self (see Drift Backward). The future self doesn't reappear after using this ability the second time; only the target of the drift reappears from the second use. This does not trigger a saving throw for the present self."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 177,
            "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_eonic-drifter/"
        },
        {
            "slug": "erina-defender",
            "desc": "_This small humanoid has a slightly pointed face with bright, brown eyes and a black, snout-like nose. Its skin is covered in short, tan fur, and its head, shoulders, and back have smoothed-down quills._  \nErinas, or hedgehog folk, are a small, communal race.  \n_**Burrowed Villages.**_ Natural diggers at heart, erinas live in shallow networks of tunnels and chambers they excavate themselves. Enemies who attack the peaceful erinas easily become confused and lost in the mazelike tunnels. On their own ground, the erinas can easily evade, outmaneuver, or surround invaders. They often lure them onto choke points where the enemy can be delayed endlessly while noncombatants and valuables are hustled to safety through other tunnels.  \n_**Scroungers and Gatherers.**_ Erinas are naturally curious. They tend to explore an area by tunneling beneath it and popping up at interesting points. They dislike farming, but subsist mainly on the bounty of the land surrounding their homes. In cities, they still subsist on what they can find, and they have a knack for finding whatever they need. Sometimes they are called thieves, but they aren’t greedy or malicious. They take only what they need, and seldom take anything from the poor. Some humans even consider it lucky to have a family of erinas nearby.  \nAs the largest and hardiest of their kind, erina defenders take the defense of their home tunnels very seriously, and are quite suspicious of outsiders. Once an outsider proves himself a friend, they warm considerably, but until then defenders are quite spiky.",
            "name": "Erina Defender",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "erina",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 44,
            "hit_dice": "8d6+16",
            "speed": {
                "walk": 20,
                "burrow": 20
            },
            "strength": 11,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 13,
            "wisdom": 12,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "athletics": 4,
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Erina",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The erina defender makes two attacks."
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2"
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Protect",
                    "desc": "The erina imposes disadvantage on an attack roll made against an ally within 5 feet of the erina defender."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The erina has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Hardy",
                    "desc": "The erina has advantage on saving throws against poison."
                },
                {
                    "name": "Spines",
                    "desc": "An enemy who hits the erina with a melee attack while within 5 feet of it takes 5 (2d4) piercing damage."
                }
            ],
            "spell_list": [],
            "page_no": 178,
            "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_erina-defender/"
        },
        {
            "slug": "erina-scrounger",
            "desc": "_This small humanoid has a slightly pointed face with bright, brown eyes and a black, snout-like nose. Its skin is covered in short, tan fur, and its head, shoulders, and back have smoothed-down quills._  \nErinas, or hedgehog folk, are a small, communal race.  \n_**Burrowed Villages.**_ Natural diggers at heart, erinas live in shallow networks of tunnels and chambers they excavate themselves. Enemies who attack the peaceful erinas easily become confused and lost in the mazelike tunnels. On their own ground, the erinas can easily evade, outmaneuver, or surround invaders. They often lure them onto choke points where the enemy can be delayed endlessly while noncombatants and valuables are hustled to safety through other tunnels.  \n_**Scroungers and Gatherers.**_ Erinas are naturally curious. They tend to explore an area by tunneling beneath it and popping up at interesting points. They dislike farming, but subsist mainly on the bounty of the land surrounding their homes. In cities, they still subsist on what they can find, and they have a knack for finding whatever they need. Sometimes they are called thieves, but they aren’t greedy or malicious. They take only what they need, and seldom take anything from the poor. Some humans even consider it lucky to have a family of erinas nearby.",
            "name": "Erina Scrounger",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "erina",
            "group": null,
            "alignment": "neutral",
            "armor_class": 12,
            "armor_desc": "leather armor",
            "hit_points": 22,
            "hit_dice": "4d6+8",
            "speed": {
                "walk": 20,
                "burrow": 20
            },
            "strength": 9,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 13,
            "wisdom": 10,
            "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": "poison",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Erina",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Dagger",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) slashing damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Sling",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 30/120 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The erina has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Hardy",
                    "desc": "The erina has advantage on saving throws against poison."
                },
                {
                    "name": "Spines",
                    "desc": "An enemy who hits the erina with a melee attack while within 5 feet of it takes 2 (1d4) piercing damage."
                }
            ],
            "spell_list": [],
            "page_no": 178,
            "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_erina-scrounger/"
        },
        {
            "slug": "eye-golem",
            "desc": "_An eye golem is muscular giant, well-proportioned with smooth, marble-white skin covered in eye-like sigils. When it opens one of its eyes opens for a moment, a beam as bright as the sun shines forth, piercing the darkness._  \n**Covered in Arcana.** Eye golems stand at least ten feet tall, and their magically durable hide is covered with real eyes as well as arcane sigils that resemble eyes.  \n**Blinds Victims.** An eye golem rarely kills its victims, but leaves them blinded, wandering and tormented, seeing only visions of the eye golem flashing through their memory. This drives some mad while others instead choose to serve the golem, becoming devoted to the one who still holds sight.  \n**All Eyes Open.** When killed, an eye golem does not simply fall down dead. All of its eyes open at once, a deafening bellow is heard for miles, and a blinding burst of light shines from the body. When the light and noise stop, hundreds of perfectly preserved eyeballs are left on the ground, still warm and fresh and without scars or damage. Thin beams of arcane energy connecting the eyes to their owners can be detected with a successful DC 25 Intelligence (Arcana) check. Those who wield the central eye once the golem is slain can use it to restore stolen eyes to their victims.  \n**Constructed Nature.** A golem doesn’t require air, food, drink, or sleep.",
            "name": "Eye Golem",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 157,
            "hit_dice": "15d10+75",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 9,
            "constitution": 20,
            "intelligence": 5,
            "wisdom": 11,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 8,
            "skills": {
                "perception": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire, poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "condition_immunities": "charmed, exhausted, frightened, paralyzed, petrified, poisoned",
            "senses": "truesight 120 ft., passive Perception 18",
            "languages": "understands the language of its creator, but can't speak",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The golem makes two melee attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5ft., one target. Hit: 24 (4d8 + 6) bludgeoning damage.",
                    "attack_bonus": 10,
                    "damage_dice": "4d8"
                },
                {
                    "name": "Gaze of Ancient Light (Recharge 6)",
                    "desc": "The golem emits a burst of blinding light, affecting all opponents within 30 feet who are visible to it. These creatures must make a successful DC 17 Constitution saving throw or be permanently blinded. All affected creatures, including those that save successfully, are stunned until the end of their next turn."
                },
                {
                    "name": "Primal Voice of Doom (1/Day)",
                    "desc": "The golem intones a disturbing invocation of the sun god. Creatures within 30 feet of the golem must make a successful DC 17 Wisdom saving throw or become frightened Deaf or unhearing creatures are unaffected."
                },
                {
                    "name": "Shoot into the Sun (1 minute/day)",
                    "desc": "When roused for combat, the golem opens many of its eyes, emitting blinding light. All ranged attacks, including ranged spells that require a spell attack roll, are made with disadvantage against the golem. The effect persists as long as the eye golem desires, up to a total of 1 minute (10 rounds) per day."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "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."
                }
            ],
            "spell_list": [],
            "page_no": 233,
            "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_eye-golem/"
        },
        {
            "slug": "fate-eater",
            "desc": "_These human-sized parasites resemble ghostly centipedes surrounded in erratic violet radiance. Their flesh is translucent and their jaws are crystalline—they are clearly creatures of strange planes indeed._  \n**Destiny Destroyers.** Fate eaters infest remote areas of the planes, where they consume the threads of Fate itself. The Norns view them as vermin and sometimes engage particularly canny planar travelers either to hunt them or to help repair the damage they have done. This can be a deadly job as the fate eaters consider the destiny of a mortal to be the tastiest of delicacies, rich in savory possibilities.  \n**Planar Gossips.** Fate eaters can and do trade information about various dooms, fates, and outcomes, but one must have something rich in destiny to trade—or at least, juicy gossip about gods and demons.  \n**Visionary Flesh.** Eating the properly-prepared flesh of a fate eater grants insight into the fate of another.",
            "name": "Fate Eater",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 182,
            "hit_dice": "28d8+56",
            "speed": {
                "walk": 40,
                "climb": 40
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 16,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 7,
                "history": 7,
                "insight": 6,
                "religion": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, unconscious",
            "senses": "truesight 60 ft., passive Perception 13",
            "languages": "telepathy 100 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 26 (5d8 + 4) slashing damage plus 11 (2d10) necrotic damage.",
                    "attack_bonus": 7,
                    "damage_dice": "5d8"
                },
                {
                    "name": "Spectral Bite",
                    "desc": "when a fate eater scores a critical hit against a target, it damages not only the creature but also the threads of its fate, changing the character's past or future. The target must roll 1d6 on the chart below for each critical hit that isn't negated by a successful DC 15 Charisma saving throw:1- Seeing the Alternates: Suffers the effects of the confusion spell for 1d4 rounds2- Untied from the Loom: Character's speed is randomized for four rounds. Roll 3d20 at the start of each of the character's turns to determine his or her speed in feet that turn3- Shifting Memories: Permanently loses 2 from a random skill and gains 2 in a random untrained skill4- Not So Fast: Loses the use of one class ability, chosen at random5- Lost Potential: Loses 1 point from one randomly chosen ability score6- Took the Lesser Path: The character's current hit point total becomes his or her hit point maximum effects 3-6 are permanent until the character makes a successful Charisma saving throw. The saving throw is repeated after every long rest, but the DC increases by 1 after every long rest, as the character becomes more entrenched in this new destiny. Otherwise, these new fates can be undone by nothing short of a wish spell or comparable magic."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the fate eater's innate spellcasting ability is Intelligence (spell save DC 15). It can innately cast the following spells, requiring no material components:1/day each: blink, hallucinatory terrain"
                },
                {
                    "name": "Visionary Flesh",
                    "desc": "Eating the flesh of a fate eater requires a DC 15 Constitution saving throw. If successful, the eater gains a divination spell. If failed, the victim vomits blood and fails the next saving throw made in combat."
                }
            ],
            "spell_list": [],
            "page_no": 180,
            "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_fate-eater/"
        },
        {
            "slug": "fear-smith",
            "desc": "_Apart from their taloned hands and blank face, fear smiths appear elven. While its mouth is closed, a fear smith’s face is featureless save for rows of deep wrinkles. Opening the large mouth in the center of its face reveals long needlelike teeth surrounding a single massive eye._  \nKnown as a fiarsídhe among themselves, fear smiths are servants of the Court of the Shadow Fey and similar dark fey courts of such as those of Queen Mab and the Snow Queen.  \n_**Icy-Cold Eyes.**_ Fear smiths often serve as torturers or are dispatched to demoralize the court’s enemies. Their stare stops enemies cold, making it easy for heavily-armed warriors to trap and finish a foe.  \n_**Devour Fear.**_ As their nickname suggests, fear smiths feed off strong emotions, and their favorite meal is terror. The fey prefer prolonging the death of victims, and, when free to indulge, a fear smith stalks its victim for days before attacking, hinting at its presence to build dread.  \n_**Hoods and Masks.**_ Fear smiths favor fine clothing and high fashion, donning hooded cloaks or masks when discretion is required. Eerily well-mannered and respectful, fear smiths enjoy feigning civility and playing the part of nobility, speaking genteelly but with a thick, unidentifiable accent from within a cowl.",
            "name": "Fear Smith",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 123,
            "hit_dice": "19d8+38",
            "speed": {
                "walk": 40,
                "climb": 15
            },
            "strength": 11,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 11,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from weapons that aren't made of cold iron",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "blindsight 30 ft., passive Perception 12",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fear smith makes three claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 16 (2d12 + 3) slashing damage. If the target is disoriented by Distortion Gaze, this attack does an additional 13 (3d8) psychic damage and heals the fear smith by an equal amount.",
                    "attack_bonus": 7,
                    "damage_dice": "2d12+3"
                },
                {
                    "name": "Heartstopping Stare",
                    "desc": "The fear smith terrifies a creature within 30 feet with a look. The target must succeed on a DC 16 Wisdom saving throw or be stunned for 1 round and take 13 (3d8) psychic damage and heal the fear smith by an equal amount."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Distortion Gaze",
                    "desc": "Those who meet the gaze of the fear smith experience the world seeming to twist at unnatural angles beneath their feet. When a creature that can see the fear smith's eye starts its turn within 30 feet of the fear smith, the creature must make a successful DC 16 Wisdom saving throw or become disoriented. While disoriented, the creature falls prone each time it tries to move or take the Dash or Disengage action. To recover from disorientation, a creature must start its turn outside the fear smith's gaze and make a successful DC 16 Wisdom saving throw. To use this ability, the fear smith can't be incapacitated and must see the affected creature. A creature that isn't surprised can avert its eyes at the start of its turn to avoid the effect. In that case, no saving throw is necessary but the creature treats the fear smith as invisible until the start of the creature's next turn. If during its turn the creature chooses to look at the fear smith, it must immediately make the saving throw."
                },
                {
                    "name": "Hidden Eye",
                    "desc": "The fear smith has advantage on saving throws against the blinded condition."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the fear smith's innate spellcasting ability is Charisma (spell save DC 16). The fear smith can innately cast the following spells, requiring no verbal or material components:at will: detect thoughts, fear2/day each: charm person, command, confusion"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The fear smith has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 181,
            "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_fear-smith/"
        },
        {
            "slug": "fellforged",
            "desc": "_A darkly foreboding intelligence glows behind this automaton’s eyes, and its joints seep hissing green vapors._  \n**Wraith Constructs.** Fellforged are the castoffs of gearforged and clockworks production, given foul sentience when the construct bodies attract wraiths yearning to feel the corporeal world. The clockwork bodies trap the wraiths, which dulls many of their supernatural abilities but gives them physical form. The wraiths twist the bodies to their own use—going so far as to destroy the body to harm the living.  \n**Soldiers for Vampires.** Fellforged commonly seek out greater undead as their masters. Vampires and liches are favorite leaders, but banshees and darakhul also make suitable commanders.  \n**Grave Speech.** The voice of the fellforged is echoing and sepulchral, a tomb voice that frightens animals and children.  \n**Constructed Nature.** A fellforged doesn’t require air, food, drink, or sleep.",
            "name": "Fellforged",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 135,
            "hit_dice": "18d8+54",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 15,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "any languages it knew in life",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fellforged makes two necrotic slam attacks."
                },
                {
                    "name": "Necrotic Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 11 (2d8 + 2) bludgeoning damage plus 4 (1d8) necrotic damage, and the target must succeed on a DC 14 Constitution saving throw or its hit point maximum is reduced by an amount equal to the total damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hit point maximum to 0.",
                    "attack_bonus": 5,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Violent Escapement",
                    "desc": "With little regard for the clockwork bodies they inhabit, fellforged wraiths can stress and strain their mechanisms in such a violent manner that flywheels become unbalanced, gears shatter, and springs snap. As a bonus action, this violent burst of gears and pulleys deals 7 (2d6) piercing damage to all foes within 5 feet who fail a DC 14 Dexterity saving throw. Each use of this ability imposes a cumulative reduction in movement of 5 feet upon the fellforged. If its speed is reduced to 0 feet, the fellforged becomes paralyzed."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Expelled Spirit",
                    "desc": "While the fellforged body was made to bind spirits, the wraith within is vulnerable to turning attempts. Any successful turn attempt exorcises the wraith from its clockwork frame. The expelled wraith retains its current hp total and fights normally. The construct dies without an animating spirit."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the fellforged has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Unnatural Aura",
                    "desc": "All animals, whether wild or domesticated, can sense the unnatural presence of fellforged at a distance of 30 feet. They do not willingly approach nearer than that and panic if forced to do so, and they remain panicked as long as they are within that range."
                }
            ],
            "spell_list": [],
            "page_no": 182,
            "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_fellforged/"
        },
        {
            "slug": "feyward-tree",
            "desc": "_Dark, bark-like rust encrusts the trunk of this cold-forged metal tree, and its dull metallic leaves rustle with the sound of sharp metal._  \n**Cold Iron Trees.** These ferrous constructs are cold-forged in a process taking several years, as bits of rust and other oxidation are cultivated one layer at a time into bark and branches. In this way, the artificers create massive, twisted trunks resembling real, gnarled trees. Green-tinged leaves of beaten cold iron are welded in place by the master craftsmen, and trained warmages bring the construct to life through intense magical rituals rumored to take a full turn of seasons.  \n**Fey Destroyers.** The tree unswervingly obeys the commands of its creators, guarding key points of entry across fey rivers and streams, abandoned sacred groves deep in the forest, suspected faerie rings, or possible elf encampments. Many are released deep in the deep elvish woods with orders to attack any fey on sight. These feyward trees are rarely, if ever, heard from again and whether they leave a bloody trail of flayed elves in their wake after rampages lasting for decades or some fey counter-measure neutralizes them is unknown.  \n**Growing Numbers.** Each year, the feywardens order their construction and release, trusting in the destructive nature of the constructs. A half-dozen might guard a single ring of toppled elven standing stones. The feywardens leave nothing to chance.  \n**Constructed Nature.** A feyward tree doesn’t require air, food, drink, or sleep.",
            "name": "Feyward Tree",
            "size": "Huge",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d12+36",
            "speed": {
                "walk": 20
            },
            "strength": 26,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 2,
            "wisdom": 11,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 1,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "-",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tree makes two razor-leafed branch attacks, and may use a bonus action to make a razor-leafed branch attack against any creature standing next to it."
                },
                {
                    "name": "Razor-Leafed Branch",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 15 ft., one target. Hit: 21 (3d8 + 8) slashing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "3d8"
                },
                {
                    "name": "Flaying Leaves (Recharge 5-6)",
                    "desc": "The tree can launch a barrage of razor-sharp cold iron leaves from its branches in a 20-foot-radius burst. All creatures caught within this area must make a successful DC 16 Dexterity saving throw or take 21 (6d6) slashing damage, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "A feyward tree has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Contractibility and Conductivity",
                    "desc": "certain spells and effects function differently against feyward trees:\n\na magical attack that deals cold damage slows a feyward tree (as the slow spell) for 3 rounds.\n\na magical attack that deals lightning damage breaks any slow effect on the feyward tree and heals 1 hit point for each 3 damage the attack would otherwise deal. If the amount of healing would cause the tree to exceed its full normal hp, it gains any excess as temporary hp. The tree gets no saving throw against lightning effects."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The feyward tree is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The feyward tree's weapon attacks are magical."
                },
                {
                    "name": "Warden's Reach",
                    "desc": "Creatures within 15 feet of a feyward tree provoke opportunity attacks even if they take the Disengage action before leaving its reach."
                }
            ],
            "spell_list": [],
            "page_no": 200,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_feyward-tree/"
        },
        {
            "slug": "fire-dancer-swarm",
            "desc": "_A swirling mass of tiny, blue flames dances with the likeness of a skull embedded in each little, flickering fire._  \n_**Stunted Elementals.**_ Fire dancers are Tiny fire elementals. Speculation varies whether they’re simply immature or somehow stunted. They may be castoffs from larger, fiery elemental beings. A single, solitary fire dancer is no more than a semi-sentient spark with a fragment of life and lofty but unrealistic ambitions. In large numbers, they’re a menace.  \n_**Unite and Grow Strong.**_ Larger fire elementals are usually sessile creatures, content merely to exist on their plane of origin. Fire dancers possess (and some argue are infected with) mortal qualities—they seek to reach a greater potential, which smacks of envy, ambition, and resentment. They realize that there is power in numbers and that, when united, they are a force to be reckoned with. A single fire dancer is no more threatening than a tiny candle flame, burning hot and blue. When thousands join together, though, the result is an inferno. The likeness of a skull in its flame is an illusion created by the creature, based on how the fire dancers perceive mortal creatures after they’re done with them.  \n_**Surly Servants.**_ Lone fire dancers have individuality, but in groups, they develop a hive mentality. While this allows them to function as a swarm, it also makes them vulnerable as a group to mind-affecting magic. Savvy bards, conjurers, and enchanters who summon swarms of fire dancers know they must maintain a tight control on the swarm, for these creatures are surly servants at the best of times.  \n_**Elemental Nature.**_ A swarm of fire dancers doesn’t require air, food, drink, or sleep.",
            "name": "Fire Dancer Swarm",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "Swarm",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "speed": {
                "hover": true,
                "walk": 30,
                "fly": 30
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing",
            "damage_immunities": "fire, poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Ignan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Swarm",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 0 ft., one target in the swarm's space. Hit: 21 (6d6) fire damage, or 10 (3d6) fire damage if the swarm has half or fewer hit points.",
                    "attack_bonus": 8,
                    "damage_dice": "6d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fire Form",
                    "desc": "A creature that touches the swarm or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage. In addition, the first time the swarm enters a creature's space on a turn, that creature takes 5 (1d10) fire damage and catches fire; until someone uses an action to douse the fire, the creature takes 5 (1d10) fire damage at the start of each of its turns."
                },
                {
                    "name": "Illumination",
                    "desc": "The swarm sheds bright light in a 30-foot radius and dim light to an additional 30 feet."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny creature. The swarm can't regain hit points or gain temporary hit points."
                },
                {
                    "name": "Water Susceptibility",
                    "desc": "For every 5 feet the swarm moves in water, or for every gallon of water splashed on it, it takes 1 cold damage."
                }
            ],
            "spell_list": [],
            "page_no": 373,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_fire-dancer-swarm/"
        },
        {
            "slug": "firegeist",
            "desc": "_Made of fiery smoke coalescing into a vaguely humanoid shape, a firegeist is little more than wisps of black smoke and spots of brighter flame._  \n**Elemental Echoes.** When a fire elemental meets its destruction in a particularly humiliating fashion while summoned away from its home plane, what returns is a firegeist. Malevolent and resentful, less than their former prideful selves, they exist for revenge.  \n**Indiscrimate Arsonists.** Firegeists are not adept at telling one humanoid from another, and so burning any similar creature will do, providing it is flammable. Brighter Light, Darker Smoke. A firegeist can shine brightly or be primarily smoky and dark, as it wishes. It always sheds a little light, like a hooded lantern.  \n**Elemental Nature.** A firegeist doesn’t require air, food, drink, or sleep.",
            "name": "Firegeist",
            "size": "Small",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 87,
            "hit_dice": "25d6",
            "speed": {
                "walk": 40
            },
            "strength": 7,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 4,
            "wisdom": 16,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire, poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Primordial",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The firegeist makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Combustion Touch (Recharge 5-6)",
                    "desc": "The firegeist may ignite a target when making a slam attack. The target must immediately succeed at a DC 13 Dexterity saving throw or catch fire, taking an additional 5 (1d10) fire damage at the beginning of its next turn. Until someone takes an action to douse the fire, the creature takes 5 (1d10) fire damage at the start of each of its turns."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hide By Firelight",
                    "desc": "In an area lit only by nonmagical flame, a Firegeist gains a +2 bonus on Stealth checks. This becomes +4 when hiding within the fire."
                },
                {
                    "name": "Illumination",
                    "desc": "The firegeist sheds dim light in a 30-foot radius."
                },
                {
                    "name": "Magical Light Sensitivity",
                    "desc": "While in magical light, the firegeist has disadvantage on attack rolls and ability checks."
                },
                {
                    "name": "Water Susceptibility",
                    "desc": "For every 5 feet the firegeist moves in water, or for every gallon of water splashed on it, it takes 3 cold damage."
                }
            ],
            "spell_list": [],
            "page_no": 202,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_firegeist/"
        },
        {
            "slug": "flab-giant",
            "desc": "_This obese, bell-shaped giant is blemished by ulcers, enlarged veins, and fungal rashes. Though it stumbles about on a pair of short, calloused legs, it moves its weight with dangerous potential, catching many foes off-guard._  \n**Great Girth.** Whether as a result of a centuriespast curse or a gradual adaptation to an easy-going existence, the flab giant (one of the shortest breeds of giant) is gigantic in width rather than height and almost comical in its simple life.  \nToo obese to effectively grasp weapons in its chubby fingers, a flab giant uses its great mass to deadly effect, overrunning or grabbing opponents and then sitting on them to crush them to death, swatting away missiles, and simply putting up with the damage of melee attacks until its victims stop struggling and it gets up to see if they’re dead yet.  \n**Efficient Foragers.** Flab giants are the least active of giant types, spending most of their waking hours resting, napping, and sleeping, and only devote a short period each day to listlessly shuffling about, scrounging for food. Because a flab giant can eat practically anything, it doesn’t have to roam far to find enough food to sustain its bulk, so it is rarely found far from its crude lair.  \n**Knotted Skins.** Flab giants wear only scraps of clothing made of loosely knotted skins, leaving most of their stretch-marked and discolored skin exposed. Favored pelts include bear and human. A flab giant stands eight to ten feet tall and weighs 1,000 to 1,500 pounds.",
            "name": "Flab Giant",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "walk": 20
            },
            "strength": 20,
            "dexterity": 6,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "passive Perception 13",
            "languages": "Dwarvish, Giant",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two slam attacks. If both hit, the target is grappled (escape DC 15), and the flab giant uses its squatting pin against the target as a bonus action."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Squatting Pin",
                    "desc": "The flab giant squats atop the target, pinning it to the ground, where it is grappled and restrained (escape DC 17). The flab giant is free to attack another target, but the restrained creatures are released if it moves from its current space. As long as the giant does not move from the spot, it can maintain the squatting pin on up to two Medium-sized or smaller creatures. A creature suffers 9 (1d8 + 5) bludgeoning damage every time it starts its turn restrained by a squatting pin."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Massive",
                    "desc": "A flab giant can't dash. Attacks that push, trip, or grapple are made with disadvantage against a flab giant."
                }
            ],
            "spell_list": [],
            "page_no": 223,
            "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_flab-giant/"
        },
        {
            "slug": "forest-marauder",
            "desc": "_A primitive and relatively diminutive form of giant, forest marauders claim the wilderness areas farthest from civilization when they can._  \n**Painted Skin.** Roughly the size and shape of an ogre, this brutish thing is covered in paint or colored mud. An exaggerated brow ridge juts out over piggish, close-set eyes, and corded muscle stands out all over the creature.  \n**Keep to the Wilderness.** Cruel and savage when encountered, their demeanor has worked against them and they have nearly been driven to extinction in places where they can be easily tracked. They have since learned to raid far from their hidden homes, leading to sightings in unexpected places.  \n**Orc Friends.** Forest marauders get along well with orcs and goblins, who appreciate their brute strength and their skill at night raids.",
            "name": "Forest Marauder",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "Giant, Orc, Sylvan",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The forest marauder makes two boar spear attacks."
                },
                {
                    "name": "Boar Spear",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit:16 (2d10 + 5) piercing damage, and the forest marauder can choose to push the target 10 feet away if it fails a DC 16 Strength saving throw.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 30/120 ft., one target. Hit: 19 (3d8 + 5) bludgeoning damage.",
                    "attack_bonus": 5,
                    "damage_dice": "3d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the forest marauder has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 205,
            "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_forest-marauder/"
        },
        {
            "slug": "fraughashar",
            "desc": "_This slight creature resembles a goblin, but its blue skin and the icicles hanging from the tip of its long nose speak to the chilling truth._  \nThe fraughashar are a race of short, tricky, and cruel fey who inhabit cold mountainous regions. Fraughashar have light blue skin, short pointed ears, and needlelike teeth. Delighting in mayhem, they always seem to have devilish grins on their faces.  \n**Sacred Rivers.** They view cold rivers and river gorges as sacred places in which their wicked god Fraugh dwells, and they likewise revere the snowy peaks where the Snow Queen holds sway. Fraughashar are fiercely protective of their territory, and their easy mobility over frozen and rocky terrain lets them make short work of intruders.  \n**Chilling Tales.** The origin of the strange and deadly fraughashar is unclear. Some druidic legends claim the fraughashar were born out of a winter so cold and cruel that the spirits of the river itself froze. Bardic tales claim that the fraughashar are a tribe of corrupted goblins, and that they were permanently disfigured during a botched attempt at summoning an ice devil. Whatever the truth of their beginnings, the fraughashar are cruel and merciless, and they will kill anyone who enters their land.",
            "name": "Fraughashar",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "leather armor, shield",
            "hit_points": 18,
            "hit_dice": "4d6+4",
            "speed": {
                "walk": 25
            },
            "strength": 8,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 7,
            "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": "cold",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "Sylvan",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fraughashar makes one bite attack and one dagger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4"
                },
                {
                    "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"
                },
                {
                    "name": "Sling",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Frost Walker",
                    "desc": "The fraughashar's speed is unimpeded by rocky, snowy, or icy terrain. It never needs to make Dexterity checks to move or avoid falling prone because of icy or snowy ground."
                }
            ],
            "spell_list": [],
            "page_no": 206,
            "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_fraughashar/"
        },
        {
            "slug": "frostveil",
            "desc": "_“They took the sled dogs first, and later the seal-skinner set to guard them. We’d hear a confused, muffled cry in the wind and then we’d find them—a raven harvest, cold and stiff on the ice. Next time, we hid ourselves and watched, and saw them floating through the air like kites. A wisp of blowing snow that never dispersed, a billowing, snowflake sail moving with sinister purpose. The ‘cloak of death’ our skraeling guide called it.”_  \nWhipped through the air by snowstorms and resembling a spider’s web dangling with delicate ice crystals, these silently gliding, beautiful killers are semi-sentient plants adapted to the merciless cold of the North.  \n**Cloak of Death.** Flat nodes shaped like large snowflakes connect their net-like bodies and trailing tails of transparent fibers. Gossamer tendrils stream behind and between the flying snowflakes, ready to grab and entangle any warm-blooded creature it detects.  \n**Seek Warmth.** Each star-like node contains crude sensory organs, able to detect warmth as meager as a living creature’s breath and steer the gliding web toward it.  \n**Spirit Spores.** Northern shamans say the dance of the frostveils is beautiful when lit by the northern lights, and a powerful omen. With great care, shamans sometimes harvest frostveils for their frozen spore-shards, which grant potent visions of the spirit world when melted on the tongue.",
            "name": "Frostveil",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 67,
            "hit_dice": "9d8+27",
            "speed": {
                "walk": 10,
                "fly": 30
            },
            "strength": 20,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 1,
            "wisdom": 11,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 7
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning and piercing from nonmagical attacks",
            "damage_immunities": "cold",
            "condition_immunities": "blinded, charmed, deafened, frightened, prone",
            "senses": "blindsight 100 ft., passive Perception 10",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The frostveil makes three tendril attacks."
                },
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage. If two tendrils hit the same target in a single turn, the target is engulfed.",
                    "attack_bonus": 7,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Engulf",
                    "desc": "When a frostveil wraps itself around a Medium or smaller creature, the target takes 14 (2d8 + 5) bludgeoning damage plus 13 (3d8) acid damage and is grappled (escape DC 15). The target takes another 9 (2d8) bludgeoning damage plus 13 (3d8) acid damage at the end of each of its turns when it's still grappled by the frostveil. A frostveil can't attack while it has a creature engulfed. Damage from attacks against the frostveil is split evenly between the frostveil and the engulfed creature; the only exceptions are slashing and psychic damage, which affect only the frostveil."
                },
                {
                    "name": "Spirit Spores (recharge 6)",
                    "desc": "In distress, frostveils release a puff of psychotropic spores in a 10-foot cloud around themselves. Creatures within the cloud of spores must succeed on a DC 13 Constitution saving throw against poison or suffer hallucinations, as per a confusion spell, for 1d3 rounds."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Chilling Acid",
                    "desc": "The frostveil's frozen acidic mist breaks down flesh and organic materials into useable nutrients. Creatures who strike the frostveil with a non-reach melee weapon or an unarmed strike take 4 (1d8) acid damage."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the frostveil remains motionless, it is indistinguishable from a formation of frost and ice."
                },
                {
                    "name": "Windborne",
                    "desc": "While in blowing wind, the frostveil can fly with a speed of 30 feet. In a strong wind this speed increases to 60 feet."
                }
            ],
            "spell_list": [],
            "page_no": 207,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_frostveil/"
        },
        {
            "slug": "garroter-crab",
            "desc": "_These aggressive, blue-black freshwater crabs inhabit rivers and streams, scuttling along the muddy terrain in search of prey._  \n**Strangling Claws.** Garroter crabs are named for their abnormal right claws, which have evolved over time to strangle prey like a barbed whip.  \n**Clacking Hordes.** Their long whip-claw is lined with powerful muscles and joints at the beginning, middle, and end that give it great flexibility. During mating season, thousands of garroter crabs congregate in remote riverbanks and marshes, and the males whip their shells with a clacking sound to attract a mate.  \n**Small Prey.** Garroter crabs prey on rodents, cats, and other small animals caught by the riverbank.",
            "name": "Garroter Crab",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 18,
            "hit_dice": "4d4+8",
            "speed": {
                "walk": 30,
                "swim": 20
            },
            "strength": 7,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 1,
            "wisdom": 10,
            "charisma": 2,
            "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": "psychic",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "-",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Whip-claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage, and the target is grappled (escape DC 8). While grappled, the target cannot speak or cast spells with verbal components.",
                    "attack_bonus": 4,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The crab can breathe air and water."
                }
            ],
            "spell_list": [],
            "page_no": 208,
            "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_garroter-crab/"
        },
        {
            "slug": "gbahali-postosuchus",
            "desc": "_A large reptile with a dagger-like teeth and a scaly hide of shifting colors, the gbahali often strikes from close range._  \n_**Chameleon Crocodiles.**_ While distantly related to crocodiles, gbahali have adapted to life away from the water. To make up for the lack of cover, gbahali developed chameleon powers. Gbahali hide changes color to match its surroundings so perfectly that it becomes nearly invisible. Any lonely rock on the grassland might be a gbahali waiting along a trail, caravan route, or watering hole. Their thick hide can be made into hide or leather armor, and with the proper alchemical techniques it retains some of its color-shifting properties.  \n_**Strong Hunters.**_ Gbahalis are powerful predators, challenged only by rivals too large for a gbahali to grapple or by predators that hunt in packs and prides, such as lions and gnolls. Gbahalis live solitary lives except during the fall, when males seek out females in their territory. Females lay eggs in the spring and guard the nest until the eggs hatch, but the young gbahali are abandoned to their own devices. Killing an adult gbahali is a sign of bravery and skill for plains hunters.  \n_**Sentries and Stragglers.**_ In combat, a gbahali relies on its chameleon power to ambush prey. It may wait quietly for hours, but its speed and stealth mean it strikes quickly, especially against weak or solitary prey. Its onslaught is strong enough to scatter a herd and leave behind the slowest for the gbahali to bring down.",
            "name": "Gbahali (Postosuchus)",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "12d12+48",
            "speed": {
                "walk": 50
            },
            "strength": 21,
            "dexterity": 14,
            "constitution": 19,
            "intelligence": 2,
            "wisdom": 13,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "-",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gbahali makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 24 (3d12 + 5) piercing damage. If the target is a Medium or smaller creature, it is grappled (escape DC 15). Until this grapple ends, the target is restrained, and the gbahali can't bite another target.",
                    "attack_bonus": 8,
                    "damage_dice": "3d12"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Chameleon Hide",
                    "desc": "The gbahali has advantage on Dexterity (Stealth) checks. If the gbahali moves one-half its speed or less, attacks made against it before the start of the gbahali's next turn have disadvantage."
                }
            ],
            "spell_list": [],
            "page_no": 209,
            "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_gbahali-postosuchus/"
        },
        {
            "slug": "gerridae",
            "desc": "_These large water-striding insects resemble a strange cross between camels and wingless, long-legged locusts. A rider can comfortably sit in the large hollow in the small of their backs, even at high speeds or on choppy water. Riders use the gerridae’s long, looping antennae to steer._  \n**Elvish Water Steeds.** Known by their Elvish name, these large fey water striders were enchanted and bred by the elves in ages past, when their explorers roamed the world. Elven mages started with normal water striders and—through elaborate magical procedures and complex cross-breeding programs— transformed the mundane water striders into large, docile mounts. They can cross large bodies of water quickly while carrying a humanoid rider, even in windy conditions.  \n**Sturdy Mounts.** A gerridae can carry up to 300 pounds of rider and gear before being encumbered, or 600 while encumbered.  \n**Fond of Sweet Scents.** Gerridae can sometimes be distracted by appealing scents, such as apple blossom or fresh hay. They are also fond of raw duck and swan.",
            "name": "Gerridae",
            "size": "Large",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 77,
            "hit_dice": "9d10+27",
            "speed": {
                "walk": 10,
                "climb": 10,
                "swim": 80
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 17,
            "intelligence": 2,
            "wisdom": 13,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "-",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gerridae makes one bite attack and one claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bred to the Saddle",
                    "desc": "Gerridae do not take any penalties to their movement or speed due to encumbrance or carrying a single rider."
                },
                {
                    "name": "Waterborne",
                    "desc": "Any gerridae can run while on the surface of water, but not while on land or climbing. They treat stormy water as normal rather than difficult terrain. A gerridae takes one point of damage for every hour spent on dry land."
                }
            ],
            "spell_list": [],
            "page_no": 212,
            "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_gerridae/"
        },
        {
            "slug": "ghost-knight",
            "desc": "",
            "name": "Ghost Knight",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "half plate",
            "hit_points": 97,
            "hit_dice": "15d8+30",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "athletics": 6,
                "perception": 3,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ghost knight makes three melee attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage. If the target is a creature other than an elf or undead, it must succeed on a DC 13 Constitution saving throw or be paralyzed for 1 minute. A paralyzed target repeats the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 6,
                    "damage_dice": "2d4"
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage or 8 (1d10 + 3) slashing damage if used with two hands, plus 10 (3d6) necrotic damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Lance",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 9 (1d12 + 3) piercing damage plus 10 (3d6) necrotic damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d12"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If the ghost knight is mounted and moves at least 30 feet in a straight line toward a target and hits it with a melee attack on the same turn, the target takes an extra 7 (2d6) damage."
                },
                {
                    "name": "Mounted Warrior",
                    "desc": "When mounted, the ghost knight has advantage on attacks against unmounted creatures smaller than its mount. If the ghost knight's mount is subjected to an effect that allows it to take half damage with a successful Dexterity saving throw, the mount instead takes no damage if it succeeds on the saving throw and half damage if it fails."
                },
                {
                    "name": "Turning Defiance",
                    "desc": "The ghost knight and all darakhul or ghouls within 30 feet of it have advantage on saving throws against effects that turn undead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "A ghost knight doesn't require air, food, drink, or sleep"
                }
            ],
            "spell_list": [],
            "page_no": 423,
            "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_ghost-knight/"
        },
        {
            "slug": "ghostwalk-spider",
            "desc": "",
            "name": "Ghostwalk Spider",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 119,
            "hit_dice": "14d10+42",
            "speed": {
                "walk": 50,
                "climb": 50
            },
            "strength": 15,
            "dexterity": 20,
            "constitution": 17,
            "intelligence": 9,
            "wisdom": 14,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 3,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 16",
            "languages": "understands Undercommon but can't speak",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ghostwalk spider makes two bite attacks. It can make a ghostly snare attack in place of one of its bites."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) piercing damage plus 13 (3d8) poison damage, or half poison damage with a successful DC 15 Constitution saving throw. If the poison damage reduces the target to 0 hit points, the target is stable but poisoned and paralyzed for 1 hour, even after regaining hit points. While using Ghostwalk, the spider's bite and poison do half damage to targets that aren't affected by Ghostly Snare (see below).",
                    "attack_bonus": 9,
                    "damage_dice": "2d10"
                },
                {
                    "name": "Ghostly Snare (During Ghostwalk Only, Recharge 5-6)",
                    "desc": "Ranged Weapon Attack: +9 to hit, range 40/160 ft., one target. Hit: The target is restrained by ghostly webbing. While restrained in this way, the target is invisible to all creatures except ghostwalk spiders, and it has resistance to acid, cold, fire, lightning, and thunder damage. A creature restrained by Ghostly Snare can escape by using an action to make a successful DC 14 Strength check, or the webs can be attacked and destroyed (AC 10; hp 5)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ghostwalk",
                    "desc": "As a bonus action, the ghostwalk spider becomes invisible and intangible. Attacking doesn't end this invisibility. While invisible, the ghostwalk spider has advantage on Dexterity (Stealth) checks and gains the following: Damage Resistances acid, cold, fire, lightning, thunder; bludgeoning, piercing, and slashing damage from nonmagical attacks. Condition Immunities paralyzed, petrified, prone, restrained, stunned. The ghostwalk ends when the spider chooses to end it as a bonus action or when the spider dies"
                },
                {
                    "name": "Incorporeal Movement (During Ghostwalk Only)",
                    "desc": "The ghostwalk spider 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": "Spider Climb",
                    "desc": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Web Walker",
                    "desc": "The spider ignores movement restrictions caused by webbing."
                }
            ],
            "spell_list": [],
            "page_no": 361,
            "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_ghostwalk-spider/"
        },
        {
            "slug": "ghoul-darakhul",
            "desc": "",
            "name": "Ghoul, Darakhul",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "scale mail; 18 with shield",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 3,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Darakhul",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The darakhul bites once, claws once, and makes one war pick attack. Using a shield limits the darakhul to making either its claw or war pick attack, but not both."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage, and if the target creature is humanoid it must succeed on a DC 11 Constitution saving throw or contract darakhul fever.",
                    "attack_bonus": 5,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage. If the target is a creature other than an undead, it must make a successful DC 12 Constitution saving throw or be paralyzed for 1 minute. A paralyzed target repeats the saving throw at the end of each of its turns, ending the effect on itself on a success. If a humanoid creature is paralyzed for 2 or more rounds (the victim fails at least 2 saving throws), consecutive or nonconsecutive, the creature contracts darakhul fever.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6"
                },
                {
                    "name": "War Pick",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Master of Disguise",
                    "desc": "A darakhul in a prepared disguise has advantage on Charisma (Deception) checks made to pass as a living creature. While using this ability, the darakhul loses its stench."
                },
                {
                    "name": "Stench",
                    "desc": "Any creature that starts its turn within 5 feet of the darakhul must make a successful DC 12 Constitution saving throw or be poisoned until the start of its next turn. A successful saving throw makes the creature immune to the darakhul's stench for 24 hours. A darakhul using this ability can't also benefit from Master of Disguise."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "The darakhul has disadvantage on Wisdom (Perception) checks that rely on sight and on attack rolls while it, the object it is trying to see or attack in direct sunlight."
                },
                {
                    "name": "Turning Defiance",
                    "desc": "The darakhul and any ghouls within 30 feet of it have advantage on saving throws against effects that turn undead."
                },
                {
                    "name": "Darakhul Fever",
                    "desc": "spread mainly through bite wounds, this rare disease makes itself known within 24 hours by swiftly debilitating the infected. A creature so afflicted must make a DC 17 Constitution saving throw after every long rest. On a failed save the victim takes 14 (4d6) necrotic damage, and its hit point maximum is reduced by an amount equal to the damage taken. This reduction can't be removed until the victim recovers from darakhul fever, and even then only by greater restoration or similar magic. The victim recovers from the disease by making successful saving throws on two consecutive days. Greater restoration cures the disease; lesser restoration allows the victim to make the daily Constitution check with advantage. Primarily spread among humanoids, the disease can affect ogres, and therefore other giants may be susceptible. If the infected creature dies while infected with darakhul fever, roll 1d20, add the character's current Constitution modifier, and find the result on the Adjustment Table to determine what undead form the victim's body rises in. Adjustment Table Roll Result:\n\n1-9 None; victim is simply dead\n\n10-16 Ghoul\n\n17-20 Ghast\n\n21+ Darakhul"
                }
            ],
            "spell_list": [],
            "page_no": 216,
            "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_ghoul-darakhul/"
        },
        {
            "slug": "ghoul-imperial",
            "desc": "",
            "name": "Ghoul, Imperial",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 93,
            "hit_dice": "17d8+17",
            "speed": {
                "walk": 30,
                "burrow": 15
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Darakhul, Undercommon",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The imperial ghoul makes one bite attack and one claws attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage, and if the target creature is humanoid it must succeed on a DC 11 Constitution saving throw or contract darakhul fever.",
                    "attack_bonus": 5,
                    "damage_dice": "2d8+3"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach, one target. Hit: 17 (4d6 + 3) slashing damage. If the target is a creature other than an elf or undead, it must succeed on a DC 11 Constitution saving throw or be paralyzed for 1 minute. The target repeats the saving throw at the end of each of its turns, ending the effect on itself on a success.",
                    "attack_bonus": 5,
                    "damage_dice": "4d6"
                },
                {
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 80/320, one target. Hit: 8 (1d8 + 2) piercing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "1d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Turning Defiance",
                    "desc": "The imperial ghoul and any ghouls within 30 feet of it have advantage on saving throws against effects that turn undead."
                }
            ],
            "spell_list": [],
            "page_no": 220,
            "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_ghoul-imperial/"
        },
        {
            "slug": "ghoul-iron",
            "desc": "",
            "name": "Ghoul, Iron",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 143,
            "hit_dice": "22d8+44",
            "speed": {
                "walk": 30,
                "burrow": 20
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 14,
            "wisdom": 14,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Darakhul, Undercommon",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The iron ghoul makes one bite attack and one claw attack, or three glaive attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 17 (3d8 + 4) piercing damage. If the target is a creature other than an elf or undead, it must succeed on a DC 13 Constitution saving throw or be paralyzed for 1 minute. The target repeats the saving throw at the end of each of its turns, ending the effect on itself on a success. If the target is humanoid, it must succeed on a separate DC 13 Constitution saving throw or contract darakhul fever.",
                    "attack_bonus": 7,
                    "damage_dice": "3d8"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 18 (4d6 + 4) slashing damage. If the target is a creature other than an elf or undead, it must succeed on a DC 13 Constitution saving throw or be paralyzed for 1 minute. The target repeats the saving throw at the end of each of its turns, ending the effect on itself on a success. If the target is humanoid, it must succeed on a separate DC 13 Constitution saving throw or contract darakhul fever.",
                    "attack_bonus": 7,
                    "damage_dice": "4d6"
                },
                {
                    "name": "Glaive",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 10 (1d10 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "1d10"
                },
                {
                    "name": "Heavy Bone Crossbow",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 100/400, one target. Hit: 8 (1d10 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d10"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Turning Defiance",
                    "desc": "The iron ghoul and any ghouls within 30 feet of it have advantage on saving throws against effects that turn undead."
                }
            ],
            "spell_list": [],
            "page_no": 220,
            "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_ghoul-iron/"
        },
        {
            "slug": "giant-ant",
            "desc": "_Several pony-sized ants swarm around an ant the size of a draft horse, clacking their serrated mandibles and threatening with their stingers._  \nGiant ants look much like a normal ant with six legs, a waspish segmented body, and large antenna. Their hides are covered in thick chitin, and they have large, serrated mandibles flanking their mouths and stingers on their tails. These stingers are the size of a shortsword, and they’re capable of stabbing and poisoning a human to death.  \n**Colony Defenders.** Giant ants form colonies under the control of a queen much like their normal-sized cousins. Sterile females form castes with the workers building the nest and caring for larvae. Queens and male drones rarely leave the colony. Soldiers defend the colony and forage for food.  \n**Carry Prey Home.** Giant ants are both predators and scavengers, working in organized groups to bring down large prey and carry it back to the nest. Giant ants tend to ignore animals away from the colony when not foraging for food, but they quickly move to overwhelm prey when hungry or threatened. A giant ant stands nearly four feet tall and weighs 400 pounds, while a giant ant queen is over five feet tall and weighs 900 pounds. Giant ants communicate with each other primarily with pheromones but also use sound and touch.",
            "name": "Giant Ant",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 52,
            "hit_dice": "7d10+14",
            "speed": {
                "walk": 40
            },
            "strength": 15,
            "dexterity": 13,
            "constitution": 15,
            "intelligence": 1,
            "wisdom": 9,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 9",
            "languages": "-",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant ant makes one bite attack and one sting attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) bludgeoning damage and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained and the giant ant can't bite a different target.",
                    "attack_bonus": 4,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) piercing damage plus 22 (4d10) poison damage, or half as much poison damage with a successful DC 12 Constitution saving throw.",
                    "attack_bonus": 4,
                    "damage_dice": "1d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The giant ant has advantage on Wisdom (Perception) checks that rely on smell."
                }
            ],
            "spell_list": [],
            "page_no": 23,
            "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_giant-ant/"
        },
        {
            "slug": "giant-ant-queen",
            "desc": "_Several pony-sized ants swarm around an ant the size of a draft horse, clacking their serrated mandibles and threatening with their stingers._  \nGiant ants look much like a normal ant with six legs, a waspish segmented body, and large antenna. Their hides are covered in thick chitin, and they have large, serrated mandibles flanking their mouths and stingers on their tails. These stingers are the size of a shortsword, and they’re capable of stabbing and poisoning a human to death.  \n**Colony Defenders.** Giant ants form colonies under the control of a queen much like their normal-sized cousins. Sterile females form castes with the workers building the nest and caring for larvae. Queens and male drones rarely leave the colony. Soldiers defend the colony and forage for food.  \n**Carry Prey Home.** Giant ants are both predators and scavengers, working in organized groups to bring down large prey and carry it back to the nest. Giant ants tend to ignore animals away from the colony when not foraging for food, but they quickly move to overwhelm prey when hungry or threatened. A giant ant stands nearly four feet tall and weighs 400 pounds, while a giant ant queen is over five feet tall and weighs 900 pounds. Giant ants communicate with each other primarily with pheromones but also use sound and touch.",
            "name": "Giant Ant Queen",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "10d10+30",
            "speed": {
                "walk": 40
            },
            "strength": 17,
            "dexterity": 13,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 11,
            "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 60 ft., passive Perception 10",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant ant queen makes two bite attacks and one sting attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage and the target is grappled (escape DC 13). Until this grapple ends, the target is restrained, and the giant ant can't bite a different target.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage plus 22 (4d10) poison damage, or half as much poison damage with a successful DC 14 Constitution saving throw.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The giant ant queen has advantage on Wisdom (Perception) checks that rely on smell."
                },
                {
                    "name": "Queen's Scent",
                    "desc": "Giant ants defending a queen gain advantage on all attack rolls."
                }
            ],
            "spell_list": [],
            "page_no": 23,
            "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_giant-ant-queen/"
        },
        {
            "slug": "gilded-devil",
            "desc": "_This tall, bronze-complexioned man is abnormally long-limbed and clad in armor of stained and battered coins. His wiry frame is festooned with mismatched bracelets, rings, and necklaces, each gaudier than the last. The easy smile on his face is cold with envy._  \n**Servants of Mammon.** Rarely seen in their natural form outside of Hell, gilded devils are the servitors of Mammon, archdevil of greed. They tempt and corrupt with promises of wealth, power, and fame, twisting mortal greed into sure damnation.  \n**Impression of Wisdom.** When pursuing a mortal of high standing, gilded devils prefer unassuming appearances, molding their flesh and gaudy trappings to make themselves look the parts of wise advisers, canny merchants, or sly confidants.  \n**Fond of Gold and Jewels.** Even in their humblest form, gilded devils always wear a piece of golden jewelry or a jeweled button or ornament.",
            "name": "Gilded Devil",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "devil",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "coin mail",
            "hit_points": 112,
            "hit_dice": "15d8+45",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 17,
            "intelligence": 15,
            "wisdom": 18,
            "charisma": 17,
            "strength_save": 6,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 6,
            "perception": null,
            "skills": {
                "deception": 9,
                "history": 5,
                "insight": 10,
                "persuasion": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60ft, passive Perception 14",
            "languages": "Celestial, Common, Draconic, Infernal; telepathy (120 ft.)",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gilded devil makes two heavy flail attacks."
                },
                {
                    "name": "Heavy Flail (Scourge of Avarice)",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 10 (1d10 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d10+5"
                },
                {
                    "name": "Betrayal of Riches (Recharge 5-6)",
                    "desc": "as a bonus action, a gilded devil can turn rings, necklaces, and other jewelry momentarily against their wearer. The devil can affect any visible item of jewelry on up to two creatures within 60 feet, twisting them into cruel barbs and spikes. Each target must succeed on a DC 15 Wisdom saving throw to halve the damage from this effect. If the saving throw fails, the victim takes 13 (3d8) piercing damage and an additional effect based on the item location targeted.\n\nan item is treated as jewelry if it is made of a precious material (such as silver, gold, ivory, or adamantine), adorned with gems, or both, and is worth at least 100 gp.\n\narms: STR Save or Melee Damage halved until a short rest\n\nhand: STR Save or Drop any held item\n\neyes: DEX Save or Permanently blinded\n\nhead: DEX Save Disadvantage on INT checks until long rest\n\nfeet: DEX Save or Speed halved for 24 hours\n\nneck: CON Save or Stunned, unable to breathe for 1 round\n\nother: No additional effects"
                },
                {
                    "name": "Scorn Base Metals",
                    "desc": "A gilded devil's attacks ignore any protection provided by nonmagical armor made of bronze, iron, steel, or similar metals. Protection provided by valuable metals such as adamantine, mithral, and gold apply, as do bonuses provided by non-metallic objects."
                },
                {
                    "name": "Scourge of Avarice",
                    "desc": "As a bonus action, a gilded devil wearing jewelry worth at least 1,000 gp can reshape it into a +2 heavy flail. A creature struck by this jeweled flail suffers disadvantage on all Wisdom saving throws until his or her next short rest, in addition to normal weapon damage. The flail reverts to its base components 1 minute after it leaves the devil's grasp, or upon the gilded devil's death."
                },
                {
                    "name": "Voracious Greed",
                    "desc": "As an action, a gilded devil can consume nonmagical jewelry or coinage worth up to 1,000 gp. For each 200 gp consumed, it heals 5 hp of damage. A gilded devil can use this ability against the worn items of a grappled foe. The target must succeed on a DC 13 Dexterity saving throw to keep an item from being consumed."
                }
            ],
            "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": "Liar's Largesse",
                    "desc": "A gilded devil has influence over the recipient of a gift for as long as that creature retains the gift. The recipient receives a -2 penalty on saving throws against the gilded devil's abilities and a further -10 penalty against scrying attempts made by the gilded devil. A remove curse spell removes this effect."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The gilded devil's weapon attacks are magical."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the gilded devil's spellcasting ability is Wisdom (spell save DC 15, +7 to hit with spell attacks). The gilded devil can innately cast the following spells, requiring no material components:\n\nat will: detect thoughts, major image, suggestion\n\n3/day each: dominate person, polymorph, scorching ray (4 rays), scrying\n\n1/day: teleport (self plus 50 lb of objects only)"
                }
            ],
            "spell_list": [],
            "page_no": 106,
            "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_gilded-devil/"
        },
        {
            "slug": "glass-gator",
            "desc": "_So called by some watermen because of its method of hunting, the glass gator is a nearly-transparent ambush hunter. It usually strikes from a bed of water, either stagnant or flowing. The transparency of the creature, combined with its jet of silt and poisonous sting, make it an effective hunter._  \n**Strange Anatomy.** The body of a glass gator is most similar to a centipede, but with four oversized forelimbs and a more distinct head. The forelimbs are used to attack, but they tire easily, forcing the glass gator to use its powerful lunge attack sparingly.  \nOnce the glass gator gets hold of prey, it wraps its body around the victim and squeezes, like a constrictor snake. Unlike a serpent, however, which uses powerful muscles to crush and suffocate its prey, the glass gator is only trying to bring its underbelly into contact with the prey. The glass gator’s belly is lined with hundreds of stingers that deliver a virulent nerve toxin.  \n**Transparency.** The glass gator’s transparency isn’t total. Its digestive tract usually is visible, especially for a few hours after it eats. The creature sometimes uses this limited visibility as bait, making itself appear as a wriggling snake or eel. It is most vulnerable just after eating, when it’s lethargic; if encountered in its lair shortly after a meal, the DM may give the glass gator disadvantage on initiative.  \n**Larval Form.** Subterranean variants—including some with bioluminescence—have been reported in caverns. It’s been postulated that the glass gator may be the larval form of a larger creature, but what that larger creature might be is unknown.",
            "name": "Glass Gator",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 45,
            "hit_dice": "7d10+7",
            "speed": {
                "walk": 30,
                "swim": 50
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 4,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "Blindsight 30 ft., passive Perception 12",
            "languages": "-",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) slashing damage, and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained and the glass gator can't attack a different target.",
                    "attack_bonus": 4,
                    "damage_dice": "2d4"
                },
                {
                    "name": "Constrict",
                    "desc": "One creature that's already grappled by the glass gator takes 7 (2d4 + 2) bludgeoning damage plus 7 (2d6) poison damage, or half as much poison damage with a successful DC 11 Constitution saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Silt Cloud (Recharges after a Short or Long Rest)",
                    "desc": "After taking damage while in water, the glass gator thrashes to stir up a 10-foot-radius cloud of silt around itself. The area inside the sphere is heavily obscured for 1 minute (10 rounds) in still water or 5 (2d4) rounds in a strong current. After stirring up the silt, the glass gator can move its speed."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The glass gator can breathe air and water."
                },
                {
                    "name": "Lunge",
                    "desc": "When the glass gator leaps at least 10 feet toward a creature and hits that creature with a claws attack on the same turn, it can immediately constrict the target as a bonus action."
                },
                {
                    "name": "Transparency",
                    "desc": "The glass gator has advantage on Dexterity (Stealth) checks while underwater or in dim light."
                },
                {
                    "name": "Standing Leap",
                    "desc": "The glass gator can long jump up to 15 feet from water or up to 10 feet on land, with or without a running start."
                }
            ],
            "spell_list": [],
            "page_no": 228,
            "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_glass-gator/"
        },
        {
            "slug": "gnoll-havoc-runner",
            "desc": "_The runner is a mottled blur, a sprinting gnoll laughing as it runs, ax held high. It sprints past, its weapon flashing in the sun._  \nWith the bristly mane and spotted fur characteristic of all gnolls, havoc runners blend into their tribe. Only the canny glint in the eyes hints at the deadly difference before the havoc runner explodes into violence.  \n_**Blinding Raids.**_ Havoc runners are scouring storms across the trade routes that crisscross the tribe’s territory. Like all gnolls, they are deadly in battle. Havoc runners incorporate another quality that makes them the envy of many raiders: they can tell at a glance which pieces of loot from a laden camel or wagon are the most valuable, without spending time rummaging, weighing, or evaluating. Their ability to strike into a caravan, seize the best items, and withdraw quickly is unparalleled.",
            "name": "Gnoll Havoc Runner",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "gnoll",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 58,
            "hit_dice": "9d8+18",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "athletics": 5,
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Gnoll",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gnoll makes one bite attack and two battleaxe attacks."
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage or 8 (1d10 + 3) slashing damage if used in two hands.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Harrying Attacks",
                    "desc": "If the gnoll attacks two creatures in the same turn, the first target has disadvantage on attack rolls until the end of its next turn."
                },
                {
                    "name": "Lightning Lope",
                    "desc": "The gnoll can Dash or Disengage as a bonus action."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The gnoll has advantage on its attack rolls against a target if at least one of the gnoll's allies is within 5 feet of the target and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 230,
            "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_gnoll-havoc-runner/"
        },
        {
            "slug": "gray-thirster",
            "desc": "_This dried-out body of a long dead traveler is still clad in the tattered remains of his clothes. Skin as dry as parchment clings to the bones that are clearly distinguishable underneath. A hoarse moaning emanates from the dry, cracked lips._  \n**Thirsting Undead.** The greatest danger to people traversing badlands and deserts is thirst, and even the best prepared can find themselves without water. The lucky ones die quickly, while those less fortunate linger in sun-addled torment for days. These souls sometimes rise from the sand as gray thirsters, driven to inflict the torment they suffered upon other travelers.  \n**Destroy Wells and Oases.** Gray thirsters destroy or foul sources of water and often lurk nearby to ambush those seeking clean water.  \n**Thirsting Caravan.** Though they hunt alone, in at least one case an entire caravan died of thirst and rose again as gray thirsters. Called the dust caravan, it prowls the deep desert accompanied by skinchanging gnolls, shrieking ghouls, and a mummy lord, building a strange nomadic army.  \n**Undead Nature.** A gray thirster doesn’t require air, food, or sleep.",
            "name": "Gray Thirster",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 39,
            "hit_dice": "6d8+12",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, necrotic",
            "damage_immunities": "fire, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "understands all languages it knew in life but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gray thirster makes two claw attacks and one Withering Turban attack"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 6 (1d6 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Withering Turban",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 10 ft., one creature. Hit: 5 (1d4 + 3) necrotic damage. If the target failed a saving throw against the Thirst trait at any point in this encounter, its hit point maximum is reduced by an amount equal to the damage it took from this attack. This reduction lasts until the target has no exhaustion levels.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Drought (1/Day)",
                    "desc": "The gray thirster draws the moisture from a 20-foot radius area centered on itself. Nonmagical water and other liquids in this area turn to dust. Each creature that is neither undead nor a construct in the area takes 9 (2d8) necrotic damage, or half damage with a successful DC 13 Constitution saving throw. Plants, oozes, and creatures with the Amphibious, Water Breathing, or Water Form traits have disadvantage on this saving throw. Liquids carried by a creature that makes a successful saving throw are not destroyed."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Thirst",
                    "desc": "The gray thirster projects a 30-foot aura of desiccating thirst. The first time a creature enters the aura on its turn, or when it starts its turn in the aura, it must make a successful DC 12 Constitution saving throw or gain one level of exhaustion. If the saving throw is successful, the creature is immune to the gray thirster's Thirst for the next 24 hours."
                }
            ],
            "spell_list": [],
            "page_no": 238,
            "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_gray-thirster/"
        },
        {
            "slug": "greater-death-butterfly-swarm",
            "desc": "_These enormous clouds of orange and green butterflies add a reek of putrefaction to the air, stirred by the flapping of their delicate wings._  \n**Demon-Haunted.** A death butterfly swarm results when a rare breed of carrion-eating butterflies, drawn to the stench of great decay, feeds on the corpse of a fiend, demon, or similar creature.  \n**Dizzying and Poisonous.** The colorful and chaotic flapping of the insects’ wings blinds and staggers those in its path, allowing the swarm to necrotize more flesh from those it overruns. Attracted to rotting material, the swarm spreads a fast-acting, poison on its victims, creating carrion it can feed on immediately.  \n**Devour the Undead.** Undead creatures are not immune to a death butterfly swarm’s poison, and a swarm can rot an undead creature’s animating energies as easily as those of the living. Given the choice between an undead and living creature, a death butterfly swarm always attacks the undead. Such swarms find ghouls and vampires particularly appealing. Some good-aligned forces regard summoning these swarms as a necessary evil.",
            "name": "Greater Death Butterfly Swarm",
            "size": "Huge",
            "type": "Beast",
            "subtype": "Swarm",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 84,
            "hit_dice": "13d12",
            "speed": {
                "hover": true,
                "walk": 5,
                "fly": 40
            },
            "strength": 1,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 15,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "cold, fire",
            "damage_resistances": "bludgeoning, piercing, and slashing",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, prone, restrained, petrified",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The swarm makes a Bite attack against every target in its spaces."
                },
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 0 ft., every target in the swarm's space. Hit: 24 (6d6 + 3) piercing damage, or 13 (3d6 + 3) piercing damage if the swarm has half of its hit points or fewer. The target also takes 17 (5d6) poison damage and becomes poisoned for 1d4 rounds; a successful DC 15 Constitution saving throw reduces poison damage by half and prevents the poisoned condition.",
                    "attack_bonus": 6,
                    "damage_dice": "6d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Potent Poison",
                    "desc": "The death butterfly swarm's poison affects corporeal undead who are otherwise immune to poison."
                },
                {
                    "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 insect. The swarm can't regain hit points or gain temporary hit points."
                },
                {
                    "name": "Weight of Wings",
                    "desc": "As death butterfly swarm but with DC 16 Dexterity saving throw"
                }
            ],
            "spell_list": [],
            "page_no": 71,
            "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_greater-death-butterfly-swarm/"
        },
        {
            "slug": "gypsosphinx",
            "desc": "_With black wings and a body pale as alabaster, the vulture-beaked gypsosphinx is easy to identify. As powerful servants of the gods of death and the desert, their riddles and obsessions all hinge on death and carrion. Their eyes can spot prey miles away, and the distance they climb into the sky hides their enormous size._  \nThe pale gypsosphinx shines in the desert sun and stands out in underground tombs and caverns, yet it can conceal itself when it flies in moonlit clouds. Gypsosphinxes are found anywhere bodies are buried or left to rot, and they harvest corpses from battlefields of warring desert tribes.  \n_**Gossips and Riddlers.**_ Gypsosphinxes converse with intelligent undead, priests of death gods, and with other sphinxes, but they rarely gather among their own kind. They guard their territory jealously, typically claiming a necropolis as the heart of their region.  \nLike all sphinxes, gypsosphinxes enjoy riddles. They rely on magic to solve challenging riddles they can’t solve on their own.  \n_**Night Flyers.**_ Unlike most of their cousins, gypsosphinxes are gifted fliers capable of diving steeply from the night sky to snatch carrion or a sleeping camel. The stroke of midnight has a special but unknown significance for the beasts.  \n_**Foretell Doom.**_ Occasionally, a paranoid noble seeks out a gypsosphinx and entreats the creature to reveal the time and place of his or her death, hoping to cheat fate. A gypsosphinx demands a high price for such a service, including payment in corpses of humans, unusual creatures, or near-extinct species. Even if paid, the gypsosphinx rarely honors its side of the bargain; instead, it turns its death magic against the supplicant, bringing about his or her death then and there.",
            "name": "Gypsosphinx",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 171,
            "hit_dice": "18d10+72",
            "speed": {
                "walk": 40,
                "fly": 70
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 18,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 9,
            "skills": {
                "arcana": 9,
                "history": 9,
                "perception": 9,
                "religion": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "psychic, poison",
            "condition_immunities": "poisoned",
            "senses": "truesight 90 ft., passive Perception 19",
            "languages": "Abyssal, Common, Darakhul, Sphinx",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The sphinx makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 21 (3d10 + 5) piercing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "3d10"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 32 (6d8 + 5) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "6d8"
                },
                {
                    "name": "Rake",
                    "desc": "If the sphinx succeeds with both claw attacks, it automatically follows up with a rake attack. If the target fails a DC 17 Dexterity check, it is knocked prone and takes 14 (2d8 + 5) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The sphinx can take 3 legendary actions, choosing from the options below. Only one option can be used at a time and only at the end of another creature's turn. It regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Bite Attack",
                    "desc": "The sphinx makes one bite attack."
                },
                {
                    "name": "Teleport (Costs 2 Actions)",
                    "desc": "The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see."
                },
                {
                    "name": "Cast a Spell (Costs 3 Actions)",
                    "desc": "The sphinx casts a spell from its list of prepared spells, using a spell slot as normal."
                }
            ],
            "special_abilities": [
                {
                    "name": "Inscrutable",
                    "desc": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. Wisdom (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The sphinx's weapon attacks are magical."
                },
                {
                    "name": "Mystic Sight",
                    "desc": "A gypsosphinx sees death coming and can foretell the manner of a person's death. This ability does not come with any urge to share that information. Gypsosphinxes are notorious for hinting, teasing, and even lying about a creature's death (\"If we fight, I will kill you and eat your heart. I have seen it,\"is a favorite bluff)."
                },
                {
                    "name": "Spellcasting",
                    "desc": "the sphinx is a 9th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 17, +9 to hit with spell attacks). It requires no material components to cast its spells. The sphinx has the following wizard spells prepared:\n\ncantrips: (at will): mage hand, mending, minor illusion, poison spray\n\n1st level (4 slots): comprehend languages, detect magic, identify\n\n2nd level (3 slots): blur, darkness, locate object\n\n3rd level (3 slots): dispel magic, glyph of warding, major image\n\n4th level (3 slots): blight, greater invisibility\n\n5th level (1 slot): cloudkill"
                }
            ],
            "spell_list": [],
            "page_no": 359,
            "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_gypsosphinx/"
        },
        {
            "slug": "herald-of-blood",
            "desc": "_The heralds of blood are 20-foot-tall giants with bruised purple skin, and wart-like blood blisters that deform their features. They often wear cowled robes over golden armor streaked with black or green, and their staves of power are always ebony and mithral, embedded with precious stones._  \nAs powerful sorcerers and blood mages, heralds of blood are without peer. They enjoy enslaving ogres and giants whenever possible, though they make do with lesser slaves when they must.  \n**Dark Prophets.** Their stirring speeches proclaim that the end times are fast approaching, and their followers must prepare for a bloody reckoning. Behind their charismatic preaching, the heralds of blood serve elder earth gods that demand blood sacrifices, especially dark druid orders devoted to human hunts and the murder of innocents. They have the power to grant strength, lust, and vitality—or to wither those who cross them.  \n**Blood Magic Vortexes.** In their true form, which they keep hidden except in battle, heralds of blood are swirling vortexes of blood, bone, and raw magical power. They feed on ley line magic and the black blood of the earth as much as on flesh and blood.",
            "name": "Herald Of Blood",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 115,
            "hit_dice": "10d12+50",
            "speed": {
                "walk": 30,
                "swim": 30,
                "fly": 50
            },
            "strength": 22,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 14,
            "wisdom": 17,
            "charisma": 16,
            "strength_save": 10,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "arcana": 6,
                "perception": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "piercing, lightning",
            "damage_immunities": "fire, poison",
            "condition_immunities": "exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 240 ft., passive Perception 17",
            "languages": "Common, Draconic, Infernal, Void Speech",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Engulfing Protoplasm",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 19 (2d12 + 6) slashing damage and the target must make a successful DC 17 Dexterity saving throw or be grappled by the herald of blood (escape DC 16). While grappled this way, the creature takes 39 (6d12) acid damage at the start of each of the herald's turns. The herald can have any number of creatures grappled this way.",
                    "attack_bonus": 10,
                    "damage_dice": "2d12"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "A herald of blood can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. A herald of blood regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "The herald of blood moves up to half its speed."
                },
                {
                    "name": "Call of Blood (Costs 2 Actions)",
                    "desc": "Melee Weapon Attack. +10 to hit, reach 5 ft., all creatures in reach. Hit: 39 (6d12) necrotic damage and each target must make a successful DC 17 Constitution saving throw or gain 1 level of exhaustion."
                },
                {
                    "name": "Majesty of Ragnarok (Costs 3 Actions)",
                    "desc": "The herald of blood emits a terrifying burst of eldritch power. All creatures within 100 feet and in direct line of sight of the herald take 32 (5d12) necrotic damage, gain 2 levels of exhaustion, and are permanently blinded. Targets that make a successful DC 15 Charisma saving throw are not blinded and gain only 1 level of exhaustion."
                }
            ],
            "special_abilities": [
                {
                    "name": "Blood Armor",
                    "desc": "The herald of blood takes no damage from the first attack against it each round and ignores any nondamaging effects of the attack."
                },
                {
                    "name": "Gift of Blood",
                    "desc": "As an action, the herald of blood can transform any fey, human, or goblin into a red hag, if the target willingly accepts this transformation."
                },
                {
                    "name": "Grant Blood Rage",
                    "desc": "As a bonus action, the herald of blood can grant a single living creature blood rage, giving it advantage on attacks for 3 rounds. At the end of this time, the target gains 1 level of exhaustion and suffers 13 (2d12) necrotic damage from blood loss."
                },
                {
                    "name": "Humanoid Form",
                    "desc": "A herald of blood can assume a humanoid form at will as a bonus action, and dismiss this form at will."
                },
                {
                    "name": "Melting Touch",
                    "desc": "When a herald of blood scores a critical hit or starts its turn with a foe grappled, it can dissolve one metal or wood item of its choosing in that foe's possession. A mundane item is destroyed automatically; a magical item survives if its owner makes a successful DC 17 Dexterity saving throw."
                }
            ],
            "spell_list": [],
            "page_no": 248,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_herald-of-blood/"
        },
        {
            "slug": "herald-of-darkness",
            "desc": "_Stunningly tall and beautiful fiends, the heralds of darkness resemble dark-haired fey wearing cloaks and armor glittering with dark light and often surrounded by a nimbus of pale green fire._  \nHeralds of darkness speak in fluid tones and sing with the voices of angels, but their hearts are foul and treacherous.  \n**Vision of Evil.** Indeed, the heralds of darkness can take on another appearance entirely, disappearing into insubstantial shadows and unveiling an evil majestic form that leaves those who see it shaken and weak—and often blind. Speaking of this form is difficult, but poets and bards trying to describe it have said it resembles an apocalyptic horror built of chained souls and the slow death of children carried along in a glacial river, rushing to an inevitable doom.  \n**Sword and Cloak.** The black sword and star-scattered cloak of a herald of darkness are part of its magical substance and cannot be parted from it. Some believe the cloak and blade are true visions of its body; the smiling face and pleasing form are entirely illusory.  \n**Corruptors of the Fey.** The heralds of darkness are companions and sometimes masters to the shadow fey. They seek to draw many others into their orbit with wild promises of great power, debauchery, and other delights. They are rivals to the heralds of blood and bitter foes to all angels of light.",
            "name": "Herald Of Darkness",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 105,
            "hit_dice": "10d10+50",
            "speed": {
                "walk": 30,
                "swim": 30,
                "fly": 50
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 15,
            "charisma": 20,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 8,
            "perception": 5,
            "skills": {
                "athletics": 8,
                "deception": 8,
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, thunder",
            "damage_immunities": "cold, lightning, necrotic, poison",
            "condition_immunities": "exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 200 ft., passive Perception 15",
            "languages": "Common, Elvish, Goblin, Infernal, Sylvan",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The herald of darkness uses Majesty of the Abyss, if it is available, and makes one melee attack."
                },
                {
                    "name": "Embrace Darkness",
                    "desc": "Melee Weapon Attack. +8 to hit, reach 5 ft., all creatures in reach. Hit: 6 (1d12) necrotic damage and targets are paralyzed until the start of the herald's next turn. Making a DC 17 Constitution saving throw negates the paralysis."
                },
                {
                    "name": "Majesty of the Abyss (Recharge 4-6)",
                    "desc": "The herald of darkness emits a sinister burst of infernal power. All creatures within 30 feet and in direct line of sight of the herald take 19 (3d12) necrotic damage and must make a DC 17 Constitution saving throw. Those who fail the saving throw are blinded for 2 rounds; those who succeed are frightened for 2 rounds."
                },
                {
                    "name": "Shadow Sword",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (2d12 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d12"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Corrupting Touch",
                    "desc": "A herald of darkness can destroy any wooden, leather, copper, iron, or paper object by touching it as a bonus action. A mundane item is destroyed automatically; a magical item survives if its owner makes a successful DC 16 Dexterity saving throw."
                },
                {
                    "name": "Gift of Darkness",
                    "desc": "A herald of darkness can transform any fey, human, or goblin into one of the shadow fey, if the target willingly accepts this transformation."
                },
                {
                    "name": "Shadow Form",
                    "desc": "A herald of darkness can become incorporeal as a shadow as a bonus action. In this form, it has a fly speed of 10 feet; it can enter and occupy spaces occupied by other creatures; it gains resistance to all nonmagical damage; it has advantage on physical saving throws; it can pass through any gap or opening; it can't attack, interact with physical objects, or speak. It can return to its corporeal form also as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 249,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_herald-of-darkness/"
        },
        {
            "slug": "hoard-golem",
            "desc": "_A hoard golem is a pile of gold, jewelry, and weapons that can rise on its own like a tidal wave of riches, with a cold and determined face. A hoard golem can crash down with the weight of a fortune, flattening everything in its path._  \n**Dragon Fears Made Real.** The hoard golems were born from the paranoia of dragons. Despite their great physical and intellectual power, dragons are always suspicious of any creature willing to work for them. The first hoard golem was created when a dragon realized that there could be no guardian more trustworthy with its hoard than the hoard itself. Since then, the secret of hoard golem construction has emerged, and rich nobles have followed suit, enchanting their wealth to defend itself from thieves.  \n**Patient Homebodies.** As constructs, hoard golems are mindless, lying in wait for anyone other than their creator to come within striking distance. In the case of evil dragons, this may include the wyrmlings of dragon parents looking to establish dominance in the family. Hoard golems fight to the death, but they rarely leave the rooms they inhabit for fear that clever treasure hunters might trick the hoard into walking itself right out of the owner’s den.  \n**Silent and Wealthy.** Hoard golems cannot speak. A hoard golem is 25 feet tall and weighs 20,000 lb. A hoard golem’s body is composed of items—copper, silver, gold, works of art, armor, weapons, and magical items—worth at least 5,000 gp.  \n**Constructed Nature.** A golem doesn’t require air, food, drink, or sleep.",
            "name": "Hoard Golem",
            "size": "Huge",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 161,
            "hit_dice": "14d12+70",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 15,
            "constitution": 20,
            "intelligence": 3,
            "wisdom": 11,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "athletics": 10,
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "condition_immunities": "charmed, exhausted, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 120 ft., passive Perception 14",
            "languages": "understands the language of its creator but can't speak",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The golem makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 39 (6d10 + 6) bludgeoning damage.",
                    "attack_bonus": 10,
                    "damage_dice": "6d10"
                },
                {
                    "name": "Thieving Whirlwind (Recharge 5-6)",
                    "desc": "The hoard golem transforms into a 20-foot radius whirlwind of the treasures of which it is composed. In this form, it has immunity to all slashing and piercing damage. As a whirlwind, it can enter other creatures' spaces and stop there. Every creature in a space the whirlwind occupies must make a DC 17 Dexterity saving throw. On a failure, a target takes 40 (6d10 + 7) bludgeoning damage and the whirlwind removes the most valuable visible item on the target, including wielded items, but not armor. If the saving throw is successful, the target takes half the bludgeoning damage and retains all possessions. The golem can remain in whirlwind form for up to 3 rounds, or it can transform back to its normal form on any of its turns as a bonus action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Strike with Awe",
                    "desc": "Creatures within 120 feet of an immobile hoard golem suffer disadvantage on Wisdom (Perception) checks. A creature's sheer glee on discovering a vast hoard of treasure distracts it from its surroundings."
                },
                {
                    "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."
                }
            ],
            "spell_list": [],
            "page_no": 234,
            "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_hoard-golem/"
        },
        {
            "slug": "hulking-whelp",
            "desc": "_This gray-skinned dog-like creature seems pathetically eager to please but fantastically skittish, its ears alerting at every nearby sound, and its large oval eyes following anything that passes by._  \n**Emotional Giant.** A hulking whelp is a tightly wound ball of emotion, extremely private and defensive of its personal space, and terrified of the world around it. When it feels its personal space violated, or its fragile concentration is broken, the small, quivery fey grows into a muscled beast of giant proportions.  \n**Calm Friend.** When its emotions are under control, a hulking whelp is friendly and even helpful, although this has more to do with its guilt over past actions and fear of what it might do if it feels threatened than a true desire to help others. In its calm form, a hulking whelp is just over three feet tall at the shoulder and weighs 50 lb. Unleashed, it is 20 feet tall and 4,000 lb.",
            "name": "Hulking Whelp",
            "size": "Small",
            "type": "Fey",
            "subtype": "shapechanger",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d12+36",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "impaired sight 30 ft., passive Perception 12",
            "languages": "-",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hulking whelp makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 15 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "3d8"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Quick Step",
                    "desc": "A hulking whelp can move 20 feet as a reaction when it is attacked. No opportunity attacks are triggered by this move."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Calm State",
                    "desc": "When a hulking whelp is calm and unafraid, it uses the following statistics instead of those listed above: Size Small; HP 9 (6d6 - 12); Speed 20 ft.; STR 8 (-1); CON 6 (-2); Languages Common, Sylvan"
                },
                {
                    "name": "Poor Senses",
                    "desc": "A hulking whelp has poor hearing and is nearsighted. It can see in normal or dim light up to 30 feet and hear sounds from up to 60 feet away."
                },
                {
                    "name": "Unleashed Emotion",
                    "desc": "When a hulking whelp feels threatened - it's touched, intimidated, cornered, attacked, or even just if a stranger moves adjacent to the whelp - it immediately grows from size Small to Huge as a reaction. If the whelp was attacked, this reaction occurs after the attack is made but before damage is done. Nearby creatures and objects are pushed to the nearest available space and must make a successful DC 15 Strength saving throw or fall prone. Weapons, armor, and other objects worn or carried by the hulking whelp grow (and shrink again) proportionally when it changes size. Overcome by raw emotion, it sets about destroying anything and everything it can see (which isn't much) and reach (which is quite a lot). The transformation lasts until the hulking whelp is unaware of any nearby creatures for 1 round, it drops to 0 hit points, it has 5 levels of exhaustion, or it's affected by a calm emotions spell or comparable magic. The transformation isn't entirely uncontrollable; people or creatures the whelp knows and trusts can be near it without triggering the reaction. Under the wrong conditions, such as in a populated area, a hulking whelp's Unleashed Emotion can last for days."
                }
            ],
            "spell_list": [],
            "page_no": 252,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_hulking-whelp/"
        },
        {
            "slug": "hundun",
            "desc": "_A toothless mouth adorns the headless shoulders of this oversized, four-armed, doughy humanoid. Colors and half-formed phantasmal shapes appear and vanish around it, to the creature’s obvious delight._  \n**Creative Chaos.** Wise yet child-like creatures of chaos, hunduns are four-armed, headless humanoids that embody spontaneous creation and the confusion that precedes enlightenment. Taking delight in creation of all kinds, they bring change to the staid and stagnant, spin revelation from confusion, and inspire moments of great creation—from works of art to new nations and faiths, and even the formation of planets and planes.  \n**Nonsense Speech.** Although not mindless, hunduns rarely seem to act out of conscious thought, yet their actions seem wise and usually benevolent. They communicate only in nonsense words, but have no trouble communicating among themselves or acting in coordination with other hunduns.  \n**Flesh of Creation.** Hundun blood is a powerful catalyst, and their spittle a potent drug. Each hundun’s heart is an Egg of Worlds—an artifact that can give birth to new concepts, powers, or even worlds. Obviously, the hundun must die for its heart to be used this way, but this is a sacrifice one might make willingly under the right circumstances.",
            "name": "Hundun",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 153,
            "hit_dice": "18d10+54",
            "speed": {
                "walk": 40,
                "fly": 40
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 4,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 8,
            "perception": 9,
            "skills": {
                "athletics": 9,
                "insight": 9,
                "perception": 9
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, stunned, unconscious",
            "senses": "blindsight 60 ft., passive Perception 20",
            "languages": "understands Celestial and Primordial, but cannot speak intelligibly",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hundun makes four slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 15 (3d6 + 5) bludgeoning damage.",
                    "attack_bonus": 9,
                    "damage_dice": "3d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Brainless",
                    "desc": "Hunduns are immune to any spell or effect that allows an Intelligence, Wisdom, or Charisma saving throw. Trying to contact or read a Hundun's mind confuses the caster as the spell for 1 round."
                },
                {
                    "name": "Dance of Creation",
                    "desc": "Hunduns can perform an act of magical creation almost unlimited in scope every 1d8 days. The effect is equivalent to a wish spell, but it must create something."
                },
                {
                    "name": "Enlightening Befuddlement",
                    "desc": "when a hundun's confusion spell affects a target, it can elect to use the following table rather than the standard one:\n\n1d100 Result"
                },
                {
                    "name": "01-10 Inspired:",
                    "desc": "Advantage on attack rolls, ability checks, and saving throws"
                },
                {
                    "name": "11-20 Distracted:",
                    "desc": "Disadvantage on attack rolls, ability checks, and saving throws"
                },
                {
                    "name": "21-50 Incoherent:",
                    "desc": "The target does nothing but babble or scribble incoherent notes on a new idea"
                },
                {
                    "name": "51-75 Obsessed:",
                    "desc": "Target is recipient of geas to create a quality magical object"
                },
                {
                    "name": "76-100 Suggestible:",
                    "desc": "Target receives a suggestion from the hundun"
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the hundun's innate spellcasting ability is Wisdom (spell save DC 17). It can cast the following spells, requiring no material components:\n\nconstant: confusion (always centered on the hundun), detect thoughts\n\nat will: create or destroy water, dancing lights, mending, prestidigitation\n\n3/day each: compulsion, dimension door, black tentacles, irresistible dance\n\n1/day each: awaken, creation, heroes' feast, magnificent mansion, plant growth, reincarnate, stone shape"
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The hundun's weapon attacks are magical."
                }
            ],
            "spell_list": [],
            "page_no": 253,
            "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_hundun/"
        }
    ]
}