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

GET /monsters/?cr=3&ordering=-perception
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 278,
    "next": "https://api.open5e.com/monsters/?cr=3&ordering=-perception&page=2",
    "previous": null,
    "results": [
        {
            "slug": "gold_dragon_wyrmling_bf",
            "desc": "",
            "name": "Gold Dragon Wyrmling",
            "size": "medium",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 68,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "fly": 60,
                "swim": 30
            },
            "strength": 18,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 14,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": 4,
            "dexterity_save": 4,
            "constitution_save": 5,
            "intelligence_save": 2,
            "wisdom_save": 5,
            "charisma_save": 4,
            "perception": 17,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., keensense 10 ft.",
            "languages": "Draconic",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes one Bite attack and one Claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (1d10+4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon exhales fire in a 15-foot cone. Each creature in that area must make a DC 13 DEX save, taking 33 (6d10) fire damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Weakening Breath (Recharge 6)",
                    "desc": "The dragon exhales weakening gas in a 15-foot cone. Each creature in that area must succeed on a DC 13 STR save or have disadvantage on STR-based attack rolls, STR checks, and STR saves for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                },
                {
                    "name": "Pounce",
                    "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_gold-dragon-wyrmling/"
        },
        {
            "slug": "minotaur_bf",
            "desc": "",
            "name": "Minotaur",
            "size": "large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 80,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": 6,
            "dexterity_save": 0,
            "constitution_save": 3,
            "intelligence_save": -2,
            "wisdom_save": 3,
            "charisma_save": -1,
            "perception": 17,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Monstrosity Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Abyssal",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The minotaur makes one Gore attack and one Greataxe attack."
                },
                {
                    "name": "Gore",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) piercing damage."
                },
                {
                    "name": "Greataxe",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 17 (2d12+4) slashing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Bleeding Frenzy (44 HP or Fewer)",
                    "desc": "The minotaur enters a frenzy until the start of its next turn. Until the frenzy ends, the minotaur deals an extra 3 (1d6) damage of the weapon's type each time it hits with a melee weapon attack, and the minotaur takes an extra 3 (1d6) damage of the weapon's type the first time it is hit with a melee weapon attack before the frenzy ends."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If the minotaur moves at least 10 feet straight toward a target and then hits it with a Gore attack on the same turn, the target takes an extra 7 (2d6) piercing damage. If the target is a creature, it must succeed on a DC 14 STR save or be pushed up to 10 feet away from the minotaur and knocked prone."
                },
                {
                    "name": "Labyrinthine Recall",
                    "desc": "The minotaur can perfectly recall any path it has traveled."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The minotaur is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Reckless",
                    "desc": "At the start of its turn, the minotaur can gain advantage on all melee weapon attack rolls it makes during that turn, but attack rolls against it have advantage until the start of its next turn."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The minotaur deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_minotaur/"
        },
        {
            "slug": "hell_hound_bf",
            "desc": "",
            "name": "Hell Hound",
            "size": "medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "",
            "speed": {
                "walk": 50
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 16,
            "charisma": 6,
            "strength_save": 5,
            "dexterity_save": 1,
            "constitution_save": 2,
            "intelligence_save": -2,
            "wisdom_save": 3,
            "charisma_save": -2,
            "perception": 15,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire,charmed,frightened",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "understands Infernal but can't speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hell hound makes two Bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 7 (2d6) fire damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The hound exhales fire in a 15foot cone. Each creature in that area must make a DC 13 DEX save, taking 21 (6d6) fire 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": "Pack Tactics",
                    "desc": "The hound has advantage on an attack roll against a creature if at least one of the hound's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Prey Sense",
                    "desc": "The hound can pinpoint, by scent, the location of Medium and smaller creatures within 30 feet of it."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_hell-hound/"
        },
        {
            "slug": "winter_wolf_bf",
            "desc": "",
            "name": "Winter Wolf",
            "size": "large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "",
            "speed": {
                "walk": 50
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": 3,
            "dexterity_save": 1,
            "constitution_save": 2,
            "intelligence_save": -2,
            "wisdom_save": 1,
            "charisma_save": -1,
            "perception": 15,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Monstrosity Resilience",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Common,Giant,Winter Wolf",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The winter wolf makes two Bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage plus 4 (1d8) cold damage. If the target is a creature, it must succeed on a DC 13 STR save or be knocked prone."
                },
                {
                    "name": "Cold Breath (Recharge 5-6)",
                    "desc": "The winter wolf exhales a blast of freezing wind in a 15-foot cone. Each creature in that area must make a DC 13 DEX save, taking 18 (4d8) cold damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Freezing Nose",
                    "desc": "The winter wolf touches its nose to a creature it can see within 5 feet of it. The target must succeed on a DC 13 CON save or one of the following parts of its body (the winter wolf's choice) is encased in ice for 1 minute. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success. If the target takes fire damage, it has advantage on the next save it makes to end the effect.\n- **Body.** The target has disadvantage on CON saves and is vulnerable to the first instance of cold damage it takes each turn.\n- **Head.** The target can't breathe or speak.\n- **Lower Limb.** The target's speed is reduced to 0, and it has disadvantage on DEX checks and DEX saves.\n- **Upper Limb.** The target has disadvantage on weapon attack rolls made with that limb."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Hearing and Smell",
                    "desc": "The winter wolf's Perception is 20 when perceiving by hearing or smell."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The winter wolf is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The winter wolf has advantage on attack rolls against a creature if at least one of the winter wolf's allies is within 5 feet of the creature and the ally isn't incapacitated."
                },
                {
                    "name": "Snow Camouflage",
                    "desc": "The winter wolf's Stealth is 18 while in snowy terrain."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_winter-wolf/"
        },
        {
            "slug": "amphiptere-tob1-2023",
            "desc": "False",
            "name": "Amphiptere",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "8d8 + 24",
            "speed": {
                "walk": 20,
                "fly": 20
            },
            "strength": 11,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 2,
            "wisdom": 16,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "blindsight 10 ft., passive Perception 15",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The amphiptere makes one Bite attack and one Stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 7 (1d6 + 4) piercing damage."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 7 (1d6 + 4) piercing damage plus 10 (3d6) poison damage, and the target must succeed on a DC 13 Constitution saving throw or be poisoned for 1 hour."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The amphiptere doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Swarming",
                    "desc": "Up to two amphipteres can share the same space at the same time. The amphiptere has advantage on melee attack rolls if it is sharing its space with another amphiptere that isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 16,
            "environments": [],
            "img_main": "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_amphiptere/"
        },
        {
            "slug": "bagiennik-tob1-2023",
            "desc": "False",
            "name": "Bagiennik",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d8 + 30",
            "speed": {
                "walk": 40
            },
            "strength": 16,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 16,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bagiennik makes two Claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) slashing damage."
                },
                {
                    "name": "Acid Spray",
                    "desc": "The bagiennik sprays acid on one creature it can see within 30 feet of it, creating a puddle of oil beneath the creature. The target must make a DC 13 Dexterity saving throw. On a failure, the creature takes 18 (4d8) acid damage and is knocked prone. On a success, the creature takes half the damage and isn't knocked prone. The slippery oil covers the ground in a 5-foot square centered on the point where the target was standing for 1 minute. A creature that enters the oily area or ends its turn there must succeed on a DC 13 Dexterity saving throw or fall prone."
                },
                {
                    "name": "Healing Oil (3/Day)",
                    "desc": "The bagiennik applies healing oil to a creature it can see within 5 feet of it. The target magically regains 7 (2d6) hp and is freed from any disease or poison. The target must then succeed on a DC 13 Constitution saving throw or its speed is halved and it takes a −2 penalty to AC and Dexterity saving throws for 1 minute."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 31,
            "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_bagiennik/"
        },
        {
            "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": "gnollhavocrunner-tob1-2023",
            "desc": "False",
            "name": "Gnoll Havoc Runner",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 58,
            "hit_dice": "9d8 + 18",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Athletics": 5,
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Gnoll",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gnoll makes one Bite attack and two Battleaxe attacks."
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage, or 8 (1d10 + 3) slashing damage if used with two hands."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Lightning Lope",
                    "desc": "The gnoll takes the Dash or Disengage action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Harrying Attacks",
                    "desc": "If the gnoll attacks more than one creature in the same turn, the first target has disadvantage on attack rolls until the end of its next turn."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The gnoll has advantage on attack rolls against a creature if at least one of the gnoll's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 213,
            "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_gnoll-havoc-runner/"
        },
        {
            "slug": "blue_dragon_wyrmling_bf",
            "desc": "",
            "name": "Blue Dragon Wyrmling",
            "size": "medium",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 68,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "burrow": 15,
                "fly": 60
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 18,
            "strength_save": 3,
            "dexterity_save": 2,
            "constitution_save": 4,
            "intelligence_save": 1,
            "wisdom_save": 2,
            "charisma_save": 4,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., keensense 10 ft.",
            "languages": "Draconic",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes one Bite attack and one Claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10+3) piercing damage plus 3 (1d6) lightning damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) slashing damage."
                },
                {
                    "name": "Lightning Breath (Recharge 5-6)",
                    "desc": "The dragon exhales lightning in a 30-foot line that is 5 feet wide. Each creature in that line must make a DC 12 DEX save, taking 27 (5d10) lightning 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": "Pounce",
                    "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 13 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_blue-dragon-wyrmling/"
        },
        {
            "slug": "feral_hunter_bf",
            "desc": "",
            "name": "Feral Hunter",
            "size": "medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "leather armor",
            "hit_points": 83,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": 0,
            "dexterity_save": 3,
            "constitution_save": 0,
            "intelligence_save": 0,
            "wisdom_save": 2,
            "charisma_save": 1,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "necrotic",
            "damage_resistances": "frightened,Fey Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Common,Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The feral hunter makes two Hunting Knife or Longbow attacks."
                },
                {
                    "name": "Hunting Knife",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) piercing damage."
                },
                {
                    "name": "Longbow",
                    "desc": "_Ranged Weapon Attack:_ +5 to hit, range 150/600 ft., one target. _Hit:_ 12 (2d8+3) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Mark Quarry",
                    "desc": "The feral hunter marks one creature it can see within 30 feet of it as its quarry until the start of the feral hunter's next turn. When the feral hunter hits the marked creature with a weapon attack, the weapon deals an extra 1d6 damage of the weapon's type to the target."
                }
            ],
            "reactions": [
                {
                    "name": "Reposition",
                    "desc": "When the feral hunter takes damage, it can move up to 10 feet without provoking opportunity attacks."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Fey Resilience",
                    "desc": "The feral hunter is resistant to the charmed and unconscious conditions."
                },
                {
                    "name": "Heightened Senses",
                    "desc": "The feral hunter's Perception is 19 when perceiving by sight, hearing, or smell."
                },
                {
                    "name": "Precise",
                    "desc": "A weapon that deals piercing damage deals one extra die of its damage when the feral hunter hits with it (included in the attack)."
                },
                {
                    "name": "Woodland Walk",
                    "desc": "Difficult terrain composed of nonmagical plants doesn't cost the feral hunter extra movement. In addition, the feral hunter can pass through nonmagical plants without being slowed by them and without taking damage from them if they have thorns, spines, or a similar hazard."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_feral-hunter/"
        },
        {
            "slug": "green_hag_bf",
            "desc": "",
            "name": "Green Hag",
            "size": "medium",
            "type": "Fey",
            "subtype": "",
            "group": "Hags",
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 22,
            "strength_save": 4,
            "dexterity_save": 1,
            "constitution_save": 3,
            "intelligence_save": 1,
            "wisdom_save": 2,
            "charisma_save": 6,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Fey Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Common,Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The hag makes two Claw or Torment attacks. If two attacks hit one creature, the target must succeed on a DC 14 WIS save or be overwhelmed with pain and have disadvantage on attack rolls until the end of its next turn."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) slashing damage."
                },
                {
                    "name": "Torment",
                    "desc": "_Ranged Spell Attack:_ +6 to hit, range 60 ft., one target. _Hit:_ 14 (3d6+4) psychic damage."
                },
                {
                    "name": "Poisonous Allies (1/Day)",
                    "desc": "The hag magically calls 1 **giant spider**, 2 **giant poisonous snakes**, or 2d4 **poisonous snakes**. They arrive in 1d4 rounds, acting as allies of the hag and obeying its spoken commands. The creatures remain for 1 hour, until the hag dies, or until the hag dismisses them as a bonus action."
                },
                {
                    "name": "Invisible Passage",
                    "desc": "The hag magically turns invisible until it attacks or casts a spell, or until its concentration ends (as if concentrating on a spell). While invisible, it leaves no physical evidence of its passage and can be tracked only by magic. Any equipment it wears or carries is invisible with it."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The hag casts one of the following spells, requiring no material components and using CHA as the spellcasting ability (spell save DC 14).<br>At will: _dancing lights_, _minor illusion_<br>1/day: _bestow curse_"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Illusory Appearance",
                    "desc": "The hag covers itself and anything it is wearing or carrying with a magical illusion that makes it look like another creature of its general size and Humanoid shape. The illusion ends if the hag takes a bonus action to end it or if the hag dies.<br>The changes wrought by this effect fail to hold up to physical inspection. For example, the hag could appear to have smooth skin, but someone touching it would feel its rough flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 INT (Investigation) check to discern that the hag is disguised."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The hag can breathe air and water."
                },
                {
                    "name": "Fey Resilience",
                    "desc": "The hag is resistant to the charmed and unconscious conditions."
                },
                {
                    "name": "Mimicry",
                    "desc": "The hag can mimic Animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 14 WIS (Insight) check. Speak with Beasts. The hag can communicate with Beasts as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_green-hag/"
        },
        {
            "slug": "mordovermis_bf",
            "desc": "",
            "name": "Mordovermis",
            "size": "large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 72,
            "hit_dice": "",
            "speed": {
                "walk": 10,
                "fly": 40,
                "hover": true
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": 3,
            "dexterity_save": 2,
            "constitution_save": 2,
            "intelligence_save": -2,
            "wisdom_save": 2,
            "charisma_save": 3,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning,Aberrant Resilience",
            "damage_immunities": "prone",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Deep Speech,telepathy 60 ft.",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mordovermis makes two Sting attacks. If both Sting attacks hit one Large or smaller creature, the mordovermis can use Consume on the creature without the need for the target to be incapacitated."
                },
                {
                    "name": "Sting",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage."
                },
                {
                    "name": "Consume",
                    "desc": "The mordovermis wraps its body around an incapacitated creature. The target must make a DC 13 STR save. On a failure, the target takes 5 (2d4) piercing damage and 9 (2d8) acid damage and is grappled (escape DC 13). On a success, the target takes half the damage and isn't grappled. Until this grapple ends, the target is restrained and takes 18 (4d8) acid damage at the start of each of its turns, and the mordovermis can't use Consume."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Transfixing Gaze",
                    "desc": "The mordovermis focuses its gaze on one creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be charmed until the end of its next turn. While charmed, the creature is incapacitated and has a speed of 0."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Aberrant Resilience",
                    "desc": "The mordovermis is resistant to the charmed, frightened, paralyzed, and stunned conditions, and it has advantage on saves against spells or effects that would alter its form."
                },
                {
                    "name": "Sinuous Form",
                    "desc": "The mordovermis can easily move through any opening large enough for a Small creature. It can squeeze through any opening large enough for a Tiny creature. The mordovermis's destination must still have suitable room to accommodate its volume."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the mordovermis has disadvantage on attack rolls, and its Perception is 9 when perceiving by sight."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_mordovermis/"
        },
        {
            "slug": "mycolid_spore_lord_bf",
            "desc": "",
            "name": "Mycolid Spore Lord",
            "size": "medium",
            "type": "Plant",
            "subtype": "",
            "group": "Mycolids",
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 68,
            "hit_dice": "",
            "speed": {
                "walk": 15
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 18,
            "charisma": 8,
            "strength_save": 3,
            "dexterity_save": 2,
            "constitution_save": 1,
            "intelligence_save": -1,
            "wisdom_save": 4,
            "charisma_save": -1,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Plant Resilience",
            "damage_immunities": "poison",
            "condition_immunities": "",
            "senses": "keensense 120 ft. (can't sense beyond this radius)",
            "languages": "understands Druidic and Sylvan but can't speak,telepathy 60 ft.",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spore lord makes two Fungal Staff attacks or uses Hurl Sap twice."
                },
                {
                    "name": "Fungal Staff",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) bludgeoning damage plus 9 (2d8) poison damage."
                },
                {
                    "name": "Hurl Sap",
                    "desc": "_Ranged Weapon Attack:_ +4 to hit, range 30/120 ft., one target. _Hit:_ 11 (2d8+2) poison damage, and the sap sticks to the target. While the sap is stuck, the target takes 4 (1d8) poison damage at the start of each of its turns. A creature can use an action to scrape away the sap, ending the effect."
                },
                {
                    "name": "Mushroom Ring (Recharge 5-6)",
                    "desc": "The spore lord causes fungal growth to erupt from a point on the ground it can sense within 120 feet of it. A ring of mushrooms sprouts in a 15-foot radius around that point. Each creature that isn't a mycolid within that ring must make a DC 14 CON save, taking 13 (3d8) poison damage on a failed save, or half as much damage on a successful one. Each mycolid within that ring gains 5 (2d4) temporary HP."
                },
                {
                    "name": "Slumber Spores (Recharge 5-6)",
                    "desc": "The spore lord ejects sleep-inducing spores from its body. Each creature that isn't a mycolid within 10 feet of the spore lord must make a DC 14 WIS save. On a failure, a creature takes 9 (2d8) poison damage and falls unconscious for 1 minute. On a success, a creature takes half the damage and doesn't fall unconscious. The unconscious creature wakes if it takes damage or if a creature uses an action to wake it."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Fetid Feast",
                    "desc": "The spore lord draws sustenance from a Medium or larger pile of carrion or rotting vegetation within 5 feet of it. It regains 7 (2d6) HP. The spore lord can't use Fetid Feast on a pile of carrion or vegetation if it or another mycolid has already used Fetid Feast on that pile."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Fungal Toxicity",
                    "desc": "A creature that hits the mycolid with a melee attack while within 5 feet of it must succeed on a DC 13 CON save or be poisoned for 5 hours. If the poison isn't neutralized before 5 hours have passed, the creature must succeed on a DC 14 CON save, taking 9 (2d8) poison damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Mycolid Connection",
                    "desc": "The spore lord can pinpoint the location of each friendly mycolid within 1 mile of it. In addition, its telepathy range increases to 1 mile when communicating with other mycolids."
                },
                {
                    "name": "Plant Resilience",
                    "desc": "The mycolid is resistant to exhaustion and to the paralyzed, petrified, and unconscious conditions."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_mycolid-spore-lord/"
        },
        {
            "slug": "red_dragon_wyrmling_bf",
            "desc": "",
            "name": "Red Dragon Wyrmling",
            "size": "medium",
            "type": "Dragon",
            "subtype": "",
            "group": "Dragons",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 68,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "climb": 30,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 18,
            "strength_save": 4,
            "dexterity_save": 2,
            "constitution_save": 5,
            "intelligence_save": 1,
            "wisdom_save": 2,
            "charisma_save": 4,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., keensense 10 ft.",
            "languages": "Draconic",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The dragon makes one Bite attack and one Claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (1d10+4) piercing damage plus 3 (1d6) fire damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The dragon exhales fire in a 15foot cone. Each creature in that area must make a DC 13 DEX save, taking 28 (8d6) fire 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": "Pounce",
                    "desc": "If the dragon moves at least 15 feet straight toward a creature and then hits it with a Claw attack on the same turn, that target must succeed on a DC 14 STR save or be knocked prone. If the target is prone, the dragon can make one Claw attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_red-dragon-wyrmling/"
        },
        {
            "slug": "clockworkhuntsman-tob1-2023",
            "desc": "False",
            "name": "Clockwork Huntsman",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 99,
            "hit_dice": "18d8 + 18",
            "speed": {
                "walk": 40
            },
            "strength": 17,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 4,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": 5,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Perception": 4,
                "Survival": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The clockwork huntsman makes one Slam attack and two Longsword attacks. It can replace its Slam attack with a Net Cannon attack."
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage."
                },
                {
                    "name": "Net Cannon (4/Day)",
                    "desc": "Ranged Weapon Attack: +4 to hit, range 10/20 ft., one target. Hit: If the target is a Large or smaller creature, it is restrained. A mechanism within the clockwork huntsman's chest can fire a net with a 20-foot trailing cable anchored within its chest. A creature, including the restrained creature, can take its action to free the restrained creature by succeeding on a DC 10 Strength check. Alternatively, dealing 5 slashing damage to the net (AC 10) frees the creature."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Reel",
                    "desc": "The clockwork huntsman pulls a creature restrained by its net up to 15 feet straight toward it."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The clockwork huntsman doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Explosive Core",
                    "desc": "The mechanism that powers the huntsman explodes when the construct is destroyed, projecting superheated steam and shrapnel. Each creature within 5 feet of the huntsman when it is destroyed must make a DC 13 Dexterity saving throw, taking 10 (3d6) fire damage on a failed save, or half as much damage on a successful one."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The clockwork huntsman is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The clockwork huntsman has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 62,
            "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_clockwork-huntsman/"
        },
        {
            "slug": "duskthorndryad-tob1-2023",
            "desc": "False",
            "name": "Duskthorn Dryad",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 77,
            "hit_dice": "14d8 + 14",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 13,
            "intelligence": 14,
            "wisdom": 15,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Animal Handling": 4,
                "Deception": 9,
                "Nature": 6,
                "Perception": 4,
                "Persuasion": 9,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Elvish, Sylvan, Umbral",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The duskthorn dryad makes two Thorned Slam or Thorn attacks."
                },
                {
                    "name": "Thorned Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) piercing damage."
                },
                {
                    "name": "Thorn",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 80/320 ft., one target. Hit: 10 (2d4 + 5) piercing damage."
                },
                {
                    "name": "Children of the Forest (1/Day)",
                    "desc": "The dryad magically calls 1d4 boars, constrictor snakes, or wolves, or it calls 1 child of the briar. The called creatures arrive in 1d4 rounds, acting as allies of the dryad and obeying her spoken commands. The creatures remain for 1 hour, until the dryad dies, or until the dryad dismisses them as a bonus action."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The dryad casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 17):\nAt will: druidcraft\n3/day each: charm person, entangle, invisibility\n1/day each: barkskin, spike growth, suggestion"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The dryad has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Speak with Beasts and Plants",
                    "desc": "The dryad can communicate with beasts and plants as if they shared a language."
                },
                {
                    "name": "Tree Stride",
                    "desc": "Once on her turn, the dryad can use 10 feet of her movement to step magically into one dead tree within her reach and emerge from a second dead tree within 60 feet of the first tree, appearing in an unoccupied space within 5 feet of the second tree. Both trees must be Large or bigger."
                }
            ],
            "spell_list": [],
            "page_no": 150,
            "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_duskthorn-dryad/"
        },
        {
            "slug": "fardarrig-tob1-2023",
            "desc": "False",
            "name": "Far Darrig",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 14,
            "armor_desc": "hide armor",
            "hit_points": 84,
            "hit_dice": "13d6 + 39",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 16,
            "constitution": 17,
            "intelligence": 11,
            "wisdom": 15,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": 14,
            "skills": {
                "Nature": 4,
                "Animal Handling": 4,
                "Perception": 4,
                "Survival": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The far darrig makes two Antler Glaive attacks."
                },
                {
                    "name": "Antler Glaive",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 10 ft., one target. Hit: 8 (1d10 + 3) piercing damage or slashing damage (the far darrig's choice) plus 3 (1d6) force damage. The target must succeed on a DC 13 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Woodland Friends (1/Day)",
                    "desc": "The far darrig magically calls 1d4 elk or giant weasels. The called Beasts arrive in 1d4 rounds, acting as allies of the far darrig and obeying its spoken commands. The Beasts remain for 1 hour, until the far darrig dies, or until the far darrig dismisses them as a bonus action."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Nimble Woodsman",
                    "desc": "The far darrig takes the Dash or Disengage action. The far darrig can use this bonus action only if it is in a forest."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 167,
            "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_far-darrig/"
        },
        {
            "slug": "mirager-tob1-2023",
            "desc": "False",
            "name": "Mirager",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 78,
            "hit_dice": "12d8 + 24",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Deception": 6,
                "Performance": 8,
                "Perception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mirager makes two Slam attacks. If both Slam attacks hit a Medium or smaller creature, the target is also grappled (escape DC 13). The mirager can grapple only one creature at a time."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage."
                },
                {
                    "name": "Thirsting Kiss",
                    "desc": "Melee Spell Attack: +6 to hit, reach 5 ft., one willing creature, or a creature that is grappled by the mirager, incapacitated, or restrained. Hit: 22 (4d8 + 4) necrotic damage, and the mirager gains temporary hp equal to half that amount."
                },
                {
                    "name": "Blow Kiss",
                    "desc": "The mirager blows a kiss at a creature charmed by it. The target must make a DC 14 Charisma saving throw. On a failure, a creature takes 17 (5d6) psychic damage and is stunned until the end of its next turn. On a success, a creature takes half the damage and the charmed condition immediately ends on it."
                },
                {
                    "name": "Illusory Appearance",
                    "desc": "The mirager covers itself and anything it is wearing or carrying with a magical illusion that makes it look like another creature of its general size and Humanoid shape. The illusion ends if the mirager takes a bonus action to end it or if the mirager dies."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The mirager casts one of the following spells, requiring no material components and using Charisma as the spellcasting ability (spell save DC 14):\n3/day: charm person\n1/day each: hallucinatory terrain (as an action), suggestion"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Sand Dancer",
                    "desc": "While in sandy terrain, the mirager takes the Dash or Disengage action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Sensuous Grace",
                    "desc": "The mirager moves with a flowing grace that Humanoids find appealing. If the mirager moves at least 10 feet on its turn, each Humanoid within 30 feet of it that can see it must succeed on a DC 14 Charisma saving throw or be charmed until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 271,
            "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_mirager/"
        },
        {
            "slug": "ravenfolkwarrior-tob1-2023",
            "desc": "False",
            "name": "Ravenfolk Warrior",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 15,
            "armor_desc": "studded leather armor",
            "hit_points": 78,
            "hit_dice": "12d8 + 24",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Deception": 2,
                "Perception": 4,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 120 ft., passive Perception 14",
            "languages": "Common, Feather Speech, Ravenfolk",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ravenfolk warrior makes one Peck attack and one Runespear attack, or it makes two Longbow attacks. It can replace one attack with a use of Ghost Wings."
                },
                {
                    "name": "Peck",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) piercing damage plus 4 (1d8) radiant damage."
                },
                {
                    "name": "Runespear",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 10 ft., one target. Hit: 7 (1d8 + 3) piercing damage plus 4 (1d8) radiant damage."
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +5 to hit, range 150/600 ft., one target. Hit: 7 (1d8 + 3) piercing damage plus 4 (1d8) radiant damage."
                },
                {
                    "name": "Ghost Wings",
                    "desc": "The ravenfolk warrior furiously “beats” a set of phantasmal wings. Each creature within 5 feet of the ravenfolk must succeed on a DC 13 Dexterity saving throw or be blinded until the start of its next turn."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Odin's Call (Recharge 6)",
                    "desc": "When the ravenfolk warrior takes damage while below half its hp maximum, it moves up to half its speed without provoking opportunity attacks."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Mimicry",
                    "desc": "The ravenfolk warrior can mimic animal sounds and Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 12 Wisdom (Insight) check."
                },
                {
                    "name": "Rune-Powered Weapons",
                    "desc": "The ravenfolk's weapon attacks are magical. When the ravenfolk hits with any weapon, the weapon deals an extra 1d8 radiant damage (included in the attack)."
                }
            ],
            "spell_list": [],
            "page_no": 304,
            "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_ravenfolk-warrior/"
        },
        {
            "slug": "seadragonwyrmling-tob1-2023",
            "desc": "False",
            "name": "Sea Dragon Wyrmling",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 52,
            "hit_dice": "8d8 + 16",
            "speed": {
                "walk": 40,
                "fly": 30
            },
            "strength": 17,
            "dexterity": 10,
            "constitution": 15,
            "intelligence": 13,
            "wisdom": 11,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 2,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 2,
            "charisma_save": 4,
            "perception": 14,
            "skills": {
                "Perception": 4,
                "Stealth": 2
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "cold",
            "condition_immunities": "False",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 14",
            "languages": "Common, Draconic, Primordial",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (1d10 + 3) piercing damage plus 3 (1d6) cold damage."
                },
                {
                    "name": "Tidal Breath (Recharge 5-6)",
                    "desc": "The dragon exhales a crushing wave of frigid seawater in a 15-foot cone. Each creature in that area must make a DC 12 Dexterity saving throw. On a failure, the creature takes 11 (2d10) bludgeoning damage and 11 (2d10) cold damage and is pushed up to 5 feet away from the dragon and knocked prone. On a success, the creature takes half the damage and isn't pushed or knocked prone."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The dragon can breathe air and water."
                }
            ],
            "spell_list": [],
            "page_no": 127,
            "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_sea-dragon-wyrmling/"
        },
        {
            "slug": "thursir-tob1-2023",
            "desc": "False",
            "name": "Thursir",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil (50%) or Lawful Evil (50%)",
            "armor_class": 13,
            "armor_desc": "chain shirt",
            "hit_points": 114,
            "hit_dice": "12d10 + 48",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 15,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Athletics": 6,
                "Perception": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Dwarvish, Giant",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Warhammer",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage, or 15 (2d10 + 4) bludgeoning damage if used with two hands to make a melee attack."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +6 to hit, range 60/240 ft., one target. Hit: 15 (2d10 + 4) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Runic Blood (3/Day)",
                    "desc": "The thursir touches a weapon, painting the thurs rune on the weapon in the thursir's blood. When the thursir hits with the weapon while the rune is active, the weapon deals an extra 9 (2d8) lightning damage, and the target can't take reactions until the start of its next turn. The rune lasts for 1 minute."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Cast Iron Stomach",
                    "desc": "The thursir has advantage on saving throws against being poisoned."
                }
            ],
            "spell_list": [],
            "page_no": 210,
            "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_thursir/"
        },
        {
            "slug": "doppelganger_bf",
            "desc": "",
            "name": "Doppelganger",
            "size": "medium",
            "type": "Monstrosity",
            "subtype": "Shapechanger",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 80,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": 0,
            "dexterity_save": 4,
            "constitution_save": 2,
            "intelligence_save": 0,
            "wisdom_save": 3,
            "charisma_save": 4,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "charmed",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Common,telepathy 60 ft.",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The doppelganger makes two Slam or Psychic Bolt attacks."
                },
                {
                    "name": "Slam",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8+4) bludgeoning damage."
                },
                {
                    "name": "Psychic Bolt",
                    "desc": "_Ranged Spell Attack:_ +4 to hit, range 60 ft., one target. _Hit:_ 13 (2d10+2) psychic damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The doppelganger transforms into a Small or Medium Humanoid it has seen or back into its true form, which is Monstrosity. Its statistics, other than its size and speed, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Read Thoughts",
                    "desc": "The doppelganger magically reads the surface thoughts - what is foremost in the mind at the moment - of one creature within 60 feet of it. The effect can penetrate barriers, but 3 feet of wood or dirt, 2 feet of stone, 2 inches of metal, or a thin sheet of lead blocks it. While the target is in range, the doppelganger can continue reading the target's thoughts until its concentration is broken (as if concentrating on a spell) or it uses Read Thoughts on a different target."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Convincing Mimicry (Humanoid Form Only)",
                    "desc": "The doppelganger can mimic any Humanoid's body and voice it has seen and heard nearly perfectly. A creature very familiar with the individual Humanoid the doppelganger is pretending to be can tell the doppelganger is an imitation with a successful DC 20 WIS (Insight) check."
                },
                {
                    "name": "Revealed Intentions",
                    "desc": "While reading a creature's mind, the doppelganger has advantage on CHA checks against the creature, knows the creature's current mood, and knows if the creature speaks a lie. In addition, the doppelganger has advantage on attack rolls against the creature."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_doppelganger/"
        },
        {
            "slug": "knight_bf",
            "desc": "",
            "name": "Knight",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 68,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": 3,
            "dexterity_save": 0,
            "constitution_save": 2,
            "intelligence_save": 1,
            "wisdom_save": 1,
            "charisma_save": 2,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "charmed,frightened",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Common and one other language",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The knight makes three Greatsword attacks, or it makes four Javelin attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage."
                },
                {
                    "name": "Javelin",
                    "desc": "_Melee or Ranged Weapon Attack:_ +5 to hit, reach 5 ft. or range 30/120 ft., one target. _Hit:_ 6 (1d6+3) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Champion's Challenge",
                    "desc": "The knight challenges one creature it can see within 30 feet of it. The target must succeed on a DC 13 CHA save or have disadvantage on attack rolls against creatures that aren't the knight until the end of its next turn."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Chivalrous Presence",
                    "desc": "The knight exudes a powerful presence. At the start of each of the knight's turns, it chooses one of the following presences, which lasts until the start of the knight's next turn.\n- **Empowering Presence.** Each friendly creature that starts its turn within 15 feet of the knight has advantage on the first attack roll it makes before this presence ends.\n- **Protective Presence.** Hostile creatures have disadvantage on attack rolls against friendly creatures within 5 feet of the knight.\n- **Unwavering Presence.** Each friendly creature within 15 feet of the knight is resistant to the charmed and frightened conditions."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_knight/"
        },
        {
            "slug": "orca_bf",
            "desc": "",
            "name": "Orca",
            "size": "huge",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 80,
            "hit_dice": "",
            "speed": {
                "walk": 0,
                "swim": 60
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 12,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": 4,
            "dexterity_save": 0,
            "constitution_save": 1,
            "intelligence_save": -4,
            "wisdom_save": 1,
            "charisma_save": -2,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "keensense 120 ft.",
            "languages": "-",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The orca makes two Bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one creature. _Hit:_ 14 (3d6+4) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Tail Slap",
                    "desc": "The orca slaps one creature it can see within 15 feet of it with its tail. The target must succeed on a DC 14 STR save or be pushed up to 15 feet away from the orca and knocked prone. A creature that fails this save by 5 or more is also stunned until the end of its next turn."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Echolocation",
                    "desc": "The orca can't use its keensense while deafened."
                },
                {
                    "name": "Heightened Hearing",
                    "desc": "The orca's Perception is 18 when perceiving by hearing."
                },
                {
                    "name": "Hold Breath",
                    "desc": "The orca can hold its breath for 30 minutes."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_orca/"
        },
        {
            "slug": "owlbear_bf",
            "desc": "",
            "name": "Owlbear",
            "size": "large",
            "type": "Monstrosity",
            "subtype": "Animal",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 80,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": 5,
            "dexterity_save": 1,
            "constitution_save": 3,
            "intelligence_save": -4,
            "wisdom_save": 1,
            "charisma_save": -2,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Monstrosity Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "-",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The owlbear makes one Beak attack and one Claws attack. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 15)."
                },
                {
                    "name": "Beak",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one creature. _Hit:_ 10 (1d10+5) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 14 (2d8+5) slashing damage."
                },
                {
                    "name": "Vicious Bound (44 HP or Fewer)",
                    "desc": "The owlbear roars and barrels through creatures. It moves up to 20 feet in a straight line and can move through the space of any Medium or smaller creature. The first time it enters a creature's space during this move, that creature must make a DC 15 STR save. On a failure, a creature takes 18 (4d8) bludgeoning damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Rend",
                    "desc": "The owlbear violently wrenches a Medium or smaller creature it is currently grappling. The target must make a DC 15 STR save, taking 9 (2d8) slashing damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Glide",
                    "desc": "The owlbear has long, sturdy feathers along its forelimbs and sides that expand while falling to slow its rate of descent to 60 feet per round, landing on its feet and taking no falling damage. It can move up to 5 feet horizontally for every 1 foot it falls. The owlbear can't gain height with its gliding feathers alone. If subjected to a strong wind or lift of any kind, it can use the updraft to glide farther."
                },
                {
                    "name": "Heightened Sight and Smell",
                    "desc": "The owlbear's Perception is 18 when perceiving by sight or smell."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The owlbear is resistant to exhaustion and to the frightened condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_owlbear/"
        },
        {
            "slug": "wight_bf",
            "desc": "",
            "name": "Wight",
            "size": "medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "studded leather",
            "hit_points": 69,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": 3,
            "dexterity_save": 2,
            "constitution_save": 3,
            "intelligence_save": 0,
            "wisdom_save": 1,
            "charisma_save": 2,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic; bludgeoning,piercing,and slashing damage from nonmagical attacks",
            "damage_immunities": "Undead Resilience,frightened",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "the languages it knew in life",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wight makes two Longsword or Longbow attacks. It can replace one attack with a Life Drain attack."
                },
                {
                    "name": "Life Drain",
                    "desc": "Melee Spell Attack: +5 to hit, reach 5 ft., one creature. _Hit:_ 10 (2d6+3) necrotic damage. The target must succeed on a DC 13 CON save or its HP maximum is reduced by an amount equal to the damage taken. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its HP maximum to 0.<br>A Humanoid slain by this attack rises 24 hours later as a zombie under the wight's control, unless the Humanoid is restored to life or its body is destroyed. The wight can have no more than twelve zombies under its control at one time."
                },
                {
                    "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": "Longbow",
                    "desc": "_Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 11 (2d8+2) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Command Horde",
                    "desc": "The wight commands up to five friendly skeletons or zombies to do one of the following:\n- **Protect.** Until the start of the wight's next turn, each time a friendly creature within 5 feet of a target is attacked, the target can use its reaction to intercept the attack, becoming the target instead.\n- **Overwhelm.** Until the start of the wight's next turn, each target has advantage on attack rolls against a creature on its turn if at least one other target is within 5 feet of the creature and the allied target isn't incapacitated.\n- **Shamble.** Each target uses its reaction to move up to its speed in a direction chosen by the wight. If this movement provokes an opportunity attack, that attack is made with disadvantage."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Martial Adept",
                    "desc": "A manufactured weapon, such as a sword or bow, deals one extra die of its damage when the wight hits with it (included in the attack)."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the wight has disadvantage on attack rolls, and its Perception is 8 when perceiving by sight."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The wight doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The wight is immune to poison damage, to exhaustion, and to the poisoned condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_wight/"
        },
        {
            "slug": "jaculus-tob1-2023",
            "desc": "False",
            "name": "Jaculus",
            "size": "Small",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 65,
            "hit_dice": "10d6 + 30",
            "speed": {
                "walk": 10,
                "fly": 20
            },
            "strength": 14,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 13,
            "wisdom": 13,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Acrobatics": 6,
                "Perception": 3,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "acid, lightning",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 13",
            "languages": "Common, Draconic",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The jaculus makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) slashing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Spearhead",
                    "desc": "If the jaculus moves at least 10 feet straight toward a target and then hits it with a Bite attack on the same turn, the target takes an extra 4 (1d8) piercing damage. If the target is a creature, it must succeed on a DC 13 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Standing Leap",
                    "desc": "The jaculus's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start."
                }
            ],
            "spell_list": [],
            "page_no": 241,
            "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_jaculus/"
        },
        {
            "slug": "kotbayun-tob1-2023",
            "desc": "False",
            "name": "Kot Bayun",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 66,
            "hit_dice": "12d8 + 12",
            "speed": {
                "walk": 20
            },
            "strength": 16,
            "dexterity": 16,
            "constitution": 13,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The kot bayun can use its Slumbering Song. It then makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage."
                },
                {
                    "name": "Invisibility",
                    "desc": "The kot bayun magically turns invisible until it attacks or uses Slumbering Song, or until its concentration ends (as if concentrating on a spell). Any equipment the kot bayun wears or carries is invisible with it."
                },
                {
                    "name": "Slumbering Song",
                    "desc": "The kot bayun sings a magical song to one creature it can see within 60 feet of it. The target must succeed on a DC 13 Charisma saving throw on fall unconscious for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If the kot bayun uses a bonus action on its subsequent turns to continue singing, the target has disadvantage on this saving throw. Otherwise, the effect ends for a target if the target takes damage while below half its hp maximum."
                },
                {
                    "name": "Healing Purr (2/Day)",
                    "desc": "The kot bayun purrs at a creature it can see within 15 feet of it. The target magically regains 10 (3d6) hp and is freed from any disease, poison, blindness, or deafness."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 248,
            "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_kot-bayun/"
        },
        {
            "slug": "mahoru-tob1-2023",
            "desc": "False",
            "name": "Mahoru",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d10 + 28",
            "speed": {
                "walk": 60
            },
            "strength": 18,
            "dexterity": 19,
            "constitution": 14,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 20 (3d10 + 4) slashing damage. If the mahoru scores a critical hit, the target must succeed on a DC 14 Strength saving throw or the mahoru bites off one of the target's limbs. A creature is immune to this effect if it is immune to slashing damage."
                },
                {
                    "name": "Roar",
                    "desc": "The mahoru roars while above water or emits a loud, low thrum while underwater. Each creature within 30 feet of the mahoru that can hear the roar or thrum must succeed on a DC 14 Wisdom saving throw or be frightened for 1 minute. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. A creature that fails the saving throw by 5 or more is also paralyzed until the end of its next turn. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the Roar of all mahoru for the next 24 hours."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The mahoru can breathe air and water."
                },
                {
                    "name": "Blood Frenzy",
                    "desc": "The mahoru has advantage on melee attack rolls against any creature that doesn't have all of its hp."
                },
                {
                    "name": "Keen Sight and Smell",
                    "desc": "The mahoru has advantage on Wisdom (Perception) checks that rely on sight or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The mahoru has advantage on attack rolls against a creature if at least one of the mahoru's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": 260,
            "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_mahoru/"
        },
        {
            "slug": "mbielu-tob1-2023",
            "desc": "False",
            "name": "Mbielu",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "8d12 + 24",
            "speed": {
                "walk": 20
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 2,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "passive Perception 13",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 20 (3d10 + 4) bludgeoning damage plus 2 (1d4) poison damage. If the target is a Large or smaller creature, it must succeed on a DC 13 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Rumbling Bellow (Recharge 5-6)",
                    "desc": "The mbielu releases a deep bellow that vibrates within the bodies of those nearby. Each creature within 15 feet of the mbielu must make a DC 13 Constitution saving throw, taking 18 (4d8) thunder damage on a failed save, or half as much damage on a successful one. If a creature poisoned by the mbielu's Toxic Skin fails this saving throw, it is also incapacitated until the end of its next turn as the combined vibrations and hallucinations disorient it."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The mbielu can hold its breath for 30 minutes."
                },
                {
                    "name": "Toxic Skin",
                    "desc": "A creature that touches the mbielu or hits it with a melee attack while within 5 feet of it takes 2 (1d4) poison damage and must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, a creature has disadvantage on Intelligence, Wisdom, and Charisma saving throws as it experiences mild hallucinations. The poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "spell_list": [],
            "page_no": 101,
            "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_mbielu/"
        },
        {
            "slug": "millitaur-tob1-2023",
            "desc": "False",
            "name": "Millitaur",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "10d10 + 30",
            "speed": {
                "walk": 30,
                "burrow": 40
            },
            "strength": 17,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Acrobatics": 4
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "poison, slashing",
            "damage_immunities": "False",
            "condition_immunities": "prone",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 13",
            "languages": "Common, Millitaur",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The millitaur makes two Handaxe attacks."
                },
                {
                    "name": "Handaxe",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 10 (2d6 + 3) slashing damage plus 3 (1d6) poison damage."
                },
                {
                    "name": "Poisonous Flask (Recharge 5-6)",
                    "desc": "The millitaur hastily combines alchemical substances into a poisonous concoction and throws it at a point the millitaur can see within 30 feet. Each creature within 15 feet of that point must make a DC 13 Dexterity saving throw. On a failure, a creature takes 14 (4d6) poison damage and is poisoned for 1 minute. On a success, a creature takes half the damage and isn't poisoned. A poisoned creature can make a DC 13 Constitution saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Healing Tonic (2/Day)",
                    "desc": "The millitaur administers a healing tonic to a willing creature within 5 feet of it. The target magically regains 7 (2d6) hp and is freed from any disease or poison."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": 267,
            "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_millitaur/"
        },
        {
            "slug": "swarmofprismaticbeetles-tob1-2023",
            "desc": "False",
            "name": "Swarm of Prismatic Beetles",
            "size": "Medium",
            "type": "Swarm",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 60,
            "hit_dice": "11d8 + 11",
            "speed": {
                "walk": 30,
                "fly": 5,
                "burrow": 20
            },
            "strength": 3,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 13,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "blindsight 10 ft., darkvision 30 ft., passive Perception 13",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 0 ft., one creature in the swarm's space. Hit: 14 (4d6) piercing damage, or 7 (2d6) piercing damage if the swarm has half of its hp or fewer. The target must make a DC 13 Constitution saving throw. On a failure, a creature takes 10 (4d4) poison damage and is euphoric for 1 minute. On a success, a creature takes half the damage and isn't euphoric. A euphoric creature has disadvantage on saving throws. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Glittering Carapace",
                    "desc": "When a creature that can see the swarm starts its turn within 30 feet of the swarm and the swarm is in bright or dim light, the swarm can force the creature to make a DC 13 Wisdom saving throw if the swarm isn't incapacitated and can see the creature. If the saving throw fails by 5 or more, the creature falls unconscious. Otherwise, a creature that fails the save is incapacitated and its speed is reduced to 0 until the start of its next turn, as it remains transfixed in place by the glitter of the swarm. A creature has advantage on the saving throw if the swarm is in dim light."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny insect. The swarm can't regain hp or gain temporary hp."
                }
            ],
            "spell_list": [],
            "page_no": 356,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_swarm-of-prismatic-beetles/"
        },
        {
            "slug": "swarmofwharflings-tob1-2023",
            "desc": "False",
            "name": "Swarm of Wharflings",
            "size": "Large",
            "type": "Swarm",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 66,
            "hit_dice": "12d10",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 10,
            "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": 13,
            "skills": {
                "Perception": 3,
                "Sleight of Hand": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Pilfering Bites",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 0 ft., one creature in the swarm's space. Hit: 28 (8d6) piercing damage, or 14 (4d6) piercing damage if the swarm has half of its hp or fewer, and the target must succeed on a DC 13 Dexterity saving throw or lose one item it is wearing or carrying to the swarm, provided the item weighs no more than 10 pounds, isn't a weapon, and isn't wrapped around or firmly attached to the target, such as a shirt or armor."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The swarm of wharflings can breathe air and water."
                },
                {
                    "name": "Snapping Jaws",
                    "desc": "A creature that attempts to move out of or through the swarm of wharflings must succeed on a DC 13 Dexterity saving throw or take 7 (2d6) piercing damage."
                },
                {
                    "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 hp or gain temporary hp."
                }
            ],
            "spell_list": [],
            "page_no": 395,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_swarm-of-wharflings/"
        },
        {
            "slug": "bearded_devil_bf",
            "desc": "",
            "name": "Bearded Devil",
            "size": "medium",
            "type": "Fiend",
            "subtype": "Devil",
            "group": "Devils",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 63,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": 5,
            "dexterity_save": 2,
            "constitution_save": 4,
            "intelligence_save": -1,
            "wisdom_save": 2,
            "charisma_save": 0,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Devilish Resilience",
            "damage_immunities": "Devilish Resilience",
            "condition_immunities": "",
            "senses": "darkvision 120 ft.",
            "languages": "Infernal,telepathy 120 ft.",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The devil makes two Beard Spines attacks and one Glaive attack."
                },
                {
                    "name": "Beard Spines",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one creature. _Hit:_ 8 (2d4+3) piercing damage, and the target must succeed on a DC 13 CON save or be poisoned for 1 minute. While poisoned in this way, the target can't regain HP. The target can repeat the save at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Glaive",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 10 ft., one target. _Hit:_ 8 (1d10+3) slashing damage. If the target is a creature other than a Construct or Undead, it must succeed on a DC 13 CON save or lose 3 (1d6) HP at the start of each of its turns due to an infernal wound. Each time the devil hits the wounded target with this attack, the damage dealt by the wound increases by 3 (1d6). Any creature can take an action to stanch the wound with a successful DC 10 WIS (Medicine) check. The wound also closes if the target receives magical healing, provided the target is capable of regaining HP."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Enhance Pain",
                    "desc": "The bearded devil enhances the pain in one creature it can see within 30 feet of it that is poisoned from the devil's Beard Spines attack or suffering an infernal wound from the devil's Glaive attack. The target must succeed on a DC 13 CON save or be incapacitated until the end of its next turn, as it doubles over in pain."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the devil's darkvision."
                },
                {
                    "name": "Devilish Resilience",
                    "desc": "The devil is resistant to cold damage and to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to fire damage and poison damage and to the poisoned condition."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The devil has advantage on saves against spells and other magical effects."
                },
                {
                    "name": "Show Mettle",
                    "desc": "While it can see a superior devil, such as a barbed devil, pit fiend, or similar, the bearded devil has advantage on saves against being charmed and frightened."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_bearded-devil/"
        },
        {
            "slug": "kobold_swiftblade_bf",
            "desc": "",
            "name": "Kobold Swiftblade",
            "size": "small",
            "type": "Humanoid",
            "subtype": "",
            "group": "Kobolds",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "leather armor",
            "hit_points": 80,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "climb": 15
            },
            "strength": 8,
            "dexterity": 22,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": -1,
            "dexterity_save": 6,
            "constitution_save": 0,
            "intelligence_save": 1,
            "wisdom_save": 2,
            "charisma_save": 0,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Common,Draconic",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The kobold swiftblade makes two Scimitar or Hand Crossbow attacks."
                },
                {
                    "name": "Scimitar",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) slashing damage plus 7 (2d6) poison damage."
                },
                {
                    "name": "Hand Crossbow",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 30/120 ft., one target. _Hit:_ 7 (1d6+4) piercing damage plus 7 (2d6) poison damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Hidden Scurry",
                    "desc": "The swiftblade moves up to 15 feet without provoking opportunity attacks, and if it moves into a lightly or heavily obscured area, it takes the Hide action, using its **Stealth** value as the result of the check. If the swiftblade is aware of traps in the area, it can choose if this movement triggers any of them."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Pack Tactics",
                    "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": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the kobold has disadvantage on attack rolls, and its Perception is 7 when perceiving by sight."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_kobold-swiftblade/"
        },
        {
            "slug": "mummy_bf",
            "desc": "",
            "name": "Mummy",
            "size": "medium",
            "type": "Undead",
            "subtype": "",
            "group": "Mummies",
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 80,
            "hit_dice": "",
            "speed": {
                "walk": 20
            },
            "strength": 16,
            "dexterity": 8,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": 3,
            "dexterity_save": -1,
            "constitution_save": 3,
            "intelligence_save": -2,
            "wisdom_save": 2,
            "charisma_save": 1,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
            "damage_immunities": "necrotic,charmed,frightened,paralyzed,Undead Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "the languages it knew in life",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mummy makes two Rotting Fist attacks. If both attacks hit one creature that isn't a Construct or Undead, the target must succeed on a DC 13 CON save or be cursed with mummy rot (see the Mummy Rot sidebar)."
                },
                {
                    "name": "Rotting Fist",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) bludgeoning damage plus 7 (2d6) necrotic damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Dreadful Glare",
                    "desc": "The mummy glares at one creature it can see within 60 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn. If the target fails the save by 5 or more, it is also paralyzed for the same duration."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Undead Nature",
                    "desc": "The mummy doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The mummy is immune to poison damage, to exhaustion, and to the poisoned condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_mummy/"
        },
        {
            "slug": "veteran_bf",
            "desc": "",
            "name": "Veteran",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Any Lineage",
            "group": "NPCs",
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "breastplate",
            "hit_points": 68,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": 5,
            "dexterity_save": 2,
            "constitution_save": 2,
            "intelligence_save": 0,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Common plus any one language",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The veteran makes two Longsword attacks and two Shortsword attacks, or it makes three Longsword attacks."
                },
                {
                    "name": "Longsword",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) slashing damage, or 8 (1d10+3) slashing damage if used with two hands."
                },
                {
                    "name": "Shortsword",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6+3) piercing damage."
                },
                {
                    "name": "Heavy Crossbow",
                    "desc": "_Ranged Weapon Attack:_ +4 to hit, range 100/400 ft., one target. _Hit:_ 7 (1d10+2) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shoulder",
                    "desc": "The veteran shoves a creature it can see within 5 feet of it. The target must succeed on a DC 13 STR save or be knocked prone."
                }
            ],
            "reactions": [
                {
                    "name": "Parry",
                    "desc": "The veteran adds 2 to its AC against one melee attack that would hit it. To do so, the veteran must see the attacker and be wielding a melee weapon."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_veteran/"
        },
        {
            "slug": "werewolf_bf",
            "desc": "",
            "name": "Werewolf",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "Lycanthrope",
            "group": "Lycanthropes",
            "alignment": "",
            "armor_class": 11,
            "armor_desc": "n humanoid form, 12 (natural armor) in wolf or hybrid for",
            "hit_points": 76,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": 4,
            "dexterity_save": 1,
            "constitution_save": 3,
            "intelligence_save": 0,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning,piercing,and slashing damage from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "-",
            "languages": "Common (can't speak in wolf form)",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack (Humanoid or Hybrid Form Only)",
                    "desc": "The werewolf makes three Claws or Spear attacks. It can replace one attack with a Bite attack, provided it is in the appropriate form."
                },
                {
                    "name": "Bite (Wolf or Hybrid Form Only)",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 11 (2d8+2) piercing damage. If the target is a Humanoid, it must succeed on a DC 13 CON save or be cursed with the werewolf lycanthropy curse (see Curse of Lycanthropy sidebar)."
                },
                {
                    "name": "Claws (Hybrid Form Only)",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 9 (2d6+2) slashing damage."
                },
                {
                    "name": "Spear (Humanoid Form Only)",
                    "desc": "_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d6+2) piercing damage, or 6 (1d8+2) piercing damage if used with two hands to make a melee attack."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "The werewolf transforms into a Medum or Large wolf, a Medium wolf-humanoid hybrid, or back into its true form, which is Humanoid. Its statistics, other than its size, speed, and AC, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies."
                },
                {
                    "name": "Hungry Growl (Wolf and Hybrid Form Only)",
                    "desc": "The werewolf stares down and growls at one creature it can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn. The werewolf has advantage on the next attack roll it makes against the frightened creature."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Hearing and Smell",
                    "desc": "The werewolf's Perception is 17 while perceiving by hearing or smell."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "The werewolf has advantage on attack rolls against a creature if at least one of the werewolf's allies is within 5 feet of the creature and the ally isn't incapacitated."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_werewolf/"
        },
        {
            "slug": "mindrotthrall-tob1-2023",
            "desc": "False",
            "name": "Mindrot Thrall",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 82,
            "hit_dice": "11d8 + 33",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 17,
            "intelligence": 11,
            "wisdom": 14,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 12,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "acid, poison",
            "condition_immunities": "charmed, frightened, poisoned",
            "senses": "tremorsense 30 ft., passive Perception 12",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mindrot thrall makes two Claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 9 (2d6 + 2) slashing damage."
                },
                {
                    "name": "Spore Breath (Recharge 4-6)",
                    "desc": "The thrall exhales a blast of acidic spores from its rotten lungs in a 15-foot cone. Each creature in the area must make a DC 13 Dexterity saving throw. On a failure, a creature takes 18 (4d8) acid damage and is infected with the mindrot disease (see the Mindrot trait). On a success, a creature takes half the damage and isn't infected."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Fungal Aura",
                    "desc": "A creature that starts its turn within 5 feet of a mindrot thrall must succeed on a DC 13 Constitution saving throw or become infected with the mindrot disease."
                },
                {
                    "name": "Mindrot",
                    "desc": "A creature infected with this disease manifests symptoms in 1d4 days after infection, which include migraines and muscle weakness. Until the disease is cured, at the end of each long rest, the infected creature must succeed on a DC 13 Constitution saving throw or take 9 (2d8) acid damage, and its hp maximum is reduced by that amount. This reduction lasts until the creature finishes a long rest after the disease is cured. The creature dies if the disease reduces its hp maximum to 0. One day after the creature dies, it rises as a mindrot thrall. A creature that succeeds on two saving throws recovers from the disease."
                }
            ],
            "spell_list": [],
            "page_no": 270,
            "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_mindrot-thrall/"
        },
        {
            "slug": "strife-tob1-2023",
            "desc": "False",
            "name": "Strife",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 60,
            "hit_dice": "11d6 + 22",
            "speed": {
                "walk": 40,
                "fly": 40
            },
            "strength": 8,
            "dexterity": 20,
            "constitution": 14,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 12,
            "skills": {
                "Deception": 7,
                "Stealth": 9
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Common, Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The strife can use its Sow Discord. It then makes two Claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft. one target. Hit: 8 (1d6 + 5) slashing damage."
                },
                {
                    "name": "Sow Discord",
                    "desc": "The strife attempts to sow discord in up to two creatures it can see within 30 feet of it. Each target must make a DC 13 Wisdom saving throw. On a failure, a creature takes 7 (2d6) psychic damage and distrusts its allies until the start of the strife's next turn. On a success, a creature takes half the damage and doesn't distrust its allies. A creature that distrusts its allies can't give or receive aid from its allies, including spells, class features like Sneak Attack, and the Help action."
                },
                {
                    "name": "Invisibility",
                    "desc": "The strife magically turns invisible until it attacks or until its concentration ends (as if concentrating on a spell). Any equipment the strife wears or carries is invisible with it."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Induce Doubt",
                    "desc": "If a creature misses the strife with an attack, the strife can cause the attacker to doubt itself. The attacker must succeed on a DC 13 Wisdom saving throw or each time it makes an attack roll or saving throw before the end of its next turn, it must roll a d4 and subtract the number rolled from the attack roll or saving throw."
                },
                {
                    "name": "Familiar",
                    "desc": "The stryx can serve another creature as a familiar, forming a magic, telepathic bond with that willing companion. While the two are bonded, the companion can sense what the stryx senses as long as they are within 1 mile of each other. While the stryx is within 10 feet of its companion, the companion shares the stryx's Keen Hearing and Sight trait. At any time and for any reason, the stryx can end its service as a familiar, ending the telepathic bond."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Mimicry",
                    "desc": "The strife can mimic Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 17 Wisdom (Insight) check."
                },
                {
                    "name": "Delight",
                    "desc": "When a creature within 30 feet of the strife takes psychic damage, the strife gains 5 temporary hp or gains advantage on the next attack roll it makes before the end of its next turn (the strife's choice)."
                }
            ],
            "spell_list": [],
            "page_no": 349,
            "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_strife/"
        },
        {
            "slug": "insatiable_brood_bf",
            "desc": "",
            "name": "Insatiable Brood",
            "size": "medium",
            "type": "Swarm",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 63,
            "hit_dice": "",
            "speed": {
                "walk": 0,
                "fly": 50
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 12,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": 0,
            "dexterity_save": 5,
            "constitution_save": 1,
            "intelligence_save": -3,
            "wisdom_save": 1,
            "charisma_save": -2,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold,Swarm Resilience",
            "damage_immunities": "Swarm Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "understands Void Speech but can't speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 0 ft., one creature in the swarm's space. _Hit:_ 14 (4d6) piercing damage plus 18 (4d8) force damage, or 7 (2d6) piercing damage plus 9 (2d8) force damage if the insatiable brood has half its HP or fewer."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Void Gaze",
                    "desc": "The insatiable brood turns all its individual heads in one direction, and its hundreds of Void-filled eyes stare at one creature the brood can see within 30 feet of it. The target must succeed on a DC 13 WIS save or be frightened until the end of its next turn. If the target fails the save by 5 or more, it suffers a random, short-term dread effect for 1 minute."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Aberrant Resilience",
                    "desc": "The insatiable brood has advantage on saves against spells or effects that would alter its form."
                },
                {
                    "name": "Magic Bites",
                    "desc": "The insatiable brood's Bites attacks are magical."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The insatiable brood deals double damage to objects and structures."
                },
                {
                    "name": "Swarm",
                    "desc": "The insatiable brood can occupy another creature's space and vice versa, and the brood can move through any opening large enough for a Tiny creature. The brood can't regain HP or gain temporary HP."
                },
                {
                    "name": "Swarm Resilience",
                    "desc": "The swarm is resistant to bludgeoning, piercing, and slashing damage, and it is immune to the charmed, frightened, grappled, paralyzed, petrified, prone, restrained, and stunned conditions."
                },
                {
                    "name": "Void Dweller",
                    "desc": "The insatiable brood doesn't require air, food, drink, or sleep, and it is immune to the effects of Void terrain. In addition, it can fly through the Void as if through air."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_insatiable-brood/"
        },
        {
            "slug": "insect_giant_scorpion_bf",
            "desc": "",
            "name": "Insect, Giant Scorpion",
            "size": "large",
            "type": "Beast",
            "subtype": "",
            "group": "Animals",
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "burrow": 20
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 1,
            "wisdom": 8,
            "charisma": 2,
            "strength_save": 2,
            "dexterity_save": 1,
            "constitution_save": 2,
            "intelligence_save": -5,
            "wisdom_save": -1,
            "charisma_save": -4,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "poison,poisoned",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "keensense 60 ft.",
            "languages": "-",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant scorpion makes two Claw attacks and one Sting attack."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) bludgeoning damage, and the target is grappled (escape DC 12). The scorpion has two claws, each of which can grapple only one target."
                },
                {
                    "name": "Sting",
                    "desc": "_Melee Weapon Attack:_ +4 to hit, reach 10 ft., one creature. _Hit:_ 7 (1d10+2) piercing damage plus 7 (2d6) poison damage, and the target must succeed on a DC 12 CON save or be poisoned until the end of its next turn."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Reflexive Sting",
                    "desc": "When a creature the scorpion can see attacks it while within 10 feet of the scorpion, the scorpion can whip its tail defensively at the creature. The attacker must succeed on a DC 12 DEX save or take 5 (1d10) piercing damage."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_insect-giant-scorpion/"
        },
        {
            "slug": "manticore_bf",
            "desc": "",
            "name": "Manticore",
            "size": "large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 80,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "fly": 50
            },
            "strength": 16,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": 3,
            "dexterity_save": 3,
            "constitution_save": 3,
            "intelligence_save": -2,
            "wisdom_save": 1,
            "charisma_save": -1,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "Monstrosity Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Common",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The manticore makes one Bite attack and two Claw attacks, or it makes two Tail Spike attacks. If both Tail Spike attacks hit one creature, the target must succeed on a DC 13 CON save or be poisoned until the end of its next turn."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8+3) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6+3) slashing damage."
                },
                {
                    "name": "Tail Spike",
                    "desc": "_Ranged Weapon Attack:_ +5 to hit, range 100/200 ft., one target. _Hit:_ 7 (1d8+3) piercing damage plus 5 (2d4) poison damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [
                {
                    "name": "Spiky Retaliation",
                    "desc": "When a creature the manticore can see hits it with a melee attack while within 5 feet of it, the manticore can jab a spike into the attacker. The attacker must succeed on a DC 13 DEX save or take 5 (2d4) poison damage."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Mimicry",
                    "desc": "The manticore can mimic Humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 13 WIS (Insight) check."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The manticore is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Tail Spike Regrowth",
                    "desc": "The manticore has twenty-four tail spikes. Used spikes regrow when the manticore finishes a long rest."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_manticore/"
        },
        {
            "slug": "nightmare_bf",
            "desc": "",
            "name": "Nightmare",
            "size": "large",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 76,
            "hit_dice": "",
            "speed": {
                "walk": 60,
                "fly": 90
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": 4,
            "dexterity_save": 2,
            "constitution_save": 3,
            "intelligence_save": 0,
            "wisdom_save": 1,
            "charisma_save": 2,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire",
            "condition_immunities": "",
            "senses": "-",
            "languages": "understands Abyssal,Common,and Infernal but can't speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The nightmare makes two Flaming Hoof attacks."
                },
                {
                    "name": "Flaming Hoof",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6+4) bludgeoning damage plus 7 (2d6) fire damage."
                },
                {
                    "name": "Ethereal Stride",
                    "desc": "The nightmare and up to three willing creatures within 5 feet of it magically enter the Ethereal Plane from the Material Plane, or vice versa."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Burning Hoofprints",
                    "desc": "The nightmare increases the intensity of the heat on its hooves. Until the start of its next turn, it leaves burning hoofprints in any surface through which it walks, creating a trail of fire in its wake. A creature that enters a space with burning hoofprints for the first time on a turn or starts its turn there must succeed on a DC 13 DEX save or take 3 (1d6) fire damage. The hoofprints stop burning at the start of the nightmare's next turn."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Illumination",
                    "desc": "The nightmare sheds bright light in a 10-foot radius and dim light for an additional 10 feet."
                },
                {
                    "name": "Riding Flames",
                    "desc": "Any creature riding a willing nightmare is resistant to fire damage. A creature riding the nightmare without the nightmare's permission takes 3 (1d6) fire damage at the start of each of the nightmare's turns."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_nightmare/"
        },
        {
            "slug": "bearfolk-tob1-2023",
            "desc": "False",
            "name": "Bearfolk",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Good",
            "armor_class": 14,
            "armor_desc": "hide armor",
            "hit_points": 45,
            "hit_dice": "6d8 + 18",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Giant",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The bearfolk makes one Battleaxe attack, one Warhammer attack, and one Bite attack."
                },
                {
                    "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": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage."
                },
                {
                    "name": "Warhammer",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) bludgeoning damage, or 9 (1d10 + 4) bludgeoning damage if used with two hands."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Frenzy (Recharges after a Long or Short Rest)",
                    "desc": "The bearfolk triggers a berserk frenzy that lasts 1 minute. While in frenzy, it has resistance to bludgeoning, piercing, and slashing damage and has advantage on attack rolls. Attack rolls made against a frenzied bearfolk have advantage."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Keen Smell",
                    "desc": "The bearfolk has advantage on Wisdom (Perception) checks that rely on smell."
                }
            ],
            "spell_list": [],
            "page_no": 33,
            "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_bearfolk/"
        },
        {
            "slug": "clockworkbeetleswarm-tob1-2023",
            "desc": "False",
            "name": "Clockwork Beetle Swarm",
            "size": "Large",
            "type": "Swarm",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 52,
            "hit_dice": "8d10 + 8",
            "speed": {
                "walk": 50,
                "fly": 30
            },
            "strength": 8,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 0 ft., one target in the swarm's space. Hit: 18 (4d8) piercing damage, or 9 (2d8) piercing damage if the swarm has half of its hp or fewer, plus 3 (1d6) poison damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "The swarm doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The swarm has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice versa, and it can move through any opening large enough for a Tiny Construct. The swarm can't regain hp or gain temporary hp."
                }
            ],
            "spell_list": [],
            "page_no": 60,
            "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_clockwork-beetle-swarm/"
        },
        {
            "slug": "darakhul-tob1-2023",
            "desc": "False",
            "name": "Darakhul",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 18,
            "armor_desc": "scale mail, shield",
            "hit_points": 78,
            "hit_dice": "12d8 + 24",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Deception": 3,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "necrotic",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Darakhul",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The darakhul makes one Bite attack, one Claw attack, and one War Pick attack. If the darakhul is using a shield, it instead makes one Bite attack and one Claw or War Pick attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage, and, if the target is a Humanoid, it must succeed on a DC 11 Constitution saving throw or contract the darakhul fever disease (see the Darakhul Fever sidebar)."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage. If the target is a creature other than an Undead, it must succeed on a DC 12 Constitution saving throw or be paralyzed for 1 minute. A paralyzed target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a Humanoid is paralyzed for more than 2 rounds, it contracts darakhul fever."
                },
                {
                    "name": "War Pick",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Hungry Dead Nature",
                    "desc": "The darakhul requires no air or sleep."
                },
                {
                    "name": "Master of Disguise",
                    "desc": "A darakhul in a prepared disguise has advantage on Charisma (Deception) checks made to pass as a living creature. While using this ability, it loses its Stench."
                },
                {
                    "name": "Stench",
                    "desc": "Any creature that starts its turn within 5 feet of the darakhul must succeed on a DC 12 Constitution saving throw or be poisoned until the start of its next turn. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the darakhul's Stench for the next 24 hours. A darakhul using this ability can't also benefit from Master of Disguise."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "While in sunlight, the darakhul has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight."
                },
                {
                    "name": "Turning Defiance",
                    "desc": "The darakhul and any ghouls within 30 feet of it have advantage on saving throws against effects that turn Undead."
                }
            ],
            "spell_list": [],
            "page_no": 202,
            "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_darakhul/"
        },
        {
            "slug": "goat-man-tob1-2023",
            "desc": "False",
            "name": "Goat-Man",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 65,
            "hit_dice": "10d8 + 20",
            "speed": {
                "walk": 40
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Acrobatics": 4,
                "Athletics": 6,
                "Stealth": 6
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "understands Common, Giant, and Trollkin but can’t speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The goat-man makes one Bite attack and two Slam attacks. If both Slam attacks hit the same target, the target must succeed on a DC 14 Constitution saving throw or be stunned until the end of its next turn."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) bludgeoning damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If the goat-man moves at least 20 feet straight toward a target and then hits it with a Slam attack on the same turn, the target takes an extra 4 (1d8) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 Strength saving throw or be knocked prone."
                }
            ],
            "spell_list": [],
            "page_no": 214,
            "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_goat-man/"
        },
        {
            "slug": "greyfur-tob1-2023",
            "desc": "False",
            "name": "Greyfur",
            "size": "Small",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 67,
            "hit_dice": "15d6 + 15",
            "speed": {
                "walk": 20
            },
            "strength": 9,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Acrobatics": 5,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Lemurfolk",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Greyfur's Staff",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) bludgeoning damage plus 5 (2d4) force damage."
                },
                {
                    "name": "Arcane Bolt",
                    "desc": "Ranged Spell Attack: +5 to hit, range 60 ft., one target. Hit: 10 (2d6 + 3) force damage."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The greyfur casts one of the following spells, requiring no material components and using Intelligence as the spellcasting ability (spell save DC 13):\nAt will: light, mage hand, prestidigitation\n3/day each: color spray, sleep"
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Glide",
                    "desc": "The lemurfolk has membranes between its fore and hind limbs that expand when falling to slow its rate of descent to 60 feet per round, landing on its feet and taking no falling damage. It can move up to 5 feet horizontally for every 1 foot it falls. The lemurfolk can't gain height with its gliding membranes alone. If subjected to a strong wind or lift of any kind, it can use the updraft to glide farther."
                }
            ],
            "spell_list": [],
            "page_no": 250,
            "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_greyfur/"
        },
        {
            "slug": "jbafofispider-tob1-2023",
            "desc": "False",
            "name": "J’ba Fofi Spider",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d10 + 20",
            "speed": {
                "walk": 40
            },
            "strength": 17,
            "dexterity": 17,
            "constitution": 15,
            "intelligence": 4,
            "wisdom": 13,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "blindsight 10 ft., darkvision 60 ft., passive Perception 11",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 8 (1d10 + 3) piercing damage, and the target must make a DC 12 Constitution saving throw, taking 18 (4d8) poison damage on a failed save, or half as much damage on a successful one. If the poison damage reduces the target to 0 hp, the target is stable but poisoned for 1 hour, even after regaining hp, and is paralyzed while poisoned in this way."
                },
                {
                    "name": "Call Spiderlings (1/Day)",
                    "desc": "The j'ba fofi releases pheromones and calls 1 swarm of spiders. The spiders arrive in 1d4 rounds, acting as allies of the j'ba fofi and obeying its pheromone commands. The spiders remain for 1 hour, until the j'ba fofi dies, or until the j'ba fofi dismisses them as a bonus action."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Camouflaged Webs",
                    "desc": "With 10 minutes of work, the j'ba fofi can create a camouflaged web in a 10-foot cube. The web must be anchored between two solid mases or layered across a floor, wall, or ceiling. A camouflaged web layered over a flat surface has a depth of 5 feet. The web is camouflaged to match its surroundings, requiring a successful DC 15 Wisdom (Perception) check to notice them. Each creature that starts its turn in the camouflaged web or that enters it during the creature's turn must succeed on a DC 13 Dexterity saving throw or be restrained. A creature, including the restrained creature, can take its action to break the webbing and free the restrained creature by succeeding on a DC 13 Strength check. The webbing can also be attacked and destroyed (AC 10; hp 5; vulnerability to fire damage; immunity to bludgeoning, poison, and psychic damage)."
                },
                {
                    "name": "Forest Camouflage",
                    "desc": "The j'ba fofi has advantage on Dexterity (Stealth) checks made to hide in forested terrain."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The j'ba fofi can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                },
                {
                    "name": "Spider Passivism",
                    "desc": "No spider can willingly attack the j'ba fofi, unless attacked first. A spider can be forced to do so through magical means."
                },
                {
                    "name": "Web Sense",
                    "desc": "While in contact with a web, the j'ba fofi knows the exact location of any other creature in contact with the same web."
                },
                {
                    "name": "Web Walker",
                    "desc": "The j'ba fofi ignores movement restrictions caused by webbing."
                }
            ],
            "spell_list": [],
            "page_no": 344,
            "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_jba-fofi-spider/"
        }
    ]
}