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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=challenge_rating&page=52",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=challenge_rating&page=50",
    "results": [
        {
            "slug": "spawnofakyishigal-tob1-2023",
            "desc": "False",
            "name": "Spawn of Akyishigal",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 119,
            "hit_dice": "14d8 + 56",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 13,
            "constitution": 19,
            "intelligence": 10,
            "wisdom": 11,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Abyssal",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spawn makes one Bite attack and two Sting attacks. It can replace its Bite attack with a use of Swarming Cough, if available."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d10 + 2) piercing damage."
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 11 (2d8 + 2) piercing damage plus 3 (1d6) poison damage, and the target must succeed on a DC 15 Constitution saving throw or become poisoned until the end of its next turn."
                },
                {
                    "name": "Swarming Cough (3/Day)",
                    "desc": "The spawn belches forth a swarm of insects. The swarm is an ally of the spawn, obeys its spoken commands, and takes its turn immediately after the spawn's. The swarm remains for 1 minute, until the spawn dies, or until the spawn dismisses it as a bonus action. The spawn can have no more than two swarms under its control at a time."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Command Vermin",
                    "desc": "The spawn of Akyishigal can command any Beast with an Intelligence of 2 or lower within 30 feet of it that isn't under the magical control of another creature, provided the Beast is insectoid and doesn't have a Challenge Rating higher than the spawn's. The Beast obeys the spawn's commands to the best of its ability, heedless of its own safety."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The spawn of Akyishigal has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 190,
            "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_spawn-of-akyishigal/"
        },
        {
            "slug": "spawnofarbeyach-tob1-2023",
            "desc": "False",
            "name": "Spawn of Arbeyach",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 78,
            "hit_dice": "12d8 + 24",
            "speed": {
                "walk": 20
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 15,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Perception": 4,
                "Stealth": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "fire, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., tremorsense 60 ft., passive Perception 14",
            "languages": "Infernal",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spawn of Arbeyach makes one Bite attack and one Stinger attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage plus 4 (1d8) poison damage."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 6 (1d4 + 4) piercing damage plus 13 (3d8) poison damage. If the target is a creature, it must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. A poisoned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Children of Arbeyach (1/Day)",
                    "desc": "The spawn of Arbeyach magically calls 1d4 swarms of insects. The called creatures arrive in 1d4 rounds, acting as allies of the spawn and obeying its spoken commands. The insects remain for 1 hour, until the spawn dies, or until the spawn dismisses them as a bonus action."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the spawn's darkvision."
                },
                {
                    "name": "Hive Bond",
                    "desc": "While the spawn is within 60 feet of at least one member of its hive, it has advantage on initiative rolls and on Wisdom (Perception) checks. The spawn can't be surprised if at least one other member is aware of the danger and within 300 feet of it."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The spawn has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Speak with Insects",
                    "desc": "The spawn can communicate with insects as if they shared a language."
                }
            ],
            "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_spawn-of-arbeyach/"
        },
        {
            "slug": "subek-tob1-2023",
            "desc": "False",
            "name": "Subek",
            "size": "Large",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10 + 48",
            "speed": {
                "walk": 20
            },
            "strength": 19,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 13,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 11,
            "skills": {
                "History": 5,
                "Investigation": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The subek makes one Bite attack and two Claw attacks. If both Claw attacks hit one creature, the target must succeed on a DC 15 Strength saving throw or take 7 (2d6) slashing damage as the subek tears into the target."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Flood Fever",
                    "desc": "During flood season, the subek is overcome with bloodthirsty malice, becoming more aggressive and losing its proficiency in Intelligence (History) and Intelligence (Investigation) checks. If it hasn't fed within the past 8 hours, it enters a frenzy, spending each turn attacking the nearest creature it can see. If no creature is near enough to move to and attack, the subek attacks an object, with preference for an object smaller than itself. During the frenzy, it has advantage on melee attack rolls against any creature that doesn't have all its hp."
                },
                {
                    "name": "Hold Breath",
                    "desc": "The subek can hold its breath for 15 minutes."
                }
            ],
            "spell_list": [],
            "page_no": 352,
            "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_subek/"
        },
        {
            "slug": "templedog-tob1-2023",
            "desc": "False",
            "name": "Temple Dog",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": "null",
            "alignment": "Any Good",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "15d8 + 30",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 3,
            "perception": 15,
            "skills": {
                "Perception": 5
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "radiant; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "understands Celestial and Common but can’t speak",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The temple dog makes two Bite attacks. If both attacks hit a Medium or smaller target, the temple dog sinks in its teeth, shaking its head violently, and the target must succeed on a DC 15 Strength saving throw or take 9 (2d8) slashing damage and be grappled (escape DC 15). Until this grapple ends, the target is restrained, and temple dog can't Bite another target."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) piercing damage plus 7 (2d6) radiant damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The temple dog has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Protector's Instincts",
                    "desc": "The temple dog has advantage on initiative rolls while in its temple or within 30 feet of a priest of its deity."
                },
                {
                    "name": "Radiant Jaws",
                    "desc": "The temple dog's Bite attacks are magical. When it hits with a Bite attack, the Bite deals an extra 2d6 radiant damage (included in the attack)."
                },
                {
                    "name": "Rushing Bite",
                    "desc": "If the temple dog moves at least 15 feet straight toward a target and then hits it with a Bite attack on the same turn, that target must succeed on a DC 15 Strength saving throw or be pushed up to 10 feet away from the temple dog. If the target is pushed, the temple dog can move up to 10 feet straight toward the target without provoking opportunity attacks."
                }
            ],
            "spell_list": [],
            "page_no": 359,
            "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_temple-dog/"
        },
        {
            "slug": "tosculielitebowraider-tob1-2023",
            "desc": "False",
            "name": "Tosculi Elite Bow Raider",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Evil",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 97,
            "hit_dice": "13d8 + 39",
            "speed": {
                "walk": 60,
                "fly": 30
            },
            "strength": 14,
            "dexterity": 24,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Perception": 5,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Infernal, Tosculi",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tosculi elite bow raider makes two Claw or Longbow attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 17 (4d4 + 7) slashing damage."
                },
                {
                    "name": "Longbow",
                    "desc": "Ranged Weapon Attack: +10 to hit, range 150/600 ft., one target. Hit: 16 (2d8 + 7) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Skirmisher",
                    "desc": "The tosculi takes the Dash or Disengage action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Archer",
                    "desc": "A ranged weapon deals one extra die of its damage when the tosculi hits with it (included in the attack)."
                },
                {
                    "name": "Hive Sense",
                    "desc": "The tosculi can pinpoint the location of its hive queen when she is within 300 feet of it, and it can sense the general direction and distance to the hive where its queen makes her home."
                },
                {
                    "name": "Point Blank Hunter",
                    "desc": "When the tosculi makes a ranged attack with a bow, 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": 366,
            "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_tosculi-elite-bow-raider/"
        },
        {
            "slug": "vaporlynx-tob1-2023",
            "desc": "False",
            "name": "Vapor Lynx",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 127,
            "hit_dice": "15d10 + 45",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 14,
            "skills": {
                "Perception": 4,
                "Stealth": 7
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Common, Sylvan",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vapor lynx makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage."
                },
                {
                    "name": "Poison Breath (Recharge 5-6)",
                    "desc": "The vapor lynx exhales poisonous fog in a 20-foot radius centered on itself. The fog spreads around corners, and its area is heavily obscured. Each creature in the area must make a DC 14 Constitution saving throw. On a failure, a creature takes 28 (8d6) poison damage and is poisoned until the end of its next turn. On a success, a creature takes half the damage and isn't poisoned. The fog lasts for 1 minute. A creature that starts its turn in the fog or enters the fog for the first time on a turn must succeed on a DC 14 Constitution saving throw or be poisoned until the end of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Fog Step",
                    "desc": "The vapor lynx teleports, along with any equipment it is wearing or carrying, up to 30 feet to an unoccupied space it can see. The origin and destination spaces must contain fog."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Fog Flow",
                    "desc": "While in fog or mist, the vapor lynx can move through a space as narrow at 1 inch wide without squeezing, provided the fog or mist is flowing through the space."
                },
                {
                    "name": "Hazesight",
                    "desc": "The vapor lynx can see through areas obscured by fog, mist, and steam without penalty."
                },
                {
                    "name": "Swamp Walk",
                    "desc": "Difficult terrain composed of mud, shallow water, and water plants doesn't cost the vapor lynx extra movement."
                }
            ],
            "spell_list": [],
            "page_no": 383,
            "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_vapor-lynx/"
        },
        {
            "slug": "vila-tob1-2023",
            "desc": "False",
            "name": "Vila",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": "null",
            "alignment": "Lawful Neutral",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 77,
            "hit_dice": "14d8 + 14",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 20,
            "constitution": 13,
            "intelligence": 11,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 6,
            "perception": 18,
            "skills": {
                "Animal Handling": 8,
                "Insight": 5,
                "Intimidation": 6,
                "Perception": 8,
                "Stealth": 8
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 18",
            "languages": "Common, Sylvan",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vila can use its Song of the Forest. It then makes two Shortsword or Shortbow attacks."
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) piercing damage plus 7 (2d6) poison damage."
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 80/320 ft., one target. Hit: 8 (1d6 + 5) piercing damage plus 7 (2d6) poison damage."
                },
                {
                    "name": "Song of the Forest",
                    "desc": "The vila sings one of the following songs at up to three creatures it can see within 30 feet of it. Each target that can hear the song must succeed on a DC 14 Wisdom saving throw or suffer the song's effect."
                },
                {
                    "name": "Denizens of the Wilds (1/Day)",
                    "desc": "The vila magically calls 1d4 wolves or 1 wampus cat. The called creatures arrive in 1d4 rounds, acting as allies of the vila and obeying its spoken commands. The creatures remain for 1 hour, until the vila dies, or until the vila dismisses them as a bonus action."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Forest's Defender",
                    "desc": "Difficult terrain composed of nonmagical plants doesn't cost the vila extra movement, and it 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. In addition, while in forested terrain, the vila has advantage on initiative rolls."
                },
                {
                    "name": "Poisoned Weapons",
                    "desc": "The vila's weapons are coated with a magical poison harvest from the forest. When the vila hits with any weapon, the weapon deals an extra 2d6 poison damage (included in the attack)."
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "The vila can communicate with Beasts as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 386,
            "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_vila/"
        },
        {
            "slug": "wormheartedsuffragan-tob1-2023",
            "desc": "False",
            "name": "Wormhearted Suffragan",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 120,
            "hit_dice": "16d8 + 48",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 17,
            "constitution": 16,
            "intelligence": 11,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Medicine": 6,
                "Religion": 3
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "False",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "the languages it knew in life",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wormhearted suffragan makes two Worm-Coated Fist or Paralyzing Bolt attacks."
                },
                {
                    "name": "Worm-Coated Fist",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage plus 7 (2d6) necrotic damage, and the target must succeed on a DC 14 Constitution saving throw or contract a disease. Until the disease is cured, the target can't regain hp, and its hp maximum decreases by 7 (2d6) every 24 hours. This reduction lasts until the target finishes a long rest after the disease is cured. The target dies if this effect reduces its hp maximum to 0."
                },
                {
                    "name": "Paralyzing Bolt",
                    "desc": "Ranged Spell Attack: +6 to hit, range 60 ft., one target. Hit: 17 (4d6 + 3) necrotic damage, and the target must succeed on a DC 14 Constitution saving throw or be paralyzed until the end of its next turn."
                },
                {
                    "name": "Animating Worms (3/Day)",
                    "desc": "The wormhearted suffragan touches the body of a dead Humanoid, passing on some of the suffragan's worms. The worms fill the target, animating it as a skeleton or zombie (the suffragan's choice) under the suffragan's control."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The wormhearted suffragan has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Master of Undeath",
                    "desc": "A Humanoid killed by the wormhearted suffragan's disease rises 1d4 hours later as a skeleton or zombie (the suffragan's choice), unless the Humanoid is restored to life or its body is destroyed. Between its disease and its Animating Worms, the suffragan can have no more than fifteen total skeletons and zombies under its control at one time."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The wormhearted suffragan doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 398,
            "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_wormhearted-suffragan/"
        },
        {
            "slug": "youngspinosaurus-tob1-2023",
            "desc": "False",
            "name": "Young Spinosaurus",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": "null",
            "alignment": "Unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "10d12 + 40",
            "speed": {
                "walk": 30
            },
            "strength": 21,
            "dexterity": 11,
            "constitution": 19,
            "intelligence": 2,
            "wisdom": 11,
            "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
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "passive Perception 13",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The spinosaurus makes one Bite attack and one Claw attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 24 (3d12 + 5) piercing damage. If the target is a Medium or smaller creature, it is grappled (escape DC 15). Until this grapple ends, the target is restrained, and the spinosaurus can't Bite another target."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 15 (3d6 + 5) slashing damage."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The spinosaurus can hold its breath for 1 hour."
                },
                {
                    "name": "Reptilian Affinity",
                    "desc": "The spinosaurus never willingly attacks a reptilian Humanoid, such as a lizardfolk or dragonborn, unless attacked first. If magically forced to attack such a creature, the spinosaurus has disadvantage on attack rolls against it. This trait doesn't function if the spinosaurus's rider or tamer directs it to attack."
                }
            ],
            "spell_list": [],
            "page_no": 104,
            "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_young-spinosaurus/"
        },
        {
            "slug": "zimwi-tob1-2023",
            "desc": "False",
            "name": "Zimwi",
            "size": "Medium",
            "type": "Giant",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d8 + 52",
            "speed": {
                "walk": 60
            },
            "strength": 13,
            "dexterity": 18,
            "constitution": 19,
            "intelligence": 6,
            "wisdom": 9,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 12,
            "skills": {
                "Perception": 2
            },
            "damage_vulnerabilities": "False",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "Giant",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The zimwi makes one Bite attack and one Claw attack. It can replace its Bite attack with a use of Swallow."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) slashing damage, and the target is grappled (escape DC 12) if it is a Medium or smaller creature. The zimwi has two claws, each of which can grapple only one target."
                },
                {
                    "name": "Swallow",
                    "desc": "The zimwi makes one Bite attack against a Medium or smaller creature it is grappling. If the attack hits, the target is also swallowed, and the grapple ends. While swallowed, the target is blinded and restrained, it has total cover against attacks and other effects outside the zimwi, and it takes 10 (3d6) acid damage at the start of each of the zimwi's turns. A zimwi can have up to two creatures swallowed at a time."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Desperate Hunger",
                    "desc": "When the zimwi is below half its hp maximum, it has advantage on melee attack rolls against creatures that aren't Constructs."
                }
            ],
            "spell_list": [],
            "page_no": 402,
            "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_zimwi/"
        },
        {
            "slug": "zmeyheadling-tob1-2023",
            "desc": "False",
            "name": "Zmey Headling",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d8 + 42",
            "speed": {
                "walk": 20
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 8,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "False",
            "damage_resistances": "cold, fire",
            "damage_immunities": "False",
            "condition_immunities": "paralyzed, unconscious",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "Common, Draconic, Sylvan",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The zmey headling makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 16 (2d12 + 3) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage."
                },
                {
                    "name": "Fire Breath (Recharge 5-6)",
                    "desc": "The zmey headling exhales fire in a 30-foot cone. Each creature in that area must make a DC 14 Dexterity saving throw, taking 28 (8d6) fire damage on a failed save, or half as much damage on a successful one. The headling can choose for this breath to not harm plants or Plant creatures."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The zmey headling can breathe air and water."
                },
                {
                    "name": "Regeneration",
                    "desc": "As the zmey, but it regains only 10 hp at the start of its turn."
                }
            ],
            "spell_list": [],
            "page_no": 404,
            "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_zmey-headling/"
        },
        {
            "slug": "alke",
            "desc": "",
            "name": "Alke",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 50,
                "climb": 30
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 4,
            "wisdom": 13,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "petrified",
            "senses": "darkvision 60', passive Perception 16",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Beak attack and two Claws attacks."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 8 (1d8+4) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Piercing Roll (Recharge 4-6)",
                    "desc": "Tucks in its head and throws itself spikes first into nearby foes. Alke moves up to 25 ft. in a straight line and can move through space of any Med or smaller creature. The first time it enters a creature's space during this move creature takes 14 (4d6) bludgeoning damage and 14 (4d6) piercing damage and is knocked prone (DC 15 Str half not knocked prone.)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Repelling Spikes",
                    "desc": "Adds 3 to its AC vs. one melee or ranged weapon attack that would hit it. To do so the alke must see the attacker and not be prone."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Back Spikes",
                    "desc": "Any Small or larger creature riding alke against its will: 14 (4d6) piercing damage (DC 15 Dex half)."
                },
                {
                    "name": "Keen Sight",
                    "desc": "Advantage: sight Wis (Percept) checks."
                },
                {
                    "name": "Pounce",
                    "desc": "If it moves 30'+ straight toward a creature and then hits it with Claws on the same turn that target: DC 15 Str save or be knocked prone. If target is prone alke can make one Beak attack vs. it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 16,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_alke/"
        },
        {
            "slug": "amphibolt",
            "desc": "",
            "name": "Amphibolt",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "9d10+36",
            "speed": {
                "walk": 30,
                "swim": 60
            },
            "strength": 16,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 9,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -1,
            "skills": {
                "perception": -1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "lightning",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Bites or one Electric Tongue and uses Swallow."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one creature,. 11 (2d6+4) piercing damage + 7 (2d6) lightning."
                },
                {
                    "name": "Electric Tongue",
                    "desc": "Melee Weapon Attack: +7 to hit, 20 ft., one target, 9 (2d4+4) bludgeoning damage + 7 (2d6) lightning and target is grappled (escape DC 15). Until the grapple ends the target is restrained and amphibolt can't make an Electric Tongue attack vs. another target."
                },
                {
                    "name": "Swallow",
                    "desc": "Makes one Bite vs. a Med or smaller target it is grappling. If attack hits target is swallowed and grapple ends. Swallowed target is blinded and restrained has total cover vs. attacks and effects outside ambphibolt and it takes 10 (3d6) lightning at start of each of amphibolt's turns. Amphibolt can have only one target swallowed at a time. If amphibolt takes 15 damage or more on a single turn from swallowed creature amphibolt: DC 14 Con save at end of that turn or regurgitate creature which falls prone in a space within 5 ft. of amphibolt. If amphibolt dies swallowed creature is no longer restrained by it and can escape corpse using 5 ft. of move exiting prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from large rock formation."
                },
                {
                    "name": "Lightning Leap",
                    "desc": "Its long jump is 30' with or with o a running start. Creatures in the its path: 7 (2d6) bludgeoning damage and 7 (2d6) lightning and is knocked prone (DC 15 Dex half damage not prone)."
                }
            ],
            "spell_list": [],
            "page_no": 21,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_amphibolt/"
        },
        {
            "slug": "aural-hunter",
            "desc": "",
            "name": "Aural Hunter",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "speed": {
                "walk": 40,
                "climb": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 7,
            "wisdom": 19,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "blinded",
            "senses": "blindsight 60' or 20' while deafened (blind beyond), passive Perception 17",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claws attacks and one Rib Hooks attack. It can use Consume Sound in place of one attack."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 12 (2d8+3) slashing damage."
                },
                {
                    "name": "Rib Hooks",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 10 (2d6+3) piercing damage and the target is grappled (escape DC 15) if it is a Large or smaller creature and it doesn't have another creature grappled."
                },
                {
                    "name": "Consume Sound",
                    "desc": "Siphons energy from audible vibrations surrounding a creature grappled by it. Target: 14 (4d6) necrotic and becomes deafened and unable to speak until end of its next turn (DC 13 Con half damage and is able to hear and speak). Aural hunter regains hp equal to damage dealt. Consume Sound has no effect on creatures that are already deafened and unable to speak. It can't use this action if it is deafened."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blind Senses",
                    "desc": "Can't use its blindsight while deafened and unable to smell."
                },
                {
                    "name": "Keen Hearing",
                    "desc": "Has advantage on Wis (Perception) checks that rely on hearing."
                },
                {
                    "name": "Sonic Sensitivity",
                    "desc": "When it takes thunder damage it becomes deafened until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 47,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_aural-hunter/"
        },
        {
            "slug": "brain-coral",
            "desc": "",
            "name": "Brain Coral",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 119,
            "hit_dice": "14d12+28",
            "speed": {
                "walk": 0,
                "swim": 120
            },
            "strength": 16,
            "dexterity": 6,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic",
            "condition_immunities": "blinded, charmed, deafened, frightened, poisoned, prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 15 ",
            "languages": "Common, Deep Speech, telepathy 120'",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Pseudopod from spire and one additional Pseudopod per cluster it has. Additional Pseudopods can originate from central spire or any cluster provided target is within reach of attack's origin."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 7 (1d8+3) bludgeoning damage."
                },
                {
                    "name": "Reef Poison Spray (Recharge 5-6)",
                    "desc": "Expels poison cloud. Each creature within 15 ft. of central spire: 21 (6d6) poison and is incapacitated until end of its next turn (DC 15 Int half damage not incapacitated)."
                },
                {
                    "name": "Beasts of the Sea (1/Day)",
                    "desc": "Magically calls 2d4 giant crabs 2 giant sea horses or reef sharks or 1 swarm of quippers provided coral is underwater. The called creatures arrive in 1d4 rounds acting as allies of coral and obeying its telepathic commands. Beasts remain 1 hr until coral dies or until coral dismisses them as a bonus action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Colony Cluster",
                    "desc": "Consists of Huge central spire and 3 Small clusters. Each cluster acts on coral's turn and shares its move allowing spire and clusters to swim total of 120' on coral's turn. Cluster can't move more than 120' from spire. Cluster over 120' away from spire for over 24 hrs enters dormant state becoming new brain coral after 30 days. Brain coral and its clusters share hp and damage dealt to cluster or spire reduces shared total. If more than one section of coral is included in damaging spell or effect (ex: Dragon's breath weapon or lightning bolt spell) coral makes one save and takes damage as if only one section was affected. When coral takes 15+ damage in one turn cluster is destroyed. At end of its turn if coral took damage on previous turn it can expel one new cluster from spire per 15 damage it took. Can't have more than 5 clusters active at a time."
                },
                {
                    "name": "Water Breathing",
                    "desc": "Can breathe only underwater."
                }
            ],
            "spell_list": [],
            "page_no": 67,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_brain-coral/"
        },
        {
            "slug": "brownie-mystic",
            "desc": "",
            "name": "Brownie Mystic",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 82,
            "hit_dice": "15d4+45",
            "speed": {
                "walk": 30
            },
            "strength": 4,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 17,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": 4,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 16",
            "languages": "Common, Sylvan",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Mystic Staff or Magical Blast attacks. Can replace one of the attacks with use of Spellcasting."
                },
                {
                    "name": "Mystic Staff",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 7 (1d4+5) bludgeoning damage + 3 (1d6) psychic."
                },
                {
                    "name": "Mystic Blast",
                    "desc": "Ranged Spell Attack: +6 to hit, 60 ft., one target, 10 (2d6+3) psychic."
                },
                {
                    "name": "Invisibility",
                    "desc": "Magically turns invisible until it attacks or uses Spellcasting or until its concentration ends (as if concentrating on a spell). Any equipment brownie wears or carries is invisible with it."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 13) no material components: At will: mending minor illusion prestidigitation3/day ea: entangle mirror image1/day ea: confusion conjure animals dimension door"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "Can communicate with Beasts as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 68,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_brownie-mystic/"
        },
        {
            "slug": "chemosit",
            "desc": "",
            "name": "Chemosit",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 119,
            "hit_dice": "14d8+56",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 17,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 15,
            "strength_save": 6,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 5,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, cold, lightning; nonmagic B/P/S attacks not made w/silvered weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120', passive Perception 15",
            "languages": "Abyssal, Common, Infernal",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Beak attack and two Crutch attacks."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 12 (2d8+3) piercing damage + 7 (2d6) fire."
                },
                {
                    "name": "Crutch",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 7 (1d8+3) bludgeoning damage and target: DC 14 Con save or become infected with the cackle fever disease."
                },
                {
                    "name": "Inviting Song",
                    "desc": "Sings an enchanting tune. Each creature with an Int of 5+ within 300' of chemosit that can hear the song: DC 15 Wis save or be charmed until the song ends. Chemosit must take a bonus action on its subsequent turns to continue singing. It can stop singing at any time. Song ends if chemosit is incapacitated. If charmed target is more than 5 ft. away from chemosit target must move on its turn toward chemosit by most direct route trying to get within 5 ft.. It won't move into damaging terrain such as lava or a pit taking whatever route it can to avoid terrain and still reach chemosit. If target can't find a safe route to chemosit charmed effect ends. Whenever target takes damage or at the end of each of its turns target can re-save. If save succeeds effect ends on it. Target that successfully saves is immune to this chemosit's Inviting Song for next 24 hrs."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Magically transforms into a Small or Med Humanoid or back into its true Fiendish form. Its stats other than size are the same in each form. No matter the form chemosit always has only one leg. Its crutch adjusts to fit its new form but no other equipment transforms. Reverts on death. Crutch becomes nonmagical."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Inner Light",
                    "desc": "Its open mouth emits a red light shedding bright light in 10 ft. radius and dim light additional 10 feet. Opening or closing its mouth doesn't require an action."
                }
            ],
            "spell_list": [],
            "page_no": 82,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_chemosit/"
        },
        {
            "slug": "corpselight-moth",
            "desc": "",
            "name": "Corpselight Moth",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "speed": {
                "walk": 15,
                "climb": 15,
                "fly": 60
            },
            "strength": 16,
            "dexterity": 19,
            "constitution": 16,
            "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": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "radiant",
            "condition_immunities": "",
            "senses": "tremorsense 30', passive Perception 14",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Proboscis attacks."
                },
                {
                    "name": "Proboscis",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one creature,. 11 (2d6+4) piercing damage + 7 (2d6) radiant."
                },
                {
                    "name": "Radiant Wind (Recharge 4-6)",
                    "desc": "Flaps its wings releasing magical wind in a 30' cone. Each creature in area: 21 (6d6) radiant and is flung up 15 ft. away from moth in a direction following cone and knocked prone (DC 15 Str half damage and isn't flung or knocked prone). If a thrown target strikes an object such as a wall or floor target takes 3 (1d6) bludgeoning damage per 10 ft. it was thrown. If target is thrown into another creature that creature: DC 15 Dex save or take same damage and knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Downdraft",
                    "desc": "While it is flying area within 10 ft. of it is difficult terrain."
                },
                {
                    "name": "Glow",
                    "desc": "The moth casts light from its abdomen shedding bright light in a 20' radius and dim light for an additional 20'."
                },
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Necrotic Dampening",
                    "desc": "Each friendly creature within 30' of the moth has resistance to necrotic."
                },
                {
                    "name": "Spider Climb",
                    "desc": "Difficult surfaces even ceilings no ability check."
                }
            ],
            "spell_list": [],
            "page_no": 95,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_corpselight-moth/"
        },
        {
            "slug": "dinosaur-therizinosaurus",
            "desc": "",
            "name": "Dinosaur, Therizinosaurus",
            "size": "Huge",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 95,
            "hit_dice": "10d12+30",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 9,
            "constitution": 17,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, 15 ft., one target, 18 (3d8+5) slashing damage and the target must make DC 16 Str save or be knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Relentless (Recharge: Short/Long Rest)",
                    "desc": "If therizinosaurus would take 20 or less damage that would reduce it to less than 1 hp it is reduced to 1 hp instead."
                }
            ],
            "spell_list": [],
            "page_no": 126,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_dinosaur-therizinosaurus/"
        },
        {
            "slug": "dire-owlbear",
            "desc": "",
            "name": "Dire Owlbear",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d8+48",
            "speed": {
                "walk": 35,
                "burrow": 10
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 13,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "blinded, frightened",
            "senses": "darkvision 60', tremorsense 30', passive Perception 13",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One attack with its beak and one attack with its claws."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 10 (1d10+5) piercing damage."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 14 (2d8+5) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blood Frenzy",
                    "desc": "Has advantage on melee attack rolls vs. a creature that doesn't have all its hp."
                },
                {
                    "name": "Keen Sight and Smell",
                    "desc": "Has advantage on Wis (Perception) checks that rely on sight or smell."
                }
            ],
            "spell_list": [],
            "page_no": 132,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_dire-owlbear/"
        },
        {
            "slug": "div",
            "desc": "",
            "name": "Div",
            "size": "Small",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "half plate",
            "hit_points": 99,
            "hit_dice": "18d6+36",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 9,
            "wisdom": 13,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 6,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, fire",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "Common, Primordial",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Claw and two Scimitars or three Noxious Blasts. It can replace one attack with use of Spellcasting."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) slashing damage + 9 (2d8) acid."
                },
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 7 (1d6+4) slashing damage."
                },
                {
                    "name": "Noxious Blast",
                    "desc": "Ranged Spell Attack: +6 to hit, 60 ft., one target, 12 (2d8+3) acid."
                },
                {
                    "name": "Noxious Sands (Recharge 4-6)",
                    "desc": "Vomits a cloud of tainted sand in a 15 ft. cone. Each creature in the area: 14 (4d6) slashing damage and 14 (4d6) acid (DC 13 Dex half)."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 14) no material components: At will: disguise self minor illusion3/day ea: charm person suggestion1/day ea: dream fear"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Elemental Demise",
                    "desc": "If the div dies its body disintegrates into a pool of noxious sludge leaving behind only equipment the div was wearing or carrying."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
                }
            ],
            "spell_list": [],
            "page_no": 135,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_div/"
        },
        {
            "slug": "drake-shepherd",
            "desc": "",
            "name": "Drake, Shepherd",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d8+52",
            "speed": {
                "walk": 25,
                "fly": 50
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 12,
            "wisdom": 20,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60', passive Perception 15",
            "languages": "Common, Draconic, Halfling",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Ram attack and two Claw attacks."
                },
                {
                    "name": "Ram",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 12 (2d8+3) bludgeoning damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 10 (2d6+3) slashing damage."
                },
                {
                    "name": "Charm Animals",
                    "desc": "Charms any number of Beasts with an Int of 3 or less that it can see within 30' of it. Each target magically charmed for 1 hr (DC 15 Wis negates). Charmed targets obey drake's verbal commands. If target's savesucceeds/effect ends for it target is immune to drake's Charm Animals for next 24 hrs."
                },
                {
                    "name": "Breath Weapons (Recharge 5-6)",
                    "desc": "Uses one of the following:Calming Breath Breathes a cloud of soothing gas around itself. Each creature within 30' of it: become indifferent about creatures that it is hostile toward within 100' of the drake for 1 hr (DC 15 Cha negates). Indifference ends if creature is attacked harmed by a spell or witnesses any of its allies being harmed. Frightened creatures within 30' of drake are no longer frightened.Protective Roar Each hostile creature in 30' cone: 21 (6d6) thunder (DC 15 Con half). Each friendly Beast in area gains 5 (1d10) temp hp or 11 (2d10) temp hp if it is charmed by the drake."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Shepherd's Safeguard",
                    "desc": "When a Beast within 30' of the drake would be hit by an attack drake can chirp and beast adds 3 to its AC vs. the attack. To do so drake must see attacker and Beast."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Charge",
                    "desc": "If it moves 20'+ straight to a target and then hits with ram attack on same turn target: extra 9 (2d8) bludgeoning damage. If target is a creature knocked prone (DC 15 Str not prone)."
                },
                {
                    "name": "Speak with Beasts",
                    "desc": "Communicate with Beasts as if shared language."
                }
            ],
            "spell_list": [],
            "page_no": 156,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_drake-shepherd/"
        },
        {
            "slug": "dwarf-pike-guard-captain",
            "desc": "",
            "name": "Dwarf, Pike Guard Captain",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 93,
            "hit_dice": "11d8+44",
            "speed": {
                "walk": 25
            },
            "strength": 16,
            "dexterity": 9,
            "constitution": 19,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 3,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "Common, Dwarvish",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Not One Step Back if it can; then two Pikes."
                },
                {
                    "name": "Pike",
                    "desc": "Melee Weapon Attack: +6 to hit, 10 ft., one target, 14 (2d10+3) piercing damage."
                },
                {
                    "name": "Not One Step Back! (Recharge 5-6)",
                    "desc": "Bellows an order inspiring its subordinates to glory. Each creature of captain's choice within 10 ft. of it becomes immune to charmed and frightened conditions for 1 min. In addition grants one such creature the Bring It Down reaction for 1 min allowing target to make opportunity attack if a pike guard or captain deals damage to a creature in target's reach. Captain can share Bring It Down with only one creature at a time. If captain shares Bring It Down with another effect on previous target ends. These effects end early if the captain is incapacitated."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Brace Pike",
                    "desc": "When a creature enters the captain's reach the captain can brace its pike. If it does so it has advantage on its next attack roll vs. that creature."
                },
                {
                    "name": "Bring It Down",
                    "desc": "When a creature within captain's reach takes damage from a pike guard or pike guard captain captain can make one opportunity attack vs. that creature."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Forest of Pikes",
                    "desc": "If within 5 ft. of at least one pike guard or pike guard captain it has half cover vs. ranged attacks."
                },
                {
                    "name": "Pike Mastery",
                    "desc": "As the pike guard."
                }
            ],
            "spell_list": [],
            "page_no": 166,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_dwarf-pike-guard-captain/"
        },
        {
            "slug": "faux-garou",
            "desc": "",
            "name": "Faux-Garou",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 93,
            "hit_dice": "11d8+44",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 11,
            "constitution": 18,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "understands creator's languages but can't speak",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Frightening Gaze then two Claws."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 7 (1d8+3) slashing damage + 10 (3d6) necrotic."
                },
                {
                    "name": "Frightening Gaze",
                    "desc": "Fixes its gaze on one creature it can see within 60' of it. Target frightened 1 min (DC 15 Wis negates). Creature can re-save at end of each of its turns success ends effect on itself. If save succeeds or effect ends for it creature immune to faux-garou's Frightening Gaze for the next 24 hrs."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Transforms into Large or smaller Beast matching type of lycanthrope it resembles (wolf if it resembles a werewolf etc.) or back into its true form. Its stats other than size and speed are same in each form. While transformed retains constructed appearance and claws at end of its forelimbs. Items worn or carried not transformed. Reverts to true form if it dies."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Druidic Vengeance",
                    "desc": "Knows scent and appearance of each creature it was created to kill. Advantage on attacks vs. such creatures and on Wis (Perception) and Wis (Survival) checks to find and track them."
                },
                {
                    "name": "Immutable Form",
                    "desc": "Immune: form-altering spells/effects."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Necrotic Weapons",
                    "desc": "Weapon attacks are magical. When it hits with any weapon deals extra 3d6 necrotic (included below)."
                }
            ],
            "spell_list": [],
            "page_no": 174,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_faux-garou/"
        },
        {
            "slug": "gearmass",
            "desc": "",
            "name": "Gearmass",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 115,
            "hit_dice": "11d10+55",
            "speed": {
                "walk": 20,
                "swim": 20
            },
            "strength": 16,
            "dexterity": 5,
            "constitution": 20,
            "intelligence": 1,
            "wisdom": 6,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -2,
            "skills": {
                "perception": -2
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "",
            "damage_immunities": "acid, fire",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60' (blind beyond), passive Perception 8",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Gear Slam or Cog Tossess. If it hits one creature with both Gear Slams target is grappled (escape DC 14) and gearmass uses Engulf on target."
                },
                {
                    "name": "Gear Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, 10 ft., one creature,. 12 (2d8+3) bludgeoning damage."
                },
                {
                    "name": "Cog Toss",
                    "desc": "Ranged Weapon Attack: +6 to hit 20/60' one creature. 12 (2d8+3) bludgeoning damage and the target must make DC 14 Str save or be knocked prone."
                },
                {
                    "name": "Engulf",
                    "desc": "Engulfs Med or smaller creature grappled by it. Engulfed target is blinded restrained and unable to breathe and it must make DC 14 Con save at start of each of gearmass's turns or take 14 (4d6) acid. Any nonmagical ferrous metal armor weapons or other items target is wearing corrode at start of each of gearmass's turns. If object is either metal armor or metal shield being worn/carried it takes permanent and cumulative -1 penalty to AC it offers. Armor reduced to AC of 10 or shield that drops to a +0 bonus is destroyed. If object is a metal weapon it rusts as described in the Rust Metal trait. If gearmass moves engulfed target moves with it. Gearmass can have only one creature engulfed at a time."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "Move through space 1ft.+ wide with o squeezing."
                },
                {
                    "name": "Clanging Mass",
                    "desc": "Is filled with metal objects that clang scrape and clink together as it moves. When it moves it has disadvantage on Dex (Stealth) checks to stay silent until start of its next turn."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "Doesn't require sleep."
                },
                {
                    "name": "Rust Metal",
                    "desc": "Any nonmagic metal weapon that hits gearmass corrodes. After dealing damage weapon: permanent cumulative -1 penalty to damage. If penalty drops to -5 destroyed. Nonmagic metal ammo that hits gearmass destroyed after dealing damage."
                }
            ],
            "spell_list": [],
            "page_no": 195,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_gearmass/"
        },
        {
            "slug": "giant-mantis-shrimp",
            "desc": "",
            "name": "Giant Mantis Shrimp",
            "size": "Large",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "walk": 15,
                "burrow": 15,
                "swim": 30
            },
            "strength": 19,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "truesight 60', passive Perception 13",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Sonic Claw attacks."
                },
                {
                    "name": "Sonic Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 11 (2d6+4) piercing damage. Target is grappled (escape DC 14) if it is a Med or smaller creature and shrimp doesn't have another creature grappled. Whether or not attack hits target: DC 14 Con save or take 5 (1d10) thunder and be deafened and stunned until end of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Water Jet",
                    "desc": "Each creature within 5 ft. of shrimp is blinded until start of its next turn (DC 14 Dex negates). The shrimp then swims up to half its swimming speed with o provoking opportunity attacks."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fluorescing Challenge",
                    "desc": "Advantage on Cha (Intimidation) checks while agitated as its fluorescence flashes in a disorienting array."
                }
            ],
            "spell_list": [],
            "page_no": 198,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_giant-mantis-shrimp/"
        },
        {
            "slug": "hag-floe",
            "desc": "",
            "name": "Hag, Floe",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 135,
            "hit_dice": "18d8+54",
            "speed": {
                "walk": 30,
                "climb": 20,
                "swim": 40
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "cold",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 11",
            "languages": "Aquan, Common, Giant",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claw attacks or three Ice Bolt attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 8 (1d8+4) slashing damage + 10 (3d6) cold and target is grappled (escape DC 15) if hag doesn't have another creature grappled."
                },
                {
                    "name": "Ice Bolt",
                    "desc": "Ranged Spell Attack: +5 to hit, 60 ft., one target, 12 (3d6+2) cold."
                },
                {
                    "name": "Stash",
                    "desc": "Stashes a Med or smaller creature grappled by her or that is incapacitated within 5 ft. of her inside extradimensional pocket in her parka ending grappled/incapacitated condition. Extradimensional pocket can hold only one creature at a time. While inside pocket creature blinded and restrained and has total cover vs. attacks and other effects outside pocket. Trapped creature can use action to escape pocket via DC 15 Str check and using 5 ft. of move falling prone in unoccupied space within 5 ft. of hag. If hag dies trapped creature is freed appearing in unoccupied space within 5 ft. of hag's body."
                },
                {
                    "name": "Distracting Knock (Recharge 5-6)",
                    "desc": "Raps her knuckles on the ice creating a magical echoing knock. Each creature within 30' of the hag: 21 (6d6) psychic and is incapacitated for 1 min (DC 15 Wis half damage and isn't incapacitated). While incapacitated creature moves toward hag by safest available route on each of its turns unless there is nowhere to move. An incapacitated creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 13) no material components: At will: minor illusion prestidigitation3/day ea: fog cloud sleep1/day: sleet storm"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Ice Walk",
                    "desc": "Can move across and climb icy surfaces with o ability check. Difficult terrain covered in ice or snow doesn't cost her extra move."
                }
            ],
            "spell_list": [],
            "page_no": 226,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_hag-floe/"
        },
        {
            "slug": "hippopotamus-sacred",
            "desc": "",
            "name": "Hippopotamus, Sacred",
            "size": "Huge",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "any alignment (as its deity)",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d12+36",
            "speed": {
                "walk": 30
            },
            "strength": 21,
            "dexterity": 7,
            "constitution": 16,
            "intelligence": 7,
            "wisdom": 18,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 4,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic, radiant",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "darkvision 120', passive Perception 17",
            "languages": "Celestial, telepathy 60'",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 23 (4d8+5) piercing damage + 9 (2d8) necrotic or radiant (hippopotamus's choice)."
                },
                {
                    "name": "Divine Cacophony (Recharge 5-6)",
                    "desc": "Opens its jaws and releases a cacophony of otherworldly screams songs and roars from the Upper or Lower Planes in a 30' cone. Each creature in that area: 21 (6d6) necrotic or radiant (hippopotamus's choice) and is stunned until the end of its next turn (DC 15 Con half damage not stunned)."
                },
                {
                    "name": "Healing Rumble (2/Day)",
                    "desc": "Touches another with its snout as it hums tone that reverberates through its jaw. Target magically regains 10 (3d6) hp and freed from any disease poison blindness or deafness."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Protector's Step",
                    "desc": "Magically teleports with any items worn/carried up to 120' to unoccupied space within its sacred site or within 30' of exterior of its site. Golden light swirls or inky shadown tendrils (hippo's choice) appear at origin and destination."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Divine Awareness",
                    "desc": "Knows if it hears a lie."
                },
                {
                    "name": "Divine Jaws",
                    "desc": "Its weapon attacks are magical. When it hits with Gore Gore deals extra 2d8 necrotic or radiant (included) hippo's choice."
                },
                {
                    "name": "Hold Breath",
                    "desc": "Can hold its breath for 30 min."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Sacred Guardian",
                    "desc": "Can pinpoint the location of an agent or worshiper of an opposing deity or a creature with ill intent toward its sacred site within 120' of itself. In addition it can sense when such a creature moves within 100' of the site and can sense general direction of such creatures within 1 mile of the site."
                }
            ],
            "spell_list": [],
            "page_no": 233,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_hippopotamus-sacred/"
        },
        {
            "slug": "imperator-penguin-swarm",
            "desc": "",
            "name": "Imperator, Penguin Swarm",
            "size": "Huge",
            "type": "Beast",
            "subtype": "Swarm",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural",
            "hit_points": 114,
            "hit_dice": "12d12+36",
            "speed": {
                "walk": 20,
                "swim": 40
            },
            "strength": 15,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 4,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, cold, piercing, slashing",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "passive Perception 12",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Beaks",
                    "desc": "Melee Weapon Attack: +5 to hit, 0 ft., one creature, in the swarm's space. 21 (6d6) piercing damage or 10 (3d6) if the swarm has half its hp or fewer."
                },
                {
                    "name": "Toboggan Charge (Recharge 5-6)",
                    "desc": "The swarm moves up to 20' in a straight line over ice or snow and can move through the space of any Large or smaller creature. The first time it enters a creature's space during this move that creature must make a DC 14 Str save. On a failure a creature takes 10 (3d6) bludgeoning damage and 10 (3d6) piercing damage and is knocked prone. On a success a creature takes half the damage and isn't knocked prone."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Swarm",
                    "desc": "The swarm can occupy another creature's space and vice-versa and the swarm can move through any opening large enough for a Med penguin. The swarm can't regain hp or gain temp hp."
                },
                {
                    "name": "Tobogganing Tide",
                    "desc": "The swarm can move at double its walking speed over ice and snow."
                }
            ],
            "spell_list": [],
            "page_no": 242,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_imperator-penguin-swarm/"
        },
        {
            "slug": "ion-slime",
            "desc": "",
            "name": "Ion Slime",
            "size": "Small",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 112,
            "hit_dice": "15d6+60",
            "speed": {
                "walk": 20,
                "swim": 20
            },
            "strength": 10,
            "dexterity": 17,
            "constitution": 18,
            "intelligence": 2,
            "wisdom": 4,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -3,
            "skills": {
                "perception": -3
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "thunder",
            "damage_immunities": "",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60' (blind beyond), passive Perception 7",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 6 (1d6+3) bludgeoning damage + 9 (2d8) lightning."
                },
                {
                    "name": "Discharge (Supercharged Only)",
                    "desc": "Sends shock of lightning through its supercharged pseudopod at onecreature it can see within 5 ft. of it ending supercharged state. Target: 27 (6d8) lightning (DC 15 Con half). Three bolts of lightning then leap to as many as three targets each must be within 20' of first target. Target can be creature or object and each can be targeted by only one bolt. Each target: 13 (3d8) lightning (DC 15 Con half)."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Charged Motion (Supercharged Only)",
                    "desc": "Dash or Dodge action."
                },
                {
                    "name": "Supercharge (Recharge 5-6)",
                    "desc": "Gathers ambient electricity to supercharge itself for 3 rounds. While supercharged slime gains +2 bonus to its AC and it gains an additional action on each of its turns. At end of the third round if the slime hasn't used the Discharge action it suffers feedback taking 18 (4d8) force. Its supercharged state then ends."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "Move through space 1ft.+ wide with o squeezing."
                },
                {
                    "name": "Ionic Form",
                    "desc": "Whenever subjected to lightning it takes no damage and instead regains hp equal to lightning dealt. Its Supercharge then recharges. If it takes cold while supercharged it must roll a d6. On a 1 or 2 it loses the supercharged state."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "Doesn't require sleep."
                },
                {
                    "name": "Spider Climb",
                    "desc": "Difficult surfaces even ceilings no ability check."
                }
            ],
            "spell_list": [],
            "page_no": 245,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_ion-slime/"
        },
        {
            "slug": "lakescourge-lotus",
            "desc": "",
            "name": "Lakescourge Lotus",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 16,
            "dexterity": 17,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "cold, poison",
            "condition_immunities": "charmed, exhaustion, poisoned",
            "senses": "darkvision 60', passive Perception 15",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Tainted Claw or Poisonous Water Jet attacks."
                },
                {
                    "name": "Tainted Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 6 (1d6+3) slashing damage + 9 (2d8) poison and target poisoned 1 min (DC 15 Con negates poison). A poisoned creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Poisonous Water Jet",
                    "desc": "Ranged Spell Attack: +5 to hit, 60 ft., one target, 15 (3d8+2) poison."
                },
                {
                    "name": "Enter Reflection",
                    "desc": "Touches a body of water large enough to hold it and becomes a reflection on water's surface. While in this form has immunity to B/P/S damage from nonmagical attacks and resistance to B/P/S from magical attacks. While a reflection speed is 5 ft. can't use Tainted Claw and can revert to its true form as a bonus action. If it takes damage that isn't bludgeoning piercing or slashing while a reflection forced back into its true form."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Toxic Ichor",
                    "desc": "While submerged in water it's ichor taints water within 10 ft. of it. When a creature enters area for the 1st time on a turn or starts its turn there that creature must make DC 15 Con save or be poisoned while it remains in area and for 1 min after it leaves. A poisoned creature that is no longer in the water can re-save at end of each of its turns ending effect on itself on a success. If purify food and drink spell is cast on a space within 5 ft. of lotus or on space it occupies trait ceases to function for 1 min."
                },
                {
                    "name": "Undead Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Waterwalker",
                    "desc": "Can walk across surface of water as if it were solid ground. Otherwise works like water walk but isn't itself magical."
                }
            ],
            "spell_list": [],
            "page_no": 258,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_lakescourge-lotus/"
        },
        {
            "slug": "mudmutt",
            "desc": "",
            "name": "Mudmutt",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 105,
            "hit_dice": "14d10+28",
            "speed": {
                "walk": 30,
                "swim": 20
            },
            "strength": 19,
            "dexterity": 20,
            "constitution": 15,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 2,
            "strength_save": 7,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "thunder",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and one Kick attack. It can replace one Bite attack with one Sticky Tongue attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one creature,. 16 (2d10+5) piercing damage."
                },
                {
                    "name": "Kick",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one creature,. 14 (2d8+5) bludgeoning damage."
                },
                {
                    "name": "Sticky Tongue",
                    "desc": "Melee Weapon Attack: +8 to hit, 20 ft., one creature,. 12 (2d6+5) bludgeoning damage and the target: DC 15 Str save or pulled up to 15 ft. to mudmutt."
                },
                {
                    "name": "Sonic Croak (Recharge 5-6)",
                    "desc": "Unleashes an earpiercing croak in a 30' cone. Each creature in that area: 18 (4d8) thunder and is stunned until the end of its next turn (DC 15 Con half damage and isn't stunned). Creatures submerged in water have disadvantage on the save and take 27 (6d8) thunder instead of 18 (4d8)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Hop By",
                    "desc": "Doesn't provoke opportunity attacks when it jumps out of an enemy's reach."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                },
                {
                    "name": "Standing Leap",
                    "desc": "Its long jump is up to 20' and its high jump is up to 10 ft. with or with o a running start."
                },
                {
                    "name": "Swamp Camouflage",
                    "desc": "Has advantage on Dex (Stealth) checks made to hide in swampy terrain."
                }
            ],
            "spell_list": [],
            "page_no": 279,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_mudmutt/"
        },
        {
            "slug": "mummy-peat",
            "desc": "",
            "name": "Mummy, Peat",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 93,
            "hit_dice": "11d8+44",
            "speed": {
                "walk": 30
            },
            "strength": 19,
            "dexterity": 9,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "lightning; bludgeoning & piercing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 60', passive Perception 10",
            "languages": "those it knew in life",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Rabid Bites. If it hits one creature with both target must make DC 15 Con save or be cursed with bog melt."
                },
                {
                    "name": "Rabid Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) piercing damage + 7 (2d6) necrotic."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bog Melt",
                    "desc": "A creature afflicted with bog melt curse can't regain hp and its hp max is reduced by 7 (2d6) for every 24 hrs that elapse. Also when cursed creature starts its turn within 30' of a creature it can see it has a 50% chance of going into a rage until end of its turn. While raged cursed creature must attack nearest creature. If no creature is near enough to move to and attack cursed creature stalks off in a random direction seeking a target for its rage. Curse lasts until lifted by remove curse spell or similar. If curse reduces creature's hp max to 0 creature dies and body dissolves into viscous puddle of goo. Carnivorous creatures with an Int of 3 or lower that can see or smell the goo must make DC 15 Wis save or drink the goo. After 1 min creature's Bite Claw or Slam attack becomes infused with the curse and any creature hit by that attack: DC 15 Con save or be cursed with bog melt."
                },
                {
                    "name": "Noxious Slurry",
                    "desc": "A creature that hits the peat mummy with melee weapon attack that deals slashing damage while within 5 ft. of it:  poisoned until the end of its next turn as noxious fumes and liquefied flesh spray from the wound (DC 15 Con negates)."
                },
                {
                    "name": "Undead Nature",
                    "desc": "Doesn't require air food drink or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 280,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_mummy-peat/"
        },
        {
            "slug": "myrmex",
            "desc": "",
            "name": "Myrmex",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "speed": {
                "walk": 40,
                "burrow": 40,
                "climb": 40
            },
            "strength": 16,
            "dexterity": 13,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison; nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, prone, unconscious ",
            "senses": "blindsight 60', passive Perception 15",
            "languages": "understands Terran but can't speak",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 7 (1d8+3) piercing damage + 3 (1d6) poison."
                },
                {
                    "name": "Earth Shift",
                    "desc": "Ranged Spell Attack: +5 to hit 60' 1 tgt in contact with ground. Target pushed up to 15 ft. in direction of myrmex's choice speed half til end of its next turn."
                },
                {
                    "name": "Wall of Earth",
                    "desc": "Makes a wall of earth spring out of earth or rock on a point it can sense within 30' of it. Works like wall of stone spell except  can create only one 10 ft. × 10 ft. panel with AC 13 and 15 hp."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Earth Manipulation",
                    "desc": "Can manipulate and move earth within 30' of it that fits within a 5 ft. cube. This manipulation is limited only by its imagination but it often includes creating caricatures of creatures to tell stories of travels or etching symbols to denote dangerous caverns or similar markers for those in the colony. It can also choose to make the ground within 10 ft. of it difficult terrain or to make difficult terrain normal if the ground is earth or stone. Changes caused by Earth Manipulation are permanent."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Limited Telepathy",
                    "desc": "Magically transmit simple messages and images to any creature within 120' of it that can understand a language. This telepathy doesn't allow receiving creature to telepathically respond."
                },
                {
                    "name": "Stone Walk",
                    "desc": "Difficult terrain composed of earth or stone doesn't cost the myrmex extra movement."
                }
            ],
            "spell_list": [],
            "page_no": 283,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_myrmex/"
        },
        {
            "slug": "npc:-warlock-of-the-genie-lord",
            "desc": "",
            "name": "Npc: Warlock Of The Genie Lord",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 15,
            "armor_desc": "studded leather",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 13,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 5,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 7,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire, lightning, thunder",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 11",
            "languages": "Common, Primordial",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Elemental Burst or Dagger attacks. It can replace one attack with use of Spellcasting."
                },
                {
                    "name": "Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit 5 ft. or range 20/60' one target 5 (1d4+3) piercing damage + 10 (3d6) acid cold fire lightning or thunder (warlock's choice)."
                },
                {
                    "name": "Elemental Burst",
                    "desc": "Melee or Ranged Spell Attack: +7 to hit 5 ft. or range 120' one target 14 (3d6+4) acid cold fire lightning or thunder (warlock's choice)."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 15). At will: levitate water breathing3/day ea: fire shield fly gust of wind1/day ea: conjure minor elementals (as an action) wall of stone"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Genie Lord's Favor",
                    "desc": "When it takes acid cold fire lightning or thunder warlock has advantage on next Elemental Burst attack it makes before end of its next turn provided Elemental Burst deals same damage as damage warlock took."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Elemental Weapons",
                    "desc": "When it hits with any weapon deals extra 3d6 acid cold fire lightning or thunder (included below) warlock's choice."
                }
            ],
            "spell_list": [],
            "page_no": 411,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_npc-warlock-of-the-genie-lord/"
        },
        {
            "slug": "npc:-wind-acolyte",
            "desc": "",
            "name": "Npc: Wind Acolyte",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 30,
                "fly": 50
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, lightning",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60', passive Perception 17",
            "languages": "Auran, + any two languages",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Air Weapon attacks. If acolyte hits one creature with two Air Weapon attacks target: DC 15 Str save or be pushed up to 15 ft. away from acolyte."
                },
                {
                    "name": "Air Weapon",
                    "desc": "Melee or Ranged Weapon Attack: +8 to hit 10 ft. or range defined by chosen weapon one target 12 (2d6+5) bludgeoning damage slashing or piercing as defined by chosen weapon."
                },
                {
                    "name": "Wind's Rebuke (Recharge 6)",
                    "desc": "Draws breath out of one creature it can see within 60' of it. Target: DC 15 Con save. Fail: all of the breath is drawn from target's lungs and it immediately begins suffocating for 1 min or until it falls unconscious. It can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Buoying Wind",
                    "desc": "Summons winds to break the fall of up to 5 falling creatures it can see within 60' of it. A falling creature's rate of descent slows to 60' per round for 1 min. If a falling creature lands before effect ends it takes no falling damage and can land on its feet."
                },
                {
                    "name": "Drift",
                    "desc": "When a creature moves to within 15 ft. of the wind acolyte the acolyte can fly up to half its flying speed."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Air Senses",
                    "desc": "Can't use blindsight underwater or in an area with o air."
                },
                {
                    "name": "Air Weapons",
                    "desc": "When it attacks it conjures a weapon out of the air itself weapon appearing and disappearing in the blink of an eye. Air weapon is a swirl of wind in the shape of a simple or martial weapon but always deals 2d6 damage of the same type as that weapon. Air weapon shaped like a ranged weapon uses the range of that weapon except acolyte doesn't have disadvantage on ranged attack rolls when attacking a target beyond weapon's normal range. Air weapons don't use any other weapon properties of weapons they mimic. Air weapon attacks are magical."
                }
            ],
            "spell_list": [],
            "page_no": 412,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_npc-wind-acolyte/"
        },
        {
            "slug": "nullicorn",
            "desc": "",
            "name": "Nullicorn",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 105,
            "hit_dice": "14d10+28",
            "speed": {
                "walk": 50
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 11,
            "wisdom": 17,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, paralyzed, poisoned",
            "senses": "blindsight 120' (blind beyond), passive Perception 13",
            "languages": "Celestial, Elvish, Sylvan, telepathy 60'",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Hooves attacks and one Void Horn attack."
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) bludgeoning damage."
                },
                {
                    "name": "Void Horn",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 8 (1d8+4) force and target must make DC 13 Con save or contract the nullifying blight disease (above). "
                },
                {
                    "name": "Ripple of darkness",
                    "desc": "Each creature within 20' of the nullicorn: 18 (4d8) necrotic and contracts the nullifying blight disease (above; DC 13 Con half and doesn't contract it)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Evasion",
                    "desc": "If it is subjected to a spell or magical effect that allows it to make a save to take only half damage it instead takes no damage if it makes the save and only half damage if it fails."
                },
                {
                    "name": "Limited Magic Immunity",
                    "desc": "At the end of its turn any spell or magical effect with duration that is affecting the nullicorn such as hold monster or mage armor immediately ends."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Nullifying Blight",
                    "desc": "A creature infected with this disease manifests symptoms 1d4 hrs after infection: fatigue light-headedness and blurry vision. When infected creature casts a spell or activates a magic item itchy rash appears and spreads as more magic is used. Until disease is cured when infected creature starts its turn wielding or wearing magic item and each time it casts a spell or activates a magic item it loses 5 (2d4) hp. At end of each long rest infected creature must make a DC 13 Con save. Fail: hp the creature loses each time it uses magic increases by 2 (1d4). A creature that makes 3 saves recovers."
                },
                {
                    "name": "Sense Magic",
                    "desc": "Senses magic within 120' of it at will. This trait otherwise works like the detect magic spell but isn't itself magical."
                }
            ],
            "spell_list": [],
            "page_no": 292,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_nullicorn/"
        },
        {
            "slug": "obsidian-ophidian",
            "desc": "",
            "name": "Obsidian Ophidian",
            "size": "Huge",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "13d12+52",
            "speed": {
                "walk": 30
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "bludgeoning, cold",
            "damage_resistances": "nonmagical piercing & slashing attacks ",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, prone, unconscious",
            "senses": "tremorsense 60', passive Perception 14",
            "languages": "Ignan, Terran",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Biteks or one Bite and one Constrict."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, 10 ft., one target, 12 (2d8+3) piercing damage. Target: DC 15 Con save or take 5 (2d4) piercing damage at start of each of its turns as shards of obsidian lodge in wound. Any creature can use action to remove shards with DC 12 Wis (Medicine) check. Shards crumble to dust if target receives magical healing."
                },
                {
                    "name": "Constrict",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 8 (2d4+3) bludgeoning damage and target is grappled (escape DC 15) if it is a Large or smaller creature. Until this grapple ends target is restrained and takes 5 (2d4) slashing damage at the start of each of its turns and ophidian can't use Constrict on another target."
                },
                {
                    "name": "Lava Splash (Recharge 4-6)",
                    "desc": "Writhes and flails splashing lava at everything. Each creature within 20' of it: 21 (6d6) fire (DC 15 Dex half). To use this must be touching or within 5 ft. of lava."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Lava Walker",
                    "desc": "Can move across lava surface as if harmless solid ground. In addition can swim through lava at its walk speed."
                },
                {
                    "name": "One with Lava",
                    "desc": "Can't be surprised by creatures within 5 ft. of lava and  can sense any creature touching same pool of lava it is touching."
                },
                {
                    "name": "Sharp Fragments",
                    "desc": "When it takes bludgeoning each creature within 5 ft. of it takes 2 (1d4) piercing damage as shards of obsidian fly from it."
                },
                {
                    "name": "Volcanic Rejuvenation",
                    "desc": "Regains 10 hp at the start of its turn if at least part of its body is in contact with lava. If it takes cold dmage this doesn't function at the start of its next turn. Dies only if it starts its turn with 0 hp and doesn't regenerate."
                }
            ],
            "spell_list": [],
            "page_no": 295,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_obsidian-ophidian/"
        },
        {
            "slug": "ogre-cunning-artisan",
            "desc": "",
            "name": "Ogre, Cunning Artisan",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "breastplate",
            "hit_points": 119,
            "hit_dice": "14d10+42",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": 6,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "Common, Giant",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Battleaxes or three Arcane Bolts."
                },
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 13 (2d8+4) slashing damage or 15 (2d10+4) slashing damage if used with two hands + 4 (1d8) force."
                },
                {
                    "name": "Arcane Bolt",
                    "desc": "Ranged Spell Attack: +6 to hit, 60 ft., one target, 12 (2d8+3) force."
                },
                {
                    "name": "Curse Item (Recharge 5-6)",
                    "desc": "Curses one magic item it can see within 60' of it. If item is being worn or carried by a creature creature must make DC 15 Cha save to avoid curse. For 1 min cursed item suffers one curse described below based on type."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Arcane Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon deals an extra 1d8 force (included below)."
                },
                {
                    "name": "Artisan's Prowess",
                    "desc": "If a magic item requires an action to activate ogre can activate it as a bonus action instead."
                },
                {
                    "name": "Sense Magic",
                    "desc": "Senses magic within 120' of it at will. Otherwise works like the detect magic spell but isn't itself magical."
                }
            ],
            "spell_list": [],
            "page_no": 299,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_ogre-cunning-artisan/"
        },
        {
            "slug": "ogre-rockchewer",
            "desc": "",
            "name": "Ogre, Rockchewer",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "12d12+48",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 7,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 9,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -1,
            "skills": {
                "perception": -1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 9",
            "languages": "Giant",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Slams or one Bite and one Slam."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 18 (3d8+5) bludgeoning damage."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 15 (3d6+5) bludgeoning damage."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +8 to hit 60/240' one target 21 (3d10+5) bludgeoning damage. If the target is a creature it is knocked prone (DC 15 Str negates prone)."
                },
                {
                    "name": "Chew Rock",
                    "desc": "Thoroughly crushes a rock in its large maw reducing it to rubble."
                },
                {
                    "name": "Gravel Spray",
                    "desc": "Spits out a 15 ft. cone of crunched up rock. All in area make a DC 15 Dex save taking 21 (6d6) bludgeoning damage or half damage if made. Can use this action only if it has used Chew Rock within the past min."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Quick Chew (Recharge 6)",
                    "desc": "Uses Chew Rock."
                }
            ],
            "reactions": [
                {
                    "name": "Rock Catching",
                    "desc": "If a rock or similar object is hurled at the rockchewer ogre the ogre can with successful DC 10 Dex save catch the missile and take no bludgeoning from it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Stone Chomper",
                    "desc": "The rockchewer ogre deals double damage to stone objects and structures with its bite attack."
                }
            ],
            "spell_list": [],
            "page_no": 302,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_ogre-rockchewer/"
        },
        {
            "slug": "old-salt",
            "desc": "",
            "name": "Old Salt",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 117,
            "hit_dice": "18d8+36",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 13,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "the languages it knew in life",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Desiccating Slam attacks."
                },
                {
                    "name": "Desiccating Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one creature,. 12 (2d8+3) bludgeoning damage + 7 (2d6) necrotic. Target's hp max reduced by amount equal to necrotic taken (DC 15 Con negates hp max). Reduction lasts until target finishes long rest. Target dies if effect reduces its hp max to 0."
                },
                {
                    "name": "Wave of Seawater (Recharge 5-6)",
                    "desc": "Throws its hand forward sending wave of seawater in a 30' cone. Each creature in that area: 21 (6d6) bludgeoning damage and begins choking as its lungs fill with seawater (DC 15 Dex half damage and isn't choking). A creature that can breathe water doesn't choke from failing this save. A choking creature can make a DC 15 Con save at the end of each of its turns coughing up seawater and success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Cunning Action",
                    "desc": "Take Dash Disengage or Hide."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Experienced Sailor",
                    "desc": "Advantage on Str (Athletics) checks made to climb while on a sailing ship and on Dex (Acrobatics) checks to maintain its footing while on a sailing ship."
                },
                {
                    "name": "Seaside Rejuvenation",
                    "desc": "If at least one of its accusers is still alive or if its name hasn't been cleared destroyed old salt gains new body in 13 days regaining all hp and becoming active again. New body appears on beach or dock nearest one of its living accusers."
                },
                {
                    "name": "Undead Nature",
                    "desc": "Doesn't require air food drink or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 304,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_old-salt/"
        },
        {
            "slug": "rakshasa-pustakam",
            "desc": "",
            "name": "Rakshasa, Pustakam",
            "size": "Small",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 91,
            "hit_dice": "14d6+42",
            "speed": {
                "walk": 25,
                "climb": 20
            },
            "strength": 12,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 13,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "piercing from magic weapons wielded by good creatures",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "Common, Infernal, telepathy 60'",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claw attacks or uses False Promises twice. It can replace one use of False Promises with use of Spellcasting."
                },
                {
                    "name": "Claw (Fiend Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 7 (2d4+2) slashing damage + 9 (2d8) psychic."
                },
                {
                    "name": "False Promises",
                    "desc": "Whispers promises of power and riches in mind of one creature it can see within 60' of it: 18 (4d8) psychic and charmed 1 min (DC 15 Wis half damage and isn't charmed). While charmed creature has disadvantage on saves vs. pustakam's enchantment spells. Charmed creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 15) no material or somatic components: At will: detect thoughts mage hand minor illusion3/day ea: command suggestion"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Transforms into Tiny object or back into true fiend form. Its stats except size are same in each form. Items worn/carried not transformed. Reverts on death."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance (Object Form Only)",
                    "desc": "While it remains motionless it is indistinguishable from an ordinary object."
                },
                {
                    "name": "Limited Magic Immunity",
                    "desc": "Can't be affected or detected by spells of 2nd level or lower unless it wishes to be. Has advantage on saves vs. all other spells and magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 328,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_rakshasa-pustakam/"
        },
        {
            "slug": "savior-lumen",
            "desc": "",
            "name": "Savior Lumen",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 20,
                "burrow": 20,
                "fly": 50,
                "swim": 30
            },
            "strength": 14,
            "dexterity": 20,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 6,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, bludgeoning, cold, fire, piercing, radiant, slashing",
            "damage_immunities": "poison ",
            "condition_immunities": "charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "darkvision 120', passive Perception 15",
            "languages": "Celestial, Common, telepathy 60'",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Flurry of Tools",
                    "desc": "Melee Weapon Attack: +8 to hit 0' 1 tgt in the swarm's space. 10 (4d4) bludgeoning damage + 10 (4d4) piercing damage and 10 (4d4) slashing damage or 5 (2d4) bludgeoning damage + 5 (2d4) piercing damage and 4 (2d4) slashing damage if the swarm has half of its hp or fewer."
                },
                {
                    "name": "Dismantle",
                    "desc": "Destroys up to a 5 ft. cube of nonmagical debris structure or object that isn't being worn or carried."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 14) no material components: At will: floating disk mending spare the dying3/day ea: gentle repose knock sending1/day ea: locate creature passwall"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Fleeting Memory",
                    "desc": "When it leaves creature's sight creature must make DC 16 Wis save or remember swarm only as softly glowing lights."
                },
                {
                    "name": "Illumination",
                    "desc": "Bright light in 20' radius and dim light an extra 20'."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "Doesn't require food drink or sleep"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Swarm",
                    "desc": "Can occupy another creature's space and vice versa and can move through any opening large enough for a Tiny celestial. Can't regain hp or gain temp hp."
                },
                {
                    "name": "Team Effort",
                    "desc": "Considered to be a single Large creature to determine its carrying capacity and has advantage on Str checks made to push pull lift or break objects."
                }
            ],
            "spell_list": [],
            "page_no": 335,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_savior-lumen/"
        },
        {
            "slug": "shadow-lurker",
            "desc": "",
            "name": "Shadow Lurker",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 84,
            "hit_dice": "13d8+26",
            "speed": {
                "walk": 40
            },
            "strength": 10,
            "dexterity": 22,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "necrotic",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "Common, Elvish",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Shadow Strikes. Can replace one with Shadow Steal."
                },
                {
                    "name": "Shadow Strike",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 10 (1d8+6) slashing damage and 7 (2d6) cold."
                },
                {
                    "name": "Shadow Steal",
                    "desc": "Chooses a creature it can see within 30' of it and convinces that creature's shadow to leave its owner. Target must make DC 15 Cha save or be cursed. A sleeping target has disadvantage on this check. While cursed target doesn't have a shadow and suffers one level of exhaustion that can't be removed until curse ends. Curse ends only if target convinces its shadow to rejoin with it by succeeding on a DC 15 Cha (Persuasion) check while within 10 ft. of its shadow or if shadow is returned with wish spell. While target is cursed its shadow becomes a living shade (see Creature Codex) under the shadow lurker's control. Alternatively shadow lurker can combine two stolen shadows into a shadow instead. Shadow lurker can have no more than ten living shades or five shadows under its control at one time. If a cursed creature's shadow is destroyed it becomes a mundane shadow and moves to within 10 ft. of the cursed creature and cursed creature has advantage on the check to convince the shadow to rejoin with it. If shadow lurker dies all stolen shadows return to their rightful owners ending the curses."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow's Embrace",
                    "desc": "Dim light/darkness: Hide action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Creeping Mists",
                    "desc": "While not in sunlight shadowy mist surrounds it. Mist reduces bright light within 60' of the shadow lurker to dim light."
                },
                {
                    "name": "Shadow Sight",
                    "desc": "Has advantage on Wis (Perception) checks while in dim light or darkness."
                },
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
                }
            ],
            "spell_list": [],
            "page_no": 342,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_shadow-lurker/"
        },
        {
            "slug": "snatch-bat",
            "desc": "",
            "name": "Snatch Bat",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "15d8+30",
            "speed": {
                "walk": 20,
                "fly": 40
            },
            "strength": 16,
            "dexterity": 20,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "force, psychic",
            "damage_immunities": "",
            "condition_immunities": "blinded, charmed, exhaustion",
            "senses": "blindsight 60' (blind beyond), passive Perception 14",
            "languages": "understands Deep Speech and Umbral but can't speak",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Claw attacks or two Claw attacks and one Pilfering Bite attack."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit 5.' one target 12 (2d6+5) slashing damage."
                },
                {
                    "name": "Pilfering Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 10 (2d4+5) piercing damage. Instead of dealing damage the snatch bat can steal one item the target is wearing or carrying provided the item weighs no more than 10 pounds isn't a weapon and isn't wrapped around or firmly attached to the target. Ex: snatch bat could steal a hat or belt pouch but not a creature's shirt or armor. Bat holds stolen item in its long neck-arm and must regurgitate that item (no action required) before it can make another Pilfering Bite."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "Doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Treasure Sense",
                    "desc": "Can pinpoint by scent the location of precious metals gemstones and jewelry within 60' of it and can sense the general direction of such objects within 1 mile of it."
                }
            ],
            "spell_list": [],
            "page_no": 349,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_snatch-bat/"
        },
        {
            "slug": "starving-specter",
            "desc": "",
            "name": "Starving Specter",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 90,
            "hit_dice": "12d8+36",
            "speed": {
                "walk": 0,
                "fly": 40
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 17,
            "intelligence": 11,
            "wisdom": 14,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "psychic",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 15",
            "languages": "the languages it knew in life",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and one Bladed Arm attack."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 8 (2d4+3) piercing damage + 3 (1d6) necrotic."
                },
                {
                    "name": "Bladed Arm",
                    "desc": "Melee Weapon Attack: +6 to hit, 10 ft., one target, 10 (2d6+3) slashing damage. This attack can target a creature on the Ethereal or Material Plane."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aura of the Forgotten",
                    "desc": "Beasts and Humanoids within 10 ft. of the starving specter have disadvantage on saves."
                },
                {
                    "name": "Ethereal Sight",
                    "desc": "Can see 60' into the Ethereal Plane."
                },
                {
                    "name": "Life Hunger",
                    "desc": "When a creature specter can see regains hp specter's next Bite deals extra 7 (2d6) necrotic on a hit."
                },
                {
                    "name": "Incorporeal Movement",
                    "desc": "Move through others/objects as difficult terrain. Takes 5 (1d10) force if it ends turn in object."
                },
                {
                    "name": "Undead Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Unnerving Visage",
                    "desc": "When a creature that can see specter's faces starts its turn within 30' of it at least one of specter's faces shifts to look like one of the creature's departed loved ones or bitter enemies if specter isn't incapacitated and can see the creature. Creature takes 7 (2d6) psychic and is frightened of specter until start of its next turn (DC 14 Wis negates both). Unless surprised a creature can avert its eyes to avoid the save at start of its turn. If creature does so it can't see the specter until the start of its next turn when it can avert again. If creature looks at specter in the meantime it must immediately save."
                }
            ],
            "spell_list": [],
            "page_no": 356,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_starving-specter/"
        },
        {
            "slug": "trollkin-ironmonger",
            "desc": "",
            "name": "Trollkin Ironmonger",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 19,
            "armor_desc": "plate",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 13,
            "constitution": 17,
            "intelligence": 11,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 11",
            "languages": "Common, Trollkin",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Greatsword attack and two Slam attacks or it makes three Throwing Axe attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 8 (1d8+4) bludgeoning damage."
                },
                {
                    "name": "Throwing Axe",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit 5 ft. or range 30/60' one target 7 (1d6+4) slashing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Impregnable Counter",
                    "desc": "When a creature within 5 ft. of the ironmonger misses a melee attack vs. it the attacker must make DC 15 Str save or be knocked prone."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Regeneration",
                    "desc": "Gains 3 hp at the start of its turn. If the trollkin takes acid or fire this ability doesn't function at the start of its next turn. It dies only if it starts its turn with 0 hp and doesn't regenerate."
                },
                {
                    "name": "Thick Skin",
                    "desc": "Its skin is thick and tough granting it a +1 bonus to Armor Class (already factored into its AC)."
                }
            ],
            "spell_list": [],
            "page_no": 376,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_trollkin-ironmonger/"
        },
        {
            "slug": "trollkin-ragecaster",
            "desc": "",
            "name": "Trollkin Ragecaster",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "leather armor",
            "hit_points": 112,
            "hit_dice": "15d8+45",
            "speed": {
                "walk": 30
            },
            "strength": 14,
            "dexterity": 17,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 14,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 15",
            "languages": "Common, Trollkin",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claws or two Elemental Blast attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 16 (3d8+3) slashing damage when not ragecasting or 12 (2d8+3) slashing damage while ragecasting."
                },
                {
                    "name": "Elemental Blast (Ragecasting Only)",
                    "desc": "Ranged Spell Attack: +7 to hit, 120 ft., one target, 14 (3d6+4) cold fire lightning or thunder (trollkin's choice)."
                },
                {
                    "name": "Spellcasting (Ragecasting Only)",
                    "desc": "Cha (DC 15) no material components: At will: thunderwave3/day ea: call lightning firebal1/day: fire shield"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Ragecasting (3/Day)",
                    "desc": "Enters special rage that lets it channel elemental power for 1 min. While ragecasting: disadvantage on Wis saves and gains fly speed of 60'. It can end ragecasting as a bonus action. When ragecasting ends it descends 60'/round until it lands on a solid surface and can continue concentrating on spell it cast while ragecasting."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Brutal Claws",
                    "desc": "Its claw deals one extra die of its damage when trollkin isn't ragecasting (included in the attack)."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Regeneration",
                    "desc": "Regains 10 hp at the start of its turn. If it takes acid or fire this trait doesn't function at start of its next turn. Dies only if it starts turn with 0 hp and doesn't regenerate."
                },
                {
                    "name": "Thick Hide",
                    "desc": "Its skin is thick and tough granting it a +1 bonus to Armor Class (already factored into its AC)."
                }
            ],
            "spell_list": [],
            "page_no": 377,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_trollkin-ragecaster/"
        },
        {
            "slug": "vorthropod",
            "desc": "",
            "name": "Vorthropod",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural",
            "hit_points": 127,
            "hit_dice": "15d8+60",
            "speed": {
                "walk": 30,
                "swim": 30,
                "climb": 20
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 19,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "slashing, piercing",
            "damage_immunities": "fire, poison ",
            "condition_immunities": "poisoned",
            "senses": "blindsight 10', darkvision 60', passive Perception 11",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claw attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 8 (2d4+3) bludgeoning damage + 7 (2d6) fire. "
                },
                {
                    "name": "Molten Tail Slap (Recharge 4-6)",
                    "desc": "Unfurls its tail and slaps it down showering area with searing sparks and superheated rock. Each creature within 15 ft. of it: 28 (8d6) fire (DC 14 Dex half)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Lava Bound",
                    "desc": "Can exist outside of lava or magma for up to 4 hrs each day. If it starts its turn outside of lava and didn't take fire since end of its previous turn its shell begins to cool and harden. While its shell is hardened has walking speed of 20' AC 18 and vulnerability to bludgeoning. If it starts its turn in lava or if it took fire damage since end of its previous turn its shell becomes molten again. If vorthropod remains outside of lava for more than 4 hrs its shell becomes petrified transforming into basalt and vorthropod within goes into hibernation. Its body returns to normal if it is submerged in lava or magma for 1 round. It can stay petrified in hibernation for up to 1d100+10 years after which it dies."
                },
                {
                    "name": "Lava Camouflage",
                    "desc": "Has advantage on Dex (Stealth) checks made to hide in lava and volcanic terrain."
                },
                {
                    "name": "Molten Shell",
                    "desc": "If Its shell isn't hardened creature that touches it or hits it with melee attack while within 5 ft. of it takes 7 (2d6) fire."
                }
            ],
            "spell_list": [],
            "page_no": 387,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_vorthropod/"
        },
        {
            "slug": "waterkledde",
            "desc": "",
            "name": "Waterkledde",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 123,
            "hit_dice": "13d10+52",
            "speed": {
                "walk": 40,
                "fly": 40,
                "swim": 40
            },
            "strength": 19,
            "dexterity": 15,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 11",
            "languages": "Common",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite and two Claws. If it hits one Med or smaller creature with both Claws the waterkledde latches onto creature with its Beak and target is grappled (escape DC 15). Until this grapple ends target is restrained waterkledde can automatically hit target with its Beak and waterkledde can't make Beak attacks vs. other targets."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 13 (2d8+4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) slashing damage."
                },
                {
                    "name": "Frightening Call (Recharge 5-6)",
                    "desc": "Screeches “Kludde! Kledde! Kleure!” in a 30' cone. Each creature in that area: 22 (5d8) psychic and frightened 1 min (DC 15 Wis half damage not frightened). Frightened creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Magically transforms into a Small or Med Beast or back into its true fiendish form. Without wings it loses its flying speed. Its statistics other than its size and speed are the same in each form. No matter the form its eyes are always an unnatural green. Any equipment it is wearing or carrying isn't transformed. Reverts on death."
                },
                {
                    "name": "Supernatural Speed",
                    "desc": "Takes Dash or Disengage."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "Can hold its breath for 15 min."
                }
            ],
            "spell_list": [],
            "page_no": 390,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_waterkledde/"
        }
    ]
}