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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=-page_no&page=6",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=-page_no&page=4",
    "results": [
        {
            "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": "elder-vampire-a5e",
            "desc": "",
            "name": "Elder Vampire",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 285,
            "hit_dice": "30d8+150",
            "speed": {
                "walk": 40,
                "climb": 30
            },
            "strength": 20,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "perception": 7,
                "persuasion": 8,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic; damage from nonmagical, non-silvered weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., truesight 120 ft., passive Perception 17",
            "languages": "the languages it knew in life",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Grab (Vampire Form Only)",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage plus 4 (1d8) necrotic damage. The target is grappled (escape DC 17) and restrained while grappled in this way."
                },
                {
                    "name": "Charm",
                    "desc": "The vampire targets a creature within 30 feet  forcing it to make a DC 16 Wisdom saving throw. On a failure  the target is charmed by the vampire for 24 hours. While charmed it regards the vampire as a trusted friend and is a willing target for the vampires bite. The target repeats the saving throw each time it takes damage  ending the effect on itself on a success. If the targets saving throw is successful or the effect ends for it  it is immune to this vampires Charm for 24 hours."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target that is grappled, incapacitated, restrained, willing, or unaware of the vampires presence. Hit: 10 (1d10 + 5) piercing damage plus 21 (6d6) necrotic damage. The targets hit point maximum is reduced by an amount equal to the necrotic damage dealt, and the vampire regains this number of hit points. The reduction lasts until the target finishes a long rest. If the target is reduced to 0 hit points by this attack, it dies and rises the following night as a vampire spawn in the vampires thrall. Before the target first rises as a vampire spawn, a bless, gentle repose, or similar spell cast on the body prevents this transformation."
                }
            ],
            "reactions": [
                {
                    "name": "Hissing Scuttle (1/Day)",
                    "desc": "When the vampire takes radiant damage, it moves up to its Speed without provoking opportunity attacks."
                },
                {
                    "name": "Warding Charm (1/Day)",
                    "desc": "When a creature the vampire can see targets it with a melee attack but before the attack is made, the vampire uses Charm on that creature."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The vampire can take 1 legendary action",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Blood Charm",
                    "desc": "The vampire uses Charm. A creature makes its initial saving throw with disadvantage if the vampire has hit it with a bite attack within the last 24 hours."
                },
                {
                    "name": "Grab",
                    "desc": "The vampire makes a grab attack."
                },
                {
                    "name": "Mist Form",
                    "desc": "The vampire transforms into a mist or back into its true form. As mist, the vampire has a flying speed of 30, can't speak, can't take actions or manipulate objects, is immune to nonmagical damage from weapons, and has advantage on saving throws and Stealth checks. It can pass through a space as narrow as 1 inch without squeezing but can't pass through water. Anything its carrying transforms with it."
                },
                {
                    "name": "Shapechange",
                    "desc": "The vampire transforms into the shape of a Medium or smaller beast or back into its true form. While transformed, it has the beasts size and movement modes. It can't use reactions or legendary actions, and can't speak. Otherwise, it uses the vampires statistics. Anything its carrying transforms with it."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the vampire fails a saving throw, it can choose to succeed instead. When it does so, it visibly grows older. Its original appearance is restored when it finishes a long rest."
                },
                {
                    "name": "Misty Recovery",
                    "desc": "When the vampire drops to 0 hit points, instead of falling unconscious, it turns into mist as if it had used the Mist Form legendary action. It can't revert to its vampire form, and it must reach its resting place within 2 hours or be destroyed. Once in its resting place, it reverts to vampire form and is paralyzed for 1 hour, at which time it regains 1 hit point. While paralyzed in this way, it can be destroyed by fire damage, radiant damage, damage from a magical weapon, or a wooden stake driven through the heart, but it is otherwise immune to damage."
                },
                {
                    "name": "Regeneration",
                    "desc": "The vampire regains 20 hit points at the start of its turn if it has at least 1 hit point and hasnt taken radiant damage since its last turn."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The vampire can climb even on difficult surfaces and upside down on ceilings."
                },
                {
                    "name": "Vampire Weaknesses",
                    "desc": "Vampires most common weaknesses are sunlight and running water. When the vampire ends its turn in contact with one of its weaknesses (such as being bathed in sunlight or running water), it takes 20 radiant damage. While in contact with its weakness, it can't use its Regeneration trait or its Mist Form or Shapechange actions."
                },
                {
                    "name": "Resting Place",
                    "desc": "Every vampires lair contains a resting place, usually a coffin or sarcophagus, where the vampire must rest for at least an hour each day to recuperate its powers. This resting place is sprinkled with soil from its mortal homeland. If this soil is scattered or is subjected to a bless, hallow, or similar spell, the vampire is destroyed when reduced to 0 hit points."
                },
                {
                    "name": "Blood Frenzy",
                    "desc": "While bloodied, the vampire can take 3 legendary actions instead of 1."
                }
            ],
            "spell_list": [],
            "page_no": 420,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_elder-vampire/"
        },
        {
            "slug": "vampire-assassin-a5e",
            "desc": "",
            "name": "Vampire Assassin",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 142,
            "hit_dice": "15d8+75",
            "speed": {
                "walk": 40,
                "climb": 30
            },
            "strength": 20,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "perception": 7,
                "persuasion": 8,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic; damage from nonmagical, non-silvered weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "the languages it knew in life",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Grab (Vampire Form Only)",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage plus 4 (1d8) necrotic damage. The target is grappled (escape DC 17) and restrained while grappled in this way."
                },
                {
                    "name": "Charm",
                    "desc": "The vampire targets a creature within 30 feet  forcing it to make a DC 16 Wisdom saving throw. On a failure  the target is charmed by the vampire for 24 hours. While charmed it regards the vampire as a trusted friend and is a willing target for the vampires bite. The target repeats the saving throw each time it takes damage  ending the effect on itself on a success. If the targets saving throw is successful or the effect ends for it  it is immune to this vampires Charm for 24 hours."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target that is grappled, incapacitated, restrained, willing, or unaware of the vampires presence. Hit: 10 (1d10 + 5) piercing damage plus 21 (6d6) necrotic damage. The targets hit point maximum is reduced by an amount equal to the necrotic damage dealt, and the vampire regains this number of hit points. The reduction lasts until the target finishes a long rest. If the target is reduced to 0 hit points by this attack, it dies and rises the following night as a vampire spawn in the vampires thrall. Before the target first rises as a vampire spawn, a bless, gentle repose, or similar spell cast on the body prevents this transformation."
                }
            ],
            "reactions": [
                {
                    "name": "Hissing Scuttle (1/Day)",
                    "desc": "When the vampire takes radiant damage, it moves up to its Speed without provoking opportunity attacks."
                },
                {
                    "name": "Warding Charm (1/Day)",
                    "desc": "When a creature the vampire can see targets it with a melee attack but before the attack is made, the vampire uses Charm on that creature."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The vampire can take 1 legendary action",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Blood Charm",
                    "desc": "The vampire uses Charm. A creature makes its initial saving throw with disadvantage if the vampire has hit it with a bite attack within the last 24 hours."
                },
                {
                    "name": "Grab",
                    "desc": "The vampire makes a grab attack."
                },
                {
                    "name": "Mist Form",
                    "desc": "The vampire transforms into a mist or back into its true form. As mist, the vampire has a flying speed of 30, can't speak, can't take actions or manipulate objects, is immune to nonmagical damage from weapons, and has advantage on saving throws and Stealth checks. It can pass through a space as narrow as 1 inch without squeezing but can't pass through water. Anything its carrying transforms with it."
                },
                {
                    "name": "Shapechange",
                    "desc": "The vampire transforms into the shape of a Medium or smaller beast or back into its true form. While transformed, it has the beasts size and movement modes. It can't use reactions or legendary actions, and can't speak. Otherwise, it uses the vampires statistics. Anything its carrying transforms with it."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the vampire fails a saving throw, it can choose to succeed instead. When it does so, it visibly grows older. Its original appearance is restored when it finishes a long rest."
                },
                {
                    "name": "Misty Recovery",
                    "desc": "When the vampire drops to 0 hit points, instead of falling unconscious, it turns into mist as if it had used the Mist Form legendary action. It can't revert to its vampire form, and it must reach its resting place within 2 hours or be destroyed. Once in its resting place, it reverts to vampire form and is paralyzed for 1 hour, at which time it regains 1 hit point. While paralyzed in this way, it can be destroyed by fire damage, radiant damage, damage from a magical weapon, or a wooden stake driven through the heart, but it is otherwise immune to damage."
                },
                {
                    "name": "Regeneration",
                    "desc": "The vampire regains 20 hit points at the start of its turn if it has at least 1 hit point and hasnt taken radiant damage since its last turn."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The vampire can climb even on difficult surfaces and upside down on ceilings."
                },
                {
                    "name": "Vampire Weaknesses",
                    "desc": "Vampires most common weaknesses are sunlight and running water. When the vampire ends its turn in contact with one of its weaknesses (such as being bathed in sunlight or running water), it takes 20 radiant damage. While in contact with its weakness, it can't use its Regeneration trait or its Mist Form or Shapechange actions."
                },
                {
                    "name": "Resting Place",
                    "desc": "Every vampires lair contains a resting place, usually a coffin or sarcophagus, where the vampire must rest for at least an hour each day to recuperate its powers. This resting place is sprinkled with soil from its mortal homeland. If this soil is scattered or is subjected to a bless, hallow, or similar spell, the vampire is destroyed when reduced to 0 hit points."
                },
                {
                    "name": "Misty Stealth",
                    "desc": "While in Mist Form in dim light or darkness, the vampire is invisible."
                },
                {
                    "name": "Sneak Attack (1/Turn)",
                    "desc": "The vampire deals an extra 10 (3d6) damage when it hits with a weapon attack while it has advantage on the attack, or when its target is within 5 feet of an ally of the vampire while the vampire doesnt have disadvantage on the attack."
                }
            ],
            "spell_list": [],
            "page_no": 420,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_vampire-assassin/"
        },
        {
            "slug": "vampire-mage-a5e",
            "desc": "",
            "name": "Vampire Mage",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 142,
            "hit_dice": "15d8+75",
            "speed": {
                "walk": 40,
                "climb": 30
            },
            "strength": 20,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "perception": 7,
                "persuasion": 8,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic; damage from nonmagical, non-silvered weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "the languages it knew in life",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Grab (Vampire Form Only)",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage plus 4 (1d8) necrotic damage. The target is grappled (escape DC 17) and restrained while grappled in this way."
                },
                {
                    "name": "Charm",
                    "desc": "The vampire targets a creature within 30 feet  forcing it to make a DC 16 Wisdom saving throw. On a failure  the target is charmed by the vampire for 24 hours. While charmed it regards the vampire as a trusted friend and is a willing target for the vampires bite. The target repeats the saving throw each time it takes damage  ending the effect on itself on a success. If the targets saving throw is successful or the effect ends for it  it is immune to this vampires Charm for 24 hours."
                },
                {
                    "name": "Fireball (3rd-Level; V, S, M)",
                    "desc": "Fire streaks from the vampire to a point within 120 feet and explodes in a 20-foot radius  spreading around corners. Each creature in the area makes a DC 15 Dexterity saving throw  taking 21 (6d6) fire damage on a failed save or half damage on a success."
                },
                {
                    "name": "Blight (4th-Level; V, S)",
                    "desc": "The vampire targets a living creature or plant within 30 feet  draining moisture and vitality from it. The target makes a DC 15 Constitution saving throw  taking 36 (8d8) necrotic damage on a failure or half damage on a success. Plant creatures have disadvantage on their saving throw and take maximum damage. A nonmagical plant dies."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target that is grappled, incapacitated, restrained, willing, or unaware of the vampires presence. Hit: 10 (1d10 + 5) piercing damage plus 21 (6d6) necrotic damage. The targets hit point maximum is reduced by an amount equal to the necrotic damage dealt, and the vampire regains this number of hit points. The reduction lasts until the target finishes a long rest. If the target is reduced to 0 hit points by this attack, it dies and rises the following night as a vampire spawn in the vampires thrall. Before the target first rises as a vampire spawn, a bless, gentle repose, or similar spell cast on the body prevents this transformation."
                }
            ],
            "reactions": [
                {
                    "name": "Hissing Scuttle (1/Day)",
                    "desc": "When the vampire takes radiant damage, it moves up to its Speed without provoking opportunity attacks."
                },
                {
                    "name": "Warding Charm (1/Day)",
                    "desc": "When a creature the vampire can see targets it with a melee attack but before the attack is made, the vampire uses Charm on that creature."
                },
                {
                    "name": "Shield (1st-Level; V",
                    "desc": "When the vampire is hit by an attack or targeted by magic missile, it gains a +5 bonus to AC (including against the triggering attack) and immunity to magic missile. These benefits last until the start of its next turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The vampire can take 1 legendary action",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Blood Charm",
                    "desc": "The vampire uses Charm. A creature makes its initial saving throw with disadvantage if the vampire has hit it with a bite attack within the last 24 hours."
                },
                {
                    "name": "Grab",
                    "desc": "The vampire makes a grab attack."
                },
                {
                    "name": "Mist Form",
                    "desc": "The vampire transforms into a mist or back into its true form. As mist, the vampire has a flying speed of 30, can't speak, can't take actions or manipulate objects, is immune to nonmagical damage from weapons, and has advantage on saving throws and Stealth checks. It can pass through a space as narrow as 1 inch without squeezing but can't pass through water. Anything its carrying transforms with it."
                },
                {
                    "name": "Shapechange",
                    "desc": "The vampire transforms into the shape of a Medium or smaller beast or back into its true form. While transformed, it has the beasts size and movement modes. It can't use reactions or legendary actions, and can't speak. Otherwise, it uses the vampires statistics. Anything its carrying transforms with it."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the vampire fails a saving throw, it can choose to succeed instead. When it does so, it visibly grows older. Its original appearance is restored when it finishes a long rest."
                },
                {
                    "name": "Misty Recovery",
                    "desc": "When the vampire drops to 0 hit points, instead of falling unconscious, it turns into mist as if it had used the Mist Form legendary action. It can't revert to its vampire form, and it must reach its resting place within 2 hours or be destroyed. Once in its resting place, it reverts to vampire form and is paralyzed for 1 hour, at which time it regains 1 hit point. While paralyzed in this way, it can be destroyed by fire damage, radiant damage, damage from a magical weapon, or a wooden stake driven through the heart, but it is otherwise immune to damage."
                },
                {
                    "name": "Regeneration",
                    "desc": "The vampire regains 20 hit points at the start of its turn if it has at least 1 hit point and hasnt taken radiant damage since its last turn."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The vampire can climb even on difficult surfaces and upside down on ceilings."
                },
                {
                    "name": "Vampire Weaknesses",
                    "desc": "Vampires most common weaknesses are sunlight and running water. When the vampire ends its turn in contact with one of its weaknesses (such as being bathed in sunlight or running water), it takes 20 radiant damage. While in contact with its weakness, it can't use its Regeneration trait or its Mist Form or Shapechange actions."
                },
                {
                    "name": "Resting Place",
                    "desc": "Every vampires lair contains a resting place, usually a coffin or sarcophagus, where the vampire must rest for at least an hour each day to recuperate its powers. This resting place is sprinkled with soil from its mortal homeland. If this soil is scattered or is subjected to a bless, hallow, or similar spell, the vampire is destroyed when reduced to 0 hit points."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The vampire is a 7th level spellcaster. Its spellcasting ability is Intelligence (spell save DC 15). It has the following wizard spells prepared:\n Cantrips (at will): mage hand\n minor illusion\n 1st-level (4 slots): disguise self\n shield\n 2nd-level (3 slots): darkness\n misty step\n 3rd-level (3 slots): animate dead\n fireball\n 4th-level (1 slot): blight"
                }
            ],
            "spell_list": [],
            "page_no": 420,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_vampire-mage/"
        },
        {
            "slug": "city-watch-captain",
            "desc": "",
            "name": "City Watch Captain",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 17,
            "armor_desc": "scale mail",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "one language (usually Common)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The city watch captain makes two rapier attacks and one dagger attack. The captain can substitute a disarming attack for one rapier attack."
                },
                {
                    "name": "Rapier",
                    "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": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8"
                },
                {
                    "name": "Disarming Attack",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: the target must make a successful DC 13 Strength saving throw or drop one item it's holding of the city watch captain's choice. The item lands up to 10 feet from the target, in a spot selected by the captain."
                },
                {
                    "name": "Orders to Attack (1/Day)",
                    "desc": "Each creature of the city watch captain's choice that is within 30 feet of it and can hear it makes one melee or ranged weapon attack as a reaction. This person could easily have been on the other side of the law, but he likes the way he looks in the city watch uniform-and the way city residents look at him when he walks down the street leading a patrol. With a long mustache and a jaunty cap, there's no denying that he cuts a rakishly handsome figure. While a trained investigator, the city watch captain is not afraid to draw his blade to end a threat to his city."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Tactical Insight",
                    "desc": "The city watch captain has advantage on initiative rolls. City watch soldiers under the captain's command take their turns on the same initiative count as the captain."
                }
            ],
            "spell_list": [],
            "page_no": 419,
            "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_city-watch-captain/"
        },
        {
            "slug": "bandit-lord",
            "desc": "",
            "name": "Bandit Lord",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": null,
            "alignment": "any non-lawful",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 91,
            "hit_dice": "14d8+28",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 14,
            "wisdom": 11,
            "charisma": 14,
            "strength_save": 5,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "athletics": 5,
                "deception": 4,
                "intimidation": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 10",
            "languages": "any two languages",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bandit lord makes three melee or ranged attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Leadership (Recharges after a Short or Long Rest)",
                    "desc": "For 1 minute, the bandit lord can utter a special command or warning whenever a nonhostile creature that it can see within 30 feet of it makes an attack roll or a saving throw. The creature can add a d4 to its roll provided it can hear and understand the bandit lord. A creature can benefit from only one Leadership die at a time. This effect ends if the bandit lord is incapacitated."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Parry",
                    "desc": "The bandit lord adds 2 to its AC against one melee attack that would hit it. To do so the bandit lord must see the attacker and be wielding a weapon."
                },
                {
                    "name": "Redirect Attack",
                    "desc": "When a creature the bandit lord can see targets it with an attack, the bandit lord chooses an ally within 5 feet of it. The bandit lord and the ally swap places, and the chosen ally becomes the target instead."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pack Tactics",
                    "desc": "The bandit lord has advantage on an attack roll against a creature if at least one of the bandit lord's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 418,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_bandit-lord/"
        },
        {
            "slug": "black-knight-commander",
            "desc": "",
            "name": "Black Knight Commander",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 5,
            "perception": null,
            "skills": {
                "athletics": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "any two languages",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The black knight commander makes two melee attacks."
                },
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Lance",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 11 (1d12 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "1d12"
                },
                {
                    "name": "Frightful Charge (Recharges after a Short or Long Rest)",
                    "desc": "The black knight commander lets loose a terrifying cry and makes one melee attack at the end of a charge. Whether the attack hits or misses, all enemies within 15 feet of the target and aware of the black knight commander's presence must succeed on a DC 13 Wisdom saving throw or become frightened for 1 minute. A frightened creature repeats the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If the black knight commander is mounted and moves at least 30 feet in a straight line toward a target and then hits it with a melee attack on the same turn, the target takes an extra 10 (3d6) damage."
                },
                {
                    "name": "Hateful Aura",
                    "desc": "The black knight commander and allies within 10 feet of the commander add its Charisma modifier to weapon damage rolls (included in damage below)."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The black knight commander's weapon attacks are made with magical (+1) weapons."
                }
            ],
            "spell_list": [],
            "page_no": 418,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_black-knight-commander/"
        },
        {
            "slug": "vampire-a5e",
            "desc": "",
            "name": "Vampire",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 142,
            "hit_dice": "15d8+75",
            "speed": {
                "walk": 40,
                "climb": 30
            },
            "strength": 20,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 8,
            "perception": null,
            "skills": {
                "perception": 7,
                "persuasion": 8,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic; damage from nonmagical, non-silvered weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "the languages it knew in life",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Grab (Vampire Form Only)",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage plus 4 (1d8) necrotic damage. The target is grappled (escape DC 17) and restrained while grappled in this way."
                },
                {
                    "name": "Charm",
                    "desc": "The vampire targets a creature within 30 feet  forcing it to make a DC 16 Wisdom saving throw. On a failure  the target is charmed by the vampire for 24 hours. While charmed it regards the vampire as a trusted friend and is a willing target for the vampires bite. The target repeats the saving throw each time it takes damage  ending the effect on itself on a success. If the targets saving throw is successful or the effect ends for it  it is immune to this vampires Charm for 24 hours."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target that is grappled, incapacitated, restrained, willing, or unaware of the vampires presence. Hit: 10 (1d10 + 5) piercing damage plus 21 (6d6) necrotic damage. The targets hit point maximum is reduced by an amount equal to the necrotic damage dealt, and the vampire regains this number of hit points. The reduction lasts until the target finishes a long rest. If the target is reduced to 0 hit points by this attack, it dies and rises the following night as a vampire spawn in the vampires thrall. Before the target first rises as a vampire spawn, a bless, gentle repose, or similar spell cast on the body prevents this transformation."
                }
            ],
            "reactions": [
                {
                    "name": "Hissing Scuttle (1/Day)",
                    "desc": "When the vampire takes radiant damage, it moves up to its Speed without provoking opportunity attacks."
                },
                {
                    "name": "Warding Charm (1/Day)",
                    "desc": "When a creature the vampire can see targets it with a melee attack but before the attack is made, the vampire uses Charm on that creature."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The vampire can take 1 legendary action",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Blood Charm",
                    "desc": "The vampire uses Charm. A creature makes its initial saving throw with disadvantage if the vampire has hit it with a bite attack within the last 24 hours."
                },
                {
                    "name": "Grab",
                    "desc": "The vampire makes a grab attack."
                },
                {
                    "name": "Mist Form",
                    "desc": "The vampire transforms into a mist or back into its true form. As mist, the vampire has a flying speed of 30, can't speak, can't take actions or manipulate objects, is immune to nonmagical damage from weapons, and has advantage on saving throws and Stealth checks. It can pass through a space as narrow as 1 inch without squeezing but can't pass through water. Anything its carrying transforms with it."
                },
                {
                    "name": "Shapechange",
                    "desc": "The vampire transforms into the shape of a Medium or smaller beast or back into its true form. While transformed, it has the beasts size and movement modes. It can't use reactions or legendary actions, and can't speak. Otherwise, it uses the vampires statistics. Anything its carrying transforms with it."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "When the vampire fails a saving throw, it can choose to succeed instead. When it does so, it visibly grows older. Its original appearance is restored when it finishes a long rest."
                },
                {
                    "name": "Misty Recovery",
                    "desc": "When the vampire drops to 0 hit points, instead of falling unconscious, it turns into mist as if it had used the Mist Form legendary action. It can't revert to its vampire form, and it must reach its resting place within 2 hours or be destroyed. Once in its resting place, it reverts to vampire form and is paralyzed for 1 hour, at which time it regains 1 hit point. While paralyzed in this way, it can be destroyed by fire damage, radiant damage, damage from a magical weapon, or a wooden stake driven through the heart, but it is otherwise immune to damage."
                },
                {
                    "name": "Regeneration",
                    "desc": "The vampire regains 20 hit points at the start of its turn if it has at least 1 hit point and hasnt taken radiant damage since its last turn."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The vampire can climb even on difficult surfaces and upside down on ceilings."
                },
                {
                    "name": "Vampire Weaknesses",
                    "desc": "Vampires most common weaknesses are sunlight and running water. When the vampire ends its turn in contact with one of its weaknesses (such as being bathed in sunlight or running water), it takes 20 radiant damage. While in contact with its weakness, it can't use its Regeneration trait or its Mist Form or Shapechange actions."
                },
                {
                    "name": "Resting Place",
                    "desc": "Every vampires lair contains a resting place, usually a coffin or sarcophagus, where the vampire must rest for at least an hour each day to recuperate its powers. This resting place is sprinkled with soil from its mortal homeland. If this soil is scattered or is subjected to a bless, hallow, or similar spell, the vampire is destroyed when reduced to 0 hit points."
                }
            ],
            "spell_list": [],
            "page_no": 418,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_vampire/"
        },
        {
            "slug": "zmey-headling",
            "desc": "A zmey’s head doesn’t die when severed from the body. Instead, the head rapidly (within 2d6 rounds) sprouts a stunted body and two vestigial claws with which it can fight and drag itself across the ground. Within days it develops into a complete, miniature zmey, and by the time two lunar cycles elapse, the head regenerates into a full-grown zmey with three heads.  \n**Constant Feeding Frenzy.** Such rapid growth is fueled by a voracious appetite. A zmey headling eats everything it can, including its previous body, to satisfy its intense, maddening hunger and sustain its regeneration. Many stories about the horrific violence of the zmey are reports of voracious headlings, not mature zmey.",
            "name": "Zmey Headling",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 30,
                "swim": 20
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 1,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire",
            "damage_immunities": "",
            "condition_immunities": "paralyzed, unconscious",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Draconic, Sylvan",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The zmey headline makes one bite attack and one claws attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 16 (2d12 + 3) piercing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d12"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d12"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 20 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The zmey headling exhales fire in a 30-foot cone. Each creature in that area takes 16 (3d10) fire damage, or half damage with a successful DC 16 Dexterity saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The zmey headling can breathe air and water."
                },
                {
                    "name": "Regeneration",
                    "desc": "The zmey headling reaver regains 10 hit points at the start of its turn. This trait doesn't function if the zmey headling took acid or fire damage since the end of its previous turn. It dies if it starts its turn with 0 hit points and doesn't regenerate."
                }
            ],
            "spell_list": [],
            "page_no": 417,
            "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_zmey-headling/"
        },
        {
            "slug": "zmey",
            "desc": "_Crashing through the forest, this three-headed dragon stands upright, its spiked tail thrashing from side to side as it walks. A vicious mouth lined with glistening teeth graces each head, and its green scales gleam in the fleeting sunlight._  \nHunting beneath the canopy of the forest, lurking below the surfaces of lakes, and guarding caves concealing great treasure and mystery, the zmey has two roles—vicious terror and nature’s protector.  \n**Claws of the Forest.** Single-mindedly destructive, the zmey keeps the heart of the forest free from interlopers. Rumors suggest the heart of an ancient forest itself can control the actions of these beasts, while others believe that they have a pact with certain forest druids. Certainly they are clever enough, often destroying bridges, dams, or logging camps infringing on their territory.  \n**Solitary Hunters.** Zmey avoid their own kind, seeking out isolated hunting grounds. They eat any organic matter, but they favor the fresh meat of large birds and mammals. The smarter the prey, the better, because zmey believe that intellect flavors the meat. They consider alseids, halflings, and gnomes especially succulent.  \n**Three-Headed Rage.** Dappled black and green scales cover this enormous beast and its three towering necks are long and powerful. Each neck is topped with an identical, menacing head, and each head is flanked by spiny, frilled membranes. A forked tongue flickers across long pale teeth, and six pairs of eyes burn red with rage.  \nWhen a zmey stands upright, it measures 25 feet from snout to tail. The beast weighs over 9,000 lb.",
            "name": "Zmey",
            "size": "Huge",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 189,
            "hit_dice": "18d12+72",
            "speed": {
                "walk": 30,
                "fly": 50,
                "swim": 30
            },
            "strength": 22,
            "dexterity": 13,
            "constitution": 19,
            "intelligence": 16,
            "wisdom": 16,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 8,
            "charisma_save": 6,
            "perception": 8,
            "skills": {
                "perception": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, fire",
            "damage_immunities": "",
            "condition_immunities": "paralyzed, unconscious",
            "senses": "blindsight 60 ft., darkvision 90 ft., passive Perception 18",
            "languages": "Common, Draconic, Elvish, Sylvan",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The zmey makes one bite attack per head and one claws attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 19 (2d12 + 6) piercing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d12"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 19 (2d12 + 6) slashing damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d12"
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 20 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage.",
                    "attack_bonus": 11,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The zmey breathes up to three 60-foot cones of fire, one from each of its heads. Creatures in a cone take 16 (3d10) fire damage, or half damage with a successful DC 16 Dexterity saving throw. If cones overlap, their damage adds together but each target makes only one saving throw. A zmey can choose whether this attack harms plants or plant creatures."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The zmey can take 1 legendary action per head, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The zmey regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Bite",
                    "desc": "The zmey makes a bite attack."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The zmey makes a tail attack."
                },
                {
                    "name": "Trample",
                    "desc": "The zmey moves up to half its land speed. It can enter enemy-occupied spaces but can't end its move there. Creatures in spaces the zmey enters must make successful DC 14 Dexterity saving throws or take 10 (1d8 + 6) bludgeoning damage and fall prone."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The zmey can breathe air and water."
                },
                {
                    "name": "Lake Leap",
                    "desc": "A zmey spends much of its time lurking in lakes and ponds. When submerged in a natural pool of standing water, it can transport itself as a bonus action to a similar body of water within 5,000 feet. Rapidly flowing water doesn't serve for this ability, but the zmey can leap to or from a river or stream where the water is calm and slow-moving."
                },
                {
                    "name": "Legendary Resistance (1/Day)",
                    "desc": "If the zmey fails a saving throw, it can count it as a success instead."
                },
                {
                    "name": "Multiheaded",
                    "desc": "The zmey normally has three heads. While it has more than one head, the zmey has advantage on saving throws against being blinded, charmed, deafened, frightened, and stunned. If the zmey takes 40 or more damage in a single turn (and the damage isn't poison or psychic), one of its heads is severed. If all three of its heads are severed, the zmey dies."
                },
                {
                    "name": "Regeneration",
                    "desc": "The zmey regains 15 hit points at the start of its turn. If the zmey takes acid or fire damage, this trait doesn't function at the start of the zmey's next turn. Regeneration stops functioning when all heads are severed. It takes 24 hours for a zmey to regrow a functional head."
                },
                {
                    "name": "Spawn Headling",
                    "desc": "The severed head of a zmey grows into a zmey headling 2d6 rounds after being separated from the body. Smearing at least a pound of salt on the severed head's stump prevents this transformation."
                }
            ],
            "spell_list": [],
            "page_no": 416,
            "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_zmey/"
        },
        {
            "slug": "corrupted-unicorn-a5e",
            "desc": "",
            "name": "Corrupted Unicorn",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 85,
            "hit_dice": "9d10+36",
            "speed": {
                "walk": 80
            },
            "strength": 20,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 16,
            "wisdom": 20,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Celestial, Elvish, Sylvan, telepathy 60 ft.",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The unicorn attacks once with its hooves and once with its horn."
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) bludgeoning damage."
                },
                {
                    "name": "Horn",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage plus 10 (3d6) radiant damage. If the target is a creature and the unicorn moves at least 20 feet straight towards the target before the attack  the target takes an extra 9 (2d8) bludgeoning damage and makes a DC 16 Strength saving throw  falling prone on a failure."
                },
                {
                    "name": "Trample",
                    "desc": "The unicorn attacks a prone creature with its hooves."
                },
                {
                    "name": "Darkness Aura (1/Day)",
                    "desc": "A 15-foot radius area of magical darkness emanates from the unicorn  spreading around corners and moving with it. Darkvision and natural light can't penetrate it. If the darkness overlaps with an area of light created by a 2nd-level spell or lower  the spell creating the light is dispelled. The darkness aura lasts for 10 minutes or until the unicorn takes damage. The aura doesnt hinder the unicorns sight."
                },
                {
                    "name": "Grant Boon (3/Day)",
                    "desc": "The unicorn touches a willing creature including itself  with its horn and grants one of the following boons:"
                },
                {
                    "name": "Healing",
                    "desc": "The creature magically regains 21 (6d6) hit points. It is cured of all diseases and poisons affecting it are neutralized."
                },
                {
                    "name": "Luck: During the next 24 hours, the creature can roll a d12 and add the result to one ability check, attack roll, or saving throw after seeing the result",
                    "desc": ""
                },
                {
                    "name": "Protection: A glowing mote of light orbits the creatures head",
                    "desc": "The mote lasts 24 hours. When the creature fails a saving throw  it can use its reaction to expend the mote and succeed on the saving throw."
                },
                {
                    "name": "Resolution",
                    "desc": "The creature is immune to being charmed or frightened for 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The unicorn has advantage on saving throws against spells and magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 416,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_corrupted-unicorn/"
        },
        {
            "slug": "zimwi",
            "desc": "_This swift-moving, lanky humanoid has long arms ending in wicked claws and jaws that open impossibly wide._  \n**Swift as Horses.** Distantly related to the trolls, the swift and nimble zimwi are a plague upon southern lands. Constantly hungry and illtempered, with the speed to run down horses, lone zimwi have been known to attack large caravans.  \n**Always Starving.** Most of their attacks are driven by hunger. The stomach of a zimwi is larger than its body, extending extradimensionally and driving the zimwi nearly insane with the constant sensation of emptiness, as though it is starving to death. Because of their endless hunger and low intelligence, zimwi have little awareness of the course of a battle. Losing means only that they have not eaten. As long as they continue to feast, they fight on, feeling victorious until death comes to them or all of their prey.  \n**Stomachs of Holding.** The mage-crafters discovered the secret to turning zimwi stomachs into extradimensional containers similar to bags of holding. Using a zimwi stomach in the creation of such items reduces the cost of materials by half.",
            "name": "Zimwi",
            "size": "Medium",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "9d8+36",
            "speed": {
                "walk": 40
            },
            "strength": 13,
            "dexterity": 18,
            "constitution": 19,
            "intelligence": 6,
            "wisdom": 9,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Giant",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The zimwi makes one claws attack and one bite attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage. If the target is a Medium or smaller creature grappled by the zimwi, that creature is swallowed, and the grapple ends. While swallowed, the creature is blinded and restrained, it has total cover against attacks and other effects outside the zimwi, and it takes 14 (4d6) acid damage at the start of each of the zimwi's turns. If the zimwi's stomach takes 20 damage or more on a single turn from a creature inside it, the zimwi must succeed on a DC 14 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 5 feet of the zimwi. Damage done to a zimwi's stomach does not harm the zimwi. The zimwi's stomach is larger on the inside than the outside. It can have two Medium creatures or four Small or smaller creatures swallowed at one time. If the zimwi dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 5 feet of movement, exiting prone.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage, and if the target is a Medium or smaller creature and the zimwi isn't already grappling a creature, it is grappled (escape DC 11).",
                    "attack_bonus": 6,
                    "damage_dice": "2d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 415,
            "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_zimwi/"
        },
        {
            "slug": "unicorn-a5e",
            "desc": "",
            "name": "Unicorn",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 85,
            "hit_dice": "9d10+36",
            "speed": {
                "walk": 80
            },
            "strength": 20,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 16,
            "wisdom": 20,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Celestial, Elvish, Sylvan, telepathy 60 ft.",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The unicorn attacks once with its hooves and once with its horn."
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) bludgeoning damage."
                },
                {
                    "name": "Horn",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage plus 10 (3d6) radiant damage. If the target is a creature and the unicorn moves at least 20 feet straight towards the target before the attack  the target takes an extra 9 (2d8) bludgeoning damage and makes a DC 16 Strength saving throw  falling prone on a failure."
                },
                {
                    "name": "Grant Boon (3/Day)",
                    "desc": "The unicorn touches a willing creature  including itself  with its horn and grants one of the following boons:"
                },
                {
                    "name": "Healing: The creature magically regains 21 (6d6) hit points",
                    "desc": "It is cured of all diseases  and poisons affecting it are neutralized."
                },
                {
                    "name": "Luck: During the next 24 hours, the creature can roll a d12 and add the result to one ability check, attack roll, or saving throw after seeing the result",
                    "desc": ""
                },
                {
                    "name": "Protection: A glowing mote of light orbits the creatures head",
                    "desc": "The mote lasts 24 hours. When the creature fails a saving throw  it can use its reaction to expend the mote and succeed on the saving throw."
                },
                {
                    "name": "Resolution: The creature is immune to being charmed or frightened for 24 hours",
                    "desc": ""
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Good",
                    "desc": "The unicorn radiates a Good aura."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The unicorns innate spellcasting ability is Charisma (spell save DC 16). It can innately cast the following spells, requiring no material components: At will: animal messenger, detect evil and good, druidcraft, pass without trace, scrying (locations within its domain only), 1/day: calm emotions, dispel evil and good, teleport (between locations within its domain only)"
                }
            ],
            "spell_list": [],
            "page_no": 415,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_unicorn/"
        },
        {
            "slug": "zaratan",
            "desc": "_One of the rocks suddenly lurches, and rises out of the water. A great eye glides open in the side of what seemed to be a boulder, and a massive, beaklike mouth gapes in the surf._  \n**Island Reefs.** The zaratan is an impossibly huge sea turtle so large that entire ecosystems develop and grow on its stony, mountainous shell. Drifting on warm ocean currents or settled on shoals, they are often mistaken for small tropical islands. The creature’s head is at least 100 feet in diameter, with a ridge in the center like a tall hill. Its head resembles a massive boulder, and its 200-foot long flippers are mistaken for reefs.  \n**Ageless Slumber.** Zaratans spend their millennia-long lives in slumber. They drift on the surface of the ocean, their mouths slightly open, and reflexively swallow larger creatures that explore the “cave.” They spend centuries at a time asleep. A zaratan may know secrets long lost to the world, if only it can be awakened and bargained with.  \n**Deep Divers.** Waking a zaratan is a dangerous proposition, as their usual response to any injury severe enough to waken them is to dive to the crushing black depths. Some zaratan commune with oceanic races in this time, such as deep ones, sahuagin, or aboleth.",
            "name": "Zaratan",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "titan",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 25,
            "armor_desc": "natural armor",
            "hit_points": 507,
            "hit_dice": "26d20+234",
            "speed": {
                "walk": 10,
                "swim": 50
            },
            "strength": 30,
            "dexterity": 3,
            "constitution": 28,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 8,
            "wisdom_save": 8,
            "charisma_save": 8,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, lightning, thunder; bludgeoning, piercing, slashing",
            "damage_immunities": "cold, poison",
            "condition_immunities": "frightened, paralyzed, poisoned",
            "senses": "blindsight 120 ft., passive Perception 10",
            "languages": "Aquan",
            "challenge_rating": "26",
            "cr": 26.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The zaratan makes one bite attack and two flipper attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 10 ft., one target. Hit: 26 (3d10 + 10) piercing damage and the target is grappled (escape DC 20). Until the grapple ends, the target is restrained and the zaratan can't bite another target.",
                    "attack_bonus": 18,
                    "damage_dice": "3d10"
                },
                {
                    "name": "Flipper",
                    "desc": "Melee Weapon Attack: +18 to hit, reach 15 ft., one target. Hit: 19 (2d8 + 10) bludgeoning damage and the target must succeed on a DC 26 Strength saving throw or be pushed 10 feet away from the zaratan.",
                    "attack_bonus": 18,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Swallow",
                    "desc": "The zaratan makes one bite attack against a Huge or smaller creature it is grappling. If the attack hits, the target takes 26 (3d10 + 10) piercing damage, is swallowed, and the grapple ends. A swallowed creature is blinded and restrained, but has total cover against attacks and effects outside the zaratan. A swallowed creature takes 28 (8d6) acid damage at the start of each of the zaratan's turns. The zaratan can have any number of creatures swallowed at once. If the zaratan takes 40 damage or more on a single turn from a creature inside it, the zaratan must succeed on a DC 20 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the zaratan. If the zaratan dies, swallowed creatures are no longer restrained and can escape by using 30 feet of movement, exiting prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The zaratan can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The zaratan regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "The zaratan moves up to half its speed."
                },
                {
                    "name": "Swipe",
                    "desc": "The zaratan makes one flipper attack."
                },
                {
                    "name": "Consume (2 actions)",
                    "desc": "The zaratan makes one bite attack or uses Swallow."
                }
            ],
            "special_abilities": [
                {
                    "name": "Fortified Shell",
                    "desc": "The zaratan ignores any attack against its shell that doesn't do 30 points of damage or more. Attacking the zaratan's head or flippers bypasses this trait."
                },
                {
                    "name": "Endless Breath",
                    "desc": "The zaratan breathes air, but it can hold its breath for years."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the zaratan remains motionless on the surface of the ocean (except for drifting) it is indistinguishable from a small island."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The zaratan does double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 414,
            "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_zaratan/"
        },
        {
            "slug": "ychen-bannog",
            "desc": "_Ychen bannogs are massive, ox-like beasts with thick, wooly coats and great horns like the gods’ battering rams. They stand over 40 feet tall at the shoulder and weigh hundreds of tons. Despite their awe-inspiring size, these towering creatures are peaceful wanderers in the wilderness, where their calls echo for miles._  \n**Strongest Beasts in the World.** Legends are built on their sturdy backs. Capable of pulling 670 tons (or carrying 134 tons on their backs), ychen bannogs are the strongest beasts of burden in the known world. Tamed ychen bannogs can haul entire communities, or even small castles, and a clever dwarf with a ychen bannog at her disposal can carve out enormous riverbeds, haul enormous stones, or reshape entire valleys with ease.  \n**Ychen Warships.** Giants have a particular affinity with the ychen bannogs. In times of war, giants sometimes build complex siege platforms atop these beasts, making effective transport for small armies of giants. Thankfully, ychen bannogs are rare enough that even seeing one in an army is a tale to be told for generations.  \n**Louder Than Thunder.** When riled, a ychen bannog can bellow loudly enough to shatter stones and knock down walls.",
            "name": "Ychen Bannog",
            "size": "Gargantuan",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 231,
            "hit_dice": "14d20+84",
            "speed": {
                "walk": 50
            },
            "strength": 28,
            "dexterity": 10,
            "constitution": 23,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning",
            "damage_immunities": "",
            "condition_immunities": "exhaustion",
            "senses": "passive Perception 11",
            "languages": "-",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ychen bannog makes one gore attack and one stomp attack."
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 27 (4d8 + 9) piercing damage.",
                    "attack_bonus": 13,
                    "damage_dice": "4d8"
                },
                {
                    "name": "Stomp",
                    "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 31 (4d10 + 9) bludgeoning damage. If the target is a creature, it must succeed on a DC 21 Strength saving throw or be knocked prone.",
                    "attack_bonus": 13,
                    "damage_dice": "4d10"
                },
                {
                    "name": "Destroying Bellow (Recharge 5-6)",
                    "desc": "The ychen bannog delivers a fearsome bellow that can be heard up to ten miles away. Structures and unattended objects in a 60-foot cone take 55 (10d10) thunder damage. Creatures in the cone take 27 (5d10) thunder damage and are deafened for 1 hour, or take half damage and aren't deafened with a successful DC 18 Constitution saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ever-Sharp Horns",
                    "desc": "The ychen bannog deals triple damage dice when it scores a critical hit with a gore attack."
                },
                {
                    "name": "Overrun",
                    "desc": "When the ychen bannog takes the Dash action, it can move through the space of a Large or smaller creature, treating the creature's space as difficult terrain. As it moves through the creature's space, the ychen bannog can make a stomp attack as a bonus action."
                },
                {
                    "name": "Peaceful Creature",
                    "desc": "The ychen bannog abhors combat and flees from it if possible. If unable to flee, the ychen bannog can attack a foe or obstacle to clear a path to safety. As an action, a driver or handler mounted on the ychen bannog or adjacent to it can make a DC 16 Wisdom (Animal Handling) check. On a success, the ychen bannog moves and attacks as directed by the driver. On a failure, the beast flees. The driver or handler must have proficiency in Animal Handling to attempt this check."
                }
            ],
            "spell_list": [],
            "page_no": 413,
            "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_ychen-bannog/"
        },
        {
            "slug": "cave-troll-a5e",
            "desc": "",
            "name": "Cave Troll",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 84,
            "hit_dice": "8d10+40",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 120 ft., passive Perception 11",
            "languages": "Giant",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The troll attacks with its bite and twice with its claw. When the troll uses Multiattack  it can make a rock attack in place of one claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 9 (2d4 + 4) slashing damage."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 20/60 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The troll has advantage on Perception checks that rely on smell."
                },
                {
                    "name": "Regeneration",
                    "desc": "The troll regains 10 hit points at the start of its turn. If the troll takes radiant damage or is exposed to sunlight, this trait doesnt function on its next turn. The troll is petrified if it starts its turn with 0 hit points and doesnt regenerate."
                },
                {
                    "name": "Severed Limbs",
                    "desc": "If the troll is dealt a critical hit with a slashing weapon, one of its extremities is severed. The extremity has AC 15, 10 hit points, a Speed of 10, and the trolls Regeneration trait. The troll controls the severed extremity and perceives through it with the appropriate senses (for instance, it sees through the eyes of its severed head). As a bonus action, the troll can reattach the extremity. While the troll is missing the extremity, its maximum hit points are reduced by 10. Roll d6 to determine the severed extremity:"
                },
                {
                    "name": "1-4: Arm",
                    "desc": "If the troll has an arm, it loses an arm. It loses one of its claw attacks, and the severed arm can make a claw attack."
                },
                {
                    "name": "5-6: Head",
                    "desc": "If the troll has a head, it loses its head. It loses its bite attack, and the severed head can make a bite attack."
                }
            ],
            "spell_list": [],
            "page_no": 413,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_cave-troll/"
        },
        {
            "slug": "dread-troll-a5e",
            "desc": "",
            "name": "Dread Troll",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 105,
            "hit_dice": "10d10+50",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The troll makes two bite attacks and three claw attacks."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The troll has advantage on Perception checks that rely on smell."
                },
                {
                    "name": "Regeneration",
                    "desc": "The troll regains 10 hit points at the start of its turn. If the troll takes acid or fire damage, this trait doesnt function on its next turn. The troll dies only if it starts its turn with 0 hit points and doesnt regenerate."
                },
                {
                    "name": "Severed Limbs",
                    "desc": "If the troll is dealt a critical hit with a slashing weapon, one of its extremities is severed. The extremity has AC 15, 10 hit points, a Speed of 10, and the trolls Regeneration trait. The troll controls the severed extremity and perceives through it with the appropriate senses (for instance, it sees through the eyes of its severed head). As a bonus action, the troll can reattach the extremity. While the troll is missing the extremity, its maximum hit points are reduced by 10. Roll d6 to determine the severed extremity:"
                },
                {
                    "name": "1-4: Arm",
                    "desc": "If the troll has an arm, it loses an arm. It loses one of its claw attacks, and the severed arm can make a claw attack."
                },
                {
                    "name": "5-6: Head",
                    "desc": "If the troll has a head, it loses its head. It loses its bite attack, and the severed head can make a bite attack."
                }
            ],
            "spell_list": [],
            "page_no": 413,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_dread-troll/"
        },
        {
            "slug": "faerie-eater-troll-a5e",
            "desc": "",
            "name": "Faerie Eater Troll",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 84,
            "hit_dice": "8d10+40",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Giant",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The troll attacks with its bite and twice with its claw. When the troll uses Multiattack  it can use Charming Murmur in place of its bite."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 9 (2d4 + 4) slashing damage."
                },
                {
                    "name": "Charming Murmur",
                    "desc": "One creature within 60 feet that can hear the troll makes a DC 12 Charisma saving throw. On a failure  it is charmed for 1 minute. While charmed  its Speed is 0. The creature repeats the saving throw whenever it takes damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The troll has advantage on Perception checks that rely on smell."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The troll has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Regeneration",
                    "desc": "The troll regains 10 hit points at the start of its turn. If the troll takes acid or fire damage, this trait doesnt function on its next turn. The troll dies only if it starts its turn with 0 hit points and doesnt regenerate."
                },
                {
                    "name": "Severed Limbs",
                    "desc": "If the troll is dealt a critical hit with a slashing weapon, one of its extremities is severed. The extremity has AC 15, 10 hit points, a Speed of 10, and the trolls Regeneration trait. The troll controls the severed extremity and perceives through it with the appropriate senses (for instance, it sees through the eyes of its severed head). As a bonus action, the troll can reattach the extremity. While the troll is missing the extremity, its maximum hit points are reduced by 10. Roll d6 to determine the severed extremity:"
                },
                {
                    "name": "1-4: Arm",
                    "desc": "If the troll has an arm, it loses an arm. It loses one of its claw attacks, and the severed arm can make a claw attack."
                },
                {
                    "name": "5-6: Head",
                    "desc": "If the troll has a head, it loses its head. It loses its bite attack, and the severed head can make a bite attack."
                }
            ],
            "spell_list": [],
            "page_no": 413,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_faerie-eater-troll/"
        },
        {
            "slug": "scrag-a5e",
            "desc": "",
            "name": "Scrag",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 84,
            "hit_dice": "8d10+40",
            "speed": {
                "walk": 40,
                "swim": 30
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Giant",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The troll attacks with its bite and twice with its claw."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 9 (2d4 + 4) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The troll has advantage on Perception checks that rely on smell."
                },
                {
                    "name": "Amphibious",
                    "desc": "The scrag can breathe both air and water."
                },
                {
                    "name": "Regeneration",
                    "desc": "The scrag regains 10 hit points at the start of its turn. If the scrag takes acid or fire damage, this trait doesnt function on its next turn. This trait also doesnt function if the troll hasnt been immersed in water since the start of its last turn. The troll dies only if it starts its turn with 0 hit points and doesnt regenerate."
                },
                {
                    "name": "Severed Limbs",
                    "desc": "If the troll is dealt a critical hit with a slashing weapon, one of its extremities is severed. The extremity has AC 15, 10 hit points, a Speed of 10, and the trolls Regeneration trait. The troll controls the severed extremity and perceives through it with the appropriate senses (for instance, it sees through the eyes of its severed head). As a bonus action, the troll can reattach the extremity. While the troll is missing the extremity, its maximum hit points are reduced by 10. Roll d6 to determine the severed extremity:"
                },
                {
                    "name": "1-4: Arm",
                    "desc": "If the troll has an arm, it loses an arm. It loses one of its claw attacks, and the severed arm can make a claw attack."
                },
                {
                    "name": "5-6: Head",
                    "desc": "If the troll has a head, it loses its head. It loses its bite attack, and the severed head can make a bite attack."
                }
            ],
            "spell_list": [],
            "page_no": 413,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_scrag/"
        },
        {
            "slug": "xhkarsh",
            "desc": "_Watching with many rows of eyes, this mantis creature strikes with slashing claws and recurved barbs dripping with venom._  \n**Dimensional Travelers.** The clandestine xhkarsh are beings from another cosmic cycle. Their devices and armor are incomprehensible to—possibly even incompatible with— creatures of this reality.  \n**Tamper with Fate.** The xhkarsh utilize their fate-altering powers to distort personal histories and manipulate mortal destinies like puppeteers. By doing this, they realign the universe toward their own, esoteric ends—but what those ends might be, only the xhkarsh know.  \n**Foes of Skein Witches.** Skein witches and valkyries are perpetual enemies of the xhkarsh, whom they accuse of perverting the proper run of destiny for both great heroes and ordinary folk.",
            "name": "Xhkarsh",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 19,
            "armor_desc": "natural and mystic armor",
            "hit_points": 133,
            "hit_dice": "14d10+56",
            "speed": {
                "walk": 50,
                "climb": 30
            },
            "strength": 17,
            "dexterity": 21,
            "constitution": 18,
            "intelligence": 15,
            "wisdom": 16,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": 6,
            "skills": {
                "insight": 6,
                "perception": 6,
                "stealth": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., tremorsense 120 ft., passive Perception 16",
            "languages": "Common, Deep Speech, Undercommon",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The xhkarsh makes two claw attacks and two stinger attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one creature. Hit: 12 (2d6 + 5) piercing damage, and the target must succeed on a DC 15 Charisma saving throw or have its fate corrupted. A creature with corrupted fate has disadvantage on Charisma checks and Charisma saving throws, and it is immune to divination spells and to effects that sense emotions or read thoughts. The target's fate can be restored by a dispel evil and good spell or comparable magic.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Seize Strand",
                    "desc": "The xhkarsh targets one creature within 5 feet of it whose fate has been corrupted. The target creature must succeed on a DC 15 Charisma saving throw or a portion of the xhkarsh's consciousness inhabits its body. The target retains control of its body, but the xhkarsh can control its actions for 1 minute each day and can modify its memories as a bonus action (as if using the modify memory spell, DC 15). The target is unaware of the xhkarsh's presence, but can make a DC 18 Wisdom (Insight) check once every 24 hours to notice the presence of the xhkarsh. This effect lasts until the xhkarsh ends it or the target's fate is restored by a dispel evil and good spell or comparable magic. A creature becomes immune to this effect for 24 hours when it succeeds on the saving throw to resist the effect or after the effect ends on it for any reason. A single xhkarsh can seize up to four strands at the same time."
                },
                {
                    "name": "Invisibility",
                    "desc": "The xhkarsh turns invisible until it attacks or casts a spell, or until its concentration ends. Equipment the xhkarsh wears or carries becomes invisible with it."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 412,
            "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_xhkarsh/"
        },
        {
            "slug": "troll-a5e",
            "desc": "",
            "name": "Troll",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 84,
            "hit_dice": "8d10+40",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Giant",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The troll attacks with its bite and twice with its claw."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 9 (2d4 + 4) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The troll has advantage on Perception checks that rely on smell."
                },
                {
                    "name": "Regeneration",
                    "desc": "The troll regains 10 hit points at the start of its turn. If the troll takes acid or fire damage, this trait doesnt function on its next turn. The troll dies only if it starts its turn with 0 hit points and doesnt regenerate."
                },
                {
                    "name": "Severed Limbs",
                    "desc": "If the troll is dealt a critical hit with a slashing weapon, one of its extremities is severed. The extremity has AC 15, 10 hit points, a Speed of 10, and the trolls Regeneration trait. The troll controls the severed extremity and perceives through it with the appropriate senses (for instance, it sees through the eyes of its severed head). As a bonus action, the troll can reattach the extremity. While the troll is missing the extremity, its maximum hit points are reduced by 10. Roll d6 to determine the severed extremity:"
                },
                {
                    "name": "1-4: Arm",
                    "desc": "If the troll has an arm, it loses an arm. It loses one of its claw attacks, and the severed arm can make a claw attack."
                },
                {
                    "name": "5-6: Head",
                    "desc": "If the troll has a head, it loses its head. It loses its bite attack, and the severed head can make a bite attack."
                }
            ],
            "spell_list": [],
            "page_no": 412,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_troll/"
        },
        {
            "slug": "wolfreaverdwarf-tob1-2023",
            "desc": "False",
            "name": "Wolf Reaver Dwarf",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Any Chaotic Alignment",
            "armor_class": 16,
            "armor_desc": "chain shirt, shield",
            "hit_points": 76,
            "hit_dice": "9d8 + 36",
            "speed": {
                "walk": 25
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 19,
            "intelligence": 9,
            "wisdom": 11,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "Athletics": 6,
                "Intimidation": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Dwarvish",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wolf reaver dwarf makes one Battleaxe attack and two Spear attacks, or it makes three Handaxe attacks."
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft, one target. Hit: 8 (1d8 + 4) slashing damage, or 9 (1d10 + 4) slashing damage if used with two hands."
                },
                {
                    "name": "Handaxe",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d6 + 4) slashing damage."
                },
                {
                    "name": "Spear",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 7 (1d6 + 4) piercing damage, or 8 (1d8 + 4) piercing damage if used with two hands to make a melee attack."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Danger Sense",
                    "desc": "While conscious, the wolf reaver dwarf has advantage on Dexterity saving throws."
                },
                {
                    "name": "Dwarven Resilience",
                    "desc": "The wolf reaver dwarf has advantage on saving throws against poison."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The wolf reaver dwarf has advantage on attack rolls against a creature if at least one of the dwarf's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Reckless",
                    "desc": "At the start of its turn, the wolf reaver dwarf can gain advantage on all melee weapon attack rolls during that turn, but attack rolls against it have advantage until the start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 412,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_wolf-reaver-dwarf/"
        },
        {
            "slug": "npc:-wind-acolyte",
            "desc": "",
            "name": "Npc: Wind Acolyte",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 30,
                "fly": 50
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, lightning",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60', passive Perception 17",
            "languages": "Auran, + any two languages",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Air Weapon attacks. If acolyte hits one creature with two Air Weapon attacks target: DC 15 Str save or be pushed up to 15 ft. away from acolyte."
                },
                {
                    "name": "Air Weapon",
                    "desc": "Melee or Ranged Weapon Attack: +8 to hit 10 ft. or range defined by chosen weapon one target 12 (2d6+5) bludgeoning damage slashing or piercing as defined by chosen weapon."
                },
                {
                    "name": "Wind's Rebuke (Recharge 6)",
                    "desc": "Draws breath out of one creature it can see within 60' of it. Target: DC 15 Con save. Fail: all of the breath is drawn from target's lungs and it immediately begins suffocating for 1 min or until it falls unconscious. It can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Buoying Wind",
                    "desc": "Summons winds to break the fall of up to 5 falling creatures it can see within 60' of it. A falling creature's rate of descent slows to 60' per round for 1 min. If a falling creature lands before effect ends it takes no falling damage and can land on its feet."
                },
                {
                    "name": "Drift",
                    "desc": "When a creature moves to within 15 ft. of the wind acolyte the acolyte can fly up to half its flying speed."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Air Senses",
                    "desc": "Can't use blindsight underwater or in an area with o air."
                },
                {
                    "name": "Air Weapons",
                    "desc": "When it attacks it conjures a weapon out of the air itself weapon appearing and disappearing in the blink of an eye. Air weapon is a swirl of wind in the shape of a simple or martial weapon but always deals 2d6 damage of the same type as that weapon. Air weapon shaped like a ranged weapon uses the range of that weapon except acolyte doesn't have disadvantage on ranged attack rolls when attacking a target beyond weapon's normal range. Air weapons don't use any other weapon properties of weapons they mimic. Air weapon attacks are magical."
                }
            ],
            "spell_list": [],
            "page_no": 412,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_npc-wind-acolyte/"
        },
        {
            "slug": "preta",
            "desc": "",
            "name": "Preta",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3,
                "stealth": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "the languages it knew in life",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The preta uses its Blood Siphon. It then makes two attacks with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d6+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) slashing damage.",
                    "name": "Claws"
                },
                {
                    "desc": "The preta magically draws the blood from a target it can see within 30 feet into its ever-hungry mouth. The target must succeed on a DC 13 Constitution saving throw or take 7 (2d6) points of necrotic damage. The preta regains hp equal to half the necrotic damage dealt.",
                    "name": "Blood Siphon"
                },
                {
                    "desc": "The preta magically enters the Ethereal Plane from the Material Plane, or vice versa. It is visible on the Material Plane while it is in the Border Ethereal, and vice versa, yet it can't affect or be affected by anything on the other plane.",
                    "name": "Etherealness"
                },
                {
                    "desc": "The preta turns invisible until it attacks or uses Blood Siphon, or until its concentration ends (as if concentrating on a spell). While invisible, it leaves no physical evidence of its passage, leaving it traceable only by magic. Any equipment the preta wears or carriers is invisible with it. While invisible, the preta can create small illusory sounds and images like the minor illusion spell except it can create either two images, two sounds, or one sound and one image.",
                    "name": "Hidden Illusionist"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The preta can see 60 feet into the Ethereal Plane when it is on the Material Plane, and vice versa.",
                    "name": "Ethereal Sight"
                }
            ],
            "spell_list": [],
            "page_no": 411,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_preta/"
        },
        {
            "slug": "xanka",
            "desc": "_This small metallic globe skitters about on many-jointed legs._  \n**Cleaning Constructs.** Created by gnomish tinkerers, xanka are constructs whose purpose is cleaning up their masters’ messy workshops. Most xanka are built from copper, brass, or bronze, but gold, silver, and platinum varieties have been seen in the houses of nobles and rich merchants.  \nXanka are not built for fighting— their instinct tells them to skitter for cover when danger threatens— but they will defend themselves when cornered.  \n**Follow Commands.** These constructs only obey simple commands that relate to the removal of garbage. They communicate with each other, but how they do it is unknown.  \n**Absorb Matter.** When a xanka touches matter with its globular body, it absorbs that matter into itself and breaks it down into energy, so that it can seek out more matter to absorb. Gnomes use them to keep the halls and streets clear of refuse. Xanka can absorb matter equaling half their body size every 6 seconds, but all this absorbing and converting doesn’t alter the xanka’s size.  \n**Constructed Nature.** A xanka doesn’t require air, food, drink, or sleep.",
            "name": "Xanka",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 18,
            "hit_dice": "4d6+4",
            "speed": {
                "walk": 25,
                "climb": 15
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 12,
            "intelligence": 4,
            "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": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion, frightened,",
            "senses": "blindsight 120 ft., passive Perception 10",
            "languages": "Understands the languages of its creator but can't",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Absorb",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) force damage, and the xanka regains hit points equal to the damage caused by its attack. In addition, a living creature hit by this attack must make a successful DC 12 Dexterity saving throw or suffer a gaping wound that causes 2 (1d4) necrotic damage at the end of each of the creature's turns until the wound is treated with magical healing or with a successful DC 10 Intelligence (Medicine) check. If a creature who fails this saving throw is wearing armor or using a shield, the creature can choose to prevent the necrotic damage by permanently reducing the AC of its armor or shield by 1 instead.",
                    "attack_bonus": 4,
                    "damage_dice": "1d8+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ingest Weapons",
                    "desc": "When the xanka is hit by a melee weapon and the final, adjusted attack roll is 19 or less, the weapon gains a permanent -1 penalty to damage rolls, after inflicting damage for this attack. If the penalty reaches -5, the weapon is destroyed. Even magic weapons are subject to this effect."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The xanka's weapon attacks are magical."
                },
                {
                    "name": "Constructed Nature",
                    "desc": "A xanka doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 411,
            "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_xanka/"
        },
        {
            "slug": "scorpioncultist-tob1-2023",
            "desc": "False",
            "name": "Scorpion Cultist",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 26,
            "hit_dice": "4d8 + 8",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 17,
            "constitution": 15,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Animal Handling": 3,
                "Deception": 2,
                "Perception": 3,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "poison",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "passive Perception 14",
            "languages": "Common",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft, one target. Hit: 6 (1d6 + 3) slashing damage plus 2 (1d4) poison damage."
                },
                {
                    "name": "Sling",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 30/120 ft., one target. Hit: 5 (1d4 + 3) bludgeoning damage plus 2 (1d4) poison damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Dark Devotion",
                    "desc": "The scorpion cultist has advantage on saving throws against being charmed or frightened."
                },
                {
                    "name": "Keen Senses",
                    "desc": "The scorpion cultist has advantage on Wisdom (Perception) checks."
                },
                {
                    "name": "Scorpion's Blessing",
                    "desc": "The scorpion cultist has advantage on saving throws against poison. In addition, when the scorpion cultist hits with any weapon, the weapon deals an extra 1d4 poison damage (included in the attack)."
                }
            ],
            "spell_list": [],
            "page_no": 411,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_scorpion-cultist/"
        },
        {
            "slug": "npc:-warlock-of-the-genie-lord",
            "desc": "",
            "name": "Npc: Warlock Of The Genie Lord",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning, thunder",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "Common, Primordial",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Elemental Burst or Dagger attacks. It can replace one attack with use of Spellcasting."
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit 5 ft. or range 20/60' one target 5 (1d4+3) piercing damage + 10 (3d6) acid cold fire lightning or thunder (warlock's choice)."
                },
                {
                    "name": "Elemental Burst",
                    "desc": "Melee or Ranged Spell Attack: +7 to hit 5 ft. or range 120' one target 14 (3d6+4) acid cold fire lightning or thunder (warlock's choice)."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 15). At will: levitate water breathing3/day ea: fire shield fly gust of wind1/day ea: conjure minor elementals (as an action) wall of stone"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Genie Lord's Favor",
                    "desc": "When it takes acid cold fire lightning or thunder warlock has advantage on next Elemental Burst attack it makes before end of its next turn provided Elemental Burst deals same damage as damage warlock took."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Elemental Weapons",
                    "desc": "When it hits with any weapon deals extra 3d6 acid cold fire lightning or thunder (included below) warlock's choice."
                }
            ],
            "spell_list": [],
            "page_no": 411,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_npc-warlock-of-the-genie-lord/"
        },
        {
            "slug": "wormhearted-suffragan",
            "desc": "_This humanoid wears robes to hide its corpselike pallor and lifeless gray hair. Fine, arm-length worms wriggle through abscesses in its flesh and its empty eye-sockets. It moves stooped over, with a shuffling gait, belying its speed and agility._  \n**Dark Worm Hearts.** Formerly, the suffragans were priests or holy officers of other faiths, but their hearts were corrupted by their fear and loathing. Once pledged to the service of a demon lord, it replaced their hearts with a bulbous, writhing conglomeration of worms, which permits them to carry on with an undead mockery of life.  \n**Prey on the Wounded.** They frequent graveyards, casting detect evil or speak with dead to learn who was truly cruel and duplicitous in life. They also follow armies, visiting battlefields shortly after the fighting is over. In the guise of nurses or chirurgeons, they select their targets from among the dead and dying for as long as they remain undetected. In both cases, they cast animate dead to provide the worm goddess with viable skeletal or zombie servants.  \n**Fear Light and Radiance.** Wormhearted suffragans have a weakness; they are especially susceptible to the flesh-searing power of radiant magic, and for this reason avoid priests of the sun god or gods of light. At night, however, they are a walking contagion, infesting their enemies with parasitic worms that devour victims from within. Their favorite tactic is to cast hold person, attack with a helminth infestation, then animate their slain enemies into unlife.  \n**Undead Nature.** A wormhearted suffragan doesn’t require air, food, drink, or sleep.",
            "name": "Wormhearted Suffragan",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 12,
            "armor_desc": null,
            "hit_points": 97,
            "hit_dice": "13d8+39",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 11,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "medicine": 6,
                "religion": 3
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "necrotic; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "the languages it knew in life",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wormhearted suffragan can make two helminth infestation attacks, or it can cast one spell and make one helminth infestation attack."
                },
                {
                    "name": "Helminth Infestation",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (2d6) bludgeoning damage plus 10 (3d6) necrotic damage. If the target is a creature, it must succeed on a DC 14 Constitution saving throw or be afflicted with a helminth infestation (parasitic worms). An afflicted creature can't regain hit points and its hit point maximum decreases by 10 (3d6) for every 24 hours that elapse. If the affliction reduces the target's hit point maximum to 0, the victim dies. The affliction lasts until removed by any magic that cures disease.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Innate Spellcasting",
                    "desc": "the wormhearted suffragan's innate spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It can cast the following spells, requiring no material components:\n\nat will: command, detect evil and good\n\n4/day: inflict wounds\n\n2/day each: blindness-deafness, hold person\n\n1/day each: animate dead, speak with dead"
                }
            ],
            "spell_list": [],
            "page_no": 410,
            "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_wormhearted-suffragan/"
        },
        {
            "slug": "troglodyte-a5e",
            "desc": "",
            "name": "Troglodyte",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 11,
            "armor_desc": "",
            "hit_points": 19,
            "hit_dice": "3d8+6",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "Troglodyte",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The troglodyte attacks with its bite and its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) piercing damage  and the target makes a DC 12 Constitution saving throw. On a failure  it is infected with Troglodyte Stench."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage."
                },
                {
                    "name": "Dart",
                    "desc": "Melee Weapon Attack: +4 to hit, range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage plus 3 (1d6) poison damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Stench",
                    "desc": "A non-troglodyte that starts its turn within 5 feet of the troglodyte makes a DC 12 Constitution saving throw. On a failure, the creature is poisoned until the start of its next turn. On a successful save, the creature is immune to a troglodytes Stench for 24 hours."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the troglodyte has disadvantage on attack rolls, as well as on Perception checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 410,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_troglodyte/"
        },
        {
            "slug": "elvishveteranarcher-tob1-2023",
            "desc": "False",
            "name": "Elvish Veteran Archer",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Any Alignment",
            "armor_class": 16,
            "armor_desc": "studded leather",
            "hit_points": 66,
            "hit_dice": "12d8 + 12",
            "speed": {
                "walk": 30
            },
            "strength": 11,
            "dexterity": 18,
            "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": 15,
            "skills": {
                "Nature": 2,
                "Perception": 5,
                "Stealth": 5,
                "Survival": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "passive Perception 15",
            "languages": "Common, Elvish",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elvish veteran archer makes three Shortsword attacks or two Longbow attacks."
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit:7 (1d6 + 4) piercing damage."
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 150/600 ft., one target. Hit: 13 (2d8 + 4) piercing damage. Instead of dealing damage, the archer can pin part of the target's clothing or body to the ground or to a nearby wall or tree. If it does so, the target is restrained. A creature, including the target, can take its action to remove the arrow and free the restrained target by succeeding on a DC 14 Strength check."
                },
                {
                    "name": "Arrow Spray (Recharge 5-6)",
                    "desc": "The elvish veteran archer fires a flurry of arrows in a 15-foot cone. Each creature in the cone must make a DC 14 Dexterity saving throw, taking 18 (4d8) piercing damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "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 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": "Point Blank Hunter",
                    "desc": "A longbow deals one extra die of its damage when the archer hits with it (included in the attack). In addition, when the archer makes a ranged attack with a longbow, it doesn't have disadvantage on the attack roll from being within 5 feet of a hostile creature, though it may still have disadvantage from other sources."
                }
            ],
            "spell_list": [],
            "page_no": 410,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_elvish-veteran-archer/"
        },
        {
            "slug": "emeraldordercultleader-tob1-2023",
            "desc": "False",
            "name": "Emerald Order Cult Leader",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Neutral or Lawful Evil",
            "armor_class": 15,
            "armor_desc": "Divine Blessing",
            "hit_points": 156,
            "hit_dice": "24d8 + 48",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "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": 15,
            "skills": {
                "Arcana": 5,
                "Deception": 5,
                "History": 5,
                "Religion": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "any three languages",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Mace",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage plus 13 (3d8) radiant damage."
                },
                {
                    "name": "Radiant Bolt",
                    "desc": "Ranged Spell Attack: +8 to hit, range 60 ft., one target. Hit: 18 (3d8 + 5) radiant damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The Emerald Order cult leader casts one of the following spells, requiring no material components and using Wisdom as the spellcasting ability (spell save DC 16):\nAt will: command, light, thaumaturgy\n3/day each: detect thoughts, dimension door, silence, slow\n1/day each: divination, freedom of movement"
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Esoteric Vengeance",
                    "desc": "When a creature the cult leader can see within 30 feet of it hits it with an attack, the cult leader intonates a mind-bending arcane secret, and the attacker takes 7 (2d6) psychic damage."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Blessed Weapons",
                    "desc": "The cult leader's weapons are blessed by its deity, and its weapon attacks are magical. When the cult leader hits with any weapon, the weapon deals an extra 3d8 radiant damage (included in the attack)."
                },
                {
                    "name": "Divine Blessing",
                    "desc": "While the cult leader is conscious and wearing no armor and wielding no shield, it adds its Wisdom modifier to its Armor Class (included above). In addition, it has advantage on saving throws against being charmed or frightened."
                },
                {
                    "name": "Prophetic Tactics",
                    "desc": "The cult leader has advantage on initiative rolls. In addition, at the start of each of the cult leader's turns, one friendly creature within 30 feet of the cult leader has advantage on the first attack roll it makes before the start of the cult leader's next turn."
                }
            ],
            "spell_list": [],
            "page_no": 410,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_emerald-order-cult-leader/"
        },
        {
            "slug": "npc:-infiltrator",
            "desc": "",
            "name": "Npc: Infiltrator",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "studded leather",
            "hit_points": 55,
            "hit_dice": "10d8+10",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 15,
            "constitution": 13,
            "intelligence": 16,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "any three languages",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Shortsword attacks and one Dagger attack. It can replace one attack with Spellcasting."
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 5 (1d6+2) piercing damage."
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +4 to hit 5 ft. or range 20/60' one target 4 (1d4+2) piercing damage."
                },
                {
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +4 to hit 80/320' one target 6 (1d8+2) piercing damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Int (DC 13): At will: mage hand message minor illusion3/day ea: charm person sleep1/day: invisibility"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Cunning Action",
                    "desc": "Takes the Dash Disengage or Hide action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Knowledge Charm",
                    "desc": "Carries a minor magical charm gifted to it by the organization. While wearing or carrying the charm infiltrator has proficiency in any two skills and is fluent in any one language (not included above). This proficiency and fluency last until charm is lost or destroyed or until infiltrator performs a 10-minute ritual to change the proficiency and fluency provided by the charm. If infiltrator dies charm becomes nonmagical."
                }
            ],
            "spell_list": [],
            "page_no": 410,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_npc-infiltrator/"
        },
        {
            "slug": "npc:-merchant-captain",
            "desc": "",
            "name": "Npc: Merchant Captain",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 104,
            "hit_dice": "19d8+19",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 16,
            "constitution": 13,
            "intelligence": 14,
            "wisdom": 13,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Common + any two languages",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Fast Talk then three Rapier or Quip attacks. It can replace one attack with use of Spellcasting."
                },
                {
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 7 (1d8+3) piercing damage + 7 (2d6) poison."
                },
                {
                    "name": "Quip",
                    "desc": "Ranged Spell Attack: +7 to hit, 60 ft., one target, 14 (3d6+4) psychic."
                },
                {
                    "name": "Fast Talk",
                    "desc": "The merchant captain baffles a creature it can see within 30' of it with barrage of jargon quick speech and big words. The target must make DC 15 Cha save or have disadvantage on the next Wis save it makes before the end of the merchant captain's next turn."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 15): At will: comprehend languages mage hand mending3/day ea: calm emotions enthrall heroism1/day ea: confusion freedom of movement"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Inspiration (4/Day)",
                    "desc": "When a creature within 30' of the merchant captain fails an attack roll ability check or save the captain can force it to reroll the die. The target must use the new roll."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 410,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_npc-merchant-captain/"
        },
        {
            "slug": "witchlight",
            "desc": "_This tiny ball of bright light seems to emanate from a crystalline center._  \n**Wizard Servants.** Also called a “spooklight,” a witchlight is a wizard’s servant created from a tiny piece of quartz. It appears as a floating ball of flickering light similar to a will-o’-wisp. The hue of quartz used during the creature’s creation determines the color of each witchlight’s illumination. After the quartz is prepared, it is animated through an extended magical ritual cast under a full moon and a clear, starry sky. Consequently, they are extremely rare by any measure.  \n**Flashing Light Code.** A witchlight always shares the same alignment as its creator. Although it cannot speak, a witchlight understands Common or another language taught it by its creator. Many spellcasters have taught their witchlights a coded cipher, so it can spell out words by flaring and dimming its light. When necessary, a witchlight can spell words in the air by flying so quickly that its trail of light forms letters. This stunt requires a successful DC 14 Dexterity (Acrobatics) check per word.  \n**Free Roaming.** If the witchlight’s master dies within one mile of the witchlight, it explodes in a brilliant but harmless flash of light. If it loses its master under any other circumstance, it becomes masterless; it’s free to do as it pleases, and it can never serve anyone else as a familiar. The statistics below represent these independent witchlights.  \nEvil witchlights can be surprisingly cruel, not unlike will-o’wisps. They seek to lure lost travelers into swamps or traps by using their glow to imitate the light of a safe haven. Conversely, good-aligned witchlights guide travelers to places of safety or along safe paths, and they are prized by pilots and guides. Neutral witchlights exhibit a playful nature—sometimes mingling inside the cavities of weapons, gems, or other curiosities, which means those items may be mistaken for magic items. More than one “wizard’s staff ” is just an impressivelooking stick with a witchlight perched on top.  \n**Constructed Nature.** A witchlight doesn’t require air, food, drink, or sleep.",
            "name": "Witchlight",
            "size": "Tiny",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 10,
            "hit_dice": "4d4",
            "speed": {
                "fly": 50
            },
            "strength": 1,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, radiant",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "understands the language of its creator but can't speak",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Light Ray",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 30 ft., one target. Hit: 6 (1d4 + 4) radiant damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d4"
                },
                {
                    "name": "Flash (Recharge 5-6)",
                    "desc": "The witchlight emits a bright burst of light that blinds all sighted creatures within 30 feet for 1d4 rounds unless they succeed on a DC 10 Constitution saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Dispel Magic Weakness",
                    "desc": "Casting dispel magic on a witchlight paralyzes it for 1d10 rounds."
                },
                {
                    "name": "Luminance",
                    "desc": "A witchlight normally glows as brightly as a torch. The creature can dim itself to the luminosity of a candle, but it cannot extinguish its light. Because of its glow, the witchlight has disadvantage on Dexterity (Stealth) checks."
                },
                {
                    "name": "Thin As Light",
                    "desc": "While a witchlight is not incorporeal, it can pass through any opening that light can."
                }
            ],
            "spell_list": [],
            "page_no": 409,
            "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_witchlight/"
        },
        {
            "slug": "dwarvenringmage-tob1-2023",
            "desc": "False",
            "name": "Dwarven Ringmage",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Any Alignment",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 136,
            "hit_dice": "21d8 + 42",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 15,
            "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": 11,
            "skills": {
                "Arcana": 7,
                "History": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "poison",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Dwarvish",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Ring Staff",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) bludgeoning damage plus 10 (3d6) acid, cold, fire, lightning, or thunder damage (the ringmage's choice)."
                },
                {
                    "name": "Ring Magic",
                    "desc": "The dwarven ringmage draws circles of magic in the air and sends them toward one creature it can see within 30 feet of it, causing one of the following effects:"
                },
                {
                    "name": "Spellcasting",
                    "desc": "The dwarven ringmage casts one of the following spells, requiring no material components and using Intelligence as the spellcasting ability (spell save DC 15):\nAt will: color spray, mage hand, true strike\n3/day each: expeditious retreat, fly, haste\n1/day each: greater invisibility, wall of stone"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Dwarven Resilience",
                    "desc": "The dwarven ringmage has advantage on saving throws against poison."
                }
            ],
            "spell_list": [],
            "page_no": 409,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_dwarven-ringmage/"
        },
        {
            "slug": "npc:-infested-duelist",
            "desc": "",
            "name": "Npc: Infested Duelist",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 144,
            "hit_dice": "32d8",
            "speed": {
                "walk": 40,
                "climb": 30
            },
            "strength": 11,
            "dexterity": 20,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 6,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, restrained, poisoned",
            "senses": "passive Perception 13",
            "languages": "any one language (usually Common)",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Slam attack and two Shortsword attacks or it makes two Thorn Shot attacks."
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +10 to hit, 5 ft., one target, 9 (1d6+6) piercing damage."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, 5 ft., one target, 15 (2d8+6) bludgeoning damage and target: DC 15 Con save. On failure target takes 14 (4d6) poison and is poisoned 1 min. On success target takes half damage and isn't poisoned. Poisoned target can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Thorn Shot",
                    "desc": "Melee Weapon Attack: +10 to hit 30/120' one target 10 (2d4+5) piercing damage + 7 (2d6) poison."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Spore Cloud",
                    "desc": "When it takes damage from a ranged attack emits a burst of thick yellow spores that surround infested duelist and heavily obscure area within 5 ft. of it. Spores dissipate at start of duelist's next turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Evasion",
                    "desc": "If subject to effect that allows Dex save for half damage takes no damage on success and only half if it fails."
                },
                {
                    "name": "Parasite Sense",
                    "desc": "Advantage on attacks vs. poisoned creatures."
                },
                {
                    "name": "Plant-Powered Mobility",
                    "desc": "Opportunity attacks made vs. duelist have disadvantage. If the duelist is prone at the start of its turn it can immediately stand with o costing movement."
                }
            ],
            "spell_list": [],
            "page_no": 409,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_npc-infested-duelist/"
        },
        {
            "slug": "white-ape",
            "desc": "_This hulking primate looms over others of its kind. Its filthy white fur is matted and yellowed, and a deranged look haunts its blood-red eyes._  \n**Awakened by Sorcery.** White apes were once docile, gentle giants that roamed forested hills and savannah lands. Two thousand years ago, a kingdom of mages awakened the apes, raising their intelligence to near-human level so the beasts could be employed as soldiers and servants, protecting and replacing the humans who were slowly dying off. When the sorcerers died out, the apes remained.  \n**Arcane Wasting.** The enchantment that imbued the apes with intelligence also bleached their fur white and made them carriers of the arcane wasting, a disease that hastened their creators’ demise. The apes are immune to the wasting’s effects, but they can pass it to other humanoids. Among spellcasters, the wasting spreads like a plague.  \n**Driven Away.** The awakening enchantment also gave the white apes a strong desire to serve humans, but because of the risk from the disease, they are viciously driven away from settled areas. They are acutely aware of the injustice that was done to them, and generations of exile have turned their loyalty to animosity, especially toward arcane spellcasters.",
            "name": "White Ape",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 40,
                "climb": 40
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "acrobatics": 6,
                "athletics": 7,
                "intimidation": 2,
                "perception": 5,
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ape makes one bite attack and two claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage, and the target must succeed on a DC 14 Constitution saving throw or contract the arcane wasting disease (see sidebar).",
                    "attack_bonus": 7,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 15 (2d10 + 4) slashing damage.",
                    "attack_bonus": 7,
                    "damage_dice": "2d10+4"
                },
                {
                    "name": "Frenzy (1/Day)",
                    "desc": "When two or more foes are adjacent to the ape, it can enter a deadly battle frenzy. Instead of using its normal multiattack, a frenzied white ape makes one bite attack and two claw attacks against each enemy within 5 feet of it. Melee attacks against the white ape are made with advantage from the end of that turn until the start of the white ape's next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hatred for Spellcasters",
                    "desc": "The white ape does one extra die of damage (d8 or d10, respectively) per attack against an enemy it has seen cast a spell."
                },
                {
                    "name": "Arcane Wasting (Disease)",
                    "desc": "When the bodily fluid of an infected creature touches a humanoid or when an infected creature casts a spell (direct or indirect) on a humanoid, that humanoid must succeed on a DC 15 Constitution saving throw or become infected with arcane wasting. Beginning 1d6 days after infection, the infected creature must make a DC 15 Constitution saving throw at the end of each long rest. If the saving throw fails, the victim loses 1d3 Intelligence and 1d3 Wisdom. Lost Intelligence and Wisdom can't be recovered while the disease persists. If the saving throw succeeds, nothing happens; the disease ends after the second consecutive successful saving throws. Once the disease ends, lost Intelligence and Wisdom can be restored by greater restoration or comparable magic. The disease is also cured by lesser restoration if the caster makes a successful DC 15 spellcasting check."
                }
            ],
            "spell_list": [],
            "page_no": 408,
            "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_white-ape/"
        },
        {
            "slug": "treant-a5e",
            "desc": "",
            "name": "Treant",
            "size": "Huge",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "",
            "hit_points": 138,
            "hit_dice": "12d12+60",
            "speed": {
                "walk": 30
            },
            "strength": 22,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 20,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Druidic, Elvish, Sylvan",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The treant makes two attacks  or makes one attack and uses Animate Plant."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 20 (4d6 + 6) bludgeoning damage."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +10 to hit, range 60/180 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage."
                },
                {
                    "name": "Animate Plant",
                    "desc": "The treant magically animates a Large or larger plant within 60 feet. The plant is immobile  but it acts on the treants initiative and can make slam attacks  or rock attacks if there are rocks to throw within 10 feet of it. Non-plant creatures treat the ground within 15 feet of the plant as difficult terrain  as surrounding roots conspire to trip and grasp moving creatures. The plant remains animated for 1 hour. If the treant uses this action while it has three plants animated in this way  the plant that has been animated the longest returns to normal."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless, the treant is indistinguishable from a tree."
                },
                {
                    "name": "Flammable",
                    "desc": "If the treant takes fire damage, it catches fire, taking 10 (3d6) ongoing fire damage, unless it is already on fire. It can use an action to extinguish itself, ending the ongoing damage."
                },
                {
                    "name": "Forest Speaker",
                    "desc": "The treant can communicate with beasts and plants."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The treant deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 408,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_treant/"
        },
        {
            "slug": "devilboundgnome-tob1-2023",
            "desc": "False",
            "name": "Devilbound Gnome",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Any Evil",
            "armor_class": 17,
            "armor_desc": "Infernal Blessing",
            "hit_points": 104,
            "hit_dice": "19d6 + 38",
            "speed": {
                "walk": 25
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 21,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": 7,
            "wisdom_save": null,
            "charisma_save": 9,
            "perception": 11,
            "skills": {
                "Arcana": 7,
                "Deception": 9,
                "History": 7,
                "Persuasion": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, poison; bludgeoning, piercing, and slashing damage from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "False",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Infernal, Gnomish",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Hellish Blast",
                    "desc": "Melee or Ranged Spell Attack: +9 to hit, reach 5 ft. or range 120 ft., one target. Hit: 12 (2d6 + 5) fire damage plus 9 (2d8) poison damage."
                },
                {
                    "name": "Hell's Servitors (1/Day)",
                    "desc": "The devilbound gnome magically calls 1d4 devils with a challenge rating of 4 or lower, or it calls 1 devil with a challenge rating of 6 or lower. The called Fiends arrive in 1d4 rounds, acting as allies of the gnome and obeying its spoken commands. The Fiends remain for 1 hour, until the gnome dies, or until the gnome dismisses them as a bonus action."
                },
                {
                    "name": "To Hell and Back (1/Day)",
                    "desc": "The devilbound gnome sends one creature it can see within 60 feet of it hurling through Hell. The target must make a DC 17 Wisdom saving throw. On a success, the target takes 35 (10d6) fire damage as Hell pulls on the creature. On a failure, the target is incapacitated and disappears, as it takes a quick trip through the nightmarish landscapes of Hell. At the end of the gnome's next turn, the target reappears in the space it previously occupied, or the nearest unoccupied space, and takes 55 (10d10) psychic damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The devilbound gnome casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 17):\nAt will: detect magic, minor illusion, prestidigitation\n3/day each: command, dimension door, invisibility\n1/day each: fly, haste, wall of fire"
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Fiendish Sacrifice",
                    "desc": "When the devilbound gnome is reduced to 0 hp, it can sacrifice a Fiend called with the Hell's Servitor's action or sacrifice its bonded imp, preventing the damage and killing the chosen Fiend. If the gnome sacrifices its bonded imp, it loses its Infernal Blessing and Infernal Bond traits until it receives a new imp from its patron devil."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Infernal Blessing",
                    "desc": "While the devilbound gnome is conscious and wearing no armor and wielding no shield, it adds its Charisma modifier to its AC (included above) and saving throws. In addition, magical darkness doesn't impede the gnome's darkvision."
                },
                {
                    "name": "Infernal Bond",
                    "desc": "The devilbound gnome is magically bound to an imp. The imp acts as an ally of the gnome's, obeying its spoken commands. The gnome can perceive through the imp's senses, speak through its mouth, and communicate with it telepathically even if the two aren't on the same plane of existence."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devilbound gnome has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 408,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_devilbound-gnome/"
        },
        {
            "slug": "npc:-frost-afflicted",
            "desc": "",
            "name": "Npc: Frost-Afflicted",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": "leather armor",
            "hit_points": 65,
            "hit_dice": "10d8+20",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 12,
            "wisdom": 17,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "exhaustion, petrified",
            "senses": "passive Perception 13",
            "languages": "any one language (usually Common)",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Frigid Punch or Frost Bolt attacks."
                },
                {
                    "name": "Frigid Punch",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 4 (1d4+2) bludgeoning damage and 5 (2d4) cold."
                },
                {
                    "name": "Frost Bolt",
                    "desc": "Ranged Spell Attack: +5 to hit, 60 ft., one target, 8 (2d4+3) cold."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Frigid Flare",
                    "desc": "When a creature hits the frost-afflicted with weapon attack ice bursts from the frost-afflicted. Each creature within 5 ft. of the frost-afflicted must make a DC 13 Con save taking 5 (2d4) cold on a failed save or half damage if made."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Burning Cold",
                    "desc": "A creature with resistance to cold doesn't have resistance to the cold dealt by the frost-afflicted. A creature with immunity to cold is unaffected by this trait."
                },
                {
                    "name": "Icy Nature",
                    "desc": "The frost-afflicted is infused with minor elemental power and it requires only half the amount of food and drink that a typical humanoid of its size needs."
                }
            ],
            "spell_list": [],
            "page_no": 408,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_npc-frost-afflicted/"
        },
        {
            "slug": "wharfling",
            "desc": "_Hairless, ugly, and usually dripping water, the wharfling is a nocturnal raider and fond of stealing from fishmongers and jewelers alike._  \n**Waterborne Packs.** Wharflings have large, webbed hands and feet and oversized mouths. An adept fish catcher, wharflings establish dens near the shores of oceans, lakes, and rivers, and they often move in family groups of 3 or more.  \n**Thieving Gits.** Those who have been bitten by a wharfling rightly fear their needle-like teeth, but most coastal communities hate the animal more for its propensity for theft. Their lairs are invariably filled with stolen metal trinkets.",
            "name": "Wharfling",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 6,
            "hit_dice": "4d4 - 4",
            "speed": {
                "walk": 30,
                "climb": 30,
                "swim": 20
            },
            "strength": 4,
            "dexterity": 16,
            "constitution": 8,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "-",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage, and the target is grappled (escape DC 10). Until this grapple ends, the wharfling can't use its bite on another target. While the target is grappled, the wharfling's bite attack hits it automatically.",
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3"
                },
                {
                    "name": "Pilfer",
                    "desc": "A wharfling that has an opponent grappled at the start of its turn can make a Dexterity (Sleight of Hand) check as a bonus action. The DC for this check equals 10 plus the grappled target's Dexterity modifier. If the check is successful, the wharfling steals some small metallic object from the target, and the theft is unnoticed if the same result equals or exceeds the target's passive Perception. A wharfling flees with its treasure."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 407,
            "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_wharfling/"
        },
        {
            "slug": "wharfling-swarm",
            "desc": "_An undulating mass of flesh and teeth, a wharfling swarm is a horrific sight by moonlight._  \n**Bloodthisty Mobs.** These masses of hairless bodies writhe along the coast in the moonlight, and often are mistaken for shoggoths or other much larger creatures. Squeals mingle with the screams of unfortunate fishermen caught in its path.  \n**Beach Swarms.** Periodically, wharflings congregate in huge numbers and tear along the shoreline for miles before finally returning to their dens. Why they gather this way is unknown, but most locals know to avoid the shore on these nights.",
            "name": "Wharfling Swarm",
            "size": "Large",
            "type": "Beast",
            "subtype": "Swarm",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 63,
            "hit_dice": "14d10 - 14",
            "speed": {
                "walk": 30,
                "climb": 30,
                "swim": 20
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 8,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, prone, restrained, stunned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 0 ft., one creature in the swarm's space. Hit: 21 (6d6) piercing damage, or 10 (3d6) piercing damage if the swarm has half of its hit points or fewer.",
                    "attack_bonus": 5,
                    "damage_dice": "6d6"
                },
                {
                    "name": "Locking Bite",
                    "desc": "When a creature leaves a wharfling swarm's space, 1d3 wharflings remain grappled to them (escape DC 10). Each wharfling inflicts 5 (1d4 + 3) piercing damage at the start of the creature's turns until it escapes from the grapples."
                },
                {
                    "name": "Pilfer",
                    "desc": "A wharfling swarm makes 1d6 Dexterity (Sleight of Hand) checks each round against every creature in the swarm's space. The DC for each check equals 10 plus the target creature's Dexterity modifier. For each successful check, the wharflings steal some small metallic object from the target, and the theft is unnoticed if the same result equals or exceeds the target's passive Perception."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a tiny wharfling. The swarm can't regain hit points or gain temporary hit points."
                }
            ],
            "spell_list": [],
            "page_no": 407,
            "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_wharfling-swarm/"
        },
        {
            "slug": "citywatchcaptain-tob1-2023",
            "desc": "False",
            "name": "City Watch Captain",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Any Lawful Alignment",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 91,
            "hit_dice": "14d8 + 28",
            "speed": {
                "walk": 30
            },
            "strength": 13,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Perception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "passive Perception 14",
            "languages": "any one language (usually Common)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The city watch captain can use its Issue Orders. It then makes two Rapier attacks or three Light Crossbow attacks, or it makes one Rapier attack and two Light Crossbow attacks."
                },
                {
                    "name": "Rapier",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage. Instead of dealing damage, the city watch captain can force the target to drop one weapon it is wielding or drop one item it is carrying. If the captain chooses to make the target drop an item, the item can't be wrapped around or firmly attached to the target, such as a shirt or armor. The item lands in a space of the captain's choice within 5 feet of the target."
                },
                {
                    "name": "Light Crossbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 80/320 ft., one target. Hit: 7 (1d8 + 3) piercing damage."
                },
                {
                    "name": "Issue Orders",
                    "desc": "The city watch captain shouts orders at up to two friendly creatures it can see within 30 feet of it. Each target can do one of the following as a reaction:"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Point Blank Fencer",
                    "desc": "A rapier deals one extra die of its damage when the city watch captain hits with it (included in the attack). In addition, the captain ignores the loading property of crossbows and doesn't have disadvantage on the attack roll with a crossbow from being within 5 feet of a hostile creature. The captain may still have disadvantage on such an attack from other sources."
                },
                {
                    "name": "Tactical Insight",
                    "desc": "The city watch captain has advantage on initiative rolls, and friendly creatures within 30 feet of the captain and under the captain's command can choose to take the captain's initiative instead of their own when combat starts."
                }
            ],
            "spell_list": [],
            "page_no": 407,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_city-watch-captain/"
        },
        {
            "slug": "npc:-first-servant",
            "desc": "",
            "name": "Npc: First Servant",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 17,
            "armor_desc": "Armor of Foresight",
            "hit_points": 162,
            "hit_dice": "25d8+50",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 15,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 8,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 19",
            "languages": "any three languages",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses its Awe-Inspiring Presence. Then 3 Divine Bursts or 1 Blinding Rod and 2 Divine Bursts. It can replace one attack with Spellcasting."
                },
                {
                    "name": "Blinding Rod",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 8 (2d6+1) bludgeoning damage + 13 (3d8) necrotic or radiant (the first servant's choice) and target must make DC 17 Con save or be blinded and deafened until end of its next turn."
                },
                {
                    "name": "Divine Burst",
                    "desc": "Melee or Ranged Spell Attack: +9 to hit 5 ft. or range 120' one target 23 (4d8+5) necrotic or radiant (the first servant's choice)."
                },
                {
                    "name": "Awe-Inspiring Presence",
                    "desc": "Each creature of servant's choice within 30' of it and aware of it: DC 17 Wis save or unable to use bonus actions or reactions until start of servant's next turn."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 17): At will: bane protection from evil and good spare the dying thaumaturgy3/day ea: cure wounds (level 5) dispel evil and good divination speak with dead1/day ea: commune (as an action) holy aura resurrection"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Healing Hands (Recharge 5-6)",
                    "desc": "Touches a creature within 5 ft. of it: creature regains 14 (4d6) hp."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Armor of Foresight",
                    "desc": "While it is wearing no armor and wielding no shield its AC includes its Dex and Wis modifiers (included above)."
                },
                {
                    "name": "Divine Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon deals extra 3d8 necrotic or radiant (included below) servant's choice."
                }
            ],
            "spell_list": [],
            "page_no": 407,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_npc-first-servant/"
        },
        {
            "slug": "npc:-fixer",
            "desc": "",
            "name": "Npc: Fixer",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 13,
            "armor_desc": "leather armor",
            "hit_points": 44,
            "hit_dice": "8d8+8",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 13,
            "wisdom": 15,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "any two languages",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Shortsword or Sling attacks."
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 5 (1d6+2) piercing damage + 3 (1d6) poison."
                },
                {
                    "name": "Hand Crossbow",
                    "desc": "Ranged Weapon Attack: +4 to hit 30/120' one target 5 (1d6+2) piercing damage + 3 (1d6) poison."
                },
                {
                    "name": "Cleaner",
                    "desc": "Can cast the prestidigitation and unseen servant spells at will requiring no material components and using Wis as the spellcasting ability"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Ritual Cleansing",
                    "desc": "The fixer can take 10 min to perform a cleansing ritual on a creature object or an area within 30' that is no larger than a 20' cube. For the next 8 hrs the affected creature or object is hidden from divination magic as if it was under the effects of the nondetection spell. In an area that is ritually cleansed divination spells of 4th level or lower don't function and creatures within the area can't be scried."
                }
            ],
            "spell_list": [],
            "page_no": 407,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_npc-fixer/"
        },
        {
            "slug": "the-barbed",
            "desc": "",
            "name": "The Barbed",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "kobold",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 44,
            "hit_dice": "8d8+8",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 8,
            "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": {
                "athletics": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common, Draconic",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) slashing damage and 3 (1d6) poison damage. The target must succeed on a DC 12 Constitution saving throw or be poisoned until the end of its next turn.",
                    "name": "Barbed Slash"
                },
                {
                    "attack_bonus": 4,
                    "damage_dice": "1d6+2",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 30/120 ft., one target. Hit: 5 (1d6 + 2) piercing damage.",
                    "name": "Javelin"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The kobold has advantage on attack rolls against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.",
                    "name": "Pack Tactics"
                },
                {
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.",
                    "name": "Sunlight Sensitivity"
                }
            ],
            "spell_list": [],
            "page_no": 406,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_the-barbed/"
        },
        {
            "slug": "water-leaper",
            "desc": "_The water leaper is a frogheaded, legless creature with wide batlike wings and a gaping maw. Its shrieks resemble those of a hawk. Its long, sinuous tail tapers and ends in a venomous barb._  \n**Gliding Wings.** The creature has no legs or arms, but sports a pair of wide, membranous wings. It uses the wings to glide beneath the water, as well as to soar through the air.  \n**Scourge of Waterways.** Water leapers plague fresh lakes and rivers. The creatures prey on animals that come to the water’s edge to drink, as well as on fishermen that ply their trade in the water leaper’s territory. Stories circulate among fishermen of fishing grounds notorious for broken lines and missing bait, and fishermen give these areas a wide berth for fear of water leapers. Desperate or unwary fishermen who ignore the warnings are never seen again; drifting, empty boats are the only sign of their passing.",
            "name": "Water Leaper",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "13d10+26",
            "speed": {
                "walk": 5,
                "fly": 50,
                "swim": 40
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "-",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The water leaper uses its shriek and makes one bite attack and one stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage and the target is grappled (escape DC 13). Until this grapple ends, the target is restrained and the water leaper can't bite another target.",
                    "attack_bonus": 5,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Shriek",
                    "desc": "The water leaper lets out a blood-curdling shriek. Every creature within 40 feet that can hear the water leaper must make a successful DC 12 Constitution saving throw or be frightened until the start of the water leaper's next turn. A creature that successfully saves against the shriek is immune to the effect for 24 hours."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage and the target must make a successful DC 12 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the creature takes 7 (2d6) poison damage at the start of its turn. A poisoned creature repeats the saving throw at the end of its turn, ending the effect on a success.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6"
                },
                {
                    "name": "Swallow",
                    "desc": "The water leaper makes a bite attack against a medium or smaller creature it is grappling. If the attack hits, the target is swallowed and the grapple ends. The swallowed target is blinded and restrained, and has total cover against attacks and other effects outside the water leaper. A swallowed target takes 10 (3d6) acid damage at the start of the water leaper's turn. The water leaper can have one creature swallowed at a time. If the water leaper dies, the swallowed creature is no longer restrained and can use 5 feet of movement to crawl, prone, out of the corpse."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The water leaper can breathe both air and water."
                },
                {
                    "name": "Camouflage",
                    "desc": "The water leaper has advantage on Dexterity (Stealth) checks when underwater."
                }
            ],
            "spell_list": [],
            "page_no": 406,
            "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_water-leaper/"
        },
        {
            "slug": "fomorian-a5e",
            "desc": "",
            "name": "Fomorian",
            "size": "Huge",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 138,
            "hit_dice": "12d12+60",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "persuasion": 7
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic; damage from nonmagical, non-silvered weapons",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "Celestial, Common, Giant, Sylvan",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The fomorian attacks twice with its warhammer."
                },
                {
                    "name": "Warhammer",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Charming Gaze (Gaze)",
                    "desc": "A creature within 60 feet makes a DC 15 Wisdom saving throw. On a failure, the creature is magically charmed by the fomorian. The creature repeats the saving throw every 24 hours and whenever it takes damage. On a successful saving throw or if the effect ends for it, the creature is immune to any fomorians Charming Gaze for the next 24 hours."
                },
                {
                    "name": "Mesmerizing Gaze (Gaze",
                    "desc": "A creature within 60 feet makes a DC 15 Wisdom saving throw. On a failure, the creature is magically restrained. The creature repeats the saving throw at the end of its next turn, ending the effect on itself on a success and becoming paralyzed on a failure. While the fomorian is not in line of sight, a paralyzed creature can repeat the saving throw at the end of each of its turns, ending the effect on a success. On a successful saving throw or if the effect ends for it, the creature is immune to any fomorians Mesmerizing Gaze for 24 hours."
                },
                {
                    "name": "Immortal Form",
                    "desc": "While in its lair, the fomorian magically changes into a specific Medium humanoid resembling a human or back to its true form. Apart from its size, its statistics are unchanged. The fomorian reverts to its true form when it dies, is incapacitated, or leaves its lair."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Eye Vulnerability",
                    "desc": "A creature can target the fomorians eye with an attack. This attack is made with disadvantage. If the attack hits and deals at least 10 damage, creatures affected by the fomorians Charming and Mesmerizing Gaze are freed from those effects."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "A titan doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 406,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_fomorian/"
        },
        {
            "slug": "king-fomor-a5e",
            "desc": "",
            "name": "King Fomor",
            "size": "Gargantuan",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 21,
            "armor_desc": "",
            "hit_points": 656,
            "hit_dice": "32d20+320",
            "speed": {
                "walk": 60,
                "fly": 60
            },
            "strength": 30,
            "dexterity": 24,
            "constitution": 30,
            "intelligence": 22,
            "wisdom": 24,
            "charisma": 26,
            "strength_save": 17,
            "dexterity_save": null,
            "constitution_save": 17,
            "intelligence_save": 13,
            "wisdom_save": 14,
            "charisma_save": 15,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "radiant; damage from nonmagical weapons",
            "condition_immunities": "",
            "senses": "truesight 120 ft., passive Perception 17",
            "languages": "Celestial, Common, six more",
            "challenge_rating": "22",
            "cr": 22.0,
            "actions": [
                {
                    "name": "Maul",
                    "desc": "Melee Weapon Attack: +17 to hit, reach 10 ft., one target. Hit: 38 (8d6 + 10) bludgeoning damage plus 14 (4d6) radiant damage  and the target makes a DC 25 Strength saving throw. On a failure  the target is pushed up to 30 feet away and knocked prone."
                },
                {
                    "name": "Lightning Bolt (3rd-Level; V, S)",
                    "desc": "A bolt of lightning 5 feet wide and 100 feet long arcs from the empyrean. Each creature in the area makes a DC 23 Dexterity saving throw  taking 28 (8d6) lightning damage on a failure or half damage on a success."
                },
                {
                    "name": "Flame Strike (5th-Level; V, S)",
                    "desc": "A column of divine flame fills a 10-foot-radius  40-foot-high cylinder within 60 feet. Creatures in the area make a DC 23 Dexterity saving throw  taking 14 (4d6) fire damage and 14 (4d6) radiant damage on a failure or half damage on a success."
                },
                {
                    "name": "Hold Monster (5th-Level; V, S, Concentration)",
                    "desc": "One creature the empyrean can see within 60 feet makes a DC 23 Wisdom saving throw. On a failure  the target is paralyzed for 1 minute. The target repeats the saving throw at the end of each of its turns  ending the effect on a success."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Immortal Form",
                    "desc": "The empyrean magically changes its size between Gargantuan and Medium. While Medium, the empyrean has disadvantage on Strength checks. Its statistics are otherwise unchanged."
                },
                {
                    "name": "Burning Gaze",
                    "desc": "A line of fire 5 feet wide and 60 feet long blasts from King Fomors eye. Each creature in the area makes a DC 23 Constitution saving throw, taking 35 (10d6) fire damage and 35 (10d6) radiant damage on a failure or half damage on a success. When King Fomor is bloodied, his Burning Gazes shape is a 60-foot cone instead of a line."
                },
                {
                    "name": "Elite Recovery (While Bloodied)",
                    "desc": "King Fomor ends one negative effect currently affecting him. He can do so as long as he has at least 1 hit point, even while unconscious or incapacitated."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The empyrean can take 1 legendary action",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Attack",
                    "desc": "The empyrean makes a weapon attack."
                },
                {
                    "name": "Cast Spell",
                    "desc": "The empyrean casts a spell. The empyrean can't use this option if it has cast a spell since the start of its last turn."
                },
                {
                    "name": "Fly",
                    "desc": "The empyrean flies up to half its fly speed."
                },
                {
                    "name": "Shout (Recharge 5-6)",
                    "desc": "Each creature within 120 feet that can hear the empyrean makes a DC 25 Constitution saving throw. On a failure, a creature takes 24 (7d6) thunder damage and is stunned until the end of the empyreans next turn. On a success, a creature takes half damage."
                }
            ],
            "special_abilities": [
                {
                    "name": "Divine Grace",
                    "desc": "If the empyrean makes a saving throw against an effect that deals half damage on a success, it takes no damage on a success and half damage on a failure. Furthermore, while wearing medium armor, the empyrean adds its full Dexterity bonus to its Armor Class (already included)."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The empyreans innate spellcasting ability is Charisma (spell save DC 23). It can innately cast the following spells, requiring no material components: At will: charm person, command, telekinesis, 3/day: flame strike, hold monster, lightning bolt, 1/day: commune, greater restoration, heroes feast, plane shift (self only, can't travel to or from the Material Plane)"
                }
            ],
            "spell_list": [],
            "page_no": 406,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_king-fomor/"
        },
        {
            "slug": "banditlord-tob1-2023",
            "desc": "False",
            "name": "Bandit Lord",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Any Non-Lawful Alignment",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 91,
            "hit_dice": "14d8 + 28",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 14,
            "wisdom": 11,
            "charisma": 14,
            "strength_save": 5,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "Athletics": 5,
                "Deception": 4,
                "Intimidation": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "passive Perception 10",
            "languages": "any two languages",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bandit lord makes two Longsword attacks and one Dagger attack."
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) slashing damage, or 14 (2d10 + 3) slashing damage if used with two hands."
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 5 (1d4 + 3) piercing damage, or 8 (2d4 + 3) piercing damage if used to make a melee attack."
                },
                {
                    "name": "Leadership (Recharges after a Short or Long Rest)",
                    "desc": "For 1 minute, the bandit lord can utter a special command or warning whenever a nonhostile creature that it can see within 30 feet of it makes an attack roll or a saving throw. The creature can add a d4 to its roll provided it can hear and understand the bandit lord. A creature can benefit from only one Leadership die at a time. This effect ends if the bandit lord is incapacitated."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Parry",
                    "desc": "The bandit lord adds 2 to its AC against one melee attack that would hit it. To do so, the bandit lord must see the attacker and be wielding a weapon."
                },
                {
                    "name": "Protect Me!",
                    "desc": "When a creature the bandit lord can see targets it with an attack, the bandit lord can sidestep behind an ally within 5 feet of it, moving to an unoccupied space within 5 feet of the ally. The chosen ally becomes the target of the attack instead."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Brute",
                    "desc": "A melee weapon deals one extra die of its damage when the bandit lord hits with it (included in the attack)."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The bandit lord has advantage on attack rolls against a creature if at least one of the bandit lord's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 406,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_bandit-lord/"
        }
    ]
}