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

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

{
    "count": 3207,
    "next": "https://api.open5e.com/monsters/?ordering=-damage_vulnerabilities&page=2",
    "previous": null,
    "results": [
        {
            "slug": "moon-drake",
            "desc": "",
            "name": "Moon Drake",
            "size": "Medium",
            "type": "Dragon",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": null,
            "hit_points": 76,
            "hit_dice": "9d8+36",
            "speed": {
                "fly": 100,
                "walk": 25
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 19,
            "intelligence": 13,
            "wisdom": 18,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 4,
                "insight": 7
            },
            "damage_vulnerabilities": "varies (see Moonbound)",
            "damage_resistances": "varies (see Moonbound)",
            "damage_immunities": "",
            "condition_immunities": "paralyzed, unconscious",
            "senses": "darkvision 120 ft., passive Perception 14",
            "languages": "Celestial, Common, Draconic",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The moon drake makes three attacks: one with its bite and two with its claws.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) piercing damage plus 5 (1d10) radiant damage. A shapechanger that takes radiant damage from this attack instantly reverts to its true form and can't assume a different form for 1d4 rounds.",
                    "name": "Bite"
                },
                {
                    "attack_bonus": 8,
                    "damage_dice": "1d6+5",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) slashing damage.",
                    "name": "Claw"
                },
                {
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature afflicted with lycanthropy. Hit: The target must succeed on a DC 15 Constitution saving throw or be cured of lycanthropy (it can willingly fail this save). This attack can't cure a natural born lycanthrope of the curse of lycanthropy.",
                    "name": "Moonlight Nip"
                },
                {
                    "desc": "The drake exhales searing moonlight in a 60-foot line that is 5 feet wide. Each creature in that area must make a DC 15 Constitution saving throw, taking 33 (6d10) radiant damage on a failed save, or half as much damage on a successful one. A shapechanger makes its saving throw with disadvantage. If it fails, it also instantly reverts to its true form and can't assume a different form for 1d4 rounds.",
                    "name": "Lunarbeam (Recharge 5-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When the moon drake takes damage or is restrained, it can transmute its physical form into an incorporeal form of pure moonlight until the end of its next turn. While in this form, it has resistance to cold, fire, and lightning damage and immunity to bludgeoning, piercing, and slashing damage from nonmagical attacks. While in this form, the drake can pass through openings at least 1 inch wide and through transparent objects. It takes 5 (1d10) force damage if it ends its turn inside an object.",
                    "name": "Form of Moonlight"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The moon drake's saliva can be bottled, distilled, and used in 1-ounce doses. An afflicted lycanthrope that drinks this concoction is instantly cured of lycanthropy, requiring no saving throw. This draught can't cure a natural-born lycanthrope of the curse of lycanthropy.",
                    "name": "Curative Saliva"
                },
                {
                    "desc": "A moon drake's power waxes and wanes with the moon. Under a full moon, it has resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks and its weapon attacks deal an additional 3 (1d6) radiant damage. Under a new moon, it has vulnerability to bludgeoning, piercing, and slashing damage. Under any other moon, it gains no extra traits.",
                    "name": "Moonbound"
                }
            ],
            "spell_list": [],
            "page_no": 260,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_moon-drake/"
        },
        {
            "slug": "grimlock_bf",
            "desc": "",
            "name": "Grimlock",
            "size": "medium",
            "type": "Humanoid",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 11,
            "armor_desc": null,
            "hit_points": 17,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 12,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 6,
            "strength_save": 3,
            "dexterity_save": 1,
            "constitution_save": 1,
            "intelligence_save": -1,
            "wisdom_save": 1,
            "charisma_save": -2,
            "perception": 11,
            "skills": {},
            "damage_vulnerabilities": "thunder,deafened",
            "damage_resistances": "",
            "damage_immunities": "blinded",
            "condition_immunities": "",
            "senses": "keensense 30 ft. (can't sense beyond this radius)",
            "languages": "Dwarvish,Undercommon",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "name": "Spiked Club",
                    "desc": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4+3) bludgeoning damage plus 2 (1d4) piercing damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Strange Bauble",
                    "desc": "The grimlock reaches into a pocket, pulls out a small object, and throws it at a creature the grimlock can sense within 30 feet. The grimlock chooses one of the following objects:\n- **Flashing Rock.** The grimlock throws a warm, scintillating rock at the target that bursts with a myriad of colors. The target must succeed on a DC 11 DEX save or be blinded until the end of its next turn.\n- **Illusory Dancer.** The grimlock throws a small disk that emits a blurry, fractured illusion of a graceful, humanoid dancer. The target must succeed on a DC 11 CHA save or be incapacitated until the end of its next turn as it is mesmerized by the dance.\n- **Whirling Death.** The grimlock throws a small, bladed gear that grows larger and larger as it travels toward the target, threatening to slice the target into pieces. The target must succeed on a DC 11 WIS save or be frightened until the end of its next turn. On a success, the target realizes the gear's growth was a magical, illusory effect and that the gear never increased in size."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Heightened Hearing and Smell",
                    "desc": "The grimlock's Perception is 16 when perceiving by hearing or smell."
                },
                {
                    "name": "Stone Camouflage",
                    "desc": "The grimlock's Stealth is 18 while in rocky terrain."
                },
                {
                    "name": "Suppressed Senses",
                    "desc": "The grimlock can't use its keensense while deafened and unable to smell."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_grimlock/"
        },
        {
            "slug": "stone_giant_bf",
            "desc": "",
            "name": "Stone Giant",
            "size": "huge",
            "type": "Giant",
            "subtype": "",
            "group": "Giants",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 156,
            "hit_dice": "",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 20,
            "constitution": 26,
            "intelligence": 10,
            "wisdom": 18,
            "charisma": 8,
            "strength_save": 6,
            "dexterity_save": 5,
            "constitution_save": 8,
            "intelligence_save": 0,
            "wisdom_save": 4,
            "charisma_save": -1,
            "perception": 14,
            "skills": {},
            "damage_vulnerabilities": "thunder,Giant Attributes",
            "damage_resistances": "lightning,petrified,Giant Attributes",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "Giant",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The giant makes two Stony Fist or Rock attacks."
                },
                {
                    "name": "Stony Fist",
                    "desc": "_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 24 (4d8+6) bludgeoning damage. The target is grappled (escape DC 17) if it is a Large or smaller creature and the stone giant isn't already grappling a creature."
                },
                {
                    "name": "Rock",
                    "desc": "_Ranged Weapon Attack:_ +9 to hit, range 60/240 ft., one target. _Hit:_ 28 (4d10+6) bludgeoning damage. If the target is a creature, it must succeed on a DC 17 STR save or be knocked prone."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Wrestle",
                    "desc": "The stone giant performs one of the following wrestling maneuvers against one creature it is grappling. The target must succeed on a DC 17 STR save or suffer the listed effect until the stone giant uses this bonus action again or until the grapple ends.\n- **Armbar.** The target has disadvantage on attack rolls and on checks made to escape the grapple.\n- **Chinlock.** The target can't speak and can't cast spells with verbal components.\n- **Takedown.** The target is knocked prone and restrained.\n- **Throw.** The target is thrown up to 30 feet in a random direction and knocked prone, ending the grapple. If a thrown target strikes a solid surface, the target takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If the target is thrown at another creature, that creature must succeed on a DC 17 DEX save or take the same damage and be knocked prone."
                }
            ],
            "reactions": [
                {
                    "name": "Missile Deflection",
                    "desc": "If a creature the giant can see makes a ranged weapon attack against the giant, the giant can add 3 to its AC. If the attack misses, the giant can catch the missile, provided the attack included a projectile, and throw it back at the attacker, using the giant's normal ranged weapon attack bonus and the weapon's normal damage."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Giant Attributes",
                    "desc": "The stone giant is resistant to the stunned condition, and it is vulnerable to the prone condition."
                },
                {
                    "name": "Stone Camouflage",
                    "desc": "The giant's Stealth is 20 while in rocky terrain."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_stone-giant/"
        },
        {
            "slug": "earth-elemental-a5e",
            "desc": "",
            "name": "Earth Elemental",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 30,
                "burrow": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "damage from nonmagical weapons",
            "damage_immunities": "poison",
            "condition_immunities": "fatigue, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Terran",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage."
                },
                {
                    "name": "Earths Embrace",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one Large or smaller creature. Hit: 17 (2d12 + 4) bludgeoning damage  and the target is grappled (escape DC 15). Until this grapple ends  the elemental can't burrow or use Earths Embrace and its slam attacks are made with advantage against the grappled target."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 30/90 ft., one target. Hit: 15 (2d10 + 4) bludgeoning damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Earth Glide",
                    "desc": "The elemental can burrow through nonmagical, unworked earth and stone without disturbing it."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The elemental deals double damage to objects and structures."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "An elemental doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 192,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_earth-elemental/"
        },
        {
            "slug": "giant-earth-elemental-a5e",
            "desc": "",
            "name": "Giant Earth Elemental",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 157,
            "hit_dice": "15d12+60",
            "speed": {
                "walk": 30,
                "burrow": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "damage from nonmagical weapons",
            "damage_immunities": "poison",
            "condition_immunities": "fatigue, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Terran",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 22 (4d8 + 4) bludgeoning damage."
                },
                {
                    "name": "Earths Embrace",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one Large or smaller creature. Hit: 17 (2d12 + 4) bludgeoning damage  and the target is grappled (escape DC 15). Until this grapple ends  the elemental can't burrow or use Earths Embrace and its slam attacks are made with advantage against the grappled target."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +7 to hit, range 30/90 ft., one target. Hit: 15 (2d10 + 4) bludgeoning damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Earth Glide",
                    "desc": "The elemental can burrow through nonmagical, unworked earth and stone without disturbing it."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The elemental deals double damage to objects and structures."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "An elemental doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 194,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_giant-earth-elemental/"
        },
        {
            "slug": "ostinato-tob1-2023",
            "desc": "False",
            "name": "Ostinato",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Neutral",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 39,
            "hit_dice": "6d8 + 12",
            "speed": {
                "walk": 50
            },
            "strength": 1,
            "dexterity": 20,
            "constitution": 15,
            "intelligence": 5,
            "wisdom": 12,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Perception": 3
            },
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "acid, cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "understands Common but can’t speak, telepathy 120 ft.",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ostinato makes two Cacophony Burst attacks."
                },
                {
                    "name": "Cacophony Burst",
                    "desc": "Melee or Ranged Spell Attack: +7 to hit, range 60 ft., one target. Hit: 16 (3d8 + 3) thunder damage."
                },
                {
                    "name": "Aural Symbiosis (Recharge 6)",
                    "desc": "One Humanoid that the ostinato can see within 5 feet of it must succeed on a DC 13 Charisma saving throw or the ostinato merges with the target, becoming an enjoyable, repetitive tune in its host's mind. The ostinato can't be targeted by any attack, spell, or other effect, and it can't attack. The host retains control of its body and is aware of the ostinato's presence only as a melody, not as a living entity. The host no longer needs to eat or drink, gains the ostinato's Magic Resistance trait, and has advantage on Charisma checks. In addition, the host has disadvantage on Wisdom saving throws, and it can't maintain concentration on spells or other effects. At the end of each long rest, the host can make a DC 13 Wisdom (Insight) check, realizing that the music it hears comes from an external entity on a success."
                },
                {
                    "name": "Contagious Tune (1/Day)",
                    "desc": "While merged with a Humanoid host, the ostinato fills the minds of nearby creatures with the same catchy tune playing in its host's mind. Each creature within 30 feet of the ostinato's host must make a DC 13 Charisma saving throw, taking 21 (6d6) psychic damage on a failed save, or half as much damage on a successful one. The ostinato then gains temporary hp equal to the single highest amount of psychic damage dealt. A deafened creature is immune to Contagious Tune."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Incorporeal Movement",
                    "desc": "The ostinato can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Invisibility",
                    "desc": "The ostinato is invisible."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The ostinato has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 292,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_ostinato/"
        },
        {
            "slug": "owlharpy-tob1-2023",
            "desc": "False",
            "name": "Owl Harpy",
            "size": "Medium",
            "type": "monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 112,
            "hit_dice": "15d8 + 45",
            "speed": {
                "walk": 80,
                "fly": 20
            },
            "strength": 12,
            "dexterity": 17,
            "constitution": 16,
            "intelligence": 11,
            "wisdom": 14,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 12,
            "skills": {
                "Performance": 7,
                "Stealth": 9
            },
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "False",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "blindsight 60 ft., darkvision 120 ft., passive Perception 12",
            "languages": "Common, Abyssal, Giant",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The owl harpy makes two Claw attacks and two Talon attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage."
                },
                {
                    "name": "Talon",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage."
                },
                {
                    "name": "Sleeping Song",
                    "desc": "The owl harpy sings a magical melody. Every Humanoid and Giant within 300 feet of the harpy that can hear the song must succeed on a DC 15 Wisdom saving throw or fall unconscious until the song ends. The harpy must take a bonus action on its subsequent turns to continue singing. It can stop singing at any time. The song ends if the harpy is incapacitated. An unconscious target wakes if it takes damage or if another creature uses an action to wake it. A target that successfully saves is immune to this harpy's song for the next 24 hours."
                },
                {
                    "name": "Hovering Darkness (3/Day)",
                    "desc": "While flying, the owl harpy shakes a fine, magical dander from her wings, and a 15-foot radius of magical darkness extends out from her, moves with her, and spreads around corners. The darkness lasts as long as the owl harpy flies and maintains concentration, up to 10 minutes (as if concentrating on a spell). Darkvision can't penetrate this darkness, and no natural light can illuminate it. If any of the darkness overlaps with an area of light created by a spell of 2nd level or lower, the spell creating the light is dispelled."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Hypersensitive Hearing",
                    "desc": "The owl harpy has advantage on Wisdom (Perception) checks that rely on hearing, and it can't use its blindsight while deafened."
                },
                {
                    "name": "Quiet Wings",
                    "desc": "The owl harpy has advantage on Dexterity (Stealth) checks made to hide while flying."
                }
            ],
            "spell_list": [],
            "page_no": 230,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_owl-harpy/"
        },
        {
            "slug": "fungi-mush-marcher",
            "desc": "",
            "name": "Fungi, Mush Marcher",
            "size": "Large",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 85,
            "hit_dice": "10d10+30",
            "speed": {
                "walk": 20
            },
            "strength": 16,
            "dexterity": 12,
            "constitution": 16,
            "intelligence": 7,
            "wisdom": 14,
            "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": "thunder",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60' (blind beyond), passive Perception 14",
            "languages": "understands Common, + one language known by its grower, but can't speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Spore-Laced Claw attacks or one Mycelial Harpoon attack and one Spore-Laced Claw attack."
                },
                {
                    "name": "Mycelial Harpoon",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit 5 ft. or range 15/30' one target 10 (2d6+3) piercing damage and harpoon sticks in target if it is a Med or smaller creature. While harpoon is stuck target: 7 (2d6) piercing damage at start of each of its turns marcher can't make Mycelial Harpoon attacks vs. others and target and marcher can't move over 30' from each other. A creature including target can take its action to detach harpoon via DC 13 Str check. Or mycelial thread connecting marcher to harpoon can be attacked and destroyed (AC 12; hp 10; vulnerability to thunder; immunity to bludgeoning poison and psychic) dislodging harpoon into unoccupied space within 5 ft. of target and preventing marcher from using Recall Harpoon."
                },
                {
                    "name": "Spore-Laced Claw",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 5 (1d4+3) piercing damage + 9 (2d8) poison."
                },
                {
                    "name": "Slowing Spores (Recharge 5-6)",
                    "desc": "Releases spores from its cap. Each creature within 20' of the mush marcher: 18 (4d8) poison and is poisoned (DC 13 Con half damage and isn't poisoned). While poisoned this way creature's speed is halved. A poisoned creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Recall Harpoon",
                    "desc": "Pulls on the mycelial threads connecting it to its harpoon returning the harpoon to its empty hand. If harpoon is stuck in a creature that creature must make DC 13 Str save or be pulled up to 15 ft. toward marcher."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Keen Hearing",
                    "desc": "Advantage on hearing Wis (Perception) checks."
                },
                {
                    "name": "Partial Echolocation",
                    "desc": "Its blindsight is reduced to 10 ft. while deafened."
                }
            ],
            "spell_list": [],
            "page_no": 192,
            "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_fungi-mush-marcher/"
        },
        {
            "slug": "rockwood",
            "desc": "",
            "name": "Rockwood",
            "size": "Huge",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 94,
            "hit_dice": "9d12+36",
            "speed": {
                "walk": 30,
                "burrow": 15
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 19,
            "intelligence": 10,
            "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": "thunder",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 60', tremorsense 60', passive Perception 12",
            "languages": "Sylvan, Terran",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Whomping Slam or Rock attacks. If both Slams hit 1 target each creature within 5 ft. of target: 9 (2d8) bludgeoning damage and knocked prone (DC 15 Dex negates damage and prone)."
                },
                {
                    "name": "Whomping Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 18 (3d8+5) bludgeoning damage and if the target is a Large or smaller creature it must make DC 15 Str save or be knocked prone."
                },
                {
                    "name": "Rock",
                    "desc": "Ranged Weapon Attack: +8 to hit 60/180' one target 16 (2d10+5) bludgeoning damage."
                },
                {
                    "name": "Fossil Barrage (Recharge 6)",
                    "desc": "Stone shards in 30' cone. Each creature in area: 28 (8d6) piercing damage (DC 15 Dex half)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Earth Glide",
                    "desc": "Can burrow through nonmagical unworked earth/stone with o disturbing material it moves through."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "Doesn't require air food drink or sleep."
                },
                {
                    "name": "Persistence of Stone (Recharge: Short/Long Rest)",
                    "desc": "When reduced to below half its hp max Fossil Barrage recharges."
                },
                {
                    "name": "Roiling Roots",
                    "desc": "Its stony roots make the ground within 15 ft. of it difficult terrain for creatures other than the rockwood."
                },
                {
                    "name": "Siege Monster",
                    "desc": "Double damage to objects/structures."
                },
                {
                    "name": "Towering Reach",
                    "desc": "Doesn't have disadvantage on ranged attack rolls from being within 5 ft. of a hostile creature though it may still have disadvantage from other sources."
                }
            ],
            "spell_list": [],
            "page_no": 334,
            "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_rockwood/"
        },
        {
            "slug": "talus-flow",
            "desc": "",
            "name": "Talus Flow",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 102,
            "hit_dice": "12d10+36",
            "speed": {
                "walk": 30,
                "climb": 10
            },
            "strength": 17,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 5,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 30', tremorsense 120', passive Perception 13",
            "languages": "Terran",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Slam attacks. If both attacks hit a Med or smaller target the target is grappled (escape DC 13)."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 10 (2d6+3) bludgeoning damage."
                },
                {
                    "name": "Grind",
                    "desc": "Grinds its form over one creature in its space or that is grappled by it. Target takes 21 (6d6) bludgeoning damage (DC 13 Dex half). Flow regains hp equal to half the damage taken if creature is not a Construct or Undead."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from normal pile of rocks pebbles and scree."
                },
                {
                    "name": "Landslide",
                    "desc": "If it moves at least 15 ft. before entering creature's space creature: DC 13 Dex save or knocked prone. If target is prone talus flow can make one Slam vs. it as a bonus action."
                },
                {
                    "name": "Scree Form",
                    "desc": "Can enter a hostile creature's space and stop there. Flow can move through a space as narrow as 3 inches wide with o squeezing. Flow's space is difficult terrain. When a creature starts its turn in flow's space it must make DC 13 Dex save or be knocked prone."
                },
                {
                    "name": "Stone Camouflage",
                    "desc": "Has advantage on Dex (Stealth) checks made to hide in rocky terrain."
                }
            ],
            "spell_list": [],
            "page_no": 365,
            "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_talus-flow/"
        },
        {
            "slug": "earth_elemental_bf",
            "desc": "",
            "name": "Earth Elemental",
            "size": "large",
            "type": "Elemental",
            "subtype": "",
            "group": "Elementals",
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "",
            "speed": {
                "walk": 30,
                "burrow": 30
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 4,
            "strength_save": 5,
            "dexterity_save": -1,
            "constitution_save": 5,
            "intelligence_save": -2,
            "wisdom_save": 0,
            "charisma_save": -3,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "Elemental Resilience",
            "damage_immunities": "lightning,Elemental Resilience",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., tremorsense 60 ft.",
            "languages": "Terran",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes three Slam attacks, or it makes two Lob Stone attacks. If two Slam or Lob Stone attacks hit one creature, the target must succeed on a DC 16 STR save or be knocked prone."
                },
                {
                    "name": "Slam",
                    "desc": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 14 (2d8+5) bludgeoning damage."
                },
                {
                    "name": "Lob Stone",
                    "desc": "_Ranged Weapon Attack:_ +8 to hit, range 20/60 ft., one target. _Hit:_ 21 (3d10+5) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Earth Tremor (Recharge 4-6)",
                    "desc": "The earth elemental causes the ground on a point it can see within 30 feet of it to rumble and shake violently. Each creature within 10 feet of that point must succeed on a DC 16 DEX save or be knocked prone."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Earth Glide",
                    "desc": "The elemental can burrow through nonmagical, unworked earth and stone. While doing so, the elemental doesn't disturb the material through which it moves."
                },
                {
                    "name": "Earthen Camouflage",
                    "desc": "The elemental's Stealth is 14 while in muddy, rocky, sandy, or stony terrain."
                },
                {
                    "name": "Elemental Nature",
                    "desc": "The elemental doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Elemental Resilience",
                    "desc": "The elemental is resistant to bludgeoning, piercing, and slashing damage from nonmagical attacks. In addition, it is immune to poison damage, to exhaustion, and to the paralyzed, petrified, poisoned, and unconscious conditions."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The elemental deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_earth-elemental/"
        },
        {
            "slug": "roper_bf",
            "desc": "",
            "name": "Roper",
            "size": "large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 20,
            "armor_desc": "natural armor",
            "hit_points": 111,
            "hit_dice": "",
            "speed": {
                "walk": 15,
                "climb": 10
            },
            "strength": 24,
            "dexterity": 8,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 16,
            "charisma": 6,
            "strength_save": 7,
            "dexterity_save": -1,
            "constitution_save": 3,
            "intelligence_save": -2,
            "wisdom_save": 3,
            "charisma_save": -2,
            "perception": 16,
            "skills": {},
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "Monstrosity Resilience",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft.",
            "languages": "-",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The roper makes one Bite attack and three Grasping Tendril attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 22 (4d8+4) piercing damage."
                },
                {
                    "name": "Grasping Tendril",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 50 ft., one creature. _Hit:_ 6 (1d4+4) bludgeoning damage, and the target is grappled (escape DC 15). Until the grapple ends, the target is restrained and has disadvantage on STR checks and STR saves, and the roper can't use the same Grasping Tendril on another target. A creature immune to the poisoned condition doesn't have disadvantage on STR checks and STR saves from the tendril."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Reel",
                    "desc": "The roper pulls each creature grappled by it up to 25 feet straight toward it."
                }
            ],
            "reactions": [
                {
                    "name": "Snapping Tendril",
                    "desc": "When a Grasping Tendril that is grappling a creature is destroyed, the roper can quickly pull the remains of that tendril back to it with a whipping snap. Each creature within 10 feet of the roper must succeed on a DC 15 DEX save or be knocked prone."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Climbing Tendrils",
                    "desc": "If at least four of the roper's Grasping Tendrils aren't grappling creatures, the roper has a climbing speed of 30 feet."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the roper remains motionless, it is indistinguishable from a normal conical or spire-like cave formation, such as a stalagmite or stalactite."
                },
                {
                    "name": "Grasping Tendrils",
                    "desc": "The roper can have up to six Grasping Tendrils at a time. Each Grasping Tendril can be attacked (AC 20; 10 HP; vulnerable to thunder damage; immune to poison and psychic damage). Destroying a Grasping Tendril deals no damage to the roper, which can extrude a replacement tendril on its next turn. A Grasping Tendril can also be broken if a creature takes an action and succeeds on a DC 15 STR check against it."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The roper is resistant to exhaustion and to the frightened condition."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The roper can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_roper/"
        },
        {
            "slug": "tarrasque_bf",
            "desc": "",
            "name": "Tarrasque",
            "size": "gargantuan",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 25,
            "armor_desc": "natural armor",
            "hit_points": 680,
            "hit_dice": "",
            "speed": {
                "walk": 40,
                "burrow": 30
            },
            "strength": 30,
            "dexterity": 16,
            "constitution": 30,
            "intelligence": 20,
            "wisdom": 28,
            "charisma": 28,
            "strength_save": 10,
            "dexterity_save": 3,
            "constitution_save": 10,
            "intelligence_save": 5,
            "wisdom_save": 9,
            "charisma_save": 9,
            "perception": 19,
            "skills": {},
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "Monstrosity Resilience",
            "damage_immunities": "fire,poison; bludgeoning,piercing,and slashing damage from nonmagical attacks,charmed,frightened,paralyzed,poisoned",
            "condition_immunities": "",
            "senses": "keensense 120 ft.",
            "languages": "-",
            "challenge_rating": "30",
            "cr": 30.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The tarrasque uses its Frightful Presence. It then makes one Bite attack, four Claw attacks, and one Spiked Tail attack, or it makes five Acid Spit attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +19 to hit, reach 10 ft., one target. _Hit:_ 36 (4d12+10) piercing damage. If the target is a creature, it must succeed on a DC 27 DEX save or be swallowed by the tarrasque. A swallowed creature is blinded and restrained, it has total cover against attacks and other effect outside of the tarrasque, and it takes 42 (12d6) acid damage at the start of each of the tarrasque's turns. If the tarrasque takes 60 damage or more on a single turn from a creature inside it, the tarrasque must succeed on a DC 20 CON save at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the tarrasque. If the tarrasque dies, a swallowed creature is no longer restrained by it and can escape from the corpse using 20 feet of movement, exiting prone."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +19 to hit, reach 15 ft., one target. _Hit:_ 28 (4d8+10) slashing damage."
                },
                {
                    "name": "Spiked Tail",
                    "desc": "_Melee Weapon Attack:_ +19 to hit, reach 20 ft., one target. _Hit:_ 20 (3d6+10) bludgeoning damage and 13 (3d8) piercing damage. If the target is a creature, it must succeed on a DC 27 STR save or be knocked prone."
                },
                {
                    "name": "Acid Spit",
                    "desc": "_Ranged Weapon Attack:_ +12 to hit, range 100/400 ft., one target. _Hit:_ 36 (6d10+3) acid damage."
                },
                {
                    "name": "Frightful Presence",
                    "desc": "Each creature of the tarrasque's choice within 120 feet of it and aware of it must succeed on a DC 27 WIS save or be frightened for 1 minute. A creature can repeat the save at the end of each of its turns, ending the effect on itself on a success. If a creature's save is successful or the effect ends for it, the creature is immune to the tarrasque's Frightful Presence for the next 24 hours."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": "The tarrasque can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The tarrasque regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The tarrasque automatically detects every creature and trap within 60 feet of it, pinpointing the current location of each."
                },
                {
                    "name": "Move",
                    "desc": "The tarrasque moves up to its speed without provoking opportunity attacks."
                },
                {
                    "name": "Tail Attack",
                    "desc": "The tarrasque makes one Tail attack."
                },
                {
                    "name": "Tail Swipe (Costs 2 Actions)",
                    "desc": "The tarrasque whips its spiked tail in a wide arc, flailing it in a 30-foot cone. Each creature in that area must make a DC 27 DEX save. On a failure, a creature takes 45 (10d8) piercing damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "If the tarrasque fails a save, it can choose to succeed instead."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The tarrasque has advantage on saves against spells and other magical effects."
                },
                {
                    "name": "Monstrosity Resilience",
                    "desc": "The tarrasque is resistant to exhaustion."
                },
                {
                    "name": "Reflective Hide",
                    "desc": "Any time the tarrasque is targeted by a magic missile spell, a line spell, or a spell that requires a ranged attack roll, roll a d6. On a 1 to 5, the tarrasque is unaffected. On a 6, the tarrasque is unaffected, and the effect is reflected back at the caster as though it originated from the tarrasque, turning the caster into the target."
                },
                {
                    "name": "Siege Behemoth",
                    "desc": "The tarrasque deals triple damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_tarrasque/"
        },
        {
            "slug": "xorn_bf",
            "desc": "",
            "name": "Xorn",
            "size": "medium",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 111,
            "hit_dice": "",
            "speed": {
                "walk": 20,
                "burrow": 20
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 22,
            "intelligence": 10,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": 3,
            "dexterity_save": 0,
            "constitution_save": 6,
            "intelligence_save": 0,
            "wisdom_save": 0,
            "charisma_save": 0,
            "perception": 16,
            "skills": {},
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "piercing and slashing damage from nonmagical attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., tremorsense 60 ft.",
            "languages": "Terran",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The xorn makes one Bite attack and three Claw attacks, or it makes three Lob Stone attacks."
                },
                {
                    "name": "Bite",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (3d6+3) piercing damage."
                },
                {
                    "name": "Claw",
                    "desc": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (2d4+3) slashing damage."
                },
                {
                    "name": "Lob Stone",
                    "desc": "_Ranged Weapon Attack:_ +6 to hit, range 20/60 ft., one target. _Hit:_ 12 (2d8+3) bludgeoning damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shard Belch",
                    "desc": "The xorn belches a mixture of stomach gas and crystalline shards in a 15-foot cone. Each creature in the area must succeed on a DC 14 DEX save or be coated in miniscule, crystalline shards until the end of its next turn. A creature coated in shards suffers bouts of pain each time it moves, reducing its speed by 10 feet and imposing disadvantage on all weapon attack rolls."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Earth Glide",
                    "desc": "The xorn can burrow through nonmagical, unworked earth and stone. While doing so, the xorn doesn't disturb the material through which it moves."
                },
                {
                    "name": "Stone Camouflage",
                    "desc": "The xorn's Stealth is 18 while in rocky terrain."
                },
                {
                    "name": "Treasure Sense",
                    "desc": "The xorn can pinpoint, by scent, the location of precious metals and stones, such as coins and gems, within 60 feet of it."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_xorn/"
        },
        {
            "slug": "apaxrusl",
            "desc": "Thick desert grit encrusts a decayed form as it stalks forward, clouds of biting sand flitting about at its behest._  \nApaxrusl, or sand drudges, are created through dark rituals that merge a corpse with desert sand.  \n**Soul Infusion.** The rituals used to create an apaxrusl call for infusing damned souls into the sand, and would-be creators regularly make bargains with demons to acquire this unique component. Oftentimes, the deal goes poorly for the creator, leaving the resulting apaxrusl to wander the desert without a master.  \n**Abyssal Intelligence.** The damned souls filling the apaxrusl give it intelligence, but its constructed form keeps it loyal, making it a valuable asset to its creator. Necromancers often create apaxrusl to lead small groups of undead on specific tasks, confident in the construct’s ability to execute orders and lead the undead while away from the direct control of the necromancer.  \n**Construct Nature.** The apaxrusl doesn’t require air, food, drink, or sleep.",
            "name": "Apaxrusl",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 13,
            "armor_desc": "natural armor",
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "burrow": 30,
                "walk": 30
            },
            "strength": 17,
            "dexterity": 13,
            "constitution": 16,
            "intelligence": 9,
            "wisdom": 6,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 3
            },
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "",
            "damage_immunities": "fire, poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 8",
            "languages": "Abyssal and one language of its creator",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The apaxrusl makes two slam attacks. If both attacks hit the same creature, the target is blinded for 1 minute or until it uses an action to wipe its eyes."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3"
                },
                {
                    "name": "Fiery Sands (Recharge 5-6)",
                    "desc": "Sand whips violently around the apaxrusl. Each creature within 10 feet of the apaxrusl must make a DC 13 Constitution saving throw, taking 10 (3d6) slashing damage and 10 (3d6) fire damage on a failed save, or half as much damage on a successful one."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Shifting Sands",
                    "desc": "The apaxrusl can shift the flowing sands of its body to avoid harm. When the apaxrusl takes damage, roll a d12. Reduce the damage it takes by the number rolled."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Earth Glide",
                    "desc": "The apaxrusl can burrow through nonmagical, unworked earth and stone. While doing so, the apaxrusl doesn't disturb the material it moves through."
                },
                {
                    "name": "Fiendish Construct",
                    "desc": "The apaxrusl's sand is infused with the souls of the damned. Its type is fiend in addition to construct when determining the effects of features such as a paladin's Divine Smite or a ranger's Primeval Awareness."
                }
            ],
            "spell_list": [],
            "page_no": 27,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_apaxrusl/"
        },
        {
            "slug": "infernal-swarm",
            "desc": "A towering winged devil looms above, a wicked scimitar in its grasp. Its form shifts subtly, hinting at a deeper secret._  \n**Infernal Insects.** Infernal swarms are found throughout the Hells. Considered a delicacy, these insects can form a hive mind, which they use to shape their swarm into a massive winged devil whenever they are threatened. The individual insects are bat-winged and have bulging eyes, long spindly legs, and a carapace covered in poisonous barbs.  \n**Hellish Poison.** Infernal swarms feed on carrion, injecting the carcasses with a poison that liquifies tissue. This same poison coats their barbs, which painfully dissuades predators.  \n**Sensitive to Sound.** Loud noises disorient the insects and interrupt their coordination, temporarily scattering the individuals. However, it is rare to encounter these silent killers hunting on their own, and if one is spotted, there are certain to be many more to follow.",
            "name": "Infernal Swarm",
            "size": "Huge",
            "type": "Fiend",
            "subtype": "Swarm of Devils",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 150,
            "hit_dice": "20d12+20",
            "speed": {
                "hover": true,
                "walk": 25,
                "fly": 40
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 13,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "bludgeoning, cold, piercing, psychic, slashing",
            "damage_immunities": "fire, poison",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "understands Infernal but can’t speak, telepathy 60 ft.",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "In fiend form, the infernal swarm makes three attacks: two with its scimitar and one with its slam, or three with its scimitar. In shapeless form, it makes three attacks with its bites."
                },
                {
                    "name": "Bites (Shapeless Form Only)",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 0 ft., one target in the swarm's space. Hit: 28 (8d6) piercing damage, or 14 (4d6) piercing damage if the swarm has half its hp or fewer.",
                    "attack_bonus": 9,
                    "damage_dice": "8d6"
                },
                {
                    "name": "Poisonous Barb",
                    "desc": "Ranged Weapon Attack: +8 to hit, range 30/120 ft., one target. Hit: 10 (2d6 + 3) piercing damage, and the target must make a DC 17 Constitution saving throw, taking 18 (4d8) poison damage on a failed save, or half as much damage on a successful one.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6+3"
                },
                {
                    "name": "Scimitar (Fiend Form Only)",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 14 (3d6 + 4) slashing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "3d6+4"
                },
                {
                    "name": "Slam (Fiend Form Only)",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 18 (4d6 + 4) bludgeoning damage, and the target is grappled (escape DC 17). Until this grapple ends, the target is restrained, and the infernal swarm can't slam another target. In addition, at the start of each of the target's turns, the target takes 14 (4d6) piercing damage.",
                    "attack_bonus": 9,
                    "damage_dice": "4d6+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Devil's Sight",
                    "desc": "Magical darkness doesn't impede the infernal swarm's darkvision"
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The infernal swarm has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Shaped Swarm",
                    "desc": "As a bonus action, the swarm can shape itself into a Huge fiend or back into a shapeless mass. Its statistics are the same in each form, and it can't regain hp or gain temporary hp. If a creature is more than 10 feet away from the infernal swarm, it must take an action to visually inspect the fiend form and succeed on a DC 25 Intelligence (Investigation) check to discern the Huge fiend is actually a swarm of Small insects. A creature within 10 feet of the swarm immediately discerns the truth.\n\nWhile in fiend form, it can wield weapons and hold, grasp, push, pull, or interact with objects that might otherwise require a more humanoid form to accomplish. If the infernal swarm takes thunder damage while in its fiend form, it immediately changes to its shapeless form.\n\nWhile in shapeless form, it can occupy another creature's space and vice versa and can move through any opening large enough for a Small fiend, but it can't grapple or be grappled."
                }
            ],
            "spell_list": [],
            "page_no": 215,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_infernal-swarm/"
        },
        {
            "slug": "parzzval",
            "desc": "Six legs, ending in massive, three-fingered humanoid hands, support a headless horse-like torso. The front of this creature’s mass opens into a huge tripartite maw filled with jagged, web-shrouded ridges dripping a caustic substance._  \n**Bottomless Hunger.** Parzz’vals have enough intelligence to reason and problem solve, but they are largely guided by their monstrous appetites. Parzz’vals prefer live prey but are not above eating carrion if their preferred meal isn’t available.  \n**Ambush Hunters.** Despite their enormous hunger, parzz’vals are excellent at taking their prey by surprise. A parzz’val can wait patiently for hours for the ideal time to strike if they anticipate a meal awaits as a reward.",
            "name": "Parzz’val",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 115,
            "hit_dice": "11d10+55",
            "speed": {
                "walk": 50
            },
            "strength": 21,
            "dexterity": 16,
            "constitution": 20,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 8,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 6
            },
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid",
            "condition_immunities": "blinded, charmed, unconscious",
            "senses": "blindsight 120 ft., passive Perception 10",
            "languages": "Void Speech",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The parzz'val makes three attacks: one with its oversized maw and two with its oversized fists."
                },
                {
                    "name": "Oversized Fist",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 10 (2d4 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d4+5"
                },
                {
                    "name": "Oversized Maw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) piercing damage plus 4 (2d8) acid damage. If the target is a Medium or smaller creature, it must succeed on a DC 16 Dexterity saving throw or be swallowed by the parzz'val. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the parzz'val, and it takes 18 (4d8) acid damage at the start of each of the parzz'val's turns. A parzz'val can have only one creature swallowed at a time.\n\nIf the parzz'val takes 15 damage or more on a single turn from a creature inside it, the parzz'val must succeed on a DC 18 Constitution saving throw at the end of that turn or regurgitate the creature, which falls prone in a space within 10 feet of the parzz'val. If the parzz'val dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 10 feet of movement, exiting prone.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Caustic Web (Recharge 5-6)",
                    "desc": "As a bonus action, the parzz'val can spit a sticky, acidic web in a 20-foot cube. The web must be placed wholly within 60 feet of the parzz'val and must be anchored between two solid masses or layered across a floor, wall, or ceiling. A web layered over a flat surface has a depth of 5 feet. The web is difficult terrain and lightly obscures the area.\n\nA creature that starts its turn in the web or enters the web during its turn must make a DC 16 Dexterity saving throw, taking 9 (2d8) acid damage on a failed save, or half as much damage on a successful one.\n\nThe web persists for 1 minute before collapsing. The parzz'val is immune to the effects of its web and the webs of other parzz'vals."
                },
                {
                    "name": "Pummel",
                    "desc": "If the parzz'val deals damage to a creature with three melee attacks in one round, it has advantage on all melee attacks it makes against that creature in the next round."
                },
                {
                    "name": "Regeneration",
                    "desc": "The parzz'val regains 10 hp at the start of its turn if it has at least 1 hp."
                }
            ],
            "spell_list": [],
            "page_no": 292,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_parzzval/"
        },
        {
            "slug": "righteous-sentinel",
            "desc": "Fierce determination emanates from the defensive stance the creature takes as torchlight dances off of its silvered body. It holds up its reflective shield, a disc-like extension of its metallic forearm._  \nTreasure hunters that pursue fiendish weapons of myth or enter temples to vicious entities may find themselves face-to-face with a righteous sentinel, eager to repel them.  \n**Keepers of Horror.** Good-aligned gods of peace have many methods for ensuring that defeated evils do not resurface in the future, and the righteous sentinel is one of their most effective. The constructs are placed as guards where great evil is housed to prevent anyone from accessing and awakening that which lies within.  \n**Abhors Violence.** Righteous sentinels seek to avoid violence as much as possible, but they react with unbridled rage when their ward is disturbed. When intruders disturb the objects of great evil the sentinels are protecting, the sentinel turns its reflective shield toward an intruder. The shield reflects a vision of that creature’s soul back toward it, which is often enough to horrify even the most evil of monsters.  \n**Construct Nature.** The righteous sentinel does not require air, food, drink, or sleep.",
            "name": "Righteous Sentinel",
            "size": "Large",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "lawful good",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 104,
            "hit_dice": "11d10+44",
            "speed": {
                "walk": 30
            },
            "strength": 21,
            "dexterity": 10,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 11,
            "charisma": 3,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic; bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 120 ft., passive Perception 16",
            "languages": "Celestial, Common",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The righteous sentinel makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft, one target. Hit: 16 (2d10 + 5) bludgeoning damage.",
                    "attack_bonus": 9,
                    "damage_dice": "2d10+5"
                },
                {
                    "name": "Warp Reflection (Recharge 6)",
                    "desc": "The righteous sentinel points its shield at a creature within 30 feet of it. If the target can see the sentinel's shield, the target must make a DC 15 Wisdom saving throw. On a failure, the target takes 22 (4d10) psychic damage and is frightened for 1 minute. On a success, the target takes half the damage and isn't frightened. An evil-aligned target has disadvantage on this saving throw. At the start of each of the frightened creature's turns, it takes 11 (2d10) psychic damage. It can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Reflective Retribution",
                    "desc": "The sentinel adds 3 to its AC against one melee attack that would hit it. To do so, the sentinel must see the attacker. If the attack misses, the attacker takes 11 (2d10) psychic damage."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Immutable Form",
                    "desc": "The sentinel is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The sentinel has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Magic Weapons",
                    "desc": "The sentinel's weapon attacks are magical."
                },
                {
                    "name": "Reflective Aggression",
                    "desc": "The sentinel has disadvantage on attack rolls against creatures that haven't hit it within the last minute. In addition, it has advantage on attack rolls against a creature if the creature dealt damage to it in the previous round."
                },
                {
                    "name": "Spell-Deflecting Mirror",
                    "desc": "Any time the sentinel is targeted by a ranged spell attack roll, roll a d6. On a 5, the sentinel is unaffected. On a 6, the sentinel is unaffected and the spell is reflected back at the caster as though it originated from the sentinel, turning the caster into the target."
                }
            ],
            "spell_list": [],
            "page_no": 307,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_righteous-sentinel/"
        },
        {
            "slug": "veteran-swordbreaker-skeleton",
            "desc": "Tougher than a typical animated skeleton, these undead are raised from skeletal remains that have fossilized._  \n**Bones of Stone.** The swordbreaker skeleton’s bones have fossilized and become stony. Most weapons shatter against these bones, but the fossilization makes the skeletons more susceptible to magic that harms stone or that causes concussive bursts of sound.  \n**Undead Nature.** A swordbreaker skeleton doesn’t require air, food, drink, or sleep.",
            "name": "Veteran Swordbreaker Skeleton",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 13,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 8,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "piercing, slashing",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "understands all languages it knew in life but can’t speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The veteran swordbreaker skeleton makes two longsword attacks. If it has a shortsword drawn, it can also make a shortsword attack."
                },
                {
                    "name": "Longsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) slashing damage, or 8 (1d10 + 3) slashing damage if used with two hands.",
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3"
                },
                {
                    "name": "Shortsword",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3"
                },
                {
                    "name": "Heavy Crossbow",
                    "desc": "Ranged Weapon Attack: +3 to hit, range 100/400 ft., one target. Hit: 6 (1d10 + 1) piercing damage.",
                    "attack_bonus": 3,
                    "damage_dice": "1d10+1"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fossilized Bones",
                    "desc": "Any nonmagical slashing or piercing weapon made of metal or wood that hits the swordbreaker skeleton cracks. After dealing damage, the weapon takes a permanent and cumulative -1 penalty to damage rolls. If its penalty drops to -5, the weapon is destroyed. Nonmagical ammunition made of metal or wood that hits the swordbreaker skeleton is destroyed after dealing damage."
                }
            ],
            "spell_list": [],
            "page_no": 332,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_veteran-swordbreaker-skeleton/"
        },
        {
            "slug": "zouyu",
            "desc": "This elephant-sized feline has sleek fur, four upward-turned fangs in its mouth, and a long tail ending in multiple strands like a pheasant._  \n**Familial Bonds.** Zouyu live as mated pairs with large territories. The great felines are gentle and social creatures, often overlapping their territories for mutual protection.  \n**Good Luck.** For many, the zouyu are symbols of good luck and fortune. The tail feather of a zouyu, freely given, can be rendered into a liquid, which produces a luck potion. The potion brings minor good fortune, such as finding a fruit tree when hungry or shelter when it rains, to the drinker for a day. If a tail feather is taken without the zouyu’s knowledge, the potion created by the feather bestows bad luck on the drinker for a day. Such bad luck manifests as the drinker tripping over a too-perfectly-placed rock or a lightning strike felling a tree onto the drinker’s path.  \n**Herbivores.** Despite their fangs and sharp claws, zouyu are herbivores. Their preferred meals consist of fruit, bamboo leaves, and insects. The zouyu can survive on a very small amount of food despite their size.",
            "name": "Zouyu",
            "size": "Huge",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic good",
            "armor_class": 17,
            "armor_desc": null,
            "hit_points": 114,
            "hit_dice": "12d12+36",
            "speed": {
                "walk": 60
            },
            "strength": 18,
            "dexterity": 24,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 10,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 7,
            "skills": {
                "perception": 7,
                "stealth": 10
            },
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The zouyu uses Alter Luck. It then makes three attacks: one with its bite and two with its claws."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 16 (2d8 + 7) piercing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d8+7"
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage.",
                    "attack_bonus": 10,
                    "damage_dice": "2d6+7"
                },
                {
                    "name": "Alter Luck",
                    "desc": "The zouyu flicks its vibrant, multi-stranded tail and alters the luck of one creature it can see within 30 feet of it, choosing one of the following luck options. The zouyu can't target itself with Alter Luck. \n* Bestow Luck. The target has advantage on the next ability check, attack roll, or saving throw (zouyu's choice) it makes before the end of its next turn. \n* Steal Luck. The target must succeed on a DC 15 Wisdom saving throw or have disadvantage on the next ability check, attack roll, or saving throw (zouyu's choice) it makes before the end of its next turn. If the target fails the saving throw, the zouyu has advantage on one attack roll or saving throw it makes before the start of its next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Distance Runner",
                    "desc": "The zouyu is capable of incredibly fast long-distance travel. When traveling at a fast pace, the zouyu can run 310 miles per day."
                },
                {
                    "name": "Keen Sight and Smell",
                    "desc": "The zouyu has advantage on Wisdom (Perception) checks that rely on sight or smell."
                },
                {
                    "name": "Pounce",
                    "desc": "If the zouyu moves at least 20 feet straight toward a creature and then hits it with a claw attack on the same turn, that target must succeed on a DC 15 Strength saving throw or be knocked prone. If the target is prone, the zouyu can make one bite attack against it as a bonus action."
                }
            ],
            "spell_list": [],
            "page_no": 386,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_zouyu/"
        },
        {
            "slug": "earth-elemental",
            "desc": "",
            "name": "Earth Elemental",
            "size": "Large",
            "type": "Elemental",
            "subtype": "",
            "group": "Elementals",
            "alignment": "neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 126,
            "hit_dice": "12d10+60",
            "speed": {
                "walk": 30,
                "burrow": 30
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 5,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, unconscious",
            "senses": "darkvision 60 ft., tremorsense 60 ft., passive Perception 10",
            "languages": "Terran",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elemental makes two slam attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8",
                    "damage_bonus": 5
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Earth Glide",
                    "desc": "The elemental can burrow through nonmagical, unworked earth and stone. While doing so, the elemental doesn't disturb the material it moves through."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The elemental deals double damage to objects and structures."
                }
            ],
            "spell_list": [],
            "page_no": 306,
            "environments": [
                "Underdark",
                "Laboratory",
                "Plane Of Earth"
            ],
            "img_main": null,
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "v2_converted_path": "/v2/creatures/srd_earth-elemental/"
        },
        {
            "slug": "oozasis",
            "desc": "_The oasis appears as an idyllic desert respite, offering water, shade, and even perhaps edible fruit and nuts in the trees above._  \n**Mockmire.** The oozasis, or oasis ooze, is also known as a mockmire in other climates. It mimics a peaceful, pristine watering hole to draw in unsuspecting prey. An oozasis cycles seemingly at random between wakefulness and hibernation.  \n**Quest Givers.** Within its odd physiology stirs an ancient mind with an inscrutable purpose. Far from being a mere mindless sludge, its fractured intelligence occasionally awakens to read the thoughts of visitors. At these times, it tries to coerce them into undertaking quests for cryptic reasons.  \n**Ancient Minds.** Some tales claim these creatures preserve the memories of mad wizards from dead empires, or that they have unimaginably ancient, inhuman origins.",
            "name": "Oozasis",
            "size": "Gargantuan",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 7,
            "armor_desc": "",
            "hit_points": 217,
            "hit_dice": "14d20+70",
            "speed": {
                "walk": 20,
                "climb": 20,
                "swim": 20
            },
            "strength": 18,
            "dexterity": 5,
            "constitution": 20,
            "intelligence": 12,
            "wisdom": 22,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": 10,
            "charisma_save": 8,
            "perception": 10,
            "skills": {
                "deception": 8,
                "history": 5,
                "insight": 10,
                "perception": 10
            },
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), tremorsense 120 ft., passive Perception 20",
            "languages": "understands all languages but can't speak, telepathy 120 ft.",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The oozasis makes two pseudopod attacks."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 15 ft., one creature. Hit: 13 (2d8 + 4) bludgeoning damage plus 10 (3d6) acid damage, and a target that's Large or smaller is grappled (escape DC 16) and restrained until the grapple ends. The oozasis has two pseudopods, each of which can grapple one target at a time.",
                    "attack_bonus": 8,
                    "damage_dice": "2d8"
                },
                {
                    "name": "Engulf",
                    "desc": "The oozasis engulfs creatures grappled by it. An engulfed creature can't breathe, is restrained, is no longer grappled, has total cover against attacks and other effects outside the oozasis, takes 21 (6d6) acid damage at the start of each of the oozasis's turns, and is subject to the oozasis's Waters of Unfathomable Compulsion trait. The creature takes no damage if the oozasis chooses not to inflict any. When the oozasis moves, the engulfed creature moves with it. An engulfed creature can escape by using an action and making a successful DC 16 Strength check. On a success, the creature enters a space of its choice within 5 feet of the oozasis."
                },
                {
                    "name": "Vapors of Tranquility or Turmoil (Recharges after a Short or Long Rest)",
                    "desc": "The oozasis sublimates its waters into a vapor that fills a disk centered on the oozasis, 60 feet in radius, and 10 feet thick. All creatures in the area are affected by either the calm emotions spell or the confusion spell (save DC 16). The oozasis chooses which effect to use, and it must be the same for all creatures."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The oozasis can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Mirage",
                    "desc": "As a bonus action, the oozasis can create a mirage around itself to lure victims toward it while disguising its true nature. This functions as the mirage arcane spell (save DC 16) but is nonmagical, and therefore can't be detected using detect magic or similar magic, and can't be dispelled."
                },
                {
                    "name": "Waters of Unfathomable Compulsion",
                    "desc": "Any creature that drinks the water of an oozasis or eats fruit from the plants growing in it has a dream (as the spell, save DC 16) the next time it sleeps. In this dream, the oozasis places a compulsion to carry out some activity as a torrent of images and sensations. When the creature awakens, it is affected by a geas spell (save DC 16, cast as a 7th-level spell) in addition to the effects of dream."
                }
            ],
            "spell_list": [],
            "page_no": 310,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_oozasis/"
        },
        {
            "slug": "ostinato",
            "desc": "_A bit of catchy, repetitive music emanates from nowhere, drifting and moving as if dancing in the empty air._  \n**Born from Drama.** Incredibly moving arias, passionate performances, and ditties that drive you mad are often the product of ostinatos. These creatures of living music are born from overwrought emotions, and they feed off the vitality and personality of mortals.  \n**Song Searchers.** Ostinatos wander the mortal world as repetitive snippets of song, searching for hosts and rich feeding grounds. They enter hosts secretly, remaining undetected to prolong their voracious feasting as long as possible.",
            "name": "Ostinato",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 39,
            "hit_dice": "6d8+12",
            "speed": {
                "fly": 50,
                "hover": true
            },
            "strength": 1,
            "dexterity": 20,
            "constitution": 15,
            "intelligence": 5,
            "wisdom": 12,
            "charisma": 17,
            "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": "thunder",
            "damage_resistances": "acid, cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "telepathy 200 ft.",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The ostinato makes two cacophony ray attacks."
                },
                {
                    "name": "Cacophony Ray",
                    "desc": "Ranged Spell Attack: +7 to hit, range 60 ft., one target. Hit: 10 (3d6) thunder damage.",
                    "attack_bonus": 7,
                    "damage_dice": "3d6"
                },
                {
                    "name": "Aural Symbiosis (1/Day)",
                    "desc": "One humanoid that the ostinato can see within 5 feet of it must succeed on a DC 13 Charisma saving throw or the ostinato merges with it, becoming an enjoyable, repetitive tune in its host's mind. The ostinato can't be targeted by any attack, spell, or other effect. The target retains control of its body and is aware of the ostinato's presence only as a melody, not as a living entity. The target no longer needs to eat or drink, gains the ostinato's Magic Resistance trait, and has advantage on Charisma checks. It also has disadvantage on Wisdom saving throws and it can't maintain concentration on spells or other effects for more than a single turn. The target can make a DC 13 Wisdom (Insight) check once every 24 hours; on a success, it realizes that the music it hears comes from an external entity. The Aural Symbiosis lasts until the target drops to 0 hit points, the ostinato ends it as a bonus action, or the ostinato is forced out by a dispel evil and good spell or comparable magic. When the Aural Symbiosis ends, the ostinato bursts forth in a thunderous explosion of sound and reappears in an unoccupied space within 5 feet of the target. All creatures within 60 feet, including the original target, take 21 (6d6) thunder damage, or half damage with a successful DC 13 Constitution saving throw. The target becomes immune to this ostinato's Aural Symbiosis for 24 hours if it succeeds on the saving throw or after the Aural Symbiosis ends."
                },
                {
                    "name": "Voracious Aura (1/Day)",
                    "desc": "While merged with a humanoid (see Aural Symbiosis), the ostinato feeds on nearby creatures. Up to nine creatures of the ostinato's choice within 60 feet of it can be targeted. Each target must succeed on a DC 13 Charisma saving throw or take 3 (1d6) necrotic damage and have its hit point maximum reduced by the same amount until it finishes a long rest. The target dies if its maximum hit points are reduced to 0. Victims notice this damage immediately, but not its source."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Incorporeal Movement",
                    "desc": "The ostinato can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Invisibility",
                    "desc": "The ostinato is invisible as per a greater invisibility spell."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The ostinato has advantage on saving throws against spells and other magical effects."
                }
            ],
            "spell_list": [],
            "page_no": 312,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_ostinato/"
        },
        {
            "slug": "owl-harpy",
            "desc": "_This winged woman’s face is wreathed in a headdress of feathers; her luminous eyes and aquiline nose lend beauty to her feral demeanor. Her sharp, taloned feet seem even more inhuman by comparison._  \n**Harpy Queens.** An owl harpy is a queen among her kind, possessing superior grace and intelligence and an owl's predatory instinct and savage appetite. Owl harpies never grow hair, only feathers, which often wreathe their faces and crown their heads like a headdress. Their taloned feet are strong and razor sharp. They are much stronger fliers than lesser harpies; they swoop and hover in mid-air with ease to tear their prey apart. They are found in temperate climates as well as in deserts and jungles.  \n**Noctural Magic.** Owl harpies practice a rare, potent magic associated with darkness and the night. They can counter most light sources easily. So refined is their hearing that neither darkness nor invisibility detracts from their ability to hunt their quarry. Their acute hearing also means that thunder attacks distress them.  \nOwl harpies are natural (if irredeemably evil) bards thanks to their sharp wits. Less common but not unheard of are owl harpy oracles, scholars, and collectors. These savants are known to exchange their knowledge and insights for companionship or for unusual gifts and treasures.",
            "name": "Owl Harpy",
            "size": "Medium",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 112,
            "hit_dice": "15d8+45",
            "speed": {
                "walk": 20,
                "fly": 80,
                "hover": true
            },
            "strength": 12,
            "dexterity": 17,
            "constitution": 16,
            "intelligence": 11,
            "wisdom": 14,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "performance": 7,
                "stealth": 6
            },
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60 ft., passive Perception 12",
            "languages": "Common, Abyssal, Giant",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The owl harpy makes two claw attacks and two talon attacks."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d4"
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6"
                },
                {
                    "name": "Hovering Darkness",
                    "desc": "An owl harpy that hovers in flight can shake a fine, magical dander from her wings over a creature within 20 feet and directly below her. The creature must succeed on a DC 15 Constitution saving throw or fall unconscious and be poisoned for 10 minutes. It wakes up if it takes damage or if a creature uses an action to shake it awake, but waking up doesn't end the poisoning."
                },
                {
                    "name": "Luring Song",
                    "desc": "The owl harpy sings a magical melody. Every humanoid and giant within 300 feet of the harpy that can hear the song must succeed on a DC 15 Wisdom saving throw or be charmed until the song ends. The harpy must use a bonus action on its subsequent turns to continue singing. It can stop singing at any time. The song ends if the harpy becomes incapacitated. While charmed by the harpy, a target is incapacitated and ignores the songs of other harpies. A charmed target that is more than 5 feet away from the harpy must move at its highest rate (including dashing, if necessary) along the most direct route to get within 5 feet of the harpy. The charmed creature doesn't maneuver to avoid opportunity attacks, but it can repeat the saving throw every time it takes damage from anything other than the harpy. It also repeats the saving throw before entering damaging terrain (lava or a pit, for example), if the most direct route includes a dangerous space. A creature also repeats the saving throw at the end of each of its turns. A successful saving throw ends the effect on that creature and makes the creature immune to this harpy's song for 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Quiet Flight",
                    "desc": "The owl harpy gains an additional +3 to Stealth (+9 in total) while flying."
                },
                {
                    "name": "Dissonance",
                    "desc": "The owl harpy can't use its blindsight while deafened."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the owl harpy's innate spellcasting ability is Charisma. The owl harpy can innately cast the following spells, requiring no material components:\n\n3/day: darkness"
                }
            ],
            "spell_list": [],
            "page_no": 246,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_owl-harpy/"
        },
        {
            "slug": "sathaq-worm",
            "desc": "_This titanic worm’s rocky hide is rough and hard as stone. Its yawning gullet writhes with miniature worms like itself._  \n**Elemental Predators.** Sathaq worms are nightmarish predators from the Plane of Elemental Earth, 30 feet long and 10 feet thick, with rugged brown hide embedded with stones. They devour stone and flesh with equal ease.  \n**Guts Filled with Larvae.** Sathaq worms are solitary; they approach each other only to mate. Their young incubate inside the worms’ gullets. Creatures they swallow are simultaneously digested by the parent worm and devoured by the larvae.  \n**Painful Presence.** Ultrasonic noise and magical ripples that tear at flesh and bone make the very presence of a sathaq worm extremely uncomfortable for creatures of the Material Plane.",
            "name": "Sathaq Worm",
            "size": "Huge",
            "type": "Elemental",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 172,
            "hit_dice": "15d12+75",
            "speed": {
                "walk": 20,
                "burrow": 20,
                "swim": 20
            },
            "strength": 22,
            "dexterity": 6,
            "constitution": 20,
            "intelligence": 5,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 2
            },
            "damage_vulnerabilities": "thunder",
            "damage_resistances": "fire; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "acid, poison",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, unconscious",
            "senses": "tremorsense 60 ft., passive Perception 15",
            "languages": "understands Deep Speech and Terran, but can't speak",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 24 (4d8 + 6) piercing damage. If the target is a Large or smaller creature, it must succeed on a DC 18 Dexterity saving throw or be swallowed by the sathaq worm. A swallowed creature is blinded and restrained, has total cover against attacks and other effects outside the worm, and takes 7 (2d6) bludgeoning damage plus 7 (2d6) slashing damage plus 7 (2d6) acid damage at the start of each of the sathaq worm's turns. The sathaq worm can have only one creature swallowed at a time. If the sathaq worm takes 20 damage or more on a single turn from a creature inside it, the sathaq worm must succeed on a DC 15 Constitution saving throw at the end of that turn or regurgitate the swallowed creature, which falls prone in a space within 5 feet of the sathaq worm. If the sathaq worm dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 10 feet of movement, exiting prone.",
                    "attack_bonus": 10,
                    "damage_dice": "4d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Agonizing Aura",
                    "desc": "The sathaq worms' presence induces pain in creatures native to the Material Plane. Any creature that starts its turn within 30 feet of the sathaq worm must make a DC 17 Fortitude saving throw. On a failed save, the creature is poisoned until the start of its next turn. If a creature's saving throw succeeds, it is immune to the sathaq worm's Agonizing Aura for the next 24 hours."
                },
                {
                    "name": "Earth Glide",
                    "desc": "The sathaq worm can burrow through nonmagical, unworked earth and stone. While doing so, the elemental doesn't disturb the material it moves through."
                },
                {
                    "name": "Siege Monster",
                    "desc": "The sathaq worm deals double damage to objects and structures."
                },
                {
                    "name": "Earthen Camoflage",
                    "desc": "The sathaq worm's stealth bonus is increased to +6 in sand, mud, or dirt."
                }
            ],
            "spell_list": [],
            "page_no": 337,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_sathaq-worm/"
        },
        {
            "slug": "vine-golem",
            "desc": "A humanoid-shaped tangle of green vines shambles through a portal and gives a friendly wave._  \n**Druid Servants.** Vine golems are constructs created by druids for use as scouts and guardians. These plant-like constructs maintain a psychic connection with their creators, who can see through their eyes and cast spells through them. The golem-creator connection is maintained across the planes of the multiverse and is severed only if the construct or the druid dies. The vine golem is made from a variety of rare plants and flowers found only in the depths of old-growth forests. The process of creating a vine golem is closely guarded by cabals of druids, who will sometimes gift worthy druids with the knowledge in the form of a manual of vine golems.  \n**Golems without Creators.** When a vine golem’s creator dies, the construct carries out the druid’s final orders and then retreats to the nearest wilderness. Driven by a psyche fractured from the loss of its creator, the vine golem guards the animals and plants of its chosen home with extreme prejudice, attacking all intruders, regardless of any previous affiliation they might have had with its creator.  \n**Construct Nature.** A vine golem doesn’t require air, food, drink, or sleep.",
            "name": "Vine Golem",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 67,
            "hit_dice": "9d8+27",
            "speed": {
                "climb": 30,
                "walk": 30
            },
            "strength": 12,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 6,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2,
                "stealth": 6
            },
            "damage_vulnerabilities": "slashing",
            "damage_resistances": "bludgeoning and piercing from nonmagical attacks not made with adamantine weapons",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, poisoned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "understands the languages of its creator but can’t speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vine golem makes two thorned vine attacks."
                },
                {
                    "name": "Thorned Vine",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 15 ft., one target. Hit: 8 (1d8 + 4) piercing damage, and the target must succeed on a DC 14 Strength saving throw or be pulled up to 10 feet toward the vine golem.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8+4"
                },
                {
                    "name": "Thorned Embrace",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one Medium or smaller creature. Hit: 13 (2d8 + 4) piercing damage, and the target is grappled (escape DC 11). Until the grapple ends, the target is restrained, and the vine golem can't embrace another target.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8+4"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Bound",
                    "desc": "The vine golem is psychically bound to its creator and can communicate telepathically with its creator as long as neither is incapacitated. In addition, each knows the distance to and direction of the other. The golem and its creator don't have to be on the same plane of existence to communicate telepathically, but they do have to be on the same plane to know each other's distance and direction."
                },
                {
                    "name": "Creator's Eyes and Ears",
                    "desc": "As a bonus action, the creator can see through the vine golem's eyes and hear what it hears until the start of the creator's next turn, gaining the benefits of the vine golem's darkvision. During this time, the creator is deaf and blind with regard to its own senses. While using the construct's senses, the creator can cast a spell through the vine golem, using those senses to target the spell. The range, area, and effect of the spell are calculated as if the spell originated from the vine golem, not the master, though the master must still cast the spell on the master's turn. Spells that require concentration must be maintained by the master."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The vine golem is immune to any spell or effect that would alter its form."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The vine golem has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Plant Camouflage",
                    "desc": "The vine golem has advantage on Dexterity (Stealth) checks it makes in any terrain that contains ample obscuring plant life."
                }
            ],
            "spell_list": [],
            "page_no": 181,
            "environments": [],
            "img_main": null,
            "document__slug": "tob2",
            "document__title": "Tome of Beasts 2",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-2-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob2_vine-golem/"
        },
        {
            "slug": "hair-golem",
            "desc": "",
            "name": "Hair Golem",
            "size": "Small",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 13,
            "armor_desc": null,
            "hit_points": 13,
            "hit_dice": "3d6+3",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 17,
            "constitution": 13,
            "intelligence": 3,
            "wisdom": 8,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "slashing",
            "damage_resistances": "bludgeoning and piercing from nonmagical attacks not made with adamantine",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 9",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "1/4",
            "cr": 0.25,
            "actions": [
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d4+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) slashing damage. The target must succeed on a DC 11 Dexterity saving throw or be knocked prone.",
                    "name": "Lash"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The golem is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                }
            ],
            "spell_list": [],
            "page_no": 200,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_hair-golem/"
        },
        {
            "slug": "nightgarm",
            "desc": "_These humanoid creatures work with their lupine mother and their worg and winter wolf brothers and sisters to destroy human and dwarvish settlements. Their howls are songs of vengeance, and their fangs and jaws seem ready to swallow the world._  \n**Champions of the Northern Packs.** Created in a magical ritual performed over a pregnant worg by her packmates, nightgarms are always female and are always loyal followers of Fenris. They are dedicated to harassing servants of the gods, especially the northern gods of the sky, thunder, or wisdom. Their spawn infiltrate settlements to bring them down—treachery that always ends with a massed attack by wolves.  \n**Carry Off Plunder.** Nightgarms resemble enormous wolves, but up close their wide mouths, hate-filled eyes, and half-formed fingers give them away as something different from—and much worse than— worgs. They can wield items in their front paws and can walk on their hind limbs when necessary, though they are far swifter on four legs.  \n**Impossibly Wide Jaws.** A nightgarm’s jaws can open to swallow corpses, living creatures, and items larger than themselves, a magical trick that happens in a matter of seconds.",
            "name": "Nightgarm",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 20
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "perception": 5,
                "stealth": 5
            },
            "damage_vulnerabilities": "radiant; silvered weapons",
            "damage_resistances": "lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks not made with silvered weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Giant, Goblin, telepathy 200 ft. (with falsemen only)",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 27 (4d10 + 5) piercing damage, and a Medium or smaller target must succeed on a DC 15 Strength saving throw or be swallowed whole. A swallowed creature is blinded and restrained and has total cover against attacks and other effects outside the nightgarm. It takes 21 (6d6) acid damage at the start of each of the nightgarm's turns. A nightgarm can have only one creature swallowed at a time. If the nightgarm takes 25 damage or more on a single turn from the swallowed creature, the nightgarm must succeed on a DC 14 Constitution saving throw at the end of that turn or regurgitate the creature, which falls prone within 5 feet of the nightgarm. If the nightgarm dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 10 feet of movement, exiting prone.",
                    "attack_bonus": 8,
                    "damage_dice": "4d10+5"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spawn Falseman",
                    "desc": "If a nightgarm spends an entire round consuming a humanoid corpse, it immediately becomes pregnant. Nine hours later, it gives birth to a duplicate of the devoured creature. Known as a \"falseman,\"this duplicate has all the memories and characteristics of the original but serves its mother loyally, somewhat similar to a familiar's relationship to a wizard. A nightgarm can have up to 14 falsemen under her control at a time. A nightgarm can communicate telepathically with its falsemen at ranges up to 200 feet."
                },
                {
                    "name": "Quadruped",
                    "desc": "The nightgarm can drop any objects it is holding to run on all fours. When it does so, its speed increases to 40ft."
                },
                {
                    "name": "Distending Maw",
                    "desc": "Like snakes, nightgarms can open their mouths far wider than other creatures of similar size. This ability grants it a formidable bite and allows it to swallow creatures up to Medium size."
                },
                {
                    "name": "Superstitious",
                    "desc": "A nightgarm must stay at least 5 feet away from a brandished holy symbol or a burning sprig of wolf's bane, and it cannot touch or make melee attacks against a creature holding one of these items. After 1 round, the nightgarm can make a DC 15 Charisma saving throw at the start of each of its turns; if the save succeeds, the nightgarm temporarily overcomes its superstition and these restrictions are lifted until the start of the nightgarm's next turn."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "the nightgarm's innate spellcasting ability is Charisma (spell save DC 14). It can innately cast the following spells, requiring no material components:\n\n3/day each: darkness, dissonant whispers, hold person\n\n1/day each: conjure woodland beings (wolves only), dimension door, scrying (targets falsemen only)"
                }
            ],
            "spell_list": [],
            "page_no": 304,
            "environments": [],
            "img_main": null,
            "document__slug": "tob",
            "document__title": "Tome of Beasts",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-for-5th-edition-print/",
            "v2_converted_path": "/v2/creatures/tob_nightgarm/"
        },
        {
            "slug": "nightgarm-tob1-2023",
            "desc": "False",
            "name": "Nightgarm",
            "size": "Large",
            "type": "Monstrosity",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 152,
            "hit_dice": "16d10 + 64",
            "speed": {
                "walk": 40
            },
            "strength": 20,
            "dexterity": 14,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 15,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 15,
            "skills": {
                "Perception": 5,
                "Stealth": 5
            },
            "damage_vulnerabilities": "radiant; bludgeoning, piercing, and slashing from nonmagical attacks made with silvered weapons",
            "damage_resistances": "lightning, thunder",
            "damage_immunities": "False",
            "condition_immunities": "False",
            "senses": "darkvision 60 ft., passive Perception 15",
            "languages": "Common, Giant, Goblin, telepathy 60 ft.",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The nightgarm makes one Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) piercing damage. If the target is a Medium or smaller creature, it must succeed on a DC 15 Strength saving throw or be swallowed. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the nightgarm, and it takes 10 (3d6) acid damage at the start of each of the nightgarm's turns. The nightgarm can have only one creature swallowed at a time."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage."
                },
                {
                    "name": "Lupine Howl (1/Day)",
                    "desc": "The nightgarm magically calls 2d4 wolves or 2 dire wolves. The wolves arrive in 1d4 rounds, acting as allies of the nightgarm and obeying her telepathic commands. The wolves remain for 1 hour, until the nightgarm dies, or until the nightgarm dismisses them as a bonus action."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Telepathic Bond",
                    "desc": "The nightgarm ignores the range restriction on its telepathy when communicating with a falseheart it has birthed. The nightgarm and its falseheart don't need to be on the same plane of existence."
                }
            ],
            "spell_list": [],
            "page_no": 285,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_nightgarm/"
        },
        {
            "slug": "fallen-deva-a5e",
            "desc": "",
            "name": "Fallen Deva",
            "size": "Medium",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 153,
            "hit_dice": "18d8+72",
            "speed": {
                "walk": 30,
                "fly": 90
            },
            "strength": 18,
            "dexterity": 18,
            "constitution": 18,
            "intelligence": 18,
            "wisdom": 20,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 9,
            "charisma_save": 9,
            "perception": null,
            "skills": {
                "insight": 9,
                "perception": 9,
                "religion": 9
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "radiant; damage from nonmagical weapons",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion, frightened",
            "senses": "truesight 30 ft., passive Perception 19",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The deva makes two attacks."
                },
                {
                    "name": "Celestial Hammer (Deva Form Only)",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) bludgeoning damage plus 17 (5d6) radiant damage. On a hit  the target can't make opportunity attacks against the deva until the beginning of the targets next turn."
                },
                {
                    "name": "Divine Blast",
                    "desc": "Ranged Spell Attack: +8 to hit, range 60 ft., one target. Hit: 22 (5d8) radiant damage."
                },
                {
                    "name": "Radiant Energy (1/Day)",
                    "desc": "The deva touches a creature other than itself. If the target is unwilling  the deva makes an attack roll with a +8 bonus. The deva can choose to magically heal 60 hit points of damage and end any blindness  curse  deafness  disease  or poison on the target. Alternatively  the deva can choose to deal 60 radiant damage to the target."
                },
                {
                    "name": "Change Form",
                    "desc": "The deva magically transforms into a beast or humanoid or back into its true form. It retains its deva statistics  including speech and telepathy  except that it has the size  movement modes  and traits of its new form."
                },
                {
                    "name": "Consume Life Energy (1/Day)",
                    "desc": "The angel feasts on the departing life energy of a humanoid within 5 feet. The target must have been slain within the last hour. The angel magically gains temporary hit points equal to half the dead creatures maximum hit points. These hit points last until depleted. Only a spell cast with a 9th-level slot can raise the corpse from the dead."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The deva has advantage on saving throws against spells and magical effects."
                },
                {
                    "name": "Aligned",
                    "desc": "An angel radiates a Lawful aura. Most angels also radiate a Good aura, and a few radiate Evil."
                },
                {
                    "name": "Celestial Dissolution",
                    "desc": "When an angel dies, its body and equipment dissolve into motes of light."
                },
                {
                    "name": "Detect Alignment",
                    "desc": "An angel knows the alignment, if any, of each creature within 30 feet that it can see."
                },
                {
                    "name": "Immortal Nature",
                    "desc": "An angel doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 19,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_fallen-deva/"
        },
        {
            "slug": "fallen-planetar-a5e",
            "desc": "",
            "name": "Fallen Planetar",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 19,
            "armor_desc": "",
            "hit_points": 250,
            "hit_dice": "20d10+140",
            "speed": {
                "walk": 40,
                "fly": 120
            },
            "strength": 22,
            "dexterity": 22,
            "constitution": 24,
            "intelligence": 22,
            "wisdom": 24,
            "charisma": 24,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 12,
            "charisma_save": 12,
            "perception": null,
            "skills": {
                "athletics": 11,
                "insight": 12,
                "perception": 12,
                "religion": 12
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "radiant; damage from nonmagical weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 60 ft., passive Perception 22",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The planetar attacks twice with its flaming sword."
                },
                {
                    "name": "Flaming Sword",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 20 (4d6 + 6) slashing damage plus 21 (6d6) ongoing fire or radiant damage (the planetars choice). A creature can use an action to extinguish this holy flame on itself or a creature within 5 feet."
                },
                {
                    "name": "Heavenly Bolt",
                    "desc": "The planetar fires a lightning bolt in a line 100 feet long and 5 feet wide. Each creature in the line makes a Dexterity saving throw  taking 56 (16d6) lightning damage on a failed save  or half damage on a success."
                },
                {
                    "name": "Heal (2/Day)",
                    "desc": "The planetar touches a creature other than itself  magically healing 60 hit points of damage and ending any blindness  curse  deafness  disease  or poison on the target."
                },
                {
                    "name": "Consume Life Energy (1/Day)",
                    "desc": "The angel feasts on the departing life energy of a humanoid within 5 feet. The target must have been slain within the last hour. The angel magically gains temporary hit points equal to half the dead creatures maximum hit points. These hit points last until depleted. Only a spell cast with a 9th-level slot can raise the corpse from the dead."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Awe-Inspiring Gaze (Gaze)",
                    "desc": "The planetar targets a creature within 90 feet. The target makes a DC 20 Wisdom saving throw. On a failure, it is frightened until the end of its next turn. If the target makes its saving throw, it is immune to any angels Awe-Inspiring Gaze for the next 24 hours."
                }
            ],
            "reactions": [
                {
                    "name": "Protective Parry",
                    "desc": "When a creature within 5 feet would be hit with a melee attack, the planetar applies disadvantage to the attack roll."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Champion of Truth",
                    "desc": "The planetar automatically detects lies. Additionally, it cannot lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The planetars spellcasting ability is Charisma (spell save DC 20). The planetar can innately cast the following spells, requiring no material components: 1/day each: commune, control weather, raise dead"
                }
            ],
            "spell_list": [],
            "page_no": 19,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_fallen-planetar/"
        },
        {
            "slug": "fallen-solar-a5e",
            "desc": "",
            "name": "Fallen Solar",
            "size": "Large",
            "type": "Celestial",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 21,
            "armor_desc": "",
            "hit_points": 319,
            "hit_dice": "22d10+198",
            "speed": {
                "walk": 50,
                "fly": 150
            },
            "strength": 28,
            "dexterity": 22,
            "constitution": 28,
            "intelligence": 22,
            "wisdom": 30,
            "charisma": 30,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 0,
            "charisma_save": 17,
            "perception": null,
            "skills": {
                "athletics": 16,
                "history": 16,
                "insight": 17,
                "perception": 17,
                "religion": 17
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "radiant; damage from nonmagical weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "truesight 120 ft., Passive Perception 27",
            "languages": "all, telepathy 120 ft.",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The solar attacks twice with its holy sword."
                },
                {
                    "name": "Holy Sword",
                    "desc": "Melee Weapon Attack: +16 to hit, reach 10 ft., one target. Hit: 23 (4d6 + 9) slashing damage plus 21 (6d6) radiant damage."
                },
                {
                    "name": "Column of Flame",
                    "desc": "Flame erupts in a 10-foot-radius  30-foot-tall cylinder centered on a point the solar can see within 60 feet of it. Each creature in the area makes a DC 21 Dexterity saving throw  taking 21 (6d6) fire damage and 21 (6d6) radiant damage of a failure  or half as much damage on a success."
                },
                {
                    "name": "Consume Life Energy (1/Day)",
                    "desc": "The angel feasts on the departing life energy of a humanoid within 5 feet. The target must have been slain within the last hour. The angel magically gains temporary hit points equal to half the dead creatures maximum hit points. These hit points last until depleted. Only a spell cast with a 9th-level slot can raise the corpse from the dead."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Forceful Parry (While Bloodied)",
                    "desc": "When a creature misses the solar with a melee attack, the solars parrying sword sparks with energy. The attacker takes 21 (6d6) lightning damage and makes a DC 24 Constitution saving throw. On a failure, it is pushed 10 feet away and falls prone."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The solar can take 3 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. The solar regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Teleport",
                    "desc": "The solar magically teleports up to 120 feet to an empty space it can see."
                },
                {
                    "name": "Heal (3/Day)",
                    "desc": "The solar touches a creature other than itself, magically healing 60 hit points of damage and ending any blindness, curse, deafness, disease, or poison on the target."
                },
                {
                    "name": "Deafening Command (Costs 2 Actions)",
                    "desc": "The solar speaks an echoing command. Each creature of the solars choice within 30 feet that can hear the solar and understands a language makes a DC 24 Charisma saving throw. Each creature that succeeds on the saving throw takes 21 (6d6) thunder damage. Each creature that fails its saving throw immediately takes a certain action, depending on the solars command. This is a magical charm effect."
                },
                {
                    "name": "Abase yourself! The creature falls prone",
                    "desc": ""
                },
                {
                    "name": "Approach! The creature must use its reaction",
                    "desc": ""
                },
                {
                    "name": "Flee! The creature must use its reaction",
                    "desc": ""
                },
                {
                    "name": "Surrender! The creature drops anything it is holding",
                    "desc": ""
                }
            ],
            "special_abilities": [
                {
                    "name": "Champion of Truth",
                    "desc": "The solar automatically detects lies. Additionally, it cannot lie."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The solars spellcasting ability is Charisma (spell save DC 25). The solar can innately cast the following spells, requiring no material components: 1/day each: commune, control weather, resurrection"
                }
            ],
            "spell_list": [],
            "page_no": 19,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_fallen-solar/"
        },
        {
            "slug": "horde-of-shadows-a5e",
            "desc": "",
            "name": "Horde of Shadows",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 90,
            "hit_dice": "20d8",
            "speed": {
                "walk": 40
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "acid, cold, fire, lightning, thunder; damage from nonmagical weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, fatigue, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The horde makes up to three claw attacks  but no more than one against each target."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 16 (4d6 + 2) necrotic damage  and the target makes a DC 12 Constitution saving throw. On a failure  the target is cursed until it finishes a short or long rest or is the subject of remove curse or a similar spell. While cursed  the target makes attack rolls  Strength checks  and Strength saving throws with disadvantage. If the target dies while cursed  a new undead shadow rises from the corpse in 1d4 hours  the corpse no longer casts a natural shadow  and the target can't be raised from the dead until the new shadow is destroyed."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Sneak",
                    "desc": "The horde takes the Hide action even if obscured only by dim light or darkness."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The horde can pass through an opening as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Area Vulnerability",
                    "desc": "The horde takes double damage from any effect that targets an area."
                },
                {
                    "name": "Horde Dispersal",
                    "desc": "When the horde is reduced to 0 hit points, it turns into 2 (1d4) shadows, each of which are bloodied."
                },
                {
                    "name": "Horde",
                    "desc": "The horde is composed of 5 or more shadows. If it is subjected to a spell, attack, or other effect that affects only one target, it takes any damage but ignores other effects. It can share its space with Medium or smaller creatures or objects."
                },
                {
                    "name": "Sunlight Weakness",
                    "desc": "While in sunlight, the horde has disadvantage on attack rolls, ability checks, and saving throws."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The horde doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_horde-of-shadows/"
        },
        {
            "slug": "shadow-a5e",
            "desc": "",
            "name": "Shadow",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 18,
            "hit_dice": "4d8",
            "speed": {
                "walk": 40
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 4
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "acid, cold, fire, lightning, thunder; damage from nonmagical weapons",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, fatigue, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 120 ft., passive Perception 10",
            "languages": "",
            "challenge_rating": "1",
            "cr": 1.0,
            "actions": [
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 9 (2d6 + 2) necrotic damage  and the target makes a DC 12 Constitution saving throw. On a failure  the target is cursed until it finishes a short or long rest or is the subject of remove curse or a similar spell. While cursed  the target makes attack rolls  Strength checks  and Strength saving throws with disadvantage. If the target dies while cursed  a new undead shadow rises from the corpse in 1d4 hours  the corpse no longer casts a natural shadow  and the target can't be raised from the dead until the new shadow is destroyed."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Sneak",
                    "desc": "The shadow takes the Hide action even if obscured only by dim light or darkness."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The shadow can pass through an opening as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Sunlight Weakness",
                    "desc": "While in sunlight, the shadow has disadvantage on attack rolls, ability checks, and saving throws."
                },
                {
                    "name": "Undead Nature",
                    "desc": "A shadow doesnt require air, sustenance, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 388,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_shadow/"
        },
        {
            "slug": "shadow-demon-a5e",
            "desc": "",
            "name": "Shadow Demon",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 45,
            "hit_dice": "10d8",
            "speed": {
                "walk": 30,
                "fly": 50
            },
            "strength": 5,
            "dexterity": 16,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 14,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 2,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 5,
            "perception": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "acid, fire, thunder; damage from nonmagical weapons",
            "damage_immunities": "cold, lightning, necrotic, poison",
            "condition_immunities": "charmed, fatigue, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "Abyssal, telepathy 120 ft.",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Darken Light",
                    "desc": "The demon magically targets a nonmagical flame or an area of magical light created by a 2nd-level or lower spell slot within 60 feet. Any area of bright light created by the light source instead casts dim light for 10 minutes."
                },
                {
                    "name": "Replace Shadow",
                    "desc": "The demon targets a humanoid within 5 feet that is in dim light and can't see the demon. The target makes a DC 13 Constitution saving throw. On a success  the target is aware of the demon. On a failure  the target is unaware of the demon  the target no longer casts a natural shadow  and the demon magically takes on the shape of the targets shadow  appearing indistinguishable from a natural shadow except when it attacks. The demon shares the targets space and moves with the target. When the demon is dealt damage while sharing the targets space  it takes half the damage (rounded down) and the other half is dealt to the target. The effect ends when the target drops to 0 hit points  the demon no longer shares the targets space  the demon or target is affected by dispel evil and good or a similar effect  or the demon begins its turn in an area of sunlight."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) cold damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Sneak",
                    "desc": "The demon takes the Hide action even if obscured only by dim light or darkness."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Chaotic Evil",
                    "desc": "The demon radiates a Chaotic and Evil aura."
                },
                {
                    "name": "Incorporeal",
                    "desc": "The demon can move through creatures and objects. It takes 3 (1d6) force damage if it ends its turn inside an object."
                },
                {
                    "name": "Light Sensitivity",
                    "desc": "While in bright light, the demon has disadvantage on attack rolls, as well as on Perception checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 74,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_shadow-demon/"
        },
        {
            "slug": "vampire-spawn-a5e",
            "desc": "",
            "name": "Vampire Spawn",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 76,
            "hit_dice": "9d8+36",
            "speed": {
                "walk": 30,
                "climb": 30
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "perception": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "necrotic; damage from nonmagical, non-silvered weapons",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "the languages it knew in life",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The vampire makes two attacks  only one of which can be a bite attack."
                },
                {
                    "name": "Grab",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) bludgeoning damage. The target is grappled (escape DC 14)."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target that is grappled  incapacitated  restrained  or willing. Hit: 9 (1d10 + 4) piercing damage plus 14 (4d6) necrotic damage. The targets hit point maximum is reduced by an amount equal to the necrotic damage dealt  and the vampire regains this number of hit points. The reduction lasts until the target finishes a long rest. If the target is reduced to 0 hit points by this attack  it dies."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Hissing Scuttle (1/Day)",
                    "desc": "When the vampire takes radiant damage, it moves up to its Speed without provoking opportunity attacks."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Regeneration",
                    "desc": "The vampire regains 10 hit points at the start of its turn if it has at least 1 hit point and hasnt taken radiant damage since its last turn."
                },
                {
                    "name": "Spider Climb",
                    "desc": "The vampire can climb even on difficult surfaces and upside down on ceilings."
                },
                {
                    "name": "Vampire Weaknesses",
                    "desc": "Vampires most common weaknesses are sunlight and running water. When the vampire ends its turn in contact with one of its weaknesses (such as being bathed in sunlight or running water), it takes 20 radiant damage. While in contact with its weakness, it can't use its Regeneration trait."
                }
            ],
            "spell_list": [],
            "page_no": 421,
            "environments": [],
            "img_main": null,
            "document__slug": "menagerie",
            "document__title": "Level Up Advanced 5e Monstrous Menagerie",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://www.levelup5e.com",
            "v2_converted_path": "/v2/creatures/mmenag_vampire-spawn/"
        },
        {
            "slug": "eldershadowdrake-tob1-2023",
            "desc": "False",
            "name": "Elder Shadow Drake",
            "size": "Large",
            "type": "Dragon",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10 + 48",
            "speed": {
                "walk": 60,
                "fly": 20
            },
            "strength": 22,
            "dexterity": 13,
            "constitution": 18,
            "intelligence": 8,
            "wisdom": 9,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": 4,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": 4,
            "perception": 15,
            "skills": {
                "Perception": 5,
                "Stealth": 7
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "False",
            "damage_immunities": "cold",
            "condition_immunities": "False",
            "senses": "darkvision 120 ft., passive Perception 15",
            "languages": "Common, Draconic, Umbral",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The elder shadow drake makes one Bite attack and two Tail Slap attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 17 (2d10 + 6) piercing damage."
                },
                {
                    "name": "Tail Slap",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage."
                },
                {
                    "name": "Invisibility",
                    "desc": "The drake magically turns invisible until it attacks, uses Shadow Step, or starts its turn in sunlight, or until its concentration ends (as if concentrating on a spell). Any equipment the drake wears or carries is invisible with it. The drake must be in dim light or darkness to use this action."
                },
                {
                    "name": "Stygian Breath (Recharge 5-6)",
                    "desc": "The elder shadow drake spits a ball of black liquid on a point the dragon can see within 60 feet of it. The ball bursts into a 20-foot-radius sphere of black mist centered on that point for 1 minute. Each creature in the mist when it appears must make a DC 15 Constitution saving throw, taking 42 (12d6) cold damage on a failed save, or half as much damage on a successful one. The mist spreads around corners, and its area is magical darkness. No natural light can illuminate the mist. If any of the mist overlaps with an area of light created by a spell of 1st level or lower, the spell creating the light is dispelled."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Step",
                    "desc": "The drake teleports, along with any equipment it is wearing or carrying, up to 60 feet to an unoccupied space it can see. The origin and destination spaces must be in dim light or darkness."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Shadow Sight",
                    "desc": "The drake has advantage on Wisdom (Perception) checks made while in dim light or darkness, and magical darkness doesn't impede the drake's darkvision."
                }
            ],
            "spell_list": [],
            "page_no": 143,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_elder-shadow-drake/"
        },
        {
            "slug": "flutterflesh-tob1-2023",
            "desc": "False",
            "name": "Flutterflesh",
            "size": "Large",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 187,
            "hit_dice": "22d10 + 66",
            "speed": {
                "walk": 60,
                "fly": 10
            },
            "strength": 11,
            "dexterity": 18,
            "constitution": 17,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": 4,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 17,
            "skills": {
                "Deception": 4,
                "Perception": 7,
                "Stealth": 8
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "cold, lightning; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, paralyzed, exhaustion, poisoned, stunned, unconscious",
            "senses": "darkvision 120 ft., passive Perception 17",
            "languages": "Common, Darakhul",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The flutterflesh makes three Bone Spur or Tormenting Gaze attacks. If two Tormenting Gaze attacks hit one creature, the target must succeed on a DC 16 Wisdom saving throw or be paralyzed for 1 minute. A paralyzed creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                },
                {
                    "name": "Bone Spur",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 17 (2d12 + 4) piercing damage plus 9 (2d8) necrotic damage, and the flutterflesh impales the target on one of its bone spurs, grappling the target (escape DC 16). The flutterflesh can have no more than two creatures impaled at a time."
                },
                {
                    "name": "Tormenting Gaze",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one creature. Hit: 21 (4d8 + 3) psychic damage."
                },
                {
                    "name": "Creeping Death (Recharge 5-6)",
                    "desc": "The flutterflesh emits a wave of necromantic energy, hastening the journey toward death. Each creature within 20 feet of the flutterflesh must make a DC 16 Constitution saving throw, taking 45 (10d8) necrotic damage on a failed save, or half as much damage on a successful one. A creature below half its hp maximum has disadvantage on this saving throw."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Merciful Exchange",
                    "desc": "If the flutterflesh reduces a creature to 0 hp with a melee attack, it can cut off one of the creature's limbs. If it does so, the target is reduced to 1 hp instead."
                },
                {
                    "name": "Necrotic Weapons",
                    "desc": "The flutterflesh's weapon attacks are magical. When the flutterflesh hits with any weapon, the weapon deals an extra 2d8 necrotic damage (included in the attack)."
                },
                {
                    "name": "Regeneration",
                    "desc": "The flutterflesh regains 10 hp at the start of its turn. If the flutterflesh takes fire or radiant damage, this trait doesn't function at the start of the flutterflesh's next turn. The flutterflesh dies only if it starts its turn with 0 hp and doesn't regenerate."
                },
                {
                    "name": "Turn Resistance",
                    "desc": "The flutterflesh has advantage on saving throws against any effect that turns undead."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The flutterflesh doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 189,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_flutterflesh/"
        },
        {
            "slug": "maskwight-tob1-2023",
            "desc": "False",
            "name": "Mask Wight",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 207,
            "hit_dice": "18d8 + 126",
            "speed": {
                "walk": 40
            },
            "strength": 22,
            "dexterity": 18,
            "constitution": 24,
            "intelligence": 15,
            "wisdom": 16,
            "charisma": 18,
            "strength_save": 11,
            "dexterity_save": 9,
            "constitution_save": 12,
            "intelligence_save": 7,
            "wisdom_save": 8,
            "charisma_save": 9,
            "perception": 13,
            "skills": {},
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "acid, fire, lightning, cold; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, frightened, paralyzed, petrified, poisoned, stunned, unconscious",
            "senses": "darkvision 60 ft., truesight 30 ft., passive Perception 13",
            "languages": "Abyssal, Common, Infernal",
            "challenge_rating": "13",
            "cr": 13.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mask wight makes two Khopesh of Oblivion attacks and one Spiked Gauntlet attack. If both Khopesh of Oblivion attacks hit one creature, the target must succeed on a DC 17 Wisdom saving throw or forget cherished memories of one object or location until it interacts with that object or location again. The object or location can't be an object on the target or a location within its sight when it fails this saving throw."
                },
                {
                    "name": "Khopesh of Oblivion",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) slashing damage plus 13 (3d8) necrotic damage."
                },
                {
                    "name": "Spiked Gauntlet",
                    "desc": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) bludgeoning damage plus 13 (3d8) necrotic damage. If the target is a Large or smaller creature, it must succeed on a DC 17 Strength saving throw or be knocked prone."
                },
                {
                    "name": "Wail of the Forgotten (Recharge 6)",
                    "desc": "The mask wight emits an ear-piercing wail. Each creature within 30 feet of the mask wight must make a DC 17 Charisma saving throw. On a failure, a creature takes 35 (10d6) thunder damage and 27 (6d8) psychic damage and is deafened for 1 hour. On a success, a creature takes half the damage and isn't deafened. A creature killed by this wail is erased from the memories of every creature in the planes that ever saw or interacted with it, all written or pictorial references to the target fade away, and its body is obliterated. Only divine beings and creatures that saw the creature die are unaffected by this memory erasure. The slain creature can be restored to life only by means of a true resurrection or a wish spell."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Necrotic Weapons",
                    "desc": "The mask wight's weapon attacks are magical. When the mask wight hits with any weapon, the weapon deals an extra 3d8 necrotic damage (included in the attack)."
                },
                {
                    "name": "Single-Minded Purpose",
                    "desc": "The mask wight has advantage on attack rolls against fiends and creatures wielding fiendish power, such as tieflings or some sorcerers and warlocks."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The mask wight doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 264,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_mask-wight/"
        },
        {
            "slug": "shroud-tob1-2023",
            "desc": "False",
            "name": "Shroud",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Neutral Evil",
            "armor_class": 11,
            "armor_desc": "",
            "hit_points": 13,
            "hit_dice": "3d8",
            "speed": {
                "walk": 30
            },
            "strength": 4,
            "dexterity": 13,
            "constitution": 10,
            "intelligence": 2,
            "wisdom": 10,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "Stealth": 3
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "acid, cold, fire, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "Common",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Strength Drain",
                    "desc": "Melee Weapon Attack: +3 to hit, reach 5 ft., one creature. Hit: 3 (1d4 + 1) necrotic damage, and the target has disadvantage on weapon attacks that use Strength until the end of its next turn. If a non-evil humanoid dies from this attack, a new shroud rises from the corpse 1d4 hours later."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Shadow Stealth",
                    "desc": "While in dim light or darkness, the shroud takes the Hide action."
                }
            ],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "The shroud can move through a space as narrow as 1 inch wide without squeezing."
                },
                {
                    "name": "Shadow Evolution",
                    "desc": "If the shroud deals at least 12 necrotic damage to a creature that isn't a Construct or Undead in 1 minute or less, the shroud transforms into a shadow at the start of the turn after it last dealt damage. It uses the statistics of the shadow, except it reduces the shadow's hp by an amount equal to the damage the shroud took before it transformed."
                },
                {
                    "name": "Sunlight Weakness",
                    "desc": "While in sunlight, the shroud has disadvantage on attack rolls, ability checks, and saving throws."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The shroud doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 327,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_shroud/"
        },
        {
            "slug": "voidling-tob1-2023",
            "desc": "False",
            "name": "Voidling",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 180,
            "hit_dice": "24d10 + 48",
            "speed": {
                "walk": 50
            },
            "strength": 15,
            "dexterity": 21,
            "constitution": 15,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": 6,
            "wisdom_save": 7,
            "charisma_save": 4,
            "perception": 13,
            "skills": {
                "Stealth": 9
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "False",
            "damage_immunities": "necrotic",
            "condition_immunities": "exhaustion, petrified, prone",
            "senses": "truesight 60 ft., passive Perception 13",
            "languages": "Void Speech, telepathy 60 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The voidling makes four Shadow Tendril or Necrotic Bolt attacks. If two Necrotic Bolt attacks hit one creature, the target must succeed on a DC 17 Wisdom saving throw or be frightened until the end of its next turn."
                },
                {
                    "name": "Shadow Tendril",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 8 (1d6 + 5) bludgeoning damage plus 10 (3d6) necrotic damage."
                },
                {
                    "name": "Necrotic Bolt",
                    "desc": "Ranged Spell Attack: +7 to hit, range 120 ft., one target. Hit: 17 (4d6 + 3) necrotic damage."
                },
                {
                    "name": "Shadow's Grasp (Recharge 5-6)",
                    "desc": "The voidling releases a wave of small, grasping tendrils of shadow. Each creature within 20 feet of it must make a DC 17 Dexterity saving throw. On a failure, a creature takes 49 (14d6) necrotic damage and is restrained by tendrils of shadow for 1 minute. On a success, a creature takes half the damage and isn't restrained. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Darkness Regeneration",
                    "desc": "While in an area of dim light or darkness, the voidling regains 5 hp at the start of its turn if it has at least 1 hp."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The voidling has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Void Traveler",
                    "desc": "The voidling doesn't require air, food, drink, sleep, or ambient pressure."
                }
            ],
            "spell_list": [],
            "page_no": 390,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_voidling/"
        },
        {
            "slug": "wormheartedsuffragan-tob1-2023",
            "desc": "False",
            "name": "Wormhearted Suffragan",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": "null",
            "alignment": "Chaotic Evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 120,
            "hit_dice": "16d8 + 48",
            "speed": {
                "walk": 30
            },
            "strength": 10,
            "dexterity": 17,
            "constitution": 16,
            "intelligence": 11,
            "wisdom": 16,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 13,
            "skills": {
                "Medicine": 6,
                "Religion": 3
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "False",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "the languages it knew in life",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The wormhearted suffragan makes two Worm-Coated Fist or Paralyzing Bolt attacks."
                },
                {
                    "name": "Worm-Coated Fist",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) bludgeoning damage plus 7 (2d6) necrotic damage, and the target must succeed on a DC 14 Constitution saving throw or contract a disease. Until the disease is cured, the target can't regain hp, and its hp maximum decreases by 7 (2d6) every 24 hours. This reduction lasts until the target finishes a long rest after the disease is cured. The target dies if this effect reduces its hp maximum to 0."
                },
                {
                    "name": "Paralyzing Bolt",
                    "desc": "Ranged Spell Attack: +6 to hit, range 60 ft., one target. Hit: 17 (4d6 + 3) necrotic damage, and the target must succeed on a DC 14 Constitution saving throw or be paralyzed until the end of its next turn."
                },
                {
                    "name": "Animating Worms (3/Day)",
                    "desc": "The wormhearted suffragan touches the body of a dead Humanoid, passing on some of the suffragan's worms. The worms fill the target, animating it as a skeleton or zombie (the suffragan's choice) under the suffragan's control."
                }
            ],
            "bonus_actions": [],
            "reactions": [],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "The wormhearted suffragan has advantage on saving throws against spells and other magical effects."
                },
                {
                    "name": "Master of Undeath",
                    "desc": "A Humanoid killed by the wormhearted suffragan's disease rises 1d4 hours later as a skeleton or zombie (the suffragan's choice), unless the Humanoid is restored to life or its body is destroyed. Between its disease and its Animating Worms, the suffragan can have no more than fifteen total skeletons and zombies under its control at one time."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The wormhearted suffragan doesn't require air, food, drink, or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 398,
            "environments": [],
            "img_main": "http://api.open5e.com/",
            "document__slug": "tob-2023",
            "document__title": "Tome of Beasts 2023",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-1-2023-edition/",
            "v2_converted_path": "/v2/creatures/tob-2023_wormhearted-suffragan/"
        },
        {
            "slug": "demon-vetala",
            "desc": "",
            "name": "Demon, Vetala",
            "size": "Medium",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "",
            "hit_points": 114,
            "hit_dice": "12d8+60",
            "speed": {
                "walk": 40
            },
            "strength": 10,
            "dexterity": 20,
            "constitution": 20,
            "intelligence": 14,
            "wisdom": 16,
            "charisma": 17,
            "strength_save": null,
            "dexterity_save": 8,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, exhaustion, frightened, poisoned",
            "senses": "darkvision 60', passive Perception 16",
            "languages": "Abyssal, Common, telepathy 120'",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claw attacks."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 12 (2d6+5) slashing damage + 9 (2d8) necrotic."
                },
                {
                    "name": "Raise Corpse",
                    "desc": "One Humanoid corpse it can see within 30' of it rises as a skeleton or zombie (vetala's choice) under vetala's control."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Command Corpse",
                    "desc": "Commands one Undead under its control that it can see to make a weapon attack as reaction. If so has advantage."
                }
            ],
            "reactions": [
                {
                    "name": "Corpse Detonation",
                    "desc": "When Undead under its control is reduced to 0 hp vetala can force it to explode. Each creature that isn't Undead or vetala within 5 ft. of exploding Undead: 10 (3d6) bludgeoning damage (if zombie) or slashing (if skeleton) damage and 5 (2d4) poison (DC 15 Dex half)."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Corpse Stride",
                    "desc": "Once on its turn use 10 ft. of move to step magically into one corpse/Undead within reach and emerge from 2nd within 60' of 1st appearing in unoccupied space within 5 ft. of 2nd."
                },
                {
                    "name": "Graveyard Walker",
                    "desc": "Difficult terrain composed of tombstones grave dirt corpses or other objects or features common to graveyards and necropolises doesn't cost it extra move and it can move through graveyard objects and structures (ex: sarcophagus mausoleum) as if difficult terrain. It takes 5 (1d10) force if it ends turn inside object."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Master of Undeath",
                    "desc": "Humanoid it kills or Undead it controls rises in 1 min as skeleton/zombie (vetala's choice) unless Humanoid restored to life or body destroyed. Max 20 total under its control at a time."
                },
                {
                    "name": "Shepherd of Death",
                    "desc": "When an Undead under the vetala's control hits with any weapon the weapon deals an extra 4 (1d8) necrotic."
                }
            ],
            "spell_list": [],
            "page_no": 112,
            "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_demon-vetala/"
        },
        {
            "slug": "dubius",
            "desc": "",
            "name": "Dubius",
            "size": "Small",
            "type": "Fiend",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 36,
            "hit_dice": "8d6+8",
            "speed": {
                "walk": 30
            },
            "strength": 9,
            "dexterity": 15,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 9,
            "charisma": 16,
            "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": "radiant",
            "damage_resistances": "cold, fire, lightning",
            "damage_immunities": "poison, psychic ",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 9",
            "languages": "Abyssal, Common, Infernal, telepathy 120'",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Doubt",
                    "desc": "Forces a creature it can see within 30' of it to recall all its doubts and fears. Target: 14 (4d6) psychic (DC 13 Wis half). A creature frightened by dubius has disadvantage on the save."
                },
                {
                    "name": "Loathing",
                    "desc": "Sows distrust and loathing in 1 creature it can see within 30' of it. Target loathes another creature dubius chooses within 30' of it and must make one attack vs. that creature on its next turn moving to creature if necessary (DC 13 Wis target distrusts allies and can't give/ receive aid from them on next turn including spells and Help action)."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Hesitation",
                    "desc": "When a creature the dubius can see attacks it dubius can force creature to roll d6 subtracting result from attack. If this causes attack to miss attacker is stunned until start of dubius's next turn."
                },
                {
                    "name": "Self-Pity",
                    "desc": "If a creature dubius can see within 30' of it regains hp dubius regains hp equal to half that amount."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Memory of Shame",
                    "desc": "When Humanoid that can see dubius starts its turn within 30' of it dubius can force it to make DC 13 Wis save if dubius isn't incapacitated and can see Humanoid. Fail: Humanoid frightened 1 min. Humanoid can re-save at end of each of its turns with disadvantage if dubius is within line of sight success ends effect on itself. Once saved/effect ends for it immune to dubius's Memory of Shame next 24 hrs. Unless surprised Humanoid can avert its eyes to avoid save at start of its turn. If it does so it can't see dubius until start of its next turn when it can avert again. If it looks at dubius in meantime must immediately save. If dubius sees itself reflected on a polished surface within 30' of it and in bright light dubius due to its unique creation is affected by its own Memory of Shame."
                }
            ],
            "spell_list": [],
            "page_no": 162,
            "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_dubius/"
        },
        {
            "slug": "fungi-duskwilt",
            "desc": "",
            "name": "Fungi, Duskwilt",
            "size": "Small",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "15d6+45",
            "speed": {
                "walk": 30
            },
            "strength": 12,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 13,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "necrotic, poison",
            "damage_immunities": "",
            "condition_immunities": "poisoned",
            "senses": "darkvision 120', passive Perception 13",
            "languages": "understands Common and Undercommon but can't speak, telepathy 120' (with other fungi only)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Slam or Nether Bolt attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 6 (1d4+4) bludgeoning damage + 3 (1d6) necrotic."
                },
                {
                    "name": "Nether Bolt",
                    "desc": "Ranged Spell Attack: +4 to hit, 60 ft., one target, 9 (2d6+2) necrotic."
                },
                {
                    "name": "Necrotizing Spores (3/Day)",
                    "desc": "Each creature within 15 ft. of the duskwilt and that isn't a Construct or Undead must make a DC 14 Con save. On a failure a creature takes 15 (6d4) poison and is poisoned for 1 min. On a success a creature takes half the damage and isn't poisoned. The poisoned creature can re-save at end of each of its turns success ends effect on itself. In addition each Undead within 15 ft. of the duskwilt gains 7 (2d6) temp hp."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Light Absorption",
                    "desc": "Light within 60' of the duskwilt is reduced. Bright light in the area becomes dim light and dim light in the area becomes darkness."
                }
            ],
            "spell_list": [],
            "page_no": 190,
            "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_fungi-duskwilt/"
        },
        {
            "slug": "fungi-void-fungus",
            "desc": "",
            "name": "Fungi, Void Fungus",
            "size": "Medium",
            "type": "Plant",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 65,
            "hit_dice": "10d8+20",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 4,
            "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": "radiant",
            "damage_resistances": "cold, fire",
            "damage_immunities": "",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, poisoned",
            "senses": "blindsight 120' (blind beyond), passive Perception 15",
            "languages": "understands Common and Void Speech but can't speak, telepathy 60'",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "2 Poisonous Mycelium or Psychic Blasts. If it hits one creature with both Blasts target charmed 1 min (DC 13 Cha negates) and can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Poisonous Mycelium",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 6 (1d8+2) piercing damage + 7 (2d6) poison and poisoned until end of its next turn (DC 13 Con not poisoned.)"
                },
                {
                    "name": "Psychic Blast",
                    "desc": "Ranged Spell Attack: +5 to hit, 60 ft., one target, 12 (2d8+3) psychic."
                },
                {
                    "name": "Consume Energy",
                    "desc": "Hair-like tendrils dangling from its cap flash as it draws psychic energy from creature it can see within 30' of it. Target 18 (4d8) psychic (DC 13 Cha half). Fungus regains equal hp."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from patch of glowing fungus."
                },
                {
                    "name": "Illumination",
                    "desc": "Sheds dim light in a 10 ft. radius."
                }
            ],
            "spell_list": [],
            "page_no": 193,
            "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_fungi-void-fungus/"
        },
        {
            "slug": "hag-pesta",
            "desc": "",
            "name": "Hag, Pesta",
            "size": "Medium",
            "type": "Fey",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "14d8+42",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 13,
            "wisdom": 17,
            "charisma": 15,
            "strength_save": 5,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 5,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "necrotic, poison",
            "damage_immunities": "",
            "condition_immunities": "exhaustion, poisoned",
            "senses": "darkvision 60', passive Perception 15",
            "languages": "Common, Giant, Sylvan",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Pestilence Rake or Poison Bolt attacks."
                },
                {
                    "name": "Pestilence Rake",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 7 (1d8+3) piercing damage + 5 (2d4) necrotic. Target: DC 13 Con save or its hp max is reduced by amount equal to necrotic taken and it contracts sewer plague sight rot or other disease of hag's choice. Disease's save DC 13 regardless of type."
                },
                {
                    "name": "Poison Bolt",
                    "desc": "Ranged Spell Attack: +5 to hit, 120 ft., one target, 12 (2d8+3) poison."
                },
                {
                    "name": "Curative Touch (3/Day)",
                    "desc": "Touched target magically regains 10 (2d8+1) hp and freed from any disease or poison afflicting it."
                },
                {
                    "name": "Summon Plague Rats (1/Day)",
                    "desc": "Magically calls 1d3 rat swarms. Arrive in 1d4 rounds act as hag allies and obey her spoken commands. Swarms carry a terrible disease. If creature takes damage from swarm's Bites: DC 10 Con save or contract the disease. Until disease is cured creature can't regain hp except by magically and target's hp max decreases by 3 (1d6) every 24 hrs. If creature's hp max drops to 0 as a result of this disease it dies. Rats remain 1 hr until hag dies or hag dismisses them as bonus action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Disease Sense",
                    "desc": "Can pinpoint location of poisoned creatures or creatures suffering from a disease within 60' of her and can sense general direction of such creatures within 1 mile of her."
                },
                {
                    "name": "Pestilence Aura",
                    "desc": "At start of each of hag's turns each creature within 10 ft. of her takes 4 (1d8) poison. If a creature remains within aura for more than 1 min it contracts disease of hag's choice (DC 13 Con negates disease). Disease's save DC is 13 regardless of type."
                },
                {
                    "name": "Plague Carrier",
                    "desc": "The pesta hag is immune to diseases."
                }
            ],
            "spell_list": [],
            "page_no": 227,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/",
            "v2_converted_path": "/v2/creatures/tob3_hag-pesta/"
        },
        {
            "slug": "swampgas-shade",
            "desc": "",
            "name": "Swampgas Shade",
            "size": "Medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 39,
            "hit_dice": "6d8+12",
            "speed": {
                "walk": 0,
                "fly": 40
            },
            "strength": 6,
            "dexterity": 17,
            "constitution": 15,
            "intelligence": 8,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "darkvision 60', passive Perception 10",
            "languages": "understands all languages it knew in life but can't speak",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Soul Drain",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one creature,. 12 (2d8+3) psychic and target's Cha score is reduced by 1d4. Target dies if this reduces its Cha to 0. Otherwise reduction lasts until target finishes a short or long rest. If a Humanoid dies from this it can't be restored to life until shade is put to rest (see Rejuvenation)."
                },
                {
                    "name": "Haunting Murmurs",
                    "desc": "Ranged Spell Attack: +3 to hit, 60 ft., one creature,. 8 (1d8+3) psychic."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Swampland Stealth",
                    "desc": "Takes the Hide action. It must be in swampy terrain to use this bonus action."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amorphous",
                    "desc": "Move through space 1ft.+ wide with o squeezing."
                },
                {
                    "name": "Rejuvenation",
                    "desc": "If it dies within its bound region shade returns to life in 1d4 days and regains all hp. This doesn't function if shade is put to rest which occurs after its corpse has been reburied outside swamp."
                },
                {
                    "name": "Swampbound",
                    "desc": "Is bound to a region of swamp within 1 mile of its body. If shade leaves region loses its Soul Drain action until it returns to the region. If it remains outside region automatically teleports back to its corpse after 24 hrs regardless of distance."
                },
                {
                    "name": "Swamp Camouflage",
                    "desc": "Advantage: Dex (Stealth) to hide in swamp. "
                },
                {
                    "name": "Undead Nature",
                    "desc": "Doesn't require air food drink or sleep."
                }
            ],
            "spell_list": [],
            "page_no": 359,
            "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_swampgas-shade/"
        },
        {
            "slug": "umbral-shambler",
            "desc": "",
            "name": "Umbral Shambler",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 39,
            "hit_dice": "6d8+12",
            "speed": {
                "walk": 20
            },
            "strength": 17,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 11,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "necrotic, psychic",
            "damage_immunities": "",
            "condition_immunities": "charmed, exhaustion",
            "senses": "blindsight 30', darkvision 60', passive Perception 14",
            "languages": "Common, Void Speech",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claws attacks."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 5 (1d4+3) slashing damage + 3 (1d6) necrotic."
                },
                {
                    "name": "Twisted Step",
                    "desc": "Can project itself beyond reality for a short time. Until start of its next turn it can move through objects as if they were difficult terrain provided an object is no more than 3' thick and at least one side of the object is in dim light or darkness. It takes 5 (1d10) force if it starts its turn inside an object."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Sunlight Sensitivity",
                    "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
                },
                {
                    "name": "Tenebrous Agility",
                    "desc": "Its speed is doubled in dim light or darkness and it doesn't provoke opportunity attacks when it moves provided it moves only in dim light or darkness. In addition when a creature that relies on sight attacks the umbral shambler while the shambler is in dim light or darkness the attacker has disadvantage on the attack roll."
                },
                {
                    "name": "Void Traveler",
                    "desc": "Doesn't require air food drink sleep or ambient pressure."
                }
            ],
            "spell_list": [],
            "page_no": 380,
            "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_umbral-shambler/"
        },
        {
            "slug": "death_knight_bf",
            "desc": "",
            "name": "Death Knight",
            "size": "medium",
            "type": "Undead",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 18,
            "armor_desc": "plate",
            "hit_points": 140,
            "hit_dice": "",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 12,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": 4,
            "dexterity_save": 0,
            "constitution_save": 3,
            "intelligence_save": 1,
            "wisdom_save": 5,
            "charisma_save": 4,
            "perception": 15,
            "skills": {},
            "damage_vulnerabilities": "radiant",
            "damage_resistances": "",
            "damage_immunities": "necrotic,frightened,Undead Resilience",
            "condition_immunities": "",
            "senses": "darkvision 90 ft.",
            "languages": "Common",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The death knight makes three Greatsword or Necrotic Bolt attacks."
                },
                {
                    "name": "Greatsword",
                    "desc": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6+4) slashing damage and 7 (2d6) necrotic damage."
                },
                {
                    "name": "Necrotic Bolt",
                    "desc": "_Ranged Spell Attack:_ +7 to hit, range 60 ft., one target. _Hit:_ 18 (4d6+4) necrotic damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Champion's Challenge",
                    "desc": "The death knight challenges one creature it can see within 30 feet of it. The target must succeed on a DC 15 CHA save or have disadvantage on attack rolls against creatures that aren't the knight until the end of its next turn."
                }
            ],
            "reactions": [
                {
                    "name": "Parry",
                    "desc": "The death knight adds 3 to its AC against one melee attack that would hit it. To do so, the death knight must see the attacker and be wielding a melee weapon."
                },
                {
                    "name": "Soul Drain",
                    "desc": "When the death knight reduces a Humanoid to 0 HP, it can absorb the creature's soul. The target must succeed on a DC 15 WIS save or immediately die, its soul becoming trapped in the death knight's sword. The death knight has advantage on attack rolls for 1 minute after absorbing a soul.<br>The creature can't be restored to life until the death knight is permanently destroyed."
                }
            ],
            "legendary_desc": null,
            "legendary_actions": [],
            "special_abilities": [
                {
                    "name": "Disgraced Rejuvenation",
                    "desc": "Unless redeemed, a destroyed death knight returns in 1d4 days, regaining all its HP and becoming active again within 10 feet of where it died."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The death knight has advantage on saves against spells and other magical effects."
                },
                {
                    "name": "Undead Nature",
                    "desc": "The death knight doesn't require air, food, drink, or sleep."
                },
                {
                    "name": "Undead Resilience",
                    "desc": "The death knight is immune to poison damage, to exhaustion, and to the poisoned condition."
                }
            ],
            "spell_list": [],
            "page_no": null,
            "environments": [],
            "img_main": null,
            "document__slug": "blackflag",
            "document__title": "Black Flag SRD",
            "document__license_url": "https://paizo.com/orclicense",
            "document__url": "https://koboldpress.com/black-flag-reference-document/",
            "v2_converted_path": "/v2/creatures/bfrd_death-knight/"
        }
    ]
}