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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?format=api&ordering=-strength_save&page=59",
    "previous": "https://api.open5e.com/monsters/?format=api&ordering=-strength_save&page=57",
    "results": [
        {
            "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": "angel-haladron",
            "desc": "",
            "name": "Angel, Haladron",
            "size": "Tiny",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 28,
            "hit_dice": "8d4+8",
            "speed": {
                "walk": 0,
                "fly": 60
            },
            "strength": 13,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 15,
            "wisdom": 15,
            "charisma": 10,
            "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": "radiant",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, poisoned, prone, unconscious",
            "senses": "darkvision 60', passive Perception 12",
            "languages": "Celestial, Common, telepathy 30'",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Bolt of Law",
                    "desc": "Ranged Spell Attack: +4 to hit, 60 ft., one target, 6 (1d8+2) radiant + 4 (1d8) thunder."
                },
                {
                    "name": "Stitch (3/Day)",
                    "desc": "The haladron repairs a single break or tear in an object it touches leaving no trace of the former damage. If the haladron uses this feature on a creature the creature regains 3 (1d6) hp."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "The haladron doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "Doesn't require food drink or sleep"
                },
                {
                    "name": "Immutable Form",
                    "desc": "Immune: form-altering spells/effects."
                }
            ],
            "spell_list": [],
            "page_no": 23,
            "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_angel-haladron/"
        },
        {
            "slug": "angel-kalkydra",
            "desc": "",
            "name": "Angel, Kalkydra",
            "size": "Huge",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 189,
            "hit_dice": "14d12+98",
            "speed": {
                "walk": 40,
                "climb": 30,
                "fly": 90
            },
            "strength": 22,
            "dexterity": 14,
            "constitution": 24,
            "intelligence": 17,
            "wisdom": 21,
            "charisma": 23,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison; nonmagic B/P/S attacks",
            "damage_immunities": "fire, radiant",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned, prone",
            "senses": "truesight 120', passive Perception 20",
            "languages": "all, telepathy 120'",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Bites or Sunrays. Can replace one with Constrict."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +11 to hit, 10 ft., one target, 15 (2d8+6) piercing damage + 18 (4d8) radiant."
                },
                {
                    "name": "Constrict",
                    "desc": "Melee Weapon Attack: +11 to hit, 5 ft., one target, 17 (2d10+6) bludgeoning damage + 18 (4d8) radiant and target is grappled (escape DC 18). Until this grapple ends creature is restrained and kalkydra can't constrict another target."
                },
                {
                    "name": "Sunray",
                    "desc": "Ranged Spell Attack: +11 to hit, 120 ft., one target, 24 (4d8+6) radiant + 9 (2d8) fire."
                },
                {
                    "name": "Song of Sunrise (1/Day)",
                    "desc": "Sings a song to welcome the dawn causing sunlight to fill area in a 120' radius around it. Lasts 1 min."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 19) no material components: At will: detect evil and good light3/day ea: daylight dispel evil and good1/day ea: commune greater restoration"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Solar Nimbus",
                    "desc": "When hit by an attack it surrounds itself in a fiery nimbus searing attacker: 9 (2d8) fire and 9 (2d8) radiant and nimbus sheds bright light in 30' radius and dim light an additional 30'. Until start of kalkydra's next turn a creature within 5 ft. of kalkydra that hits it with melee attack takes 9 (2d8) fire and 9 (2d8) radiant."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Angelic Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon deals extra 4d8 radiant (included below)."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "Doesn't require food drink or sleep"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 26,
            "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_angel-kalkydra/"
        },
        {
            "slug": "angel-psychopomp",
            "desc": "",
            "name": "Angel, Psychopomp",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 68,
            "hit_dice": "8d8+32",
            "speed": {
                "walk": 40,
                "fly": 60
            },
            "strength": 17,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 6,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic, radiant; nonmagic B/P/S weapons",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "darkvision 120', passive Perception 15",
            "languages": "all, telepathy 60'",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Lantern Flail attacks."
                },
                {
                    "name": "Lantern Flail",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 8 (1d10+3) bludgeoning damage + 4 (1d8) radiant. A fiend or undead hit by this takes extra 10 (3d6) radiant."
                },
                {
                    "name": "Divine Dictum (Recharge 5-6)",
                    "desc": "Unleashes a small portion of its creator's influence. Each creature of psychopomp's choice that it can see within 30' of it: 22 (5d8) radiant (DC 14 Wis half). Each charmed frightened or possessed creature of psychopomp's choice within 60' of it can choose to end the condition."
                },
                {
                    "name": "Unmake Contract (1/Day)",
                    "desc": "Projects power/majesty of its patron deity. Creature it can see or hear within 60': freed of all liens on its soul."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Spirit Usher (3/Day)",
                    "desc": "Wards a creature with divine power for 1 hr. While warded Celestials Fiends and Undead have disadvantage on attack rolls vs. the creature and creature can't be charmed frightened or possessed by them. Warded creature gains 11 temp hp and if slain can't be raised as an Undead for 1 year."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Death's Accomplice",
                    "desc": "When it deals radiant can choose to deal necrotic instead."
                },
                {
                    "name": "Fiendish Countenance",
                    "desc": "When traveling planes of existence demons and devils are native to (ex: Hell the Abyss) psychopomp appears to be a Fiend of a type native to that plane. Until it reveals its true nature (no action required) or uses Divine Dictum Spirit Usher or Unmake Contract it is undetectable as a Celestial."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "Doesn't require food drink or sleep"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 28,
            "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_angel-psychopomp/"
        },
        {
            "slug": "animal-lord-mammoth-queen",
            "desc": "",
            "name": "Animal Lord, Mammoth Queen",
            "size": "Huge",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 250,
            "hit_dice": "20d12+120",
            "speed": {
                "walk": 40
            },
            "strength": 25,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 15,
            "wisdom": 18,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "cold, poison",
            "condition_immunities": "charmed, exhaustion, frightened, incapacitated, poisoned, stunned",
            "senses": "truesight 120', passive Perception 20",
            "languages": "all, telepathy 120'",
            "challenge_rating": "18",
            "cr": 18.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Battleaxes or two Gores or she makes one Gore and one Stomp. She can replace one attack with one Trunk or Trunk Slam."
                },
                {
                    "name": "Battleaxe (Humanoid or True Form)",
                    "desc": "Melee Weapon Attack: +13 to hit, 10 ft., one target, 20 (3d8+7) slashing damage or 23 (3d10+7) slashing damage if used with two hands."
                },
                {
                    "name": "Gore (Elephantine or True Form)",
                    "desc": "Melee Weapon Attack: +13 to hit, 10 ft., one target, 34 (6d8+7) piercing damage."
                },
                {
                    "name": "Trunk Slam",
                    "desc": "One up to Large object held/creature grappled by her is slammed to ground or flung. Creature slammed: 27 (5d10) bludgeoning damage (DC 20 Con half). This doesn't end grappled condition on target. Creature flung: thrown up to 60' in random direction and knocked prone. If thrown creature strikes solid surface target: 3 (1d6) bludgeoning damage per 10 ft. thrown. If target is thrown at another creature that creature: DC 19 Dex save or take same damage and knocked prone."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Transforms into Gargantuan oliphaunt (see Creature Codex) a Huge mammoth a Med female human with thick brown hair tied back in a braid or back into her true Huge elephant-headed humanoid form. Her stats other than size are the same in each form. Any items worn/carried transform with her."
                }
            ],
            "reactions": [
                {
                    "name": "Catch Weapon (Elephantine or True Form)",
                    "desc": "When hit by a melee weapon attack she can reduce the damage by 1d10+17. If this reduces damage to 0 queen can catch the weapon with her trunk if she is not using it to grapple a creature. If Queen catches a weapon in this way she must make a Str (Athletics) check contested by attacker's Str (Athletics) or Dex (Acrobatics) check (target chooses). Queen has disadvantage on the check if wielder is holding item with 2+ hands. If she wins she disarms creature and can throw the weapon up to 60' in a random direction as part of the same reaction."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Regenerative Hide",
                    "desc": "Regains 15 hp. She can't use this legendary action again until the end of her next turn. "
                },
                {
                    "name": "Trunk",
                    "desc": "Makes one Trunk attack."
                },
                {
                    "name": "Shoving Stampede (2)",
                    "desc": "Charges becoming unstoppable stampede in line up to 80' long × 15 ft. wide. All in line: 14 (4d6) bludgeoning damage and pushed up to 15 ft. away and knocked prone (DC 20 Dex half not pushed/prone). Queen's move along this line doesn't provoke opportunity attacks."
                },
                {
                    "name": "Queen's Trumpet (3)",
                    "desc": "Emits loud trumpeting audible to 300'. Chooses up to 3 creatures that can hear trumpet. If target is friendly has advantage on its next attack roll ability check or save. If hostile: DC 20 Wis save or frightened til end of its next turn."
                }
            ],
            "special_abilities": [
                {
                    "name": "Elephantine Passivism",
                    "desc": "No elephant mammoth or other elephantine creature can willingly attack her. Can be forced to do so magically."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "Weapon attacks are magical."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "If she dies soul reforms on Astral Plane. In 1d6 days it inhabits body of another elephantine creature on Material Plane which becomes the Queen with all hp and abilities thereof. Only killing every elephantine creature on the Material Plane will prevent this."
                },
                {
                    "name": "Speak with Elephantines",
                    "desc": "Communicate with any elephant mammoth or other elephantine creature as if they shared a language."
                },
                {
                    "name": "Trampling Charge",
                    "desc": "If she moves 20'+ straight to creature and then hits it with Gore on same turn target knocked prone (DC 20 Str negates). If target is prone queen can make one Stomp vs. it as a bonus action."
                },
                {
                    "name": "Stomp (Elephantine or True Form)",
                    "desc": "Melee Weapon Attack: +13 to hit, 5 ft., one target, 34 (5d10+7) bludgeoning damage."
                },
                {
                    "name": "Trunk (Elephantine or True Form)",
                    "desc": "Melee Weapon Attack: +13 to hit, 15 ft., one creature,. Target is grappled (escape DC 19) if it is a Large or smaller creature. Until grapple ends target restrained queen can't use Trunk on another."
                },
                {
                    "name": "Tusk Sweep (Elephantine or True Form Recharge 5-6)",
                    "desc": "Channels raw magic as she sweeps her tusks in a wide arc. Each creature in a 15 ft. cube: 35 (10d6) bludgeoning damage and is pushed up to 15 ft. away from the queen (DC 20 Dex half damage and isn't pushed away)."
                }
            ],
            "spell_list": [],
            "page_no": 32,
            "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_animal-lord-mammoth-queen/"
        },
        {
            "slug": "animated-instrument",
            "desc": "",
            "name": "Animated Instrument",
            "size": "Tiny",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 17,
            "hit_dice": "7d4",
            "speed": {
                "walk": 0,
                "fly": 30
            },
            "strength": 1,
            "dexterity": 12,
            "constitution": 11,
            "intelligence": 1,
            "wisdom": 5,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -3,
            "skills": {
                "perception": -3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 60' (blind beyond), passive Perception 7",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Trouble Clef",
                    "desc": "Melee Weapon Attack: +3 to hit, 5 ft., one target, 4 (1d4+1) bludgeoning damage."
                },
                {
                    "name": "Orchestra Hit",
                    "desc": "Ranged Spell Attack: +4 to hit, 60 ft., one target, 5 (1d6+2) thunder."
                },
                {
                    "name": "Spirited Solo (Recharge 5-6)",
                    "desc": "Improvises a tune to draw listeners into entrancing thought. Each creature within 30' of it that can hear the song: creature is incapacitated until end of its next turn (DC 12 Wis creature has an epiphany and gains advantage on Cha (Performance) checks for 1 day)."
                },
                {
                    "name": "Courageous Anthem (1/Day)",
                    "desc": "Plays a song that bolsters its allies. Each friendly creature within 30' of the instrument that can hear song has a +1 bonus to attack rolls ability checks and saves until song ends. Instrument must take a bonus action on subsequent turns to continue playing the song. Can stop playing at any time. Song ends if animated instrument is incapacitated. A creature can benefit from only one Courageous Anthem at a time."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Antimagic Susceptibility",
                    "desc": "Incapacitated while in the area of an antimagic field. If targeted by dispel magic instrument must succeed on a Con save vs. caster's spell save DC or fall unconscious for 1 min."
                },
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "False",
                    "desc": "[+]Appearance[/+] While motionless and isn't flying indistinguishable from normal musical instrument."
                }
            ],
            "spell_list": [],
            "page_no": 34,
            "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_animated-instrument/"
        },
        {
            "slug": "animated-instrument-quartet",
            "desc": "",
            "name": "Animated Instrument, Quartet",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d10+36",
            "speed": {
                "walk": 30,
                "fly": 50
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 17,
            "intelligence": 4,
            "wisdom": 5,
            "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": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "blindsight 60' (blind beyond), passive Perception 7",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Trouble Clef or Orchestra Hit attacks."
                },
                {
                    "name": "Trouble Clef",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 13 (4d4+3) bludgeoning damage."
                },
                {
                    "name": "Orchestra Hit",
                    "desc": "Ranged Spell Attack: +6 to hit, 60 ft., one target, 18 (4d6+4) thunder."
                },
                {
                    "name": "Musical Arrangement",
                    "desc": "The quartet plays one of the following songs:Dreadful Dirge. The quartet plays a hair-raising tune that evokes terror. Each hostile creature within 30' of the quartet must make DC 14 Wis save or be frightened until the end of its next turn.Oppressive Overture. The quartet plays a heavy melody that reverberates through nearby creatures. Each hostile creature within 30' of the quartet must make DC 14 Str save or be knocked prone.Seditious Sonata. The quartet plays a song that incites disobedience and rebellion. Each hostile creature within 30' of the quartet must make DC 14 Cha save"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Antimagic Susceptibility",
                    "desc": "The quartet is incapacitated while in the area of an antimagic field. If targeted by dispel magic the quartet must succeed on a Con save vs. the caster's spell save DC or fall unconscious for 1 min."
                },
                {
                    "name": "Construct Nature",
                    "desc": "The quartet doesn't require air food drink or sleep."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from group of musical instruments."
                },
                {
                    "name": "Four-Part Harmony",
                    "desc": "An animated quartet is always composed of four instruments that sit or hover close together acting with singular intent. If an attack deals at least 25 damage to the quartet then one of the instruments falls unconscious causing the quartet to deal one die less of damage with its Trouble Clef and Orchestra Hit actions."
                }
            ],
            "spell_list": [],
            "page_no": 34,
            "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_animated-instrument-quartet/"
        },
        {
            "slug": "animated-instrument-symphony",
            "desc": "",
            "name": "Animated Instrument, Symphony",
            "size": "Gargantuan",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 201,
            "hit_dice": "13d20+65",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 12,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 8,
            "charisma": 22,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": 1,
            "perception": -1,
            "skills": {
                "perception": -1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning, piercing, slashing",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "blindsight 120' (blind beyond), passive Perception 9",
            "languages": "understands Common but can't speak",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Uses Musical Arrangement. Then two Hammer Note or Pulsating Cacophony attacks."
                },
                {
                    "name": "Hammer Note",
                    "desc": "Melee Weapon Attack: +9 to hit 5 ft. 1 tgt in the swarm's space. 36 (8d8) bludgeoning damage or 18 (4d8) bludgeoning damage if symphony has half its hp or fewer."
                },
                {
                    "name": "Pulsating Cacophony",
                    "desc": "Ranged Spell Attack: +11 to hit, 60 ft., one target, 22 (4d10) thunder + 13 (2d12) psychic or 11 (2d10) thunder + 6 (1d12) psychic if the symphony has half its hp or fewer."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "Moves up to its speed with o provoking opportunity attacks."
                },
                {
                    "name": "Harmonize (2)",
                    "desc": "Tunes its worn-out instruments back to working harmony regaining 20 hp and ending one condition affecting it."
                },
                {
                    "name": "Orchestral Flourish (2)",
                    "desc": "Plays a short fierce melody. Each creature within 10 ft. of symphony including creatures in its space:  10 (3d6) thunder (DC 19 Con half)."
                },
                {
                    "name": "Syncopated Melody (3)",
                    "desc": "Mimics a spell that was cast since the end of its last turn. It makes a Performance check where the DC is the caster's DC+the level of the spell symphony is trying to mimic. If successful symphony casts the spell using original caster's DC and spell attack bonus."
                }
            ],
            "special_abilities": [
                {
                    "name": "Antimagic Susceptibility",
                    "desc": "Incapacitated while in the area of an antimagic field. If targeted by dispel magic instrument must succeed on a Con save vs. caster's spell save DC or fall unconscious for 1 min. Has advantage on this save."
                },
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "False",
                    "desc": "[+]Appearance[/+] Motionless and not flying: indistinguishable from large musical instrument collection and performance paraphernalia."
                },
                {
                    "name": "Grand Composition",
                    "desc": "While it occupies another creature's space that creature has disadvantage on Con saves to maintain concentration and creature can't cast spells with verbal components."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Swarm",
                    "desc": "Can occupy another creature's space and vice versa and symphony can move through any opening large enough for a Small musical instrument. Except for the Harmonize legendary action symphony can't regain hp or gain temp hp."
                },
                {
                    "name": "Musical Arrangement",
                    "desc": "Plays one of the following:Ballet of Quickening Steps Lilting ballet that picks up pace in startling fashion increasing its movement speed by 10 ft. and allowing it to take the Dodge action as a bonus action on each of its turns. Lasts 1 min or until symphony plays a different song.Harrowing Hymn Foreboding verse. Each creature within 30' of symphony that can hear it: DC 19 Wis save or frightened for 1 min. A creature can re-save at end of each of its turns success ends effect on itself. If creature's save succeeds or effect ends for it creature immune to symphony's Harrowing Hymn for next 24 hrs.Concerto for the Luckless Piece pits nearby listeners vs. their own misfortunes. Each creature within 60' of symphony and can hear it: DC 19 Cha save or be cursed 1 min. While cursed creature can't add its proficiency bonus to attack rolls or ability checks. If cursed creature rolls a 20 on attack roll or ability check curse ends. Curse can be lifted early by remove curse spell or similar magic.Four Winds Canon Trumpets gale force winds in a 90' cone. Each creature in that area: creature is pushed up to 30' away from symphony and knocked prone (DC 19 Str creature is knocked prone but isn't pushed). Winds also disperse gas or vapor and it extinguishes candles torches and similar unprotected flames in the area. It causes protected flames such as those of lanterns to dance wildly and has a 50% chance to extinguish them."
                }
            ],
            "spell_list": [],
            "page_no": 34,
            "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_animated-instrument-symphony/"
        },
        {
            "slug": "animated-offal",
            "desc": "",
            "name": "Animated Offal",
            "size": "Huge",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 8,
            "armor_desc": "",
            "hit_points": 207,
            "hit_dice": "18d12+90",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 6,
            "constitution": 20,
            "intelligence": 1,
            "wisdom": 7,
            "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": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 8",
            "languages": "—",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 11 (2d6+4) bludgeoning damage + 18 (4d8) necrotic and target is grappled (escape DC 16) if it is a Large or smaller creature and offal doesn't have two other creatures grappled. If target is holding or carrying one or more healing potions there is a 25 percent chance one potion shatters during the attack allowing animated offal to absorb the healing energy and gain the benefits of its Healing Sense."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Subsume",
                    "desc": "Begins absorbing one creature it is grappling. Creature takes 18 (4d8) necrotic (DC 17 Con half). Offal regains hp equal to half the damage dealt. If offal is at its hp max it gains temp hp for 1 hr instead. Offal can add temp hp gained from this trait to temp hp gained earlier from this trait. Temporary hp can't exceed 48. If its temp hp would exceed 48 a new animated offal appears in an unoccupied space within 5 ft. of offal. The new Ooze is Small doesn't have this bonus action and has 10 hp. Creature killed by this bonus action is fully subsumed into offal and can be restored to life only by means of a resurrection spell or similar magic."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flowing Flesh",
                    "desc": "Can move through spaces as narrow as 6 inches wide with o squeezing."
                },
                {
                    "name": "Healing Sense",
                    "desc": "Can sense healing spells effects and potions within 120' of it. If the ooze is the target of a healing spell if it consumes a healing potion or if it is affected by a similar magical effect it gains a +2 bonus to its AC has advantage on Dex saves and can use its Pseudopod attack as a bonus action for 1 min."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "Doesn't require sleep."
                }
            ],
            "spell_list": [],
            "page_no": 38,
            "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_animated-offal/"
        },
        {
            "slug": "aphasian-abomination",
            "desc": "",
            "name": "Aphasian Abomination",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 170,
            "hit_dice": "20d10+60",
            "speed": {
                "walk": 0,
                "fly": 60
            },
            "strength": 1,
            "dexterity": 20,
            "constitution": 16,
            "intelligence": 17,
            "wisdom": 20,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": 9,
            "constitution_save": null,
            "intelligence_save": 7,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic; nonmagic bludgeoning, piercing, and slashing attacks",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone",
            "senses": "darkvision 120', passive Perception 19",
            "languages": "Common, telepathy 120'",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Force Blast attacks."
                },
                {
                    "name": "Force Blast",
                    "desc": "Melee or Ranged Spell Attack: +9 to hit 5 ft. or range 120' one target 23 (4d8+5) force."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "Move through space 1ft.+ wide with o squeezing."
                },
                {
                    "name": "Aphasic Field",
                    "desc": "Generates a field of psychic distortion around itself. Each creature that starts its turn within 60' of abomination: DC 17 Int save or lose ability to speak coherently saying coherent words that make no sense in context instead of what it intends to say. If creature attempts to cast a spell with verbal components it fails taking 9 (2d8) psychic per spell level of spell it attempted to cast and expends spell slot."
                },
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Immutable Form",
                    "desc": "Immune: form-altering spells/effects."
                },
                {
                    "name": "Made of Magic",
                    "desc": "Is formed of magical energy. It temporarily winks out of existence when inside an antimagic field instantly reappearing once space it occupied is no longer within area of effect. If targeted by dispel magic: 21 (6d6) damage + extra 7 (2d6) psychic for each spell level beyond 3rd if spell is cast using a higher spell slot."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 39,
            "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_aphasian-abomination/"
        },
        {
            "slug": "arcane-scavenger",
            "desc": "",
            "name": "Arcane Scavenger",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "17d10+34",
            "speed": {
                "walk": 10,
                "fly": 40
            },
            "strength": 19,
            "dexterity": 18,
            "constitution": 14,
            "intelligence": 16,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "force, poison, psychic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "truesight 60', passive Perception 17",
            "languages": "—",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Grabbing Claw or Excavation Beams."
                },
                {
                    "name": "Grabbing Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, 15 ft., one target, 13 (2d8+4) bludgeoning damage + 7 (2d6) force and target is grappled (escape DC 16). Scavenger has eight claws each of which can grapple only one target."
                },
                {
                    "name": "Excavation Beam",
                    "desc": "Ranged Spell Attack: +7 to hit, 60 ft., one target, 20 (5d6+3) fire."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Int (DC 15) no material components: At will: detect magic locate object3/day ea: counterspell dispel magic"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Construct Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Eldritch Overload",
                    "desc": "When reduced to half its max hp or fewer its speed is doubled and it gains additional action each turn. The action must be to Dash Disengage Hide or Use an Object or to make one Grabbing Claws or Excavation Beam attack. Effect lasts for 3 rounds. At end of its third turn the scavenger takes 10 (3d6) fire."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Ruinous Detonation",
                    "desc": "When it dies it explodes and each creature within 30' of it: 21 (6d6) force is flung up to 40' away from scavenger and is knocked prone (DC 16 Dex half damage and isn't flung or knocked prone)."
                }
            ],
            "spell_list": [],
            "page_no": 41,
            "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_arcane-scavenger/"
        },
        {
            "slug": "archon-ursan",
            "desc": "",
            "name": "Archon, Ursan",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 142,
            "hit_dice": "15d10+60",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 21,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 13,
            "wisdom": 17,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 7,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant; nonmagic B/P/S attacks",
            "damage_immunities": "cold",
            "condition_immunities": "charmed, exhaustion, frightened, prone",
            "senses": "darkvision 120', passive Perception 13",
            "languages": "all, telepathy 120'",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Greataxe attacks. When Thunderous Roar is available it can use the roar in place of one Greataxe attack."
                },
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 18 (2d12+5) slashing damage + 13 (3d8) force."
                },
                {
                    "name": "Thunderous Roar (Recharge 5-6)",
                    "desc": "Unleashes a terrifying roar in a 30' cone. Each creature in that area: 36 (8d8) thunder (DC 16 Con half). In addition each hostile creature within 60' of archon that can hear it: DC 15 Wis save or be frightened for 1 min. Creatures in the 30' cone have disadvantage on this save. A frightened creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Rallying Roar",
                    "desc": "When it reduces a creature to 0 hp it can utter a triumphant roar. Each friendly creature within 60' of the archon that is frightened paralyzed stunned or unconscious has advantage on its next save. A friendly creature with o those conditions has advantage on its next attack roll. In addition each friendly creature within 60' of archon that can hear the roar gains 14 (4d6) temp hp."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Celestial Weapons",
                    "desc": "Its weapon attacks are magical. When it hits with any weapon deals an extra 4d8 force (included below)."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "Doesn't require food drink or sleep"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Reckless",
                    "desc": "At the start of its turn can gain advantage on all melee weapon attack rolls it makes during that turn but attacks vs. it have advantage until start of its next turn."
                },
                {
                    "name": "Relentless (Recharge: Short/Long Rest)",
                    "desc": "If it takes 30 damage or less that would reduce it to 0 hp it is reduced to 1 hp instead."
                }
            ],
            "spell_list": [],
            "page_no": 43,
            "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_archon-ursan/"
        },
        {
            "slug": "archon-word",
            "desc": "",
            "name": "Archon, Word",
            "size": "Tiny",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 28,
            "hit_dice": "8d4+8",
            "speed": {
                "walk": 0,
                "fly": 90
            },
            "strength": 10,
            "dexterity": 14,
            "constitution": 13,
            "intelligence": 13,
            "wisdom": 17,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 5,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "radiant",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned, prone",
            "senses": "darkvision 120', passive Perception 13",
            "languages": "all, telepathy 60'",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 7 (2d4+2) radiant."
                },
                {
                    "name": "Forceful Words",
                    "desc": "Ranged Spell Attack: +5 to hit, 90 ft., one target, 10 (2d6+3) radiant."
                },
                {
                    "name": "Share Smite (3/Day)",
                    "desc": "Empowers the weapon of one creature within 30' of it that can hear and see it for 1 min. The first time the target hits with the weapon on a turn deals extra 9 (2d8) radiant. If creature the target hits is a Fiend or Undead it takes 13 (3d8) radiant instead."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 13) no material or somatic components: At will: dancing lights message true strike1/day ea: faerie fire heroism"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immortal Nature",
                    "desc": "Doesn't require food drink or sleep"
                },
                {
                    "name": "Keen Sight",
                    "desc": "Advantage: sight Wis (Percept) checks."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                }
            ],
            "spell_list": [],
            "page_no": 44,
            "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_archon-word/"
        },
        {
            "slug": "asp-vine",
            "desc": "",
            "name": "Asp Vine",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 55,
            "hit_dice": "10d8+10",
            "speed": {
                "walk": 10
            },
            "strength": 14,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 1,
            "wisdom": 3,
            "charisma": 1,
            "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": "bludgeoning, piercing",
            "damage_immunities": "",
            "condition_immunities": "blinded, deafened, frightened",
            "senses": "blindsight 30' (blind beyond), passive Perception 6",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Four Vine attacks."
                },
                {
                    "name": "Vine",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 4 (1d4+2) piercing damage and 5 (2d4) poison and the target must make DC 14 Con save or be poisoned for 1 min. If the target is a creature it is grappled (escape DC 14). Until this grapple ends the target is restrained and must succeed on a new save each round it remains grappled or take another 5 (2d4) poison. The asp vine can grapple up to four targets at a time though it can still make vine attacks vs. other targets even if it has four grappled opponents."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from normal cluster of vines."
                }
            ],
            "spell_list": [],
            "page_no": 45,
            "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_asp-vine/"
        },
        {
            "slug": "astralsupial",
            "desc": "",
            "name": "Astralsupial",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 82,
            "hit_dice": "15d6+30",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 8,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 14,
            "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": "",
            "senses": "darkvision 30', passive Perception 13",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claws attacks and uses Astral Pouch."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 10 (2d6+3) slashing damage."
                },
                {
                    "name": "Astral Pouch",
                    "desc": "Reaches into its extradimensional pouch and chooses a point it can see within 30' of it. Each creature within 10 ft. of that point suffers effect delow determined by d6 roll if creature fails DC 13 Dex save. It is immune to its own Astral Pouch effects.1 Ball Bearings Roll out of the pouch scattering at end of astralsupial's next turn. Creature knocked prone).2 Cooking Utensils Cast-iron cook pans fly out. Creature: 5 (2d4) bludgeoning damage.3 Tangled Threads Mass of Threads bursts out of pouch. Creature restrained until a creature uses action to break thread (DC 10 Str).4 Astral Mirror Imbued with trace of Astral Plane's power flashes brilliantly. Creature: 1d4 psychic and blinded until end of its next turn.5 Smelly Trash Handfuls of putrid trash spill from the pouch. Creature is poisoned for 1 min. Creature can make a DC 13 Con save at the end of each of its turns success ends effect on itself.6 Magic Beans Magical beans bounce out of the pouch. A creature takes 10 (4d4) fire on a failed save or half as much if made."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Astral Traveler (2/Day)",
                    "desc": "Briefly surrounds itself in a shower of glittering dust and teleports to an unoccupied space it can see within 30 feet."
                }
            ],
            "reactions": [
                {
                    "name": "Playing Dead",
                    "desc": "When reduced to 10 hp or less it feigns death in hopes of deceiving its attackers. A creature that sees it in this state can determine it is a ruse via DC 15 Wis (Medicine) check. Ruse lasts until astralsupial ends it (no action required) up to 8 hrs. 1st attack it makes within 1 round of ending ruse has advantage."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Apposable Thumbs",
                    "desc": "Advantage on climb-related Str (Athletics)."
                },
                {
                    "name": "Keen Hearing",
                    "desc": "[+]and Smell[/+] Advantage: hearing/smell Wis (Perception)."
                }
            ],
            "spell_list": [],
            "page_no": 46,
            "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_astralsupial/"
        },
        {
            "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": "avestruzii",
            "desc": "",
            "name": "Avestruzii",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 14,
            "armor_desc": "scale mail",
            "hit_points": 22,
            "hit_dice": "3d8+9",
            "speed": {
                "walk": 40
            },
            "strength": 14,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 8,
            "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": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "Common, Terran",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Battleaxe",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 6 (1d8+2) slashing damage or 7 (1d10+2) slashing damage if used with two hands."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 4 (1d4+2) slashing damage."
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +2 to hit 80/320' one target 3 (1d6) piercing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Dig In",
                    "desc": "Has resistance to one melee weapon attack that would hit it. To do so the avestruzii must see the attacker and must not have moved during its previous turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 48,
            "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_avestruzii/"
        },
        {
            "slug": "avestruzii-champion",
            "desc": "",
            "name": "Avestruzii Champion",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "any alignment",
            "armor_class": 15,
            "armor_desc": "scale mail",
            "hit_points": 45,
            "hit_dice": "6d8+18",
            "speed": {
                "walk": 40
            },
            "strength": 17,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 10,
            "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": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 12",
            "languages": "Common, Terran",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Greataxe attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 5 (1d4+3) slashing damage."
                },
                {
                    "name": "Greataxe",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 9 (1d12+3) piercing damage. If target is a creature: DC 13 Str save or be pushed 5 ft. away from avestruzii."
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +3 to hit 80/320' one target 4 (1d6+1) piercing damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Dig In",
                    "desc": "As Avestruzi above."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 48,
            "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_avestruzii-champion/"
        },
        {
            "slug": "aziza",
            "desc": "",
            "name": "Aziza",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 15,
            "armor_desc": "leather",
            "hit_points": 21,
            "hit_dice": "6d4+6",
            "speed": {
                "walk": 30,
                "climb": 30,
                "fly": 30
            },
            "strength": 8,
            "dexterity": 18,
            "constitution": 13,
            "intelligence": 10,
            "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": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Sylvan",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Thorn Dagger",
                    "desc": "Melee or Ranged Weapon Attack: +6 to hit 5 ft. or range 20/60' one target 6 (1d4+4) piercing damage."
                },
                {
                    "name": "Shortbow",
                    "desc": "Ranged Weapon Attack: +6 to hit 80/320' one target 7 (1d6+4) piercing damage and the target must make DC 11 Con save or be poisoned for 1 min."
                },
                {
                    "name": "Befuddle",
                    "desc": "Magically confuses one creature it can see within 30' of it. The target must make DC 12 Wis save or be affected as though it failed a save vs. the confusion spell until the end of its next turn."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 12) no material components: At will: druidcraft guidance1/day ea: animal messenger bless"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Dazzling Glow",
                    "desc": "When a creature the aziza can see targets it with melee attack its skin briefly glows brightly causing the attacker to have disadvantage on the attack roll."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Speak with Frogs and Toads",
                    "desc": "Can communicate with frogs and toads as if they shared a language."
                }
            ],
            "spell_list": [],
            "page_no": 49,
            "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_aziza/"
        },
        {
            "slug": "baleful-miasma",
            "desc": "",
            "name": "Baleful Miasma",
            "size": "Medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 52,
            "hit_dice": "8d8+16",
            "speed": {
                "walk": 0,
                "fly": 60
            },
            "strength": 13,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 11,
            "charisma": 6,
            "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; nonmagic B/P/S attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60', passive Perception 10",
            "languages": "Auran",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d6+3) bludgeoning damage + 3 (1d6) poison."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Swift Advance",
                    "desc": "If a creature in same space as miasma moves miasma can move up to its speed with the creature. This move doesn't provoke opportunity attacks but miasma must move in same spaces creature moved ending in creature's space or space nearest to it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Air Form",
                    "desc": "Can enter a hostile creature's space and stop there. Can move through space as narrow as 1ft. wide with o squeezing."
                },
                {
                    "name": "Asphyxiate",
                    "desc": "If a creature that breathes air starts its turn in miasma's space it must make DC 12 Con save or begin suffocating as its lungs fill with the poisonous air emitted by the miasma. Suffocation lasts until creature ends its turn in a space not occupied by baleful miasma or the baleful miasma dies. When the suffocation ends the creature is poisoned until the end of its next turn."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "Doesn't require air food drink or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 50,
            "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_baleful-miasma/"
        },
        {
            "slug": "bannik",
            "desc": "",
            "name": "Bannik",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "11d8+11",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 14,
            "dexterity": 15,
            "constitution": 13,
            "intelligence": 9,
            "wisdom": 17,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 3,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 2,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "cold",
            "damage_resistances": "fire; nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "Common, Elvish, Sylvan",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Scalding Claws attacks."
                },
                {
                    "name": "Scalding Claws",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 5 (1d6+2) slashing damage + 3 (1d6) fire."
                },
                {
                    "name": "Scalding Splash (Recharge 5-6)",
                    "desc": "Summons a giant ladle full of boiling water that pours down on a point it can see within 60' of it extinguishing exposed flames within 10 ft. of that point. Each creature within 10 ft. of that point must make a DC 13 Con save. On a failure a creature takes 14 (4d6) fire and is scalded for 1 min. On a success a creature takes half the damage and isn't scalded. A scalded creature has disadvantage on weapon attack rolls and on Con saves to maintain concentration. A scalded creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Wis (DC 13) only wand of bound fir required: At will: augury create or destroy water fog cloud3/day: lesser restoration"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hazesight",
                    "desc": "Can see through areas obscured by fog smoke and steam with o penalty."
                },
                {
                    "name": "Hold Breath",
                    "desc": "Can hold its breath for 10 min."
                }
            ],
            "spell_list": [],
            "page_no": 51,
            "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_bannik/"
        },
        {
            "slug": "beach-weird",
            "desc": "",
            "name": "Beach Weird",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 65,
            "hit_dice": "10d10+10",
            "speed": {
                "walk": 20,
                "swim": 40
            },
            "strength": 17,
            "dexterity": 13,
            "constitution": 13,
            "intelligence": 13,
            "wisdom": 14,
            "charisma": 10,
            "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": "acid, fire; nonmagic B/P/S attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "blindsight 30', passive Perception 12",
            "languages": "Aquan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, 10 ft., one target, 16 (3d8+3) bludgeoning damage and target: DC 13 Str save or be pushed up to 10 ft. away from the beach weird."
                },
                {
                    "name": "Create Quicksand (3/Day)",
                    "desc": "Creates a 10 ft. radius 5 ft. deep area of quicksand centered on a point it can see within 30' of it. A creature that starts its turn in the quicksand or enters area for the first time on a turn: DC 13 Str save or be grappled by it. Grappled creature must make DC 13 Str save at start of each of its turns or sink 1 foot into the quicksand. A Small creature that sinks 2'+ or a Med creature that sinks 3'+ is restrained instead."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Elemental Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Invisible in Water",
                    "desc": "Is invisible while fully immersed in water."
                },
                {
                    "name": "Swim in Sand",
                    "desc": "Can burrow through sand at half its swim speed. It can't make attacks while immersed in sand."
                },
                {
                    "name": "Tidepool Bound",
                    "desc": "Dies if it moves more than 100' from the tide pools to which it is bound or if those tide pools remain waterless for more than 24 hrs."
                }
            ],
            "spell_list": [],
            "page_no": 52,
            "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_beach-weird/"
        },
        {
            "slug": "bearfolk-thunderstomper",
            "desc": "",
            "name": "Bearfolk Thunderstomper",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "chain shirt",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 14,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "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', tremorsense 30', passive Perception 15",
            "languages": "Common, Giant, Umbral",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Thunder Stomp or Warsong then 1 Bite and 1 War Flute."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) piercing damage."
                },
                {
                    "name": "War Flute",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 8 (1d8+4) bludgeoning damage + 4 (1d8) thunder."
                },
                {
                    "name": "Thunder Stomp",
                    "desc": "Hammers its feet on the ground while chanting emitting destructive energy in a 15 ft. cube. Each creature in that area: 10 (3d6) thunder and be knocked prone (DC 15 Str negates both)."
                },
                {
                    "name": "Warsong",
                    "desc": "Sets an inspiring rhythm with its dancing. Each friendly creature within 60' of the bearfolk has advantage on all saves vs. being charmed or frightened until end of bearfolk's next turn."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 15): At will: dancing lights prestidigitation vicious mockery2/day ea: charm person disguise self mirror image1/day ea: compulsion enthrall freedom of movement hypnotic pattern"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Frenzy (Recharges on a Short or Long Rest)",
                    "desc": "Triggers berserk frenzy for 1 min. It gains resistance to B/P/S damage from nonmagical weapons and has advantage on attacks. Attacks vs. frenzied bearfolk have advantage."
                },
                {
                    "name": "Taunt (2/Day)",
                    "desc": "Jests at one creature it can see within 30' of it. If target can hear bearfolk target: DC 15 Cha save or disadvantage on ability checks attacks and saves until start of bearfolk's next turn."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Deceptive Steps",
                    "desc": "While traveling can perform a stomping dance that mimics thundering footsteps of giants. Any creature within half mile that hears it but can't see bearfolk: DC 15 Wis (Perception) or believe sound comes from Giants (or other Huge or larger creatures)."
                },
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                }
            ],
            "spell_list": [],
            "page_no": 53,
            "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_bearfolk-thunderstomper/"
        },
        {
            "slug": "beetle-clacker-soldier",
            "desc": "",
            "name": "Beetle, Clacker Soldier",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 18,
            "hit_dice": "4d6+4",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 8,
            "dexterity": 14,
            "constitution": 13,
            "intelligence": 1,
            "wisdom": 7,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -2,
            "skills": {
                "perception": -2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "slashing from nonmagical attacks",
            "damage_immunities": "thunder",
            "condition_immunities": "",
            "senses": "blindsight 30', passive Perception 8",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 0 ft., one creature,. 11 (2d8+2) piercing damage."
                },
                {
                    "name": "Clack",
                    "desc": "Clacks its mandibles to create small but dangerous booming noise in 15 ft. cone. Each creature in area: 5 (2d4) thunder (DC 13 Con half). When multiple beetles clack in same turn and create overlapping cones each creature in overlapping cones makes one save with disadvantage vs. total damage from all overlapping cones rather than one save for each."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Compact",
                    "desc": "Can occupy same space as one other clacker soldier."
                }
            ],
            "spell_list": [],
            "page_no": 54,
            "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_beetle-clacker-soldier/"
        },
        {
            "slug": "beetle-clacker-swarm",
            "desc": "",
            "name": "Beetle, Clacker Swarm",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 36,
            "hit_dice": "8d8",
            "speed": {
                "walk": 20,
                "climb": 20
            },
            "strength": 3,
            "dexterity": 13,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 7,
            "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": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, prone, restrained, stunned",
            "senses": "blindsight 30', passive Perception 8",
            "languages": "—",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +3 to hit 0' 1 tgt in the swarm's space. 14 (4d6) piercing damage or 7 (2d6) piercing damage if the swarm has half of its hp or fewer."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Constant Clacking",
                    "desc": "A creature that starts its turn in the swarm's space takes 5 (1d10) thunder."
                },
                {
                    "name": "Swarm",
                    "desc": "Can occupy another creature's space and vice versa and swarm can move through any opening large enough for a Tiny creature. Swarm can't regain hp or gain temp hp."
                }
            ],
            "spell_list": [],
            "page_no": 54,
            "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_beetle-clacker-swarm/"
        },
        {
            "slug": "belu",
            "desc": "",
            "name": "Belu",
            "size": "Huge",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 184,
            "hit_dice": "16d12+80",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison",
            "damage_immunities": "",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 10",
            "languages": "Common, Giant",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +10 to hit, 10 ft., one target, 20 (4d6+6) bludgeoning damage and target: DC 16 Str save or pushed up to 10 ft. away from it and knocked prone."
                },
                {
                    "name": "Shatterstone (Recharge 5-6)",
                    "desc": "Hurls enchanted rock at point it can see within 60' of it. Rock shatters on impact and each creature within 10 ft. of that point: 44 (8d10) slashing damage (DC 16 Dex half)."
                },
                {
                    "name": "Spellcasting",
                    "desc": "Cha (DC 14) no material components: At will: entangle speak with plants stone shape2/day: plant growth"
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Magically transforms into a Small or Med Humanoid or back into its true form. Its stats other than size are same in each form. Any equipment it is wearing or carrying transforms with it. If it dies it reverts to its true form."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Healing Lotuscraft",
                    "desc": "(1/Day). Can spend 1 min crafting poultice that lasts 24 hrs. When a creature takes an action to apply poultice to a wound or skin of a creature target regains 18 (4d8) hp and is cured of any diseases or conditions affecting it."
                }
            ],
            "spell_list": [],
            "page_no": 55,
            "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_belu/"
        },
        {
            "slug": "berberoka",
            "desc": "",
            "name": "Berberoka",
            "size": "Large",
            "type": "Giant",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 40,
                "swim": 40
            },
            "strength": 20,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid",
            "damage_immunities": "poison",
            "condition_immunities": "paralyzed, petrified, poisoned",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "Common, Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": null,
            "bonus_actions": [
                {
                    "name": "Saturated Expansion",
                    "desc": "While in contact with body of water it absorbs water that is a cube up to 10 ft. on a side and becomes saturated as water fills its body. While saturated increases in size along with anything it is wearing or carrying becoming Huge and has advantage on Str checks and Str saves. If it lacks room to become Huge it attains max size possible in space available. Ground exposed by the absorbed water becomes difficult terrain."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Aqueous Regeneration",
                    "desc": "If it starts its turn in contact with body of water large enough to submerge at least half of its body it regains 10 hp if it has at least 1 hp."
                },
                {
                    "name": "Swamp Camouflage",
                    "desc": "Has advantage on Dex (Stealth) checks made to hide in marshland or swamp terrain."
                },
                {
                    "name": "Swamp Stalker",
                    "desc": "Leaves behind no tracks or other traces of its passage when it moves through marshland or swamp terrain."
                },
                {
                    "name": "Multiattack",
                    "desc": "Three Slams or two Muck-Coated Slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 14 (2d8+5) bludgeoning damage."
                },
                {
                    "name": "Muck-Coated Slam (Saturated Only)",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 24 (3d12+5) bludgeoning damage and the target: DC 15 Dex save or its speed is reduced by 10 ft. as mud and muck coat it. A creature including target can take an action to clean off the mud and muck."
                },
                {
                    "name": "Water Jet (Saturated Only Recharge 4-6)",
                    "desc": "Releases all absorbed water as a powerful jet in a 60' line that is 5 ft. wide. Each creature in that line: 40 (9d8) bludgeoning damage and is pushed up to 15 ft. away from it and knocked prone (DC 14 Dex half damage and isn't pushed or knocked prone). After using Water Jet it is no longer saturated."
                }
            ],
            "spell_list": [],
            "page_no": 56,
            "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_berberoka/"
        },
        {
            "slug": "birgemon-seal",
            "desc": "",
            "name": "Birgemon Seal",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "walk": 20,
                "swim": 60
            },
            "strength": 12,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 4,
            "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": "acid, cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack one Toothy Maw attack and three Tendril attacks. It can replace all three Tendril attacks with use of Reel."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 7 (2d4+2) piercing damage."
                },
                {
                    "name": "Toothy Maw",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 9 (2d6+2) piercing damage."
                },
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +4 to hit, 15 ft., one target, The target is grappled (escape DC 13) if it is a Med or smaller creature and the seal can't use the same tendril on another target. If a creature is grappled by two or more tendrils it is also Restrained."
                },
                {
                    "name": "Reel",
                    "desc": "Pulls each creature grappled by it up to 10 ft. straight toward it."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Ice Slide",
                    "desc": "If the birgemon seal moves at least 10 ft. in a straight line while on snow or ice during its turn it can slide up to 40 feet."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Frozen to the Spot",
                    "desc": "When on snow or ice the birgemon seal can't be moved vs. its will."
                },
                {
                    "name": "Hold Breath",
                    "desc": "Can hold its breath for 90 min."
                }
            ],
            "spell_list": [],
            "page_no": 57,
            "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_birgemon-seal/"
        },
        {
            "slug": "black-patch",
            "desc": "",
            "name": "Black Patch",
            "size": "Large",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 7,
            "armor_desc": "",
            "hit_points": 153,
            "hit_dice": "18d10+54",
            "speed": {
                "walk": 0,
                "swim": 40
            },
            "strength": 18,
            "dexterity": 5,
            "constitution": 16,
            "intelligence": 4,
            "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": "",
            "damage_resistances": "cold",
            "damage_immunities": "acid, poison",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, poisoned, prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 8",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "2 Pseudopods. Can replace 1 with Viscid Suffocation."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 7 (1d6+4) bludgeoning damage + 13 (3d8) acid."
                },
                {
                    "name": "Viscid Suffocation",
                    "desc": "One creature in patch's space: DC 15 Dex save or take 18 (4d8) acid and patch attaches to it coating creature and its equipment. While patch is attached to it creature's speed is halved can't breathe and takes 9 (2d8) acid at start of each of its turns. Also if creature is in the water has disadvantage on ability checks to swim or stay afloat. Patch can devour flesh quickly but its acid doesn't harm metal wood or similar objects or creatures with o flesh. Patch can detach itself by spending 5 ft. of move. A creature including target can take its action to detach patch via DC 15 Str check."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Eldritch Luminance",
                    "desc": "When a creature that can see the patch starts its turn within 90' of it patch can force it to make a DC 15 Wis save if ooze isn't incapacitated and can see the creature. Fail: creature is mesmerized 1 min. Mesmerized creature over 5 ft. away from patch must move on its turn toward ooze by most direct route trying to get within 5 feet. It doesn't avoid opportunity attacks but before moving into damaging terrain such as lava or a pit and whenever it takes damage from a source other than ooze target can re-save. Mesmerized target can also re-save at end of each of its turns success ends effect on itself. If creature's save succeeds or effect ends for it is immune to patch's Eldritch Luminance for next 24 hrs."
                },
                {
                    "name": "Flowing Form",
                    "desc": "Can enter hostile creature's space and stop there. It can move through a space as narrow as 1ft. wide with o squeezing."
                },
                {
                    "name": "Ooze Nature",
                    "desc": "Doesn't require sleep."
                }
            ],
            "spell_list": [],
            "page_no": 58,
            "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_black-patch/"
        },
        {
            "slug": "blaspheming-hand",
            "desc": "",
            "name": "Blaspheming Hand",
            "size": "Large",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 68,
            "hit_dice": "8d10+24",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 17,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 12,
            "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": "cold, fire, psychic; nonmagic B/P/S attacks not made w/silvered weapons",
            "damage_immunities": "poison",
            "condition_immunities": "blinded, deafened, poisoned",
            "senses": "blindsight 60' (blind beyond), passive Perception 11",
            "languages": "understands Abyssal and Infernal but can't speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Claw attack and uses Evil Fingers."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 11 (2d6+4) slashing damage and target is grappled (escape DC 14) if it is a Med or smaller creature and hand isn't being used as a mount. Until the grapple ends the target is restrained hand can't use its Claw on another and hand's walking speed is reduced to 0."
                },
                {
                    "name": "Evil Fingers",
                    "desc": "Gestures at one creature it can see within 60' causing one of the following effects:Beckoning Finger Target: DC 14 Str save or be magically pulled up to 30' in a straight line toward hand. If creature is pulled to within 5 ft. of the hand hand can make one Claw attack vs. it as a bonus action.Punishing Finger Target: DC 14 Cha save or take 10 (3d6) fire and be marked for punishment. Until start of hand's next turn each time punished target makes an attack vs. the hand or its rider target takes 7 (2d6) fire.Repelling Finger Target: DC 14 Str save or take 11 (2d10) force and be pushed up to 10 ft. away from the hand and knocked prone.Unravelling Finger Target: DC 14 Wis save or bear a magical mark. When hand deals damage to marked creature regains hp equal to half damage dealt. Mark lasts until hand dismisses it as a bonus action or it uses Unravelling Finger again."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Steadfast",
                    "desc": "Can't be charmed or frightened while at least one of its allies is within 30' of it."
                }
            ],
            "spell_list": [],
            "page_no": 60,
            "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_blaspheming-hand/"
        },
        {
            "slug": "blestsessebe",
            "desc": "",
            "name": "Blestsessebe",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 144,
            "hit_dice": "17d10+51",
            "speed": {
                "walk": 50
            },
            "strength": 21,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 11,
            "wisdom": 17,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": 7,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison, radiant",
            "damage_immunities": "",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "Celestial, Common",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Gore attack and two Hooves attacks."
                },
                {
                    "name": "Gore",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 18 (3d8+5) piercing damage + 13 (3d8) radiant."
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 12 (2d6+5) bludgeoning damage."
                },
                {
                    "name": "Distracting Glow (Recharge 6)",
                    "desc": "Its horns flare brightly for a moment distracting its enemies. Each hostile creature within 60' of it and can see its horns: DC 15 Wis save or entranced by it until start of blestsessebe's next turn. Entranced creature has disadvantage on attacks vs. creatures other than blestsessebe."
                },
                {
                    "name": "Hastening Stomp (Recharge 5-6)",
                    "desc": "Rears and stomps sending small magical shockwave. For 1 min each friendly creature within 60' of it increases its speed by 10 ft. and can use Free Runner bonus action."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Free Runner",
                    "desc": "Can take the Dash action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blur of Motion",
                    "desc": "When it moves 30'+ on its turn ranged attack rolls vs. it have disadvantage until start of its next turn."
                },
                {
                    "name": "Freedom of Movement",
                    "desc": "Ignores difficult terrain and magical effects can't reduce its speed or cause it to be restrained. Can spend 5 ft. of move to escape nonmagical restraints or being grappled."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Trampling Charge",
                    "desc": "If it moves 30'+ straight toward a creature and then hits it with gore on the same turn target: DC 15 Str save or be knocked prone. If target is prone blestsessebe can make one hooves attack vs. it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 61,
            "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_blestsessebe/"
        },
        {
            "slug": "blood-barnacle",
            "desc": "",
            "name": "Blood Barnacle",
            "size": "Tiny",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 25,
            "hit_dice": "10d4",
            "speed": {
                "walk": 10,
                "swim": 30
            },
            "strength": 2,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 1,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 2,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "fire",
            "damage_resistances": "necrotic",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60' (blind beyond), passive Perception 11",
            "languages": "—",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one creature,. 5 (1d6+2) piercing damage and barnacle attaches to target. While attached barnacle doesn't attack. Instead at start of each of barnacle's turns target loses 5 (1d6+2) hp due to blood loss. Barnacle can detach itself by spending 5 ft. of its movement. A creature including target can take its action to detach barnacle via DC 12 Str check. When barnacle is removed target takes 2 (1d4) piercing damage. If creature ends its turn with barnacle attached to it that creature: DC 12 Con save or contract barnacle shivers (see above)."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Host Defense",
                    "desc": "When a creature damages an attached blood barnacle with anything other than fire creature hosting barnacle must make DC 12 Wis save or use its reaction to protect the barnacle. Barnacle takes half the damage dealt to it and host takes the other half."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Barnacle Shivers",
                    "desc": "Characterized by inescapable cold and shiveringthat slowly pervades victim's body this is a disease that infects creatures attacked by blood barnacles. Until disease is cured infected creature can't regain hp except magically and its hp max decreases by 3 (1d6) for every 24 hrs that elapse. Reduction lasts until disease is cured. Creature dies if disease reduces its hp max to 0. A Humanoid or Beast slain by this disease rises 24 hrs later as a zombie. Zombie isn't under barnacle's control but it views barnacle as an ally."
                },
                {
                    "name": "Blood Sense",
                    "desc": "Can pinpoint by scent location of creatures that aren't Constructs or Undead and that don't have all of their hp within 60' of it and can sense general direction of such creatures within 1 mile of it."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from normal barnacle."
                }
            ],
            "spell_list": [],
            "page_no": 62,
            "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_blood-barnacle/"
        },
        {
            "slug": "blood-flurry",
            "desc": "",
            "name": "Blood Flurry",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 144,
            "hit_dice": "17d8+68",
            "speed": {
                "walk": 15,
                "fly": 40
            },
            "strength": 5,
            "dexterity": 21,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 10,
            "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": "cold; B/P/S",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "darkvision 60', passive Perception 11",
            "languages": "understands Primordial but can't speak",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Free Bleeding Cuts attacks."
                },
                {
                    "name": "Free Bleeding Cuts",
                    "desc": "Melee Weapon Attack: +9 to hit 0' 1 tgt in the swarm's space. 27 (6d8) slashing damage or 13 (3d8) slashing damage if flurry has half of its hp or fewer. If target is a creature other than an Undead or a Construct: DC 16 Con save or lose 13 (3d8) hp at start of each of its turns due to a bleeding wound. Any creature can take an action to stanch the wound with successful DC 12 Wis (Medicine) check. Wound also closes if target receives magical healing."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blood Sense",
                    "desc": "Can pinpoint by scent the location of creatures that aren't Undead or Constructs within 30' of it."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from collection of snowflakes whether resting on the ground or carried by natural winds. It loses this trait if it has consumed blood in the last 24 hrs. "
                },
                {
                    "name": "Rust Vulnerability",
                    "desc": "The large amount of iron in its diet makes it susceptible to effects that harm ferrous metal such as the rust monster's Antennae."
                },
                {
                    "name": "Swarm",
                    "desc": "Can occupy another creature's space and vice versa and flurry can move through any opening large enough for a Tiny crystalline Aberration. Can't regain hp or gain temp hp."
                }
            ],
            "spell_list": [],
            "page_no": 63,
            "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_blood-flurry/"
        },
        {
            "slug": "bone-collector",
            "desc": "",
            "name": "Bone Collector",
            "size": "Small",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 21,
            "hit_dice": "6d6",
            "speed": {
                "walk": 15,
                "fly": 60
            },
            "strength": 6,
            "dexterity": 15,
            "constitution": 11,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60', passive Perception 14",
            "languages": "understands Common but can't speak",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 9 (2d6+2) slashing damage. If target is a creature: DC 11 Con save or contract a disease. Until disease is cured target can't regain hp except by magical means and target's hp max decreases by 3 (1d6) every 24 hrs. If target's hp max drops to 0 as a result of this disease target dies."
                },
                {
                    "name": "Bad Omen (1/Day)",
                    "desc": "Places a bad omen on a creature it can see within 20' of it. Target: DC 10 Wis save or be cursed for 1 min. While cursed target has disadvantage on attack rolls vs. bone collector. Target can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Call of the Grave",
                    "desc": "Attacks made within 60' of the bone collector score a critical hit on a roll of 19 or 20."
                },
                {
                    "name": "Death Sense",
                    "desc": "Can pinpoint by scent location of Undead creatures and creatures that have been dead no longer than 1 week within 60' of it and can sense the general direction of such creatures within 1 mile of it."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Undead Nature",
                    "desc": "Doesn't require air food drink or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 64,
            "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_bone-collector/"
        },
        {
            "slug": "bone-lord",
            "desc": "",
            "name": "Bone Lord",
            "size": "Huge",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 285,
            "hit_dice": "30d12+90",
            "speed": {
                "walk": 40
            },
            "strength": 21,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 14,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, lightning",
            "damage_immunities": "necrotic, poison; nonmagic bludgeoning, piercing, and slashing attacks",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 90', passive Perception 20 ",
            "languages": "Common",
            "challenge_rating": "19",
            "cr": 19.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Four Claws. Can replace one with one Tail attack."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, 10 ft., one target, 14 (2d8+5) slashing damage + 9 (2d8) necrotic and target is grappled (escape DC 19). Until grapple ends target is restrained. Has 4 claws each can grapple only 1 target."
                },
                {
                    "name": "Sovereign's Onslaught",
                    "desc": "Commands up to four friendly Undead it can see within 60' of it to move. Each target can use its reaction to immediately move up to its speed. This movement doesn't provoke opportunity attacks."
                },
                {
                    "name": "Sovereign's Reprisal",
                    "desc": "Commands one friendly Undead within 30' to attack. Target can make one weapon attack as reaction."
                },
                {
                    "name": "Call Servants (2)",
                    "desc": "Uses Servants of Death."
                },
                {
                    "name": "Fling (2)",
                    "desc": "Uses Fling."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Sovereign's Onslaught",
                    "desc": "Commands up to four friendly Undead it can see within 60' of it to move. Each target can use its reaction to immediately move up to its speed. This movement doesn't provoke opportunity attacks."
                },
                {
                    "name": "Sovereign's Reprisal",
                    "desc": "Commands one friendly Undead within 30' to attack. Target can make one weapon attack as reaction."
                },
                {
                    "name": "Call Servants (2)",
                    "desc": "Uses Servants of Death."
                },
                {
                    "name": "Fling (2)",
                    "desc": "Uses Fling."
                }
            ],
            "special_abilities": [
                {
                    "name": "Death-Infused Weapons",
                    "desc": "Weapon attacks are magical. When it hits with any weapon deals extra 2d8 necrotic (included below)."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Master Tactician",
                    "desc": "It and any friendly Undead within 60' of it have advantage on attack rolls vs. a creature if at least one of the Undead's allies is within 5 ft. of the creature and ally isn't incapacitated."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "As long as at least one of its bones remains a destroyed bone lord gathers a new body in 1d10 days regaining all its hp and becoming active again. New body appears within 5 ft. of the largest remaining bone from its body."
                },
                {
                    "name": "Turning",
                    "desc": "[+]Defiance[/+] It and any Undead within 60' of it: advantage on saves vs. effects that turn Undead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +11 to hit, 15 ft., one target, 16 (2d10+5) bludgeoning damage + 9 (2d8) necrotic. Target: DC 19 Str save or be pushed up to 15 ft. away from bone lord."
                },
                {
                    "name": "Fling",
                    "desc": "One Med or smaller object held or creature grappled by bone lord is thrown up to 60' in a random direction and knocked prone. If a thrown target strikes a solid surface target takes 3 (1d6) bludgeoning damage for every 10 ft. it was thrown. If target is thrown at another creature that creature: DC 19 Dex save or take the same damage and be knocked prone."
                },
                {
                    "name": "Servants of Death",
                    "desc": "The bone lord magically calls 3d6 skeletons or zombies 2d4 ghouls or 2 wights. Called creatures arrive in 1d4 rounds acting as allies of bone lord and obeying its spoken commands. The Undead remain for 1 hr until bone lord dies or until bone lord dismisses them as a bonus action. Bone lord can have any number of Undead under its control at one time provided combined total CR of the Undead is no higher than 8."
                },
                {
                    "name": "Pattern of Death (Recharge 6)",
                    "desc": "Necrotic energy ripples out from the bone lord. Each creature that isn't a Construct or Undead within 30' of it: 54 (12d8) necrotic (DC 19 Con half). Each friendly Undead within 30' of the bone lord including the bone lord regains hp equal to half the single highest amount of necrotic dealt."
                }
            ],
            "spell_list": [],
            "page_no": 65,
            "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_bone-lord/"
        },
        {
            "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",
            "desc": "",
            "name": "Brownie",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 28,
            "hit_dice": "8d4+8",
            "speed": {
                "walk": 30
            },
            "strength": 4,
            "dexterity": 20,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 3,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Common, Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Branch Spear",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit 5 ft. or range 20/60' one target 10 (2d4+5) piercing damage."
                },
                {
                    "name": "Domestic Magic",
                    "desc": "Wis no material components: At will: mending and prestidigitation"
                },
                {
                    "name": "Invisibility",
                    "desc": "Magically turns invisible until it attacks or uses Domestic Magic or until its concentration ends (as if concentrating on a spell). Any equipment the brownie wears or carries is invisible with it."
                }
            ],
            "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/"
        },
        {
            "slug": "brownie-beastrider",
            "desc": "",
            "name": "Brownie Beastrider",
            "size": "Tiny",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "neutral good",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 54,
            "hit_dice": "12d4+24",
            "speed": {
                "walk": 30
            },
            "strength": 4,
            "dexterity": 20,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 3,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Common, Sylvan",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Branch Spears or it makes one Branch Spear and its mount makes one melee weapon attack."
                },
                {
                    "name": "Branch Spear",
                    "desc": "Melee or Ranged Weapon Attack: +7 to hit 5 ft. or range 20/60' one target 10 (2d4+5) piercing damage."
                },
                {
                    "name": "Domestic Magic",
                    "desc": "Wis no material components: At will: mending and prestidigitation"
                },
                {
                    "name": "Invisibility",
                    "desc": "Magically turns invisible until it attacks uses Domestic Magic or Beasts of the Forest or until its concentration ends (as if concentrating on a spell). Any equipment it wears or carries is invisible with it."
                },
                {
                    "name": "Beasts of the Forest (1/Day)",
                    "desc": "Magically calls 2d4 hawks or ravens or it calls 1 black bear or wolf. Called creatures arrive in 1d4 rounds acting as allies of brownie and obeying its spoken commands. The Beasts remain for 1 hr until brownie dies or until brownie dismisses them as a bonus action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Mounted Warrior",
                    "desc": "While mounted the brownie's mount can't be charmed or frightened."
                },
                {
                    "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-beastrider/"
        },
        {
            "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": "brumalek",
            "desc": "",
            "name": "Brumalek",
            "size": "Small",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 40,
            "hit_dice": "9d6+9",
            "speed": {
                "walk": 30,
                "burrow": 20,
                "climb": 20
            },
            "strength": 5,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 4,
            "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": "cold",
            "damage_immunities": "thunder",
            "condition_immunities": "deafened",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "—",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Headbutt",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d6+3) bludgeoning damage."
                },
                {
                    "name": "Reverberating Howl",
                    "desc": "Releases an ear-shattering howl in a 30' cone that is audible 300' away. Each creature in that cone must make a DC 13 Dex save. On a failure a creature takes 5 (2d4) thunder and is deafened for 1 min. On a success the creature takes half the damage and isn't deafened. A deafened creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Skittish",
                    "desc": "Can take the Dash or Disengage action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                },
                {
                    "name": "Snow Stride",
                    "desc": "A brumalek can burrow through nonmagical snow and earth. While doing so it doesn't disturb the material it moves through. In addition difficult terrain composed of snow doesn't cost it extra movement."
                }
            ],
            "spell_list": [],
            "page_no": 70,
            "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_brumalek/"
        },
        {
            "slug": "caldera-kite",
            "desc": "",
            "name": "Caldera Kite",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 119,
            "hit_dice": "14d10+42",
            "speed": {
                "walk": 0,
                "fly": 60
            },
            "strength": 18,
            "dexterity": 19,
            "constitution": 16,
            "intelligence": 3,
            "wisdom": 12,
            "charisma": 4,
            "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": "acid, fire, poison",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "passive Perception 14",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Wings or one Wings and one Proboscis."
                },
                {
                    "name": "Proboscis",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 11 (2d6+4) piercing damage. Target is grappled (escape DC 17) if it is a Med or smaller creature and kite doesn't have another creature grappled. Until grapple ends creature is restrained caldera kite can automatically hit target with its Proboscis and kite can't make Proboscis attacks vs. other targets."
                },
                {
                    "name": "Wings",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) slashing damage and 7 (2d6) poison."
                },
                {
                    "name": "Dust Cloud (Recharge 4-6)",
                    "desc": "Kite thrashes its body and releases stored toxic gases. Each creature within 20' of kite: 28 (8d6) poison (DC 14 Con half). Creature that fails save can't speak and is suffocating until it is no longer within 20' of caldera kite."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Firesight",
                    "desc": "Can see through areas obscured by fire smoke and fog with o penalty."
                },
                {
                    "name": "Flyby",
                    "desc": "Doesn't provoke opportunity attacks when it flies out of an enemy's reach."
                },
                {
                    "name": "Sulfuric Haze",
                    "desc": "A glittering haze emanates from it within 10 ft. of it. Haze moves with kite lightly obscuring area. If dispersed by a wind of moderate or greater speed (10+ miles per hr) haze reappears at start of kite's next turn. When a creature enters haze's area for first time on a turn or starts its turn there that creature: 7 (2d6) poison and is poisoned until end of its next turn (DC 14 Con half damage and isn't poisoned). If a creature's save is successful it is immune to Sulphuric Haze of all caldera kites for 1 min."
                }
            ],
            "spell_list": [],
            "page_no": 71,
            "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_caldera-kite/"
        },
        {
            "slug": "capybear",
            "desc": "",
            "name": "Capybear",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "walk": 30,
                "swim": 20
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 17,
            "intelligence": 9,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "Capybear",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 9 (2d6+2) piercing damage."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 7 (2d4+2) bludgeoning damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Protect the Community",
                    "desc": "When another capybear within 5 ft. of this capybear is hit by an attack this capybear can leap in the way becoming the new target of the attack."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "Can hold its breath for 30 min."
                },
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Pack Tactics",
                    "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target."
                },
                {
                    "name": "Pounce",
                    "desc": "If the capybear moves at least 20' straight toward a creature and then hits it with Slam attack on the same turn that target must make DC 13 Str save or be knocked prone. If the target is prone the capybear can make one Bite attack vs. it as a bonus action."
                },
                {
                    "name": "Swamp Camouflage",
                    "desc": "Has advantage on Dex (Stealth) checks made to hide in swamps or muddy terrain."
                }
            ],
            "spell_list": [],
            "page_no": 72,
            "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_capybear/"
        },
        {
            "slug": "caretaker-weevil",
            "desc": "",
            "name": "Caretaker Weevil",
            "size": "Medium",
            "type": "Beast",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 51,
            "hit_dice": "6d8+24",
            "speed": {
                "walk": 30,
                "climb": 15
            },
            "strength": 10,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 3,
            "wisdom": 14,
            "charisma": 4,
            "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": "tremorsense 30', passive Perception 14",
            "languages": "—",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Mandibles",
                    "desc": "Melee Weapon Attack: +3 to hit, 5 ft., one target, 10 (2d8+1) slashing damage."
                },
                {
                    "name": "Glue Glob",
                    "desc": "Ranged Weapon Attack: +3 to hit 30/60' one target 7 (2d6) acid. Target restrained for 1 min (DC 13 Dex its speed is halved for 1 min instead). Target can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Regenerative Spittle (3/Day)",
                    "desc": "Launches spittle at one creature it can see within 10 ft. of it. Target regains 2 (1d4) hp. For 1 min target regains 1 hp at the start of each of its turns."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Calming Presence",
                    "desc": "A creature that enters a space within 5 ft. of weevil or that starts its turn there: DC 13 Cha save or be indifferent to all creatures that it is hostile toward while it remains within 60' of weevil. This indifference ends if the creature is attacked or harmed by a spell or if it witnesses any of its allies being harmed."
                },
                {
                    "name": "Diligent Preservation",
                    "desc": "A creature that isn't a Construct or Undead and that starts its turn with 0 hp within 60' of weevil becomes stable. In addition any corpse within 60' of weevil is protected from decay and can't become Undead while it remains within 60' of weevil and for 24 hrs after it leaves the area."
                }
            ],
            "spell_list": [],
            "page_no": 73,
            "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_caretaker-weevil/"
        },
        {
            "slug": "catamount",
            "desc": "",
            "name": "Catamount",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 117,
            "hit_dice": "18d10+18",
            "speed": {
                "walk": 40
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 4,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 30', passive Perception 12",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 8 (1d8+4) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 9 (2d4+4) slashing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Control Earth",
                    "desc": "Molds the ground near it causing one of: Stone Wall Causes wall of rock to rise from ground at a point it can see within 30' of it. Wall is up to 30' long 5 ft. high and 5 ft. thick. It can be any shape as long as its base is connected to the ground. If wall cuts through creature's space when it appears creature is pushed to one side (catamount's choice). If creature would be surrounded on all sides by the wall it can make a DC 14 Dex save. On success it can use its reaction to move up to its speed so it is not enclosed by the wall. Wall lasts 1 min or until catamount creates new wall.Fissure Catamount causes a rift to form in the ground at a point it can see within 30' of it. Rift can be up to 15 ft. wide up to 30' long and up to 10 ft. deep and can be any shape. Each creature standing on a spot where fissure opens must make DC 14 Dex save or fall in. Creature that successfully saves moves with fissure's edge as it opens. Fissure that opens beneath a structure causes it to automatically collapse as if structure was in the area of an earthquake spell. It can have only one fissure open at a time. If it opens another previous fissure closes shunting all creatures inside it to surface.Tremors Catamount causes earth beneath its feet to shake and shift. Each creature within 30' of it: 3 (1d6) bludgeoning damage and be knocked prone (DC 14 Str negates both)."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Well-Grounded",
                    "desc": "Has advantage on ability checks and saves made vs. effects that would knock it prone."
                }
            ],
            "spell_list": [],
            "page_no": 74,
            "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_catamount/"
        },
        {
            "slug": "catonoctrix",
            "desc": "",
            "name": "Catonoctrix",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 21,
            "dexterity": 12,
            "constitution": 21,
            "intelligence": 18,
            "wisdom": 15,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 9,
            "intelligence_save": 8,
            "wisdom_save": null,
            "charisma_save": 8,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic",
            "condition_immunities": "",
            "senses": "darkvision 120', truesight 30', passive Perception 16",
            "languages": "Common, Draconic, Deep Speech, telepathy 120'",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite and two Claws or it makes three Psychic Bolts. It can replace one attack with Spellcasting."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, 10 ft., one target, 18 (3d8+5) piercing damage + 7 (2d6) psychic."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 15 (3d6+5) slashing damage."
                },
                {
                    "name": "Psychic Bolt",
                    "desc": "Ranged Spell Attack: +8 to hit, 60 ft., one target, 18 (4d6+4) psychic."
                },
                {
                    "name": "Mind Ravage (Recharge 5-6)",
                    "desc": "Unleashes a torrent of psychic energy. Each creature within 20' of catonoctrix: 45 (10d8) psychic and is stunned for 1 min (DC 16 Int half damage and isn't stunned). A stunned creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Spellcasting (Psionics)",
                    "desc": "Int (DC 15) no spell components: At will: detect thoughts divination1/day ea: confusion scrying suggestion"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Precognitive Dodge",
                    "desc": "Adds 4 to its AC vs. one attack that would hit it. To do so it must see the attacker and be within 30' of it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pierce the Veil",
                    "desc": "When a creature catonoctrix can see is stunned by Mind Ravage catonoctrix learns one secret the creature knows."
                }
            ],
            "spell_list": [],
            "page_no": 75,
            "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_catonoctrix/"
        },
        {
            "slug": "catterball",
            "desc": "",
            "name": "Catterball",
            "size": "Small",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 44,
            "hit_dice": "8d6+16",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 17,
            "constitution": 14,
            "intelligence": 5,
            "wisdom": 12,
            "charisma": 15,
            "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": "acid",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "poisoned ",
            "senses": "blindsight 30', passive Perception 11",
            "languages": "Sylvan",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Slam (Extended or True Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d6+3) bludgeoning damage."
                },
                {
                    "name": "Snap Back (Extended Form Only)",
                    "desc": "Violently returns to its true form. Each creature within 5 ft. of it: 4 (1d8) thunder or 9 (2d8) if catterball has extended its reach to 15 feet and is deafened for 1 min (DC 12 Dex half damage not deafened). A deafened creature can make a DC 12 Con save at the end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Form",
                    "desc": "Can extend its body roll up into a ball or return to true form. Each time it extends its body its reach with slam increases by 5 feet max 15 feet and Armor Class decreases by 1."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Rubbery Flesh",
                    "desc": "Immune to any form-altering spell/effect and has advantage on ability checks and saves to escape grapple. Can move through a space as narrow as 1ft. wide with o squeezing."
                },
                {
                    "name": "Standing Leap (Ball Form Only)",
                    "desc": "Its long jump is up to 60' and its high jump is up to 30 feet with or with o a running start."
                }
            ],
            "spell_list": [],
            "page_no": 76,
            "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_catterball/"
        },
        {
            "slug": "cave-mimic",
            "desc": "",
            "name": "Cave Mimic",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 174,
            "hit_dice": "12d20+48",
            "speed": {
                "walk": 10,
                "burrow": 20
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 18,
            "intelligence": 5,
            "wisdom": 13,
            "charisma": 10,
            "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": "acid",
            "condition_immunities": "prone",
            "senses": "darkvision 60', tremorsense 60', passive Perception 14",
            "languages": "—",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Four Pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +8 to hit, 15 ft., one target, 10 (1d10+5) bludgeoning damage. If mimic is in object or terrain form target is subjected to mimic's Adhesive trait."
                },
                {
                    "name": "Stalagteeth (Terrain Form Recharge 4-6)",
                    "desc": "Launches harpoon-like pseudopod shaped like pointed object (ex: stalagtite) at a creature in its space. Target: DC 14 Dex or 24 (7d6) piercing damage and pseudopod stuck in it. While pseudopod is stuck target restrained and 10 (3d6) acid at start of each of its turns mimic can use bonus action to pull target up to 30' to its nearest wall ceiling or similar surface. Creature including target can use action to detach pseudopod via DC 15 Str. If target detaches harpoon while stuck to mimic's ceiling: normal fall damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Change Shape",
                    "desc": "Into Gargantuan object or stretches out as terrain up to 35 ft. cube or back to true amorphous form. Stats same. Items worn/carried not transformed. Reverts on death."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Adhesive (Object or Terrain Form)",
                    "desc": "Adheres to anything that touches it. Creature adhered is also grappled (escape DC 15). Ability checks to escape: disadvantage. It can choose for creature to not be affected."
                },
                {
                    "name": "False Appearance (Object or Terrain Form)",
                    "desc": "While motionless it is indistinguishable from an ordinary object or terrain feature."
                },
                {
                    "name": "Grappler",
                    "desc": "Advantage on attack rolls vs. any creature grappled by it."
                },
                {
                    "name": "Object Mimicry (Object or Terrain Form)",
                    "desc": "Shape minor pseudopods into Med or smaller objects. Creature that sees one can tell it is an imitation with DC 15 Wis (Insight) check. Creature with half its body in contact with object (ex: sitting on “chair”) is subject to Adhesive."
                },
                {
                    "name": "Stretched Form (Terrain Form)",
                    "desc": "Occupy another's space vice versa."
                },
                {
                    "name": "Tunneler",
                    "desc": "Can burrow through solid rock at half its burrow speed and leaves a 15-foot-diameter tunnel in its wake."
                }
            ],
            "spell_list": [],
            "page_no": 77,
            "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_cave-mimic/"
        },
        {
            "slug": "cave-sovereign",
            "desc": "",
            "name": "Cave Sovereign",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "speed": {
                "walk": 40,
                "climb": 30
            },
            "strength": 25,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": 8,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison, radiant; nonmagic B/P/S attacks not made w/adamantine weapons",
            "damage_immunities": "psychic",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 120', tremorsense 60', passive Perception 16",
            "languages": "understands all but can't speak, telepathy 120'",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite and two Slams. It can make one Tail in place of its Bite."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, 5 ft., one target, 25 (4d8+7) piercing damage + 11 (2d10) poison."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +12 to hit, 10 ft., one target, 23 (3d10+7) bludgeoning damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, 10 ft., one target, 26 (3d12+7) slashing damage. If target is a Large or smaller creature it is grappled (escape DC 18). Until the grapple ends the target is restrained and sovereign can't use its tail on another target."
                },
                {
                    "name": "Consume Soul (Recharge 5-6)",
                    "desc": "Chooses up to three creatures it can see within 60' of it that are incapacitated or stunned by Deathlights. Each target: 55 (10d10) psychic (DC 18 Wis half). Creature stunned by Deathlights has disadvantage on this save. Sovereign then regains hp equal to half total psychic dealt. A Humanoid slain by this rises 1d4 rounds later as a zombie under sovereign's control unless Humanoid is restored to life or its body is destroyed. Sovereign can have no more than thirty zombies under its control at one time."
                },
                {
                    "name": "Spellcasting (Psionics)",
                    "desc": "Cha (DC 18) no spell components: At will: detect thoughts mage hand (the hand is invisible)3/day ea: dimension door telekinesis1/day: hallucinatory terrain (as an action)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "The cave sovereign moves up to its speed with o provoking opportunity attacks."
                },
                {
                    "name": "Telekinetic Reel",
                    "desc": "Magically pulls incapacitated or stunned creature by its Deathlights it can see up to 20' straight toward it."
                },
                {
                    "name": "Cast a Spell (2)",
                    "desc": "Uses Spellcasting."
                },
                {
                    "name": "Tail Attack (2)",
                    "desc": "Makes one Tail attack."
                }
            ],
            "special_abilities": [
                {
                    "name": "Deathlights",
                    "desc": "When a creature that can see sovereigh's glowing antennae starts its turn within 30' of it sovereign can force it to make a DC 18 Wis save if sovereign isn't incapacitated and can see the creature. If save fails by 5+ creature is stunned until the start of its next turn. Otherwise creature that fails is incapacitated and its speed is reduced to 0 until start of its next turn as it remains transfixed in place by the lights. Unless surprised creature can avert its eyes to avoid the save at start of its turn. If creature does so it can't see sovereign until start of its next turn when it can avert again. If creature looks at sovereign in the meantime it must immediately save."
                },
                {
                    "name": "Illumination",
                    "desc": "Its antennae shed dim light in a 5 ft. radius. Radius increases to 20' while at least one creature is incapacitated or stunned by Deathlights. At start of its turn if no creatures are incapacitated or stunned by Deathlights sovereign can suppress this light until start of its next turn."
                },
                {
                    "name": "Inscrutable",
                    "desc": "Immune to any effect to sense its emotions or read its thoughts as well as any divination spell it refuses. Wis (Insight) checks made to ascertain sovereign's intentions or sincerity have disadvantage."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Spider Climb",
                    "desc": "Difficult surfaces even ceilings no ability check."
                },
                {
                    "name": "Sinuous Form",
                    "desc": "Provided there is suitable room to accommodate its bulk can squeeze through any opening large enough for a Small creature."
                }
            ],
            "spell_list": [],
            "page_no": 78,
            "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_cave-sovereign/"
        },
        {
            "slug": "chaos-creeper",
            "desc": "",
            "name": "Chaos Creeper",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 150,
            "hit_dice": "20d8+60",
            "speed": {
                "walk": 15,
                "climb": 10
            },
            "strength": 13,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 17,
            "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": "poison ",
            "condition_immunities": "blinded, deafened, poisoned, prone",
            "senses": "blindsight 60' (blind beyond), passive Perception 10 ",
            "languages": "Sylvan, telepathy 60'",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Vine Whip attacks or two Fruit Bomb attacks."
                },
                {
                    "name": "Vine Whip",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 18 (4d6+4) bludgeoning damage."
                },
                {
                    "name": "Fruit Bomb",
                    "desc": "Ranged Weapon Attack: +8 to hit 30/120' one target 31 (5d10+4) acid cold fire lightning poison or thunder (creeper's choice). Instead of dealing damage creeper can choose for fruit to trigger its Wondrous Cornucopia. Treat target as if it ate fruit where applicable."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pandemonium Fruit",
                    "desc": "Produces pitcher-shaped magical fruit. When creature picks fruit is subjected to Wondrous Cornucopia. Fruit withers 24 hrs after picking losing all magic. If creature expends spell slot of 3rd+ level or volunteers 2 Hit Dice of life (rolling them losing hp equal to result) while picking choose effect instead of random."
                },
                {
                    "name": "Wondrous Cornucopia",
                    "desc": "A creature that picks a creeper's fruit or is struck by Fruit Bomb triggers the fruit's chaotic magic. Roll d8: Butterfly Cloud Fuit explodes into a cloud of butterflies swirling out in 30' radius from fruit for 1 min making area heavily obscured.Restoration Creature eating the fruit ends one condition disease or reduction to one ability score or reduces exhaustion level by one.Poison Gas Fruit bursts into 20' radius red gas cloud centered on fruit. Area heavily obscured and lasts 1 min or until dispersed by strong wind. When creature enters cloud for first time on a turn or starts its turn there creature: 22 (5d8) poison (DC 16 Con half).Healing Creature eating fruit regains 22 (5d8) hp.Swarming Insects Fruit bursts releasing 2d4 swarms of insects.Protection Creature eating the fruit gains resistance to acid cold fire lightning poison or thunder (determined randomly) for 8 hrs.Squirrel Transformation Eaten: become squirrel 10 min (DC 16 Con).Cleansing All curses/diseases afflicting creature end when eaten."
                }
            ],
            "spell_list": [],
            "page_no": 80,
            "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_chaos-creeper/"
        },
        {
            "slug": "chaos-raptor",
            "desc": "",
            "name": "Chaos Raptor",
            "size": "Gargantuan",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 248,
            "hit_dice": "16d20+80",
            "speed": {
                "walk": 20,
                "burrow": 80,
                "fly": 120
            },
            "strength": 28,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": 5,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 60', passive Perception 15",
            "languages": "understands Common and Terran, but can't speak",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Beak attack and one Talons attack."
                },
                {
                    "name": "Beak",
                    "desc": "Melee Weapon Attack: +14 to hit, 10 ft., one target, 27 (4d8+9) piercing damage."
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +14 to hit, 5 ft., one target, 23 (4d6+9) slashing damage and target is grappled (escape DC 18). Until this grapple ends target is restrained and raptor can't use its talons on another target."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aura of Chaos",
                    "desc": "When a creature with Int of 4 or higher starts its turn within 30' of raptor creature must make a DC 18 Cha save. Fail: creature can't take reactions until start of its next turn and must roll a d8 to determine what it does during that turn. On 1-4 creature does nothing. On 5-6 creature takes no action but uses all its movement to move in a random direction. On 7-8 creature makes one melee attack vs. randomly determined creature within its reach or it does nothing if no creature is within its reach. At start of raptor's turn it chooses whether this aura is active."
                },
                {
                    "name": "Earth Glide",
                    "desc": "Can burrow through nonmagical unworked earth/stone with o disturbing material it moves through."
                },
                {
                    "name": "Keen Sight",
                    "desc": "Advantage: sight Wis (Percept) checks."
                },
                {
                    "name": "Regeneration",
                    "desc": "Raptor regains 20 hp at start of its turn if at least half of its body is submerged in earth or stone. If raptor takes thunder this trait doesn't function at start of raptor's next turn. Raptor dies only if it starts its turn with 0 hp and doesn't regenerate."
                }
            ],
            "spell_list": [],
            "page_no": 81,
            "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_chaos-raptor/"
        }
    ]
}