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

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

{
    "count": 2847,
    "next": "https://api.open5e.com/v1/monsters/?format=api&ordering=type&page=2",
    "previous": null,
    "results": [
        {
            "slug": "aboleth-a5e",
            "desc": "",
            "name": "Aboleth",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 171,
            "hit_dice": "18d10+72",
            "speed": {
                "walk": 10,
                "swim": 40
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 20,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 8,
            "intelligence_save": 9,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 8,
                "history": 9,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 15",
            "languages": "Deep Speech, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The aboleth attacks three times with its tentacle."
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +9 to hit  reach 15 ft.  one target. Hit: 19 (4d6 + 5) bludgeoning damage. The aboleth can choose instead to deal 0 damage. If the target is a creature  it makes a DC 16 Constitution saving throw. On a failure  it contracts a disease called the Sea Change. On a success  it is immune to this disease for 24 hours. While affected by this disease  the target has disadvantage on Wisdom saving throws. After 1 hour  the target grows gills  it can breathe water  its skin becomes slimy  and it begins to suffocate if it goes 12 hours without being immersed in water for at least 1 hour. This disease can be removed with a disease-removing spell cast with at least a 4th-level spell slot  and it ends 24 hours after the aboleth dies."
                },
                {
                    "name": "Slimy Cloud (1/Day, While Bloodied)",
                    "desc": "While underwater  the aboleth exudes a cloud of inky slime in a 30-foot-radius sphere. Each non-aboleth creature in the area when the cloud appears makes a DC 16 Constitution saving throw. On a failure  it takes 44 (8d10) poison damage and is poisoned for 1 minute. The slime extends around corners  and the area is heavily obscured for 1 minute or until a strong current dissipates the cloud."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The aboleth can take 2 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Move",
                    "desc": "The aboleth moves up to its swim speed without provoking opportunity attacks."
                },
                {
                    "name": "Telepathic Summon",
                    "desc": "One creature within 90 feet makes a DC 16 Wisdom saving throw. On a failure, it must use its reaction, if available, to move up to its speed toward the aboleth by the most direct route that avoids hazards, not avoiding opportunity attacks. This is a magical charm effect."
                },
                {
                    "name": "Baleful Charm (Costs 2 Actions)",
                    "desc": "The aboleth targets one creature within 60 feet that has contracted Sea Change. The target makes a DC 16 Wisdom saving throw. On a failure, it is magically charmed by the aboleth until the aboleth dies. The target can repeat this saving throw every 24 hours and when it takes damage from the aboleth or the aboleths allies. While charmed in this way, the target can communicate telepathically with the aboleth over any distance and it follows the aboleths orders."
                },
                {
                    "name": "Soul Drain (Costs 2 Actions)",
                    "desc": "One creature charmed by the aboleth takes 22 (4d10) psychic damage, and the aboleth regains hit points equal to the damage dealt."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The aboleth can breathe air and water."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The aboleths spellcasting ability is Charisma (spell save DC 16). It can innately cast the following spells, requiring no components: 3/day each: detect thoughts (range 120 ft, desc: ), project image (range 1 mile), phantasmal force"
                }
            ],
            "spell_list": [],
            "page_no": 16,
            "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"
        },
        {
            "slug": "ancient-aboleth-a5e",
            "desc": "",
            "name": "Ancient Aboleth",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 17,
            "armor_desc": "",
            "hit_points": 342,
            "hit_dice": "36d10+144",
            "speed": {
                "walk": 10,
                "swim": 40
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 18,
            "intelligence": 20,
            "wisdom": 20,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 8,
            "intelligence_save": 9,
            "wisdom_save": 9,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "deception": 8,
                "history": 9,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 30 ft., darkvision 120 ft., passive Perception 15",
            "languages": "Deep Speech, telepathy 120 ft.",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The aboleth attacks three times with its tentacle."
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +9 to hit  reach 15 ft.  one target. Hit: 19 (4d6 + 5) bludgeoning damage. The aboleth can choose instead to deal 0 damage. If the target is a creature  it makes a DC 16 Constitution saving throw. On a failure  it contracts a disease called the Sea Change. On a success  it is immune to this disease for 24 hours. While affected by this disease  the target has disadvantage on Wisdom saving throws. After 1 hour  the target grows gills  it can breathe water  its skin becomes slimy  and it begins to suffocate if it goes 12 hours without being immersed in water for at least 1 hour. This disease can be removed with a disease-removing spell cast with at least a 4th-level spell slot  and it ends 24 hours after the aboleth dies."
                },
                {
                    "name": "Slimy Cloud (1/Day, While Bloodied)",
                    "desc": "While underwater  the aboleth exudes a cloud of inky slime in a 30-foot-radius sphere. Each non-aboleth creature in the area when the cloud appears makes a DC 16 Constitution saving throw. On a failure  it takes 44 (8d10) poison damage and is poisoned for 1 minute. The slime extends around corners  and the area is heavily obscured for 1 minute or until a strong current dissipates the cloud."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The aboleth can take 2 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Move",
                    "desc": "The aboleth moves up to its swim speed without provoking opportunity attacks."
                },
                {
                    "name": "Telepathic Summon",
                    "desc": "One creature within 90 feet makes a DC 16 Wisdom saving throw. On a failure, it must use its reaction, if available, to move up to its speed toward the aboleth by the most direct route that avoids hazards, not avoiding opportunity attacks. This is a magical charm effect."
                },
                {
                    "name": "Baleful Charm (Costs 2 Actions)",
                    "desc": "The aboleth targets one creature within 60 feet that has contracted Sea Change. The target makes a DC 16 Wisdom saving throw. On a failure, it is magically charmed by the aboleth until the aboleth dies. The target can repeat this saving throw every 24 hours and when it takes damage from the aboleth or the aboleths allies. While charmed in this way, the target can communicate telepathically with the aboleth over any distance and it follows the aboleths orders."
                },
                {
                    "name": "Soul Drain (Costs 2 Actions)",
                    "desc": "One creature charmed by the aboleth takes 22 (4d10) psychic damage, and the aboleth regains hit points equal to the damage dealt."
                },
                {
                    "name": "Elite Recovery",
                    "desc": "The aboleth ends one negative effect currently affecting it. It can use this action as long as it has at least 1 hit point, even while unconscious or incapacitated."
                },
                {
                    "name": "Look Upon My Works (1/Day)",
                    "desc": "Each creature within 90 feet makes a DC 16 Wisdom saving throw. On a failure, the creature sees a fragmentary vision of the aboleths memories, taking 33 (6d10) psychic damage. After taking the damage, the creature forgets the vision, but it may learn one piece of lore."
                },
                {
                    "name": "Lunging Attack",
                    "desc": "The aboleth moves up to its swim speed without provoking opportunity attacks and makes a tentacle attack."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The aboleth can breathe air and water."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The aboleths spellcasting ability is Charisma (spell save DC 16). It can innately cast the following spells, requiring no components: 3/day each: detect thoughts (range 120 ft, desc: ), project image (range 1 mile), phantasmal force"
                }
            ],
            "spell_list": [],
            "page_no": 17,
            "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"
        },
        {
            "slug": "chuul-a5e",
            "desc": "",
            "name": "Chuul",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 93,
            "hit_dice": "11d10+33",
            "speed": {
                "walk": 30,
                "swim": 40
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 5,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "understands Deep Speech but can't speak",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "If the chuul is grappling a creature  it uses its tentacle on that creature. It then makes two pincer attacks."
                },
                {
                    "name": "Pincer",
                    "desc": "Melee Weapon Attack: +7 to hit  reach 5 ft.  one Large or smaller target. Hit: 11 (2d6 + 4) bludgeoning damage. If the target is a creature  it is grappled (escape DC 15). When carrying a grappled creature  the chuul can move at full speed. A pincer that is being used to grapple a creature can be used only to attack that creature."
                },
                {
                    "name": "Tentacle",
                    "desc": "A grappled creature makes a DC 14 Constitution saving throw. On a failure  it is paralyzed for 1 minute. The creature repeats the saving throw at the end of each of its turns  ending the paralysis on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The chuul can breathe air and water."
                },
                {
                    "name": "Detect Magic",
                    "desc": "The chuul senses a magical aura around any visible creature or object within 120 feet that bears magic."
                }
            ],
            "spell_list": [],
            "page_no": 47,
            "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"
        },
        {
            "slug": "cloaker-a5e",
            "desc": "",
            "name": "Cloaker",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 97,
            "hit_dice": "13d10+26",
            "speed": {
                "walk": 10,
                "fly": 50
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Deep Speech, Undercommon",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit  reach 5 ft.  one creature. Hit: 11 (2d6 + 4) piercing damage  and the target is grappled (escape DC 15). If the cloaker has advantage against the target  the cloaker attaches to the targets head  and the target is blinded and suffocating. Until this grapple ends  the cloaker automatically hits the grappled creature with this attack. When the cloaker is dealt damage while grappling  it takes half the damage (rounded down) and the other half is dealt to the grappled target. The cloaker can have only one creature grappled at once."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +7 to hit  reach 10 ft.  one creature. Hit: 7 (1d6 + 4) slashing damage plus 3 (1d6) poison damage  and the creature makes a DC 13 Constitution saving throw. On a failure  it is poisoned until the end of the cloakers next turn."
                },
                {
                    "name": "Moan",
                    "desc": "Each non-aberration creature within 60 feet that can hear its moan makes a DC 13 Wisdom saving throw. On a failure  it is frightened until the end of the cloakers next turn. When a creature succeeds on this saving throw  it becomes immune to the cloakers moan for 24 hours."
                },
                {
                    "name": "Phantasms (1/Day)",
                    "desc": "The cloaker magically creates flickering illusions of itself in its space. Attacks on it have disadvantage. This effect ends after 1 minute  when the cloaker enters an area of bright light  or when it successfully grapples a creature."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Reactive Tail",
                    "desc": "When hit or missed with a melee attack, the cloaker makes a tail attack against the attacker."
                },
                {
                    "name": "Angry Moan",
                    "desc": "When the cloaker takes damage, it uses Moan."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "When motionless, the cloaker is indistinguishable from a black cloak or similar cloth or leather article."
                },
                {
                    "name": "Light Sensitivity",
                    "desc": "The cloaker has disadvantage on attack rolls and Perception checks while in bright light."
                }
            ],
            "spell_list": [],
            "page_no": 50,
            "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"
        },
        {
            "slug": "flumph-a5e",
            "desc": "",
            "name": "Flumph",
            "size": "Small",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 7,
            "hit_dice": "2d6",
            "speed": {
                "walk": 5,
                "fly": 30,
                "swim": 30
            },
            "strength": 6,
            "dexterity": 14,
            "constitution": 10,
            "intelligence": 14,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "psychic",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "understands Common and Undercommon but can't speak, telepathy 60 ft.",
            "challenge_rating": "1/8",
            "cr": 0.125,
            "actions": [
                {
                    "name": "Tendrils",
                    "desc": "Melee Weapon Attack: +4 to hit  reach 5 ft.  one target. Hit: 1 piercing damage plus 3 (1d6) acid damage."
                },
                {
                    "name": "Stench Spray (1/Day)",
                    "desc": "Each creature in a 15-foot cone makes a DC 10 Dexterity saving throw. On a failure  the creature exudes a horrible stench for 1 hour. While a creature exudes this stench  it and any creature within 5 feet of it are poisoned. A creature can remove the stench on itself by bathing during a rest."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The flumph can breathe air and water."
                },
                {
                    "name": "Flumph Light",
                    "desc": "As a bonus action, the flumph can cast dim light for 30 feet, or extinguish its glow. The flumph can change the color of the light it casts at will."
                },
                {
                    "name": "Telepathic Spy",
                    "desc": "The flumph can perceive any telepathic messages sent or received within 60 feet, and can't be surprised by creatures with telepathy. The flumph is also immune to divination and to any effect that would sense its emotions or read its thoughts, except for the Telepathic Spy feature of another flumph."
                },
                {
                    "name": "Tippable",
                    "desc": "If a flumph is knocked prone, it lands upside down and is incapacitated. At the end of each of its turns, it can make a DC 10 Dexterity saving throw, flipping itself over and ending the incapacitated condition on a success."
                }
            ],
            "spell_list": [],
            "page_no": 207,
            "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"
        },
        {
            "slug": "gibbering-mouther-a5e",
            "desc": "",
            "name": "Gibbering Mouther",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 9,
            "armor_desc": "",
            "hit_points": 67,
            "hit_dice": "9d8+27",
            "speed": {
                "walk": 20,
                "swim": 20
            },
            "strength": 10,
            "dexterity": 8,
            "constitution": 16,
            "intelligence": 2,
            "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": "",
            "damage_resistances": "psychic",
            "damage_immunities": "",
            "condition_immunities": "prone",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The mouther makes two bite attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +2 to hit  reach 5 ft.  one creature. Hit: 7 (2d6) piercing damage  and the target makes a DC 10 Strength saving throw  falling prone on a failure. If the target is killed by this attack  it is absorbed into the mouther."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Blinding Bile (Recharge 5-6)",
                    "desc": "Ranged Weapon Attack: +2 to hit, range 20/60 ft., one creature. Hit: 3 (1d6) acid damage, and the target is blinded until the end of the mouthers next turn."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The mouther can breathe air and water."
                },
                {
                    "name": "Gibbering Mouths",
                    "desc": "The mouther babbles constantly. A living non-aberration creature that starts its turn within 30 feet and can hear its gibbering makes a DC 10 Intelligence saving throw. On a failure, the creature is confused until the start of its next turn."
                },
                {
                    "name": "Reality Eater",
                    "desc": "The ground within 15 feet of the mouther is the consistency of sucking mud and is difficult terrain to all creatures except the mouther. Each non-aberrant creature that starts its turn in the area or enters it for the first time on its turn makes a DC 10 Strength saving throw. On a failure, its Speed is reduced to 0 until the start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 245,
            "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"
        },
        {
            "slug": "intellect-devourer-a5e",
            "desc": "",
            "name": "Intellect Devourer",
            "size": "Tiny",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 36,
            "hit_dice": "8d4+16",
            "speed": {
                "walk": 40
            },
            "strength": 6,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 16,
            "wisdom": 14,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": 4,
            "charisma_save": 4,
            "perception": null,
            "skills": {
                "deception": 4,
                "insight": 4,
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 12",
            "languages": "understands Deep Speech but can't speak, telepathy 120 ft.",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +5 to hit  reach 5 ft.  one target. Hit: 8 (2d4 + 3) slashing damage."
                },
                {
                    "name": "Ego Whip",
                    "desc": "The intellect devourer targets a creature with a brain within 60 feet. The target makes a DC 13 Intelligence saving throw. On a failure  it takes 14 (4d6) psychic damage and is rattled for 1 minute. If it is already rattled by Ego Whip  it is also stunned. The target repeats the saving throw at the end of each of its turns  ending both effects on a success."
                },
                {
                    "name": "Body Thief",
                    "desc": "The intellect devourer enters the nose and mouth of an incapacitated humanoid within 5 feet. The target must be Small or larger  have a brain  and have an Intelligence of 4 or higher. The intellect devourer eats the targets brain and takes control of the target. The intellect devourer leaves the body if the target is reduced to 0 hit points  if the target is affected by dispel evil and good or another effect that ends possession  or voluntarily as a bonus action. A creature killed by the intellect devourer can be restored to life by resurrection or similar magic."
                },
                {
                    "name": "While the intellect devourer is in control of the target, the intellect devourer retains its own Intelligence, Wisdom, and Charisma, its telepathy, and its knowledge of Deep Speech",
                    "desc": "It otherwise uses the targets statistics  including proficiencies  languages  class features  and spells. It has vague knowledge about the targets life but must make a DC 15 Intelligence check to recall specific facts."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 287,
            "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"
        },
        {
            "slug": "khalkos-a5e",
            "desc": "",
            "name": "Khalkos",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 130,
            "hit_dice": "20d8+40",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 12,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 16,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 8,
            "wisdom_save": 7,
            "charisma_save": 7,
            "perception": null,
            "skills": {
                "deception": 7,
                "insight": 7,
                "perception": 7,
                "persuasion": 7,
                "religion": 8
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, psychic, radiant",
            "damage_immunities": "",
            "condition_immunities": "charmed",
            "senses": "darkvision 60 ft., passive Perception 17",
            "languages": "Abyssal, Celestial, Infernal, telepathy 120 ft.",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +7 to hit  reach 5 ft.  one target. Hit: 5 (1d4 + 3) slashing damage plus 10 (3d6) poison damage."
                },
                {
                    "name": "Chaos Pheromones",
                    "desc": "The khalkos emits a cloud of pheromones in a 20-foot radius. The cloud spreads around corners. Each non-khalkos creature in the area makes a DC 14 Intelligence saving throw. Creatures with an alignment trait make this save with disadvantage. On a failure  the creature is confused for 1 minute. It repeats the saving throw at the end of each of its turns  ending the effect on itself on a success. If the creature makes its saving throw or the condition ends for it  it is immune to Chaos Pheromones for the next 24 hours."
                },
                {
                    "name": "Psionic Sting",
                    "desc": "The khalkos targets a creature within 30 feet  forcing it to make a DC 16 Intelligence saving throw. On a failure  the target takes 28 (8d6) psychic damage and is stunned until the end of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Brain Jab",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one incapacitated creature with a brain and an Intelligence of 6 or higher. Hit: 5 (1d4 + 3) piercing damage, and the target becomes diseased with brain larvae. Once the khalkos has used this attack successfully, it can't use it again for 24 hours."
                }
            ],
            "reactions": [
                {
                    "name": "Telekinetic Shield",
                    "desc": "When the khalkos is hit by an attack made by a creature that it can see or sense with its Detect Alignment trait, it gains a +4 bonus to AC against the triggering attack."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Detect Alignment",
                    "desc": "The khalkos can detect the presence of creatures within 30 feet that have an alignment trait, and knows the alignment of such creatures."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "The khalkos has advantage on saving throws against spells and magical effects."
                },
                {
                    "name": "Psionic Spellcasting",
                    "desc": "The khalkoss spellcasting ability is Intelligence (spell save DC 16). It can innately cast the following spells, requiring no components:"
                }
            ],
            "spell_list": [],
            "page_no": 294,
            "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"
        },
        {
            "slug": "khalkos-spawn-a5e",
            "desc": "",
            "name": "Khalkos Spawn",
            "size": "Tiny",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 27,
            "hit_dice": "6d4+12",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 6,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": 4,
            "charisma_save": 3,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, psychic, radiant",
            "damage_immunities": "",
            "condition_immunities": "charmed",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "telepathy 120 ft.",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Chaos Pheromones",
                    "desc": "The khalkos emits a cloud of pheromones into the air in a 10-foot radius. The cloud spreads around corners. Each non-khalkos creature in the area makes a DC 12 Intelligence saving throw. On a failure  the creature is confused for 1 minute. It repeats the saving throw at the end of each of its turns  ending the effect on itself on a success. If the creature makes its saving throw or the condition ends for it  it is immune to the chaos pheromones of khalkos spawn for the next 24 hours."
                },
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +5 to hit  reach 5 ft.  one creature. Hit: 5 (1d4 + 3) piercing damage plus 3 (1d6) poison damage."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Detect Alignment",
                    "desc": "The khalkos can detect the presence of creatures within 30 feet that have an alignment trait, and knows the alignment of such creatures."
                }
            ],
            "spell_list": [],
            "page_no": 294,
            "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"
        },
        {
            "slug": "murmuring-worm-a5e",
            "desc": "",
            "name": "Murmuring Worm",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 195,
            "hit_dice": "17d12+85",
            "speed": {
                "walk": 40,
                "burrow": 20,
                "climb": 40,
                "swim": 40
            },
            "strength": 20,
            "dexterity": 12,
            "constitution": 20,
            "intelligence": 8,
            "wisdom": 14,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic",
            "condition_immunities": "prone",
            "senses": "darkvision 60 ft., tremorsense 60 ft., passive Perception 12",
            "languages": "",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The worm constricts once and attacks once with its bite."
                },
                {
                    "name": "Constrict",
                    "desc": "Melee Weapon Attack: +9 to hit  reach 5 ft.  one creature. Hit: 21 (3d10 + 5) bludgeoning damage. The target is grappled (escape DC 17) and restrained while grappled."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit  reach 5 ft.  one creature. Hit: 21 (3d10 + 5) piercing damage. If the target is killed by this attack  the worm eats its head."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Mental Summons",
                    "desc": "One creature with an Intelligence score greater than 3 within 120 feet makes a DC 16 Wisdom saving throw. On a failure, it uses its reaction to move up to its Speed towards the worm by the shortest route possible, avoiding hazards but not opportunity attacks. This is a magical charm effect."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The worm can breathe air and water."
                },
                {
                    "name": "Locate Mind",
                    "desc": "The worm is aware of the location and relative intelligence of all creatures with Intelligence scores greater than 3 within 500 feet."
                },
                {
                    "name": "Maddening Murmurs",
                    "desc": "The worm babbles constantly. A non-aberrant creature that starts its turn within 30 feet and can hear its murmurs makes a DC 14 Intelligence saving throw. On a failure, the creature takes 10 (3d6) psychic damage and is confused until the start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 245,
            "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"
        },
        {
            "slug": "otyugh-a5e",
            "desc": "",
            "name": "Otyugh",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 110,
            "hit_dice": "13d10+39",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 14,
            "charisma": 5,
            "strength_save": 6,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "telepathy 120 ft. (can transmit but not receive thoughts and images)",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The otyugh makes two tentacle attacks."
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +6 to hit  reach 10 ft.  one target. Hit: 7 (1d8 + 3) bludgeoning damage plus 4 (1d8) piercing damage. If the target is a Medium or smaller creature  it is grappled (escape DC 14) and restrained until the grapple ends. The otyugh has two tentacles  each of which can grapple one target and can't attack a different target while doing so."
                },
                {
                    "name": "Tentacle Slam",
                    "desc": "The otyugh slams any creatures it is grappling into a hard surface or into each other. Each creature makes a DC 14 Strength saving throw. On a failure  the target takes 10 (2d6 + 3) bludgeoning damage  is stunned until the end of the otyughs next turn  and is pulled up to 5 feet towards the otyugh. On a success  the target takes half damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage. If the target is a creature, it makes a DC 14 Constitution saving throw. On a failure, the target contracts a disease. While diseased, the target is poisoned. The target repeats the saving throw every 24 hours, reducing its hit point maximum by 5 (1d10) on a failure (to a minimum of 1 hit point) and becoming cured on a success. The reduction in hit points lasts until the disease is cured."
                },
                {
                    "name": "Swallow",
                    "desc": "If the otyugh has no other creature in its stomach, the otyugh bites a Medium or smaller creature that is stunned. On a hit, the creature is swallowed. A swallowed creature has total cover from attacks from outside the otyugh, is blinded and restrained, and takes 10 (3d6) acid damage at the start of each of the otyughs turns."
                },
                {
                    "name": "If a swallowed creature deals 15 or more damage to the otyugh in a single turn",
                    "desc": ""
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 354,
            "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"
        },
        {
            "slug": "sand-ray-a5e",
            "desc": "",
            "name": "Sand Ray",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 97,
            "hit_dice": "13d10+26",
            "speed": {
                "walk": 10,
                "fly": 50
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Deep Speech, Undercommon",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit  reach 5 ft.  one creature. Hit: 11 (2d6 + 4) piercing damage  and the target is grappled (escape DC 15). If the cloaker has advantage against the target  the cloaker attaches to the targets head  and the target is blinded and suffocating. Until this grapple ends  the cloaker automatically hits the grappled creature with this attack. When the cloaker is dealt damage while grappling  it takes half the damage (rounded down) and the other half is dealt to the grappled target. The cloaker can have only one creature grappled at once."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +7 to hit  reach 10 ft.  one creature. Hit: 7 (1d6 + 4) slashing damage plus 3 (1d6) poison damage  and the creature makes a DC 13 Constitution saving throw. On a failure  it is poisoned until the end of the cloakers next turn."
                },
                {
                    "name": "Moan",
                    "desc": "Each non-aberration creature within 60 feet that can hear its moan makes a DC 13 Wisdom saving throw. On a failure  it is frightened until the end of the cloakers next turn. When a creature succeeds on this saving throw  it becomes immune to the cloakers moan for 24 hours."
                },
                {
                    "name": "Phantasms (1/Day)",
                    "desc": "The cloaker magically creates flickering illusions of itself in its space. Attacks on it have disadvantage. This effect ends after 1 minute  when the cloaker enters an area of bright light  or when it successfully grapples a creature."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Reactive Tail",
                    "desc": "When hit or missed with a melee attack, the cloaker makes a tail attack against the attacker."
                },
                {
                    "name": "Angry Moan",
                    "desc": "When the cloaker takes damage, it uses Moan."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "When motionless, the ray is indistinguishable from a patch of sand."
                },
                {
                    "name": "Light Sensitivity",
                    "desc": "The cloaker has disadvantage on attack rolls and Perception checks while in bright light."
                }
            ],
            "spell_list": [],
            "page_no": 50,
            "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"
        },
        {
            "slug": "shroud-ray-a5e",
            "desc": "",
            "name": "Shroud Ray",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 13,
            "armor_desc": "",
            "hit_points": 97,
            "hit_dice": "13d10+26",
            "speed": {
                "walk": 10,
                "swim": 50
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 12,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "bludgeoning",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Deep Speech, Undercommon",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +7 to hit  reach 5 ft.  one creature. Hit: 11 (2d6 + 4) piercing damage  and the target is grappled (escape DC 15). If the cloaker has advantage against the target  the cloaker attaches to the targets head  and the target is blinded and suffocating. Until this grapple ends  the cloaker automatically hits the grappled creature with this attack. When the cloaker is dealt damage while grappling  it takes half the damage (rounded down) and the other half is dealt to the grappled target. The cloaker can have only one creature grappled at once."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +7 to hit  reach 10 ft.  one creature. Hit: 7 (1d6 + 4) slashing damage plus 3 (1d6) poison damage  and the creature makes a DC 13 Constitution saving throw. On a failure  it is poisoned until the end of the cloakers next turn."
                },
                {
                    "name": "Moan",
                    "desc": "Each non-aberration creature within 60 feet that can hear its moan makes a DC 13 Wisdom saving throw. On a failure  it is frightened until the end of the cloakers next turn. When a creature succeeds on this saving throw  it becomes immune to the cloakers moan for 24 hours."
                },
                {
                    "name": "Phantasms (1/Day)",
                    "desc": "The cloaker magically creates flickering illusions of itself in its space. Attacks on it have disadvantage. This effect ends after 1 minute  when the cloaker enters an area of bright light  or when it successfully grapples a creature."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Reactive Tail",
                    "desc": "When hit or missed with a melee attack, the cloaker makes a tail attack against the attacker."
                },
                {
                    "name": "Angry Moan",
                    "desc": "When the cloaker takes damage, it uses Moan."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "When motionless, the ray is indistinguishable from a patch of sand."
                },
                {
                    "name": "Light Sensitivity",
                    "desc": "The cloaker has disadvantage on attack rolls and Perception checks while in bright light."
                },
                {
                    "name": "Aquatic",
                    "desc": "The shroud ray can only breathe underwater."
                }
            ],
            "spell_list": [],
            "page_no": 50,
            "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"
        },
        {
            "slug": "spell-warped-chuul-a5e",
            "desc": "",
            "name": "Spell-warped Chuul",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "speed": {
                "walk": 30,
                "swim": 40
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 5,
            "wisdom": 16,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "frightened, poisoned",
            "senses": "darkvision 60 ft., passive Perception 13",
            "languages": "understands Deep Speech but can't speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "If the chuul is grappling a creature  it uses its tentacle on that creature. It then makes two pincer attacks."
                },
                {
                    "name": "Pincer",
                    "desc": "Melee Weapon Attack: +7 to hit  reach 5 ft.  one Large or smaller target. Hit: 11 (2d6 + 4) bludgeoning damage. If the target is a creature  it is grappled (escape DC 15). When carrying a grappled creature  the chuul can move at full speed. A pincer that is being used to grapple a creature can be used only to attack that creature."
                },
                {
                    "name": "Tentacle",
                    "desc": "A grappled creature makes a DC 14 Constitution saving throw. On a failure  it is paralyzed for 1 minute. The creature repeats the saving throw at the end of each of its turns  ending the paralysis on a success."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The chuul can breathe air and water."
                },
                {
                    "name": "Detect Magic",
                    "desc": "The chuul senses a magical aura around any visible creature or object within 120 feet that bears magic."
                },
                {
                    "name": "Spell-warped",
                    "desc": "The spell-warped Chuul possesses one of the following traits."
                },
                {
                    "name": "Absorb Magic",
                    "desc": "The chuul has advantage on saving throws against spells and other magical effects. Whenever the chuul successfully saves against a spell or magical effect, it magically gains 5 (1d10) temporary hit points. While these temporary hit points last, the chuuls pincer attacks deal an additional 3 (1d6) force damage."
                },
                {
                    "name": "King-Sized Claw",
                    "desc": "One of the chuuls pincers deals 18 (4d6 + 4) bludgeoning damage on a successful hit. A creature grappled by this pincer makes ability checks to escape the grapple with disadvantage."
                },
                {
                    "name": "Rune Drinker",
                    "desc": "Whenever the chuul takes damage from a magic weapon, until the start of the chuuls next turn attacks made with that weapon have disadvantage, and the chuul gains a +4 bonus to AC."
                },
                {
                    "name": "Sparking Wand",
                    "desc": "A wand of lightning bolts adorns the chuuls carapace. A creature that starts its turn within 10 feet must make a successful DC 14 Dexterity saving throw or take 7 (2d6) lightning damage. As an action, a creature within 5 feet of the chuul can grab the wand by making a successful DC 14 Athletics or Sleight of Hand check. A creature that fails this check must make a DC 14 Dexterity saving throw. On a failed save, the creature takes 7 (2d6) lightning damage and is knocked prone. On a successful save, a creature takes half damage and isnt knocked prone."
                }
            ],
            "spell_list": [],
            "page_no": 48,
            "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"
        },
        {
            "slug": "swarm-of-khalkos-spawn-a5e",
            "desc": "",
            "name": "Swarm of Khalkos Spawn",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 16,
            "armor_desc": "",
            "hit_points": 71,
            "hit_dice": "11d8+22",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 6,
            "dexterity": 16,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": 4,
            "charisma_save": 3,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "fire, psychic, radiant; bludgeoning, piercing, slashing",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, prone, restrained, stunned",
            "senses": "darkvision 60 ft., passive Perception 12",
            "languages": "telepathy 120 ft.",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Sting",
                    "desc": "Melee Weapon Attack: +6 to hit  reach 5 ft.  one creature. Hit: 13 (4d4+3) piercing damage plus 14 (4d6) poison damage  or 8 (2d4+3) piercing damage plus 7 (2d6) poison damage if the swarm is bloodied."
                },
                {
                    "name": "Chaos Pheromones",
                    "desc": "The swarm emits a cloud of pheromones in the air in a 10-foot-radius. The cloud spreads around corners. Each non-khalkos creature in the area makes a DC 12 Intelligence saving throw. On a failure  the creature is confused for 1 minute. It repeats the saving throw at the end of each of its turns  ending the effect on itself on a success. If the creature makes its saving throw or the condition ends for it  it is immune to the chaos pheromones of khalkos spawn for the next 24 hours."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [],
            "spell_list": [],
            "page_no": 295,
            "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"
        },
        {
            "slug": "ur-otyugh-a5e",
            "desc": "",
            "name": "Ur-Otyugh",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "",
            "armor_class": 14,
            "armor_desc": "",
            "hit_points": 144,
            "hit_dice": "17d10+51",
            "speed": {
                "walk": 50,
                "swim": 50
            },
            "strength": 16,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 6,
            "wisdom": 14,
            "charisma": 5,
            "strength_save": 6,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 12",
            "languages": "telepathy 120 ft. (can transmit but not receive thoughts and images)",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The otyugh makes two tentacle attacks."
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +6 to hit  reach 10 ft.  one target. Hit: 7 (1d8 + 3) bludgeoning damage plus 4 (1d8) piercing damage. If the target is a Medium or smaller creature  it is grappled (escape DC 14) and restrained until the grapple ends. The otyugh has two tentacles  each of which can grapple one target and can't attack a different target while doing so."
                },
                {
                    "name": "Tentacle Slam",
                    "desc": "The otyugh slams any creatures it is grappling into a hard surface or into each other. Each creature makes a DC 14 Strength saving throw. On a failure  the target takes 10 (2d6 + 3) bludgeoning damage  is stunned until the end of the otyughs next turn  and is pulled up to 5 feet towards the otyugh. On a success  the target takes half damage."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage. If the target is a creature, it makes a DC 14 Constitution saving throw. On a failure, the target contracts a disease. While diseased, the target is poisoned. The target repeats the saving throw every 24 hours, reducing its hit point maximum by 5 (1d10) on a failure (to a minimum of 1 hit point) and becoming cured on a success. The reduction in hit points lasts until the disease is cured."
                },
                {
                    "name": "Swallow",
                    "desc": "If the otyugh has no other creature in its stomach, the otyugh bites a Medium or smaller creature that is stunned. On a hit, the creature is swallowed. A swallowed creature has total cover from attacks from outside the otyugh, is blinded and restrained, and takes 10 (3d6) acid damage at the start of each of the otyughs turns."
                },
                {
                    "name": "If a swallowed creature deals 15 or more damage to the otyugh in a single turn",
                    "desc": ""
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "The ur-otyugh can take 2 legendary actions",
                    "desc": "Only one legendary action can be used at a time and only at the end of another creatures turn. It regains spent legendary actions at the start of its turn."
                },
                {
                    "name": "Mad Dash",
                    "desc": "The ur-otyugh moves up to half its Speed."
                },
                {
                    "name": "Tentacle",
                    "desc": "The ur-otyugh makes a tentacle attack. This attack has a range of 15 feet."
                },
                {
                    "name": "Mental Fuzz (Costs 2 Actions",
                    "desc": "The ur-otyugh transmits a burst of psionic static. Each non-aberration within 30 feet makes a DC 14 Intelligence saving throw. On a failure, a creature takes 14 (4d6) psychic damage and is stunned until the end of the ur-otyughs next turn. On a success, the creature takes half damage."
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (2/Day)",
                    "desc": "If the ur-otyugh fails a saving throw, it can choose to succeed instead. When it does so, it becomes more sluggish. Each time the ur-otyugh uses Legendary Resistance, its Speed and swim speed decrease by 10 and it loses one of its legendary actions on each of its turns."
                }
            ],
            "spell_list": [],
            "page_no": 354,
            "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"
        },
        {
            "slug": "aural-hunter",
            "desc": "",
            "name": "Aural Hunter",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 127,
            "hit_dice": "15d10+45",
            "speed": {
                "walk": 40,
                "climb": 30
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 7,
            "wisdom": 19,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "blinded",
            "senses": "blindsight 60' or 20' while deafened (blind beyond), passive Perception 17",
            "languages": "—",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Claws attacks and one Rib Hooks attack. It can use Consume Sound in place of one attack."
                },
                {
                    "name": "Claws",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 12 (2d8+3) slashing damage."
                },
                {
                    "name": "Rib Hooks",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 10 (2d6+3) piercing damage and the target is grappled (escape DC 15) if it is a Large or smaller creature and it doesn’t have another creature grappled."
                },
                {
                    "name": "Consume Sound",
                    "desc": "Siphons energy from audible vibrations surrounding a creature grappled by it. Target: 14 (4d6) necrotic and becomes deafened and unable to speak until end of its next turn (DC 13 Con half damage and is able to hear and speak). Aural hunter regains hp equal to damage dealt. Consume Sound has no effect on creatures that are already deafened and unable to speak. It can’t use this action if it is deafened."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blind Senses",
                    "desc": "Can’t use its blindsight while deafened and unable to smell."
                },
                {
                    "name": "Keen Hearing",
                    "desc": "Has advantage on Wis (Perception) checks that rely on hearing."
                },
                {
                    "name": "Sonic Sensitivity",
                    "desc": "When it takes thunder damage it becomes deafened until the end of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 47,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "birgemon-seal",
            "desc": "",
            "name": "Birgemon Seal",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 60,
            "hit_dice": "8d8+24",
            "speed": {
                "walk": 20,
                "swim": 60
            },
            "strength": 12,
            "dexterity": 15,
            "constitution": 16,
            "intelligence": 4,
            "wisdom": 12,
            "charisma": 9,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "—",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack one Toothy Maw attack and three Tendril attacks. It can replace all three Tendril attacks with use of Reel."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 7 (2d4+2) piercing damage."
                },
                {
                    "name": "Toothy Maw",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 9 (2d6+2) piercing damage."
                },
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +4 to hit, 15 ft., one target, The target is grappled (escape DC 13) if it is a Med or smaller creature and the seal can’t use the same tendril on another target. If a creature is grappled by two or more tendrils it is also Restrained."
                },
                {
                    "name": "Reel",
                    "desc": "Pulls each creature grappled by it up to 10 ft. straight toward it."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Ice Slide",
                    "desc": "If the birgemon seal moves at least 10 ft. in a straight line while on snow or ice during its turn it can slide up to 40 feet."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Frozen to the Spot",
                    "desc": "When on snow or ice the birgemon seal can’t be moved vs. its will."
                },
                {
                    "name": "Hold Breath",
                    "desc": "Can hold its breath for 90 min."
                }
            ],
            "spell_list": [],
            "page_no": 57,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "blood-flurry",
            "desc": "",
            "name": "Blood Flurry",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 144,
            "hit_dice": "17d8+68",
            "speed": {
                "walk": 15,
                "fly": 40
            },
            "strength": 5,
            "dexterity": 21,
            "constitution": 18,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold; B/P/S",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, stunned",
            "senses": "darkvision 60', passive Perception 11",
            "languages": "understands Primordial but can’t speak",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Free Bleeding Cuts attacks."
                },
                {
                    "name": "Free Bleeding Cuts",
                    "desc": "Melee Weapon Attack: +9 to hit 0' 1 tgt in the swarm’s space. 27 (6d8) slashing damage or 13 (3d8) slashing damage if flurry has half of its hp or fewer. If target is a creature other than an Undead or a Construct: DC 16 Con save or lose 13 (3d8) hp at start of each of its turns due to a bleeding wound. Any creature can take an action to stanch the wound with successful DC 12 Wis (Medicine) check. Wound also closes if target receives magical healing."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Blood Sense",
                    "desc": "Can pinpoint by scent the location of creatures that aren’t Undead or Constructs within 30' of it."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from collection of snowflakes whether resting on the ground or carried by natural winds. It loses this trait if it has consumed blood in the last 24 hrs. "
                },
                {
                    "name": "Rust Vulnerability",
                    "desc": "The large amount of iron in its diet makes it susceptible to effects that harm ferrous metal such as the rust monster’s Antennae."
                },
                {
                    "name": "Swarm",
                    "desc": "Can occupy another creature’s space and vice versa and flurry can move through any opening large enough for a Tiny crystalline Aberration. Can't regain hp or gain temp hp."
                }
            ],
            "spell_list": [],
            "page_no": 63,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "brain-coral",
            "desc": "",
            "name": "Brain Coral",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 119,
            "hit_dice": "14d12+28",
            "speed": {
                "walk": 0,
                "swim": 120
            },
            "strength": 16,
            "dexterity": 6,
            "constitution": 14,
            "intelligence": 18,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 5,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic",
            "condition_immunities": "blinded, charmed, deafened, frightened, poisoned, prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 15 ",
            "languages": "Common, Deep Speech, telepathy 120'",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Pseudopod from spire and one additional Pseudopod per cluster it has. Additional Pseudopods can originate from central spire or any cluster provided target is within reach of attack’s origin."
                },
                {
                    "name": "Pseudopod",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 7 (1d8+3) bludgeoning damage."
                },
                {
                    "name": "Reef Poison Spray (Recharge 5–6)",
                    "desc": "Expels poison cloud. Each creature within 15 ft. of central spire: 21 (6d6) poison and is incapacitated until end of its next turn (DC 15 Int half damage not incapacitated)."
                },
                {
                    "name": "Beasts of the Sea (1/Day)",
                    "desc": "Magically calls 2d4 giant crabs 2 giant sea horses or reef sharks or 1 swarm of quippers provided coral is underwater. The called creatures arrive in 1d4 rounds acting as allies of coral and obeying its telepathic commands. Beasts remain 1 hr until coral dies or until coral dismisses them as a bonus action."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Colony Cluster",
                    "desc": "Consists of Huge central spire and 3 Small clusters. Each cluster acts on coral’s turn and shares its move allowing spire and clusters to swim total of 120' on coral’s turn. Cluster can’t move more than 120' from spire. Cluster over 120' away from spire for over 24 hrs enters dormant state becoming new brain coral after 30 days. Brain coral and its clusters share hp and damage dealt to cluster or spire reduces shared total. If more than one section of coral is included in damaging spell or effect (ex: Dragon’s breath weapon or lightning bolt spell) coral makes one save and takes damage as if only one section was affected. When coral takes 15+ damage in one turn cluster is destroyed. At end of its turn if coral took damage on previous turn it can expel one new cluster from spire per 15 damage it took. Can’t have more than 5 clusters active at a time."
                },
                {
                    "name": "Water Breathing",
                    "desc": "Can breathe only underwater."
                }
            ],
            "spell_list": [],
            "page_no": 67,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "catonoctrix",
            "desc": "",
            "name": "Catonoctrix",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 168,
            "hit_dice": "16d10+80",
            "speed": {
                "walk": 40,
                "fly": 80
            },
            "strength": 21,
            "dexterity": 12,
            "constitution": 21,
            "intelligence": 18,
            "wisdom": 15,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": 5,
            "constitution_save": 9,
            "intelligence_save": 8,
            "wisdom_save": null,
            "charisma_save": 8,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "psychic",
            "condition_immunities": "",
            "senses": "darkvision 120', truesight 30', passive Perception 16",
            "languages": "Common, Draconic, Deep Speech, telepathy 120'",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite and two Claws or it makes three Psychic Bolts. It can replace one attack with Spellcasting."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, 10 ft., one target, 18 (3d8+5) piercing damage + 7 (2d6) psychic."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 15 (3d6+5) slashing damage."
                },
                {
                    "name": "Psychic Bolt",
                    "desc": "Ranged Spell Attack: +8 to hit, 60 ft., one target, 18 (4d6+4) psychic."
                },
                {
                    "name": "Mind Ravage (Recharge 5–6)",
                    "desc": "Unleashes a torrent of psychic energy. Each creature within 20' of catonoctrix: 45 (10d8) psychic and is stunned for 1 min (DC 16 Int half damage and isn’t stunned). A stunned creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Spellcasting (Psionics)",
                    "desc": "Int (DC 15) no spell components: At will: detect thoughts divination1/day ea: confusion scrying suggestion"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Precognitive Dodge",
                    "desc": "Adds 4 to its AC vs. one attack that would hit it. To do so it must see the attacker and be within 30' of it."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Pierce the Veil",
                    "desc": "When a creature catonoctrix can see is stunned by Mind Ravage catonoctrix learns one secret the creature knows."
                }
            ],
            "spell_list": [],
            "page_no": 75,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "cave-sovereign",
            "desc": "",
            "name": "Cave Sovereign",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 253,
            "hit_dice": "22d12+110",
            "speed": {
                "walk": 40,
                "climb": 30
            },
            "strength": 25,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 16,
            "wisdom": 12,
            "charisma": 20,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": 8,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "poison, radiant; nonmagic B/P/S attacks not made w/adamantine weapons",
            "damage_immunities": "psychic",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 120', tremorsense 60', passive Perception 16",
            "languages": "understands all but can’t speak, telepathy 120'",
            "challenge_rating": "16",
            "cr": 16.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite and two Slams. It can make one Tail in place of its Bite."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +12 to hit, 5 ft., one target, 25 (4d8+7) piercing damage + 11 (2d10) poison."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +12 to hit, 10 ft., one target, 23 (3d10+7) bludgeoning damage."
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +12 to hit, 10 ft., one target, 26 (3d12+7) slashing damage. If target is a Large or smaller creature it is grappled (escape DC 18). Until the grapple ends the target is restrained and sovereign can’t use its tail on another target."
                },
                {
                    "name": "Consume Soul (Recharge 5–6)",
                    "desc": "Chooses up to three creatures it can see within 60' of it that are incapacitated or stunned by Deathlights. Each target: 55 (10d10) psychic (DC 18 Wis half). Creature stunned by Deathlights has disadvantage on this save. Sovereign then regains hp equal to half total psychic dealt. A Humanoid slain by this rises 1d4 rounds later as a zombie under sovereign’s control unless Humanoid is restored to life or its body is destroyed. Sovereign can have no more than thirty zombies under its control at one time."
                },
                {
                    "name": "Spellcasting (Psionics)",
                    "desc": "Cha (DC 18) no spell components: At will: detect thoughts mage hand (the hand is invisible)3/day ea: dimension door telekinesis1/day: hallucinatory terrain (as an action)"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Move",
                    "desc": "The cave sovereign moves up to its speed with o provoking opportunity attacks."
                },
                {
                    "name": "Telekinetic Reel",
                    "desc": "Magically pulls incapacitated or stunned creature by its Deathlights it can see up to 20' straight toward it."
                },
                {
                    "name": "Cast a Spell (2)",
                    "desc": "Uses Spellcasting."
                },
                {
                    "name": "Tail Attack (2)",
                    "desc": "Makes one Tail attack."
                }
            ],
            "special_abilities": [
                {
                    "name": "Deathlights",
                    "desc": "When a creature that can see sovereigh's glowing antennae starts its turn within 30' of it sovereign can force it to make a DC 18 Wis save if sovereign isn’t incapacitated and can see the creature. If save fails by 5+ creature is stunned until the start of its next turn. Otherwise creature that fails is incapacitated and its speed is reduced to 0 until start of its next turn as it remains transfixed in place by the lights. Unless surprised creature can avert its eyes to avoid the save at start of its turn. If creature does so it can’t see sovereign until start of its next turn when it can avert again. If creature looks at sovereign in the meantime it must immediately save."
                },
                {
                    "name": "Illumination",
                    "desc": "Its antennae shed dim light in a 5 ft. radius. Radius increases to 20' while at least one creature is incapacitated or stunned by Deathlights. At start of its turn if no creatures are incapacitated or stunned by Deathlights sovereign can suppress this light until start of its next turn."
                },
                {
                    "name": "Inscrutable",
                    "desc": "Immune to any effect to sense its emotions or read its thoughts as well as any divination spell it refuses. Wis (Insight) checks made to ascertain sovereign's intentions or sincerity have disadvantage."
                },
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Spider Climb",
                    "desc": "Difficult surfaces even ceilings no ability check."
                },
                {
                    "name": "Sinuous Form",
                    "desc": "Provided there is suitable room to accommodate its bulk can squeeze through any opening large enough for a Small creature."
                }
            ],
            "spell_list": [],
            "page_no": 78,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "devouring-angel",
            "desc": "",
            "name": "Devouring Angel",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 220,
            "hit_dice": "21d10+105",
            "speed": {
                "walk": 40,
                "climb": 40
            },
            "strength": 20,
            "dexterity": 15,
            "constitution": 21,
            "intelligence": 7,
            "wisdom": 17,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, poisoned, prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 17",
            "languages": "understands Common and Celestial but can’t speak",
            "challenge_rating": "12",
            "cr": 12.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "1 Bite and 4 Claws. Can replace 1 Claw with Spiked Tongue."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one target, 16 (2d10+5) piercing damage + 10 (3d6) acid."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +9 to hit, 10 ft., one target, 12 (2d6+5) slashing damage."
                },
                {
                    "name": "Spiked Tongue",
                    "desc": "Melee Weapon Attack: +9 to hit, 20 ft., one target, 12 (2d6+5) bludgeoning damage and target is grappled (escape DC 17). Until this grapple ends target is restrained and takes 9 (2d8) piercing damage at the start of each of its turns and angel can pull the creature up to 15 ft. closer to it as a bonus action. Angel can have only one target grappled in this way at a time."
                },
                {
                    "name": "Shed Spines (Recharge 5–6)",
                    "desc": "Shakes its body sending acid-coated spines outward. Each creature within 10 ft. of it: 18 (4d8) piercing damage and 24 (7d6) acid (DC 17 Dex half)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Assisted Leaping",
                    "desc": "Can use its quasi-wings to fly up to 30' on its turn but it must start and end its move on a solid surface such as a roof or the ground. If it is flying at the end of its turn it falls to the ground and takes falling damage."
                },
                {
                    "name": "Flexible Form",
                    "desc": "Can twist its body into unnatural positions allowing it to easily move through any opening large enough for a Small creature. It can squeeze through any opening large enough for a Tiny creature. The angel’s destination must still have suitable room to accommodate its volume."
                },
                {
                    "name": "Keen Smell",
                    "desc": "Advantage: smell Wis (Percept) checks."
                },
                {
                    "name": "Limited Telepathy",
                    "desc": "Can magically communicate simple ideas emotions and images telepathically with any creature within 100' of it that can understand a language."
                }
            ],
            "spell_list": [],
            "page_no": 125,
            "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/"
        },
        {
            "slug": "dread-examiner",
            "desc": "",
            "name": "Dread Examiner",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 19,
            "armor_desc": "natural armor",
            "hit_points": 322,
            "hit_dice": "28d10+168",
            "speed": {
                "walk": 30,
                "fly": 30,
                "swim": 30
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 22,
            "intelligence": 25,
            "wisdom": 23,
            "charisma": 25,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": 1,
            "wisdom_save": 1,
            "charisma_save": 1,
            "perception": 6,
            "skills": {
                "perception": 6
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid, cold, fire",
            "damage_immunities": "poison; bludgeoning, piercing, and slashing damage from nonmagical attacks",
            "condition_immunities": "exhaustion, paralyzed, petrified, poisoned, prone, restrained",
            "senses": "truesight 120', passive Perception 23",
            "languages": "all, telepathy 120'",
            "challenge_rating": "21",
            "cr": 21.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Force Swipe or Force Blast attacks. It can replace one attack with use of Spellcasting."
                },
                {
                    "name": "Force Swipe",
                    "desc": "Melee Spell Attack: +14 to hit, 5 ft., one target, 43 (8d8+7) force and target must make DC 20 Str save or be pushed up to 10 ft. in a direction of examiner’s choosing."
                },
                {
                    "name": "Force Blast",
                    "desc": "Ranged Spell Attack: +14 to hit, 120 ft., one target, 43 (8d8+7) force and target must make DC 20 Str save or be knocked prone."
                },
                {
                    "name": "Spellcasting (Psionics)",
                    "desc": "Cha (DC 22) no spell components: At will: dispel magic fabricate (as an action) telekinesis3/day ea: animate objects wall of force1/day: true polymorph"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": [
                {
                    "name": "Teleport",
                    "desc": "Magically teleports along with any equipment it is wearing or carrying up to 120' to an unoccupied spot it sees."
                },
                {
                    "name": "Reform (2)",
                    "desc": "The dread examiner rearranges its disjointed parts and regains 36 (8d8) hp."
                },
                {
                    "name": "Psychic Surge (3)",
                    "desc": "The dread examiner releases a wave of psychic energy. Each creature within 20' of it: 21 (6d6) psychic can’t use reactions and has disadvantage on attack rolls and ability checks until the end of its next turn. (DC 20 Wis half damage and ignores the other effects.)"
                }
            ],
            "special_abilities": [
                {
                    "name": "Legendary Resistance (3/Day)",
                    "desc": "Choose to succeed failed save."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Otherworldly Form",
                    "desc": "Its form is tentative in its cohesion as well as its adherence to physical laws. Immune to effects that cause the loss of limbs such as the effects of a sword of sharpness or vorpal sword. Immune to any spell or effect that would alter its form and it can move through a space as narrow as 1 foot wide with o squeezing."
                },
                {
                    "name": "Psychic Awareness",
                    "desc": "If it is being directly observed at the start of its turn it can immediately make a Wis (Perception) check to notice the observer. Once it has noticed the observer it always knows observer’s exact location regardless of cover obscurement or invisibility as long as observer is within 120' of examiner."
                },
                {
                    "name": "Sense Magic",
                    "desc": "The dread examiner senses magic within 120' of it at will. This trait otherwise works like the detect magic spell but isn’t itself magical."
                }
            ],
            "spell_list": [],
            "page_no": 159,
            "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/"
        },
        {
            "slug": "dust-grazer",
            "desc": "",
            "name": "Dust Grazer",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 12,
            "armor_desc": "natural armor",
            "hit_points": 105,
            "hit_dice": "10d10+50",
            "speed": {
                "walk": 0,
                "fly": 30
            },
            "strength": 19,
            "dexterity": 7,
            "constitution": 20,
            "intelligence": 2,
            "wisdom": 7,
            "charisma": 2,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -2,
            "skills": {
                "perception": -2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "blindsight 120' (blind beyond), passive Perception 8",
            "languages": "—",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Tendril",
                    "desc": "Melee Weapon Attack: +6 to hit, 15 ft., one target, 11 (2d6+4) bludgeoning damage + 7 (2d6) acid. If target is a creature: grappled (escape DC 14) if grazer isn’t already grappling."
                },
                {
                    "name": "Absorb",
                    "desc": "Makes one Tendril attack vs. a Med or smaller creature it is grappling. If attack hits target is  also absorbed into grazer’s body and grapple ends. While absorbed creature is blinded and restrained has total cover vs. attacks and effects outside grazer and takes 7 (2d6) acid at start of each of grazer’s turns. Grazer can have only one creature absorbed at a time. If grazer takes 10+ damage on a single turn from absorbed creature grazer must make DC 15 Con save at end of that turn or expel the creature which falls prone in a space within 5 ft. of grazer. If grazer is flying expelled creature takes normal fall damage. If grazer dies absorbed creature no longer restrained but has disadvantage on save vs. grazer Death Spores."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Death Spores",
                    "desc": "Each creature within 20' of it when it dies: 14 (4d6) poison and infected with grazer spores disease (DC 14 Con not poisoned or infected). Creatures immune to poisoned condition are immune to this. Until disease is cured creature poisoned and can’t regain hp except magically. Every 24 hrs that elapse target: DC 14 Con save or take 7 (2d6) poison and its hp max is reduced by same. Reduction lasts until target finishes a long rest after disease is cured. Target dies if this reduces its hp max to 0. Two days after creature dies rises as dust grazer of its size growing to Large over the course of a week."
                }
            ],
            "spell_list": [],
            "page_no": 163,
            "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/"
        },
        {
            "slug": "glacial-crawler",
            "desc": "",
            "name": "Glacial Crawler",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 207,
            "hit_dice": "18d12+90",
            "speed": {
                "walk": 30,
                "burrow": 30,
                "climb": 20,
                "swim": 60
            },
            "strength": 20,
            "dexterity": 16,
            "constitution": 21,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": 9,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid, cold, fire",
            "condition_immunities": "blinded, prone",
            "senses": "blindsight 60' (blind beyond), tremorsense 60', passive Perception 18",
            "languages": "—",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "2 Bites and 1 Tail Spike or 3 Superheated Acid Spits."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, 10 ft., one creature,. 16 (2d10+5) piercing damage + 9 (2d8) acid."
                },
                {
                    "name": "Tail Spike",
                    "desc": "Melee Weapon Attack: +9 to hit, 10 ft., one creature,. 19 (4d6+5) piercing damage. Target is grappled (escape DC 17) if it is a Large or smaller creature and crawler doesn’t have another creature grappled."
                },
                {
                    "name": "Superheated Acid Spit",
                    "desc": "Ranged Weapon Attack: +7 to hit, 60 ft., one creature,. 12 (2d8+3) acid + 9 (2d8) fire."
                },
                {
                    "name": "Acidic Spray (Recharge 5–6)",
                    "desc": "Spews superheated digestive juices in a 30' cone. Each creature in that area: 18 (4d8) acid and 18 (4d8) fire and is coated in heated acid (DC 17 Dex half damage and isn’t coated in acid). A creature coated in heated acid takes 4 (1d8) acid and 4 (1d8) fire at start of each of its turns. A creature including coated target can take its action to wash or scrub off the acid ending the effect."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Acidic Coating",
                    "desc": "A creature that touches the crawler or hits it with melee attack while within 5 ft. of it takes 9 (2d8) acid."
                },
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Snow Camouflage",
                    "desc": "Has advantage on Dex (Stealth) checks made to hide in snowy terrain."
                },
                {
                    "name": "Tunneler",
                    "desc": "Can burrow through ice snow and permafrost and leaves a 5 ft. diameter tunnel in its wake."
                }
            ],
            "spell_list": [],
            "page_no": 209,
            "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/"
        },
        {
            "slug": "grivid",
            "desc": "",
            "name": "Grivid",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 180,
            "hit_dice": "19d10+76",
            "speed": {
                "walk": 50
            },
            "strength": 21,
            "dexterity": 16,
            "constitution": 18,
            "intelligence": 2,
            "wisdom": 15,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "tremorsense 60', passive Perception 16",
            "languages": "—",
            "challenge_rating": "11",
            "cr": 11.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite and two Kicks or three Spit Worms."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +9 to hit, 10 ft., one creature,. 18 (3d8+5) piercing damage + 7 (2d6) poison and target must make DC 16 Con save or be infested with parasitic cheek worm (see above) if grivid has at least 1 cheek worm."
                },
                {
                    "name": "Kick",
                    "desc": "Melee Weapon Attack: +9 to hit, 5 ft., one creature,. 18 (3d8+5) bludgeoning damage and target must make DC 16 Str save or be knocked prone."
                },
                {
                    "name": "Spit Worm",
                    "desc": "Ranged Weapon Attack: +7 to hit 20/60' one creature. 13 (3d6+3) bludgeoning damage + 7 (2d6) poison and target: DC 16 Con save or be infested with parasitic cheek worm (see above) if grivid has at least 1 cheek worm."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Consume Worms",
                    "desc": "Consumes up to 3 cheek worms regaining 5 (2d4) hp for each worm consumed."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Cheek Worm Regrowth",
                    "desc": "Has twenty worms stored in its cheeks. Used worms regrow when the grivid finishes a long rest."
                },
                {
                    "name": "Keen Sight",
                    "desc": "Advantage: sight Wis (Percept) checks."
                },
                {
                    "name": "Parasitic Cheek Worm",
                    "desc": "Produces parasitic worms in its cheeks and it expels these worms into other creatures when it attacks. Worm burrows into target's flesh and that creature is poisoned while infested with at least one worm. At start of each of infested creature’s turns it takes 5 (2d4) poison. Any creature can take an action to remove one worm with successful DC 12 Wis (Medicine) check. An effect that cures disease removes and kills one worm infesting the creature. When grivid dies all worms currently infesting creatures die ending infestation in all infested creatures."
                },
                {
                    "name": "Worm Regeneration",
                    "desc": "If it has at least 1 hp grivid regains 5 hp for each worm infesting another creature at start of its turn."
                }
            ],
            "spell_list": [],
            "page_no": 221,
            "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/"
        },
        {
            "slug": "howler-of-the-hill",
            "desc": "",
            "name": "Howler Of The Hill",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 18,
            "armor_desc": "natural armor",
            "hit_points": 178,
            "hit_dice": "21d10+63",
            "speed": {
                "walk": 50,
                "climb": 30
            },
            "strength": 17,
            "dexterity": 22,
            "constitution": 16,
            "intelligence": 17,
            "wisdom": 18,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": 8,
            "wisdom_save": 9,
            "charisma_save": 9,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold, necrotic; nonmagic B/P/S attacks",
            "damage_immunities": "psychic",
            "condition_immunities": "charmed, frightened",
            "senses": "truesight 120', passive Perception 19",
            "languages": "understands Abyssal, Common, Infernal, and Void Speech but can’t speak, telepathy 120'",
            "challenge_rating": "14",
            "cr": 14.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Claw or Psychic Bolt attacks."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +11 to hit, 5 ft., one target, 15 (2d8+6) slashing damage + 13 (3d8) psychic."
                },
                {
                    "name": "Psychic Bolt",
                    "desc": "Ranged Spell Attack: +9 to hit, 120 ft., one target, 26 (5d8+4) psychic."
                },
                {
                    "name": "Gloaming Howl",
                    "desc": "Emits a magical howl that changes in melody and frequency depending on light around it. Each creature of howler’s choice within 120' of it and can hear howl: DC 18 Wis save or succumb to effects of one of the following. If creature’s save succeeds/effect ends for it creature is immune to that particular howl for next 24 hrs. Bright Howl When howler is in bright light each target that fails the save is incapacitated until end of its next turn. Dim Howl When howler is in dim light each target that fails the save is stunned until end of its next turn.Dark Howl When howler is in darkness each target that fails the save drops whatever it is holding and is paralyzed with fear for 1 min. A paralyzed creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Otherworldly Hunter",
                    "desc": "Transport itself to a different plane of existence. Works like plane shift except howler can affect only itself and can’t use this to banish unwilling creature to another plane."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hungry Void Traveler",
                    "desc": "Doesn’t require air drink or sleep."
                },
                {
                    "name": "Inscrutable",
                    "desc": "Immune to any effect that would sense its emotions or read its thoughts and any divination spell it refuses. Wis (Insight) checks made to ascertain its intentions/sincerity have disadvantage."
                }
            ],
            "spell_list": [],
            "page_no": 236,
            "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/"
        },
        {
            "slug": "leashed-lesion",
            "desc": "",
            "name": "Leashed Lesion",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 65,
            "hit_dice": "10d10+10",
            "speed": {
                "walk": 40
            },
            "strength": 15,
            "dexterity": 11,
            "constitution": 12,
            "intelligence": 6,
            "wisdom": 9,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": -1,
            "skills": {
                "perception": -1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "necrotic",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "blindsight 120', passive Perception 9",
            "languages": "understands Void Speech but can’t speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Bite attack and two Claw attacks."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one creature,. 6 (1d8+2) piercing damage + 5 (2d4) necrotic. The lesion and any creature grappled by its Life Tether regain hp equal to the necrotic dealt."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 5 (1d6+2) slashing damage."
                },
                {
                    "name": "Draining Burst (Recharge 5–6)",
                    "desc": "Selects a point it can see within 120' of it. Each creature within 20' of that point must make a DC 12 Con save taking 13 (3d8) necrotic on a failed save or half damage if made. The lesion and any creature grappled by its Life Tether each gain 13 (3d8) temp hp."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Life Tether",
                    "desc": "Attaches a symbiotic tether to a creature sitting in the recess in its back. A creature in the recess that isn’t attached to the tether takes 7 (2d6) piercing damage at the end of the lesion’s turn and the lesion regains hp equal to the damage dealt. While the tether is attached the creature is grappled by the lesion. The lesion or the creature can detach the tether as a bonus action. Lesion can have its symbiotic tether attached to only one creature at a time."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": null,
            "spell_list": [],
            "page_no": 259,
            "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/"
        },
        {
            "slug": "ley-wanderer",
            "desc": "",
            "name": "Ley Wanderer",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d12+32",
            "speed": {
                "walk": 10,
                "fly": 40
            },
            "strength": 14,
            "dexterity": 9,
            "constitution": 14,
            "intelligence": 19,
            "wisdom": 11,
            "charisma": 10,
            "strength_save": 5,
            "dexterity_save": 2,
            "constitution_save": null,
            "intelligence_save": 7,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "psychic",
            "condition_immunities": "",
            "senses": "darkvision 60', passive Perception 13",
            "languages": "all, telepathy 120'",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Slam or Psychic Lash attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 6 (1d8+2) bludgeoning damage + 9 (2d8) psychic."
                },
                {
                    "name": "Psychic Lash",
                    "desc": "Ranged Spell Attack: +7 to hit 5 ft. or range 120' one target 17 (3d8+4) psychic."
                },
                {
                    "name": "Dispelling Burst (Recharge 5–6)",
                    "desc": "Emits a psychic burst that disrupts magic within 30' of it. Each creature in the area: 27 (6d8) psychic (DC 15 Int half). Each spell of 3rd level or lower in the area immediately ends and wanderer gains 5 temp hp for each spell ended this way."
                },
                {
                    "name": "Teleport (3/Day)",
                    "desc": "Magically teleports itself and up to six willing creatures holding hands with wanderer with items worn/carried to location it is familiar with up to 100 miles away. If destination is a location rich in magical energy (ex: ley line) can teleport up to 300 miles away."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Drain Magic Item",
                    "desc": "Drains the magic from an item it is holding. Magic item with charges loses 1d6 charges item with limited uses per day loses one daily use and single-use item such as potion or spell scroll is destroyed. All other magic items have their effects suppressed for 1 min. Wanderer gains 5 temp hp each time it drains a magic item. A drained item regains its magic after 24 hrs."
                }
            ],
            "reactions": [
                {
                    "name": "Absorb Spell",
                    "desc": "When a creature wanderer can see within 30' of it casts spell wanderer can absorb spell’s energy countering it. Works like counterspell except wanderer must always make spellcasting ability check no matter spell’s level. Its ability check for this is +7. If it successfully counters the spell it gains 5 temp hp/spell level."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Sense Magic",
                    "desc": "Senses magic within 120' of it at will. This otherwise works like the detect magic spell but isn’t itself magical."
                }
            ],
            "spell_list": [],
            "page_no": 260,
            "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/"
        },
        {
            "slug": "light-eater",
            "desc": "",
            "name": "Light Eater",
            "size": "Small",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 26,
            "hit_dice": "4d6+12",
            "speed": {
                "walk": 10,
                "fly": 40
            },
            "strength": 8,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 4,
            "wisdom": 17,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "fire, radiant",
            "condition_immunities": "prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 15",
            "languages": "—",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +4 to hit, 5 ft., one target, 5 (1d6+2) bludgeoning damage."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Emergency Flare (Recharges: Short/Long Rest)",
                    "desc": "When it takes damage can emit brilliant flash of light. Each creature within 30': blinded 1 min (DC 12 Con negates). Blinded creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from normal rock."
                },
                {
                    "name": "Light Absorption",
                    "desc": "When it starts its turn within 5 ft. of a source of light light is reduced while eater remains within 100' of light source. Bright light becomes dim and dim becomes darkness. If eater reduces light source’s light to darkness eater sheds multicolored bright light in 20' radius and dim light for additional 20' for 1 hr and light source is extinguished if it is nonmagical flame or dispelled if it was created by 2nd level or lower spell."
                },
                {
                    "name": "Light Sense",
                    "desc": "Can pinpoint location of any light source within 100' of it and sense general direction of any within 1 mile."
                }
            ],
            "spell_list": [],
            "page_no": 262,
            "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/"
        },
        {
            "slug": "midnight-sun",
            "desc": "",
            "name": "Midnight Sun",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 136,
            "hit_dice": "16d10+48",
            "speed": {
                "walk": 0,
                "fly": 60
            },
            "strength": 10,
            "dexterity": 16,
            "constitution": 16,
            "intelligence": 11,
            "wisdom": 18,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": 6,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": 5,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "necrotic (in day form), radiant (in night form)",
            "damage_resistances": "acid, cold, fire, lightning, thunder; nonmagic B/P/S attacks",
            "damage_immunities": "necrotic (in night form), poison, radiant (in day form)",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious",
            "senses": "blindsight 120' (blind beyond), passive Perception 17",
            "languages": "Deep Speech",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Energy Blast attacks."
                },
                {
                    "name": "Energy Blast",
                    "desc": "Melee or Ranged Spell Attack: +7 to hit 5 ft. or range 120' one target 14 (3d6+4) damage of the type determined by the sun’s current form."
                },
                {
                    "name": "Energy Pulse (Recharge 5–6)",
                    "desc": "Each creature within 15 ft. of it: 28 (8d6) damage of type determined by sun’s form (DC 15 Con half)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Changing Form",
                    "desc": "Automatically changes based on presence light.Day Form. While more than half midnight sun is in darkness it appears as a glowing orb of light but sheds no light. In this form it deals radiant has immunity to radiant and vulnerability to necrotic.Night Form. While more than half the midnight sun is in bright or dim light it appears as an orb of darkness. In this form it deals necrotic has immunity to necrotic and has vulnerability to radiant.Twilight Form. While half of it is in bright or dim light and half is in darkness it appears as split orb of light and darkness. It deals force."
                },
                {
                    "name": "Energy Being",
                    "desc": "Can move through a space as narrow as 1 inch wide with o squeezing and it can enter a hostile creature’s space and stop there. The first time it enters a creature’s space on a turn that creature takes 3 (1d6) damage of the type determined by the sun’s current form."
                },
                {
                    "name": "Reality Inversion",
                    "desc": "When creature starts turn in sun’s space or within 5 ft. any circumstance trait or feature that would grant it advantage instead grants disadvantage and vice versa until start of its next turn."
                }
            ],
            "spell_list": [],
            "page_no": 270,
            "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/"
        },
        {
            "slug": "mindshard",
            "desc": "",
            "name": "Mindshard",
            "size": "Small",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 81,
            "hit_dice": "18d6+18",
            "speed": {
                "walk": 0,
                "fly": 40
            },
            "strength": 1,
            "dexterity": 16,
            "constitution": 12,
            "intelligence": 11,
            "wisdom": 15,
            "charisma": 19,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 3,
            "intelligence_save": 2,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "charmed, frightened, poisoned, prone",
            "senses": "blindsight 60' (blind beyond), passive Perception 12",
            "languages": "Deep Speech, telepathy 60'",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Refracted Light Beam attacks."
                },
                {
                    "name": "Refracted Light Beam",
                    "desc": "Melee or Ranged Spell Attack: +6 to hit 5 ft. or range 60' one target 10 (2d6+3) radiant."
                },
                {
                    "name": "Light Construction (Recharge 5–6)",
                    "desc": "Bends light toward a point it can see within 60' of it creating a colorful pattern on that point. Each creature within 20' of that point: 14 (4d6) psychic and is charmed and incapacitated for 1 min (DC 14 Wis half damage and isn’t charmed or incapacitated). A charmed and incapacitated creature can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Refract Mind (1/Day)",
                    "desc": "Pulls a Humanoid with 0 hp into its body refracting creature into fragments of itself. Humanoid dies and 2d4 cultists appear in unoccupied spaces within 15 ft. of mindshard. The cultists which share Humanoid’s appearance and memories act as allies of mindshard and obey its telepathic commands. A Humanoid must have an Int score of 5 or higher to be refracted."
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Enthralling Defense",
                    "desc": "When a creature the mindshard can see within 30' of it hits it with an attack that creature must make DC 14 Cha save or be charmed until end of its next turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Mindleech Aura",
                    "desc": "When a charmed creature enters a space within 15 ft. of the mindshard on a turn or starts its turn within 15 ft. of the mindshard that creature takes 7 (2d6) psychic."
                },
                {
                    "name": "Translucent",
                    "desc": "Is invisible to creatures more than 60' away from it."
                }
            ],
            "spell_list": [],
            "page_no": 271,
            "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/"
        },
        {
            "slug": "moonweb",
            "desc": "",
            "name": "Moonweb",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "13d8+39",
            "speed": {
                "walk": 0,
                "fly": 30
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 16,
            "intelligence": 1,
            "wisdom": 16,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, poisoned, prone",
            "senses": "blindsight 120' (blind beyond), passive Perception 16",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Dissolving Bite attack and one Tendrils attack."
                },
                {
                    "name": "Dissolving Bite",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one creature,. 13 (2d8+4) piercing damage + 9 (2d8) acid and the moonweb regains hp equal to the acid dealt."
                },
                {
                    "name": "Tendrils",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one creature,. 11 (2d6+4) piercing damage and target paralyzed for 1 min (DC 14 Con not paralyzed). Target can re-save at end of each of its turns success ends effect on itself."
                },
                {
                    "name": "Etheric Pulse (Recharge 6)",
                    "desc": "Releases burst of ethereal energy. Each creature within 30' of it: DC 14 Con save or become partially ethereal. A partially ethereal creature’s attacks deal normal damage to the moonweb even if the attacks are nonmagical but all other creatures have resistance to the partially ethereal creature’s nonmagical damage. Also moonweb can pinpoint location of partially ethereal creature and moonweb has advantage on attack rolls vs. it. A partially ethereal creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Ethereal Jaunt",
                    "desc": "Magically shifts from the Material Plane to the Ethereal Plane or vice versa."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Alien Nature",
                    "desc": "Doesn’t require air or sleep."
                },
                {
                    "name": "Transparent",
                    "desc": "Advantage on Dex (Stealth) checks while motionless or in dim light."
                }
            ],
            "spell_list": [],
            "page_no": 276,
            "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/"
        },
        {
            "slug": "mortifera",
            "desc": "",
            "name": "Mortifera",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 135,
            "hit_dice": "18d10+36",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 18,
            "dexterity": 16,
            "constitution": 15,
            "intelligence": 8,
            "wisdom": 10,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 0,
            "skills": {
                "perception": 0
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "blinded, deafened, exhaustion, poisoned",
            "senses": "blindsight 60' (blind beyond), passive Perception 13",
            "languages": "—",
            "challenge_rating": "6",
            "cr": 6.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Fanged Tentacles and two Slams or it makes three Slams. It can replace two Slams with Chomp."
                },
                {
                    "name": "Fanged Tentacles",
                    "desc": "Melee Weapon Attack: +7 to hit, 10 ft., one target, 9 (2d4+4) piercing damage + 9 (2d8) poison and target is grappled (escape DC 15). Until the grapple ends the target is restrained and mortifera can’t use its Fanged Tentacles on another."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 10 (1d12+4) bludgeoning damage."
                },
                {
                    "name": "Chomp",
                    "desc": "One creature grappled by mortifera is pulled up to 5 ft. to mortifera’s central maw which chomps on creature. Target: 10 (3d6) piercing damage and 13 (3d8) poison (DC 15 Str half)."
                },
                {
                    "name": "Poison Spray (Recharge 5–6)",
                    "desc": "Sprays poison from its central maw in a 30' cone. Each creature in that area: 27 (6d8) poison (DC 15 Dex half)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from bed of lotus flowers."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Poisonous Tendrils",
                    "desc": "A creature that starts its turn grappled by the mortifera must make DC 15 Con save or be poisoned for 1 min. A poisoned creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "spell_list": [],
            "page_no": 278,
            "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/"
        },
        {
            "slug": "nullicorn",
            "desc": "",
            "name": "Nullicorn",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 12,
            "armor_desc": "",
            "hit_points": 105,
            "hit_dice": "14d10+28",
            "speed": {
                "walk": 50
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 15,
            "intelligence": 11,
            "wisdom": 17,
            "charisma": 16,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic, poison",
            "condition_immunities": "charmed, paralyzed, poisoned",
            "senses": "blindsight 120' (blind beyond), passive Perception 13",
            "languages": "Celestial, Elvish, Sylvan, telepathy 60'",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Hooves attacks and one Void Horn attack."
                },
                {
                    "name": "Hooves",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) bludgeoning damage."
                },
                {
                    "name": "Void Horn",
                    "desc": "Melee Weapon Attack: +7 to hit, 5 ft., one target, 8 (1d8+4) force and target must make DC 13 Con save or contract the nullifying blight disease (above). "
                },
                {
                    "name": "Ripple of darkness",
                    "desc": "Each creature within 20' of the nullicorn: 18 (4d8) necrotic and contracts the nullifying blight disease (above; DC 13 Con half and doesn’t contract it)."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Evasion",
                    "desc": "If it is subjected to a spell or magical effect that allows it to make a save to take only half damage it instead takes no damage if it makes the save and only half damage if it fails."
                },
                {
                    "name": "Limited Magic Immunity",
                    "desc": "At the end of its turn any spell or magical effect with duration that is affecting the nullicorn such as hold monster or mage armor immediately ends."
                },
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Nullifying Blight",
                    "desc": "A creature infected with this disease manifests symptoms 1d4 hrs after infection: fatigue light-headedness and blurry vision. When infected creature casts a spell or activates a magic item itchy rash appears and spreads as more magic is used. Until disease is cured when infected creature starts its turn wielding or wearing magic item and each time it casts a spell or activates a magic item it loses 5 (2d4) hp. At end of each long rest infected creature must make a DC 13 Con save. Fail: hp the creature loses each time it uses magic increases by 2 (1d4). A creature that makes 3 saves recovers."
                },
                {
                    "name": "Sense Magic",
                    "desc": "Senses magic within 120' of it at will. This trait otherwise works like the detect magic spell but isn’t itself magical."
                }
            ],
            "spell_list": [],
            "page_no": 292,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "obeleric",
            "desc": "",
            "name": "Obeleric",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 15,
            "armor_desc": "natural armor",
            "hit_points": 75,
            "hit_dice": "10d8+30",
            "speed": {
                "walk": 30,
                "burrow": 15
            },
            "strength": 16,
            "dexterity": 14,
            "constitution": 16,
            "intelligence": 7,
            "wisdom": 12,
            "charisma": 7,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "petrified, prone",
            "senses": "tremorsense 30', passive Perception 12",
            "languages": "understands Common and Void Speech but can’t speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Tentacle Slam or Acid Spit attacks."
                },
                {
                    "name": "Boulder Bash (Defensive Form Only)",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 14 (2d10+3) bludgeoning damage and target knocked prone (DC 13 Str not prone)."
                },
                {
                    "name": "Tentacle Slam",
                    "desc": "Melee Weapon Attack: +5 to hit, 5 ft., one target, 8 (2d4+3) bludgeoning damage + 3 (1d6) acid."
                },
                {
                    "name": "Spit Acid",
                    "desc": "Ranged Weapon Attack: +4 to hit 20/60' one target 9 (2d6+2) acid. A creature hit by this takes additional 3 (1d6) acid at the start of its next turn."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Defensive Roll",
                    "desc": "Can roll itself into a boulder-like defensive form or back into its tentacled true form. While in defensive form it has resistance to B/P/S damage from nonmagical attacks can’t make Tentacle Slam or Spit Acid attacks and can’t use Reflux."
                }
            ],
            "reactions": [
                {
                    "name": "Reflux",
                    "desc": "When the obeleric takes bludgeoning it can vomit acid at one creature within 5 ft. of it. That creature must make DC 13 Dex save or take 3 (1d6) acid."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "False Appearance",
                    "desc": "While motionless indistinguishable from normal boulder."
                },
                {
                    "name": "Ricochet Charge (Defensive Form Only)",
                    "desc": "If it moves 15 ft.+ straight to target and then hits target with Boulder Bash attack on same turn target has disadvantage on save vs. being knocked prone. If target is prone obeleric can move up to 15 ft. straight to 2nd target with o provoking opportunity attacks from 1st target and make one Boulder Bash attack vs. 2nd target as a bonus action if 2nd target is within its reach."
                }
            ],
            "spell_list": [],
            "page_no": 294,
            "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/"
        },
        {
            "slug": "snallygaster",
            "desc": "",
            "name": "Snallygaster",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 207,
            "hit_dice": "18d12+90",
            "speed": {
                "walk": 30,
                "fly": 30
            },
            "strength": 24,
            "dexterity": 10,
            "constitution": 21,
            "intelligence": 4,
            "wisdom": 14,
            "charisma": 12,
            "strength_save": 1,
            "dexterity_save": null,
            "constitution_save": 1,
            "intelligence_save": null,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "acid, thunder",
            "condition_immunities": "frightened",
            "senses": "darkvision 120', passive Perception 12",
            "languages": "—",
            "challenge_rating": "15",
            "cr": 15.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Slimy Tentacles and three Talons. If it hits one creature with two Talonss the target must make DC 18 Str save or take 11 (2d10) piercing damage and be knocked prone."
                },
                {
                    "name": "Slimy Tentacles",
                    "desc": "Melee Weapon Attack: +12 to hit, 15 ft., one target, 20 (3d8+7) bludgeoning damage and target is grappled (escape DC 18). Until this grapple ends target is restrained and takes 18 (4d8) acid at the start of each of its turns and snallygaster can’t use its Slimy Tentacles on another target."
                },
                {
                    "name": "Talons",
                    "desc": "Melee Weapon Attack: +12 to hit, 5 ft., one target, 20 (2d12+7) piercing damage."
                },
                {
                    "name": "Screech (Recharge 5–6)",
                    "desc": "Squawks a screeching whistle in 60' cone. Each creature in area: 49 (14d6) thunder and stunned 1 min (DC 18 Con half not stunned). Stunned creature can re-save at end of each of its turns success ends effect on itself."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Nimble Flier",
                    "desc": "Takes the Dash or Disengage action. It must be flying to use this bonus action."
                }
            ],
            "reactions": [
                {
                    "name": "Parry Spell",
                    "desc": "If it succeeds on save vs. spell of 5th level or lower that targets only snallygaster spell has no effect. If snallygaster succeeds on save by 5+ spell is reflected back at spellcaster using slot level spell save DC attack bonus and spellcasting ability of caster"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Magic Resistance",
                    "desc": "Advantage: spell/magic effect saves."
                },
                {
                    "name": "Regeneration",
                    "desc": "Regains 15 hp at start of its turn if it has 1+ hp."
                }
            ],
            "spell_list": [],
            "page_no": 348,
            "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/"
        },
        {
            "slug": "snatch-bat",
            "desc": "",
            "name": "Snatch Bat",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 97,
            "hit_dice": "15d8+30",
            "speed": {
                "walk": 20,
                "fly": 40
            },
            "strength": 16,
            "dexterity": 20,
            "constitution": 14,
            "intelligence": 6,
            "wisdom": 12,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "force, psychic",
            "damage_immunities": "",
            "condition_immunities": "blinded, charmed, exhaustion",
            "senses": "blindsight 60' (blind beyond), passive Perception 14",
            "languages": "understands Deep Speech and Umbral but can’t speak",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Three Claw attacks or two Claw attacks and one Pilfering Bite attack."
                },
                {
                    "name": "Claw",
                    "desc": "Melee Weapon Attack: +8 to hit 5.' one target 12 (2d6+5) slashing damage."
                },
                {
                    "name": "Pilfering Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 10 (2d4+5) piercing damage. Instead of dealing damage the snatch bat can steal one item the target is wearing or carrying provided the item weighs no more than 10 pounds isn’t a weapon and isn’t wrapped around or firmly attached to the target. Ex: snatch bat could steal a hat or belt pouch but not a creature’s shirt or armor. Bat holds stolen item in its long neck-arm and must regurgitate that item (no action required) before it can make another Pilfering Bite."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flyby",
                    "desc": "Doesn’t provoke opportunity attacks when it flies out of an enemy’s reach."
                },
                {
                    "name": "Treasure Sense",
                    "desc": "Can pinpoint by scent the location of precious metals gemstones and jewelry within 60' of it and can sense the general direction of such objects within 1 mile of it."
                }
            ],
            "spell_list": [],
            "page_no": 349,
            "environments": [],
            "img_main": null,
            "document__slug": "tob3",
            "document__title": "Tome of Beasts 3",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-beasts-3-for-5th-edition/"
        },
        {
            "slug": "star-nosed-diopsid",
            "desc": "",
            "name": "Star-Nosed Diopsid",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 16,
            "armor_desc": "natural",
            "hit_points": 153,
            "hit_dice": "18d10+54",
            "speed": {
                "walk": 30,
                "burrow": 15,
                "fly": 30
            },
            "strength": 19,
            "dexterity": 14,
            "constitution": 17,
            "intelligence": 17,
            "wisdom": 16,
            "charisma": 15,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": 7,
            "wisdom_save": 7,
            "charisma_save": null,
            "perception": 3,
            "skills": {
                "perception": 3
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "nonmagic B/P/S attacks",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60', tremorsense 60', passive Perception 17",
            "languages": "Deep Speech, Undercommon, telepathy 100' (300' w/its own kind)",
            "challenge_rating": "9",
            "cr": 9.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "One Stinger attack and two Tentacle attacks."
                },
                {
                    "name": "Stinger",
                    "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 26 (4d10+4) piercing damage. If Humanoid succumbs to diopsid’s venom (DC 16 Con negates see Mutagenic Venom)."
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 17 (3d8+4) bludgeoning damage. Target is grappled (escape DC 16) if it is an up to Large creature and diopsid doesn't have 2 grappled."
                },
                {
                    "name": "Share Senses",
                    "desc": "While within 300' of an envenomed Humanoid diopsid sees through target’s eyes and hears what target hears until start of its next turn gaining benefits of any special senses target has. On subsequent turns diopsid can use a bonus action to extend duration of this effect until start of its next turn."
                },
                {
                    "name": "Control Envenomed (3/Day)",
                    "desc": "While within 300' of an envenomed Humanoid diopsid can telepathically suggest course of activity to it. Humanoid must make DC 16 Wis save or pursue the activity suggested to it. Success: Humanoid takes 11 (2d10) psychic and has disadvantage next time it makes this save. Works like suggestion spell and Humanoid unaware of diopsid’s influence."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Mutagenic Venom",
                    "desc": "Produces potent poison that envenoms Humanoid victim and slowly transforms it into new diopsid. While envenomed treats all diopsid as if charmed by them. Every 24 hrs that elapse victim : DC 16 Con save reducing hp max by 5 (2d4) on failure. Reduction lasts until creature finishes long rest after venom removed. Creature dies if this reduces hp max to 0. Humanoid that dies from this horrifically transformed becoming new diopsid and losing all memory of its former life. Poison remains within creature’s body until removed by greater restoration or similar."
                }
            ],
            "spell_list": [],
            "page_no": 355,
            "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/"
        },
        {
            "slug": "the-flesh",
            "desc": "",
            "name": "The Flesh",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 78,
            "hit_dice": "12d8+24",
            "speed": {
                "walk": 30,
                "climb": 30,
                "swim": 30
            },
            "strength": 18,
            "dexterity": 14,
            "constitution": 14,
            "intelligence": 8,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 1,
            "skills": {
                "perception": 1
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "charmed, frightened",
            "senses": "darkvision 60', passive Perception 11",
            "languages": "those host knew in life",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "Two Slam attacks or two Manipulate Flesh attacks."
                },
                {
                    "name": "Slam",
                    "desc": "Melee Weapon Attack: +6 to hit, 5 ft., one target, 11 (2d6+4) bludgeoning damage."
                },
                {
                    "name": "Manipulate Flesh",
                    "desc": "Can choose one of these attack options:Manifold Bite: Melee Weapon Attack: +6 to hit, 5 ft., one target, 14 (4d4+4) piercing damage and the target can’t regain hp until the start of the flesh’s next turn.Tentacle Melee Weapon Attack: +6 to hit, 10 ft., one target, 11 (2d6+4) bludgeoning damage and target is grappled (escape DC 13). Until this grapple ends target is restrained. The flesh can have up to two tentacles each can grapple only one target.Acidic Mucus: Ranged Weapon Attack: +4 to hit, 60 ft., one target, 14 (4d6) acid and 7 (2d6) acid at start of its next turn unless target immediately uses reaction to wipe."
                }
            ],
            "bonus_actions": [
                {
                    "name": "Assume Form",
                    "desc": "Consumes corpse of Med or smaller Humanoid or Beast within 5 ft. and transforms into it. Stats other than size are the same in new form. Any items worn/carried meld into new form. Can’t activate use wield or otherwise benefit from any of its equipment. It reverts to its true aberrant form if it dies makes a Manipulate Flesh attack or uses Assume Form while transformed."
                }
            ],
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "Can breathe air and water."
                },
                {
                    "name": "Amorphous (True Form Only)",
                    "desc": "Can move through a space as narrow as 1 inch wide with o squeezing."
                },
                {
                    "name": "Mimicry (Assumed Form Only)",
                    "desc": "Can mimic the sounds and voice of its assumed form. A creature that hears these sounds can tell they are imitations with successful DC 14 Wis (Insight) check."
                },
                {
                    "name": "Regeneration",
                    "desc": "Regains 5 hp at the start of its turn. If it takes acid or fire this trait doesn’t function at the start of its next turn. Dies only if it starts its turn with 0 hp and doesn’t regenerate."
                }
            ],
            "spell_list": [],
            "page_no": 367,
            "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/"
        },
        {
            "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/"
        },
        {
            "slug": "aboleth",
            "desc": "",
            "name": "Aboleth",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "lawful evil",
            "armor_class": 17,
            "armor_desc": "natural armor",
            "hit_points": 135,
            "hit_dice": "18d10+36",
            "speed": {
                "walk": 10,
                "swim": 40
            },
            "strength": 21,
            "dexterity": 9,
            "constitution": 15,
            "intelligence": 18,
            "wisdom": 15,
            "charisma": 18,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 6,
            "intelligence_save": 8,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": 10,
            "skills": {
                "history": 12,
                "perception": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 20",
            "languages": "Deep Speech, telepathy 120 ft.",
            "challenge_rating": "10",
            "cr": 10.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The aboleth makes three tentacle attacks."
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 Constitution saving throw or become diseased. The disease has no effect for 1 minute and can be removed by any magic that cures disease. After 1 minute, the diseased creature's skin becomes translucent and slimy, the creature can't regain hit points unless it is underwater, and the disease can be removed only by heal or another disease-curing spell of 6th level or higher. When the creature is outside a body of water, it takes 6 (1d12) acid damage every 10 minutes unless moisture is applied to the skin before 10 minutes have passed.",
                    "attack_bonus": 9,
                    "damage_dice": "2d6",
                    "damage_bonus": 5
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 15 (3d6 + 5) bludgeoning damage.",
                    "attack_bonus": 9,
                    "damage_dice": "3d6",
                    "damage_bonus": 5
                },
                {
                    "name": "Enslave (3/day)",
                    "desc": "The aboleth targets one creature it can see within 30 ft. of it. The target must succeed on a DC 14 Wisdom saving throw or be magically charmed by the aboleth until the aboleth dies or until it is on a different plane of existence from the target. The charmed target is under the aboleth's control and can't take reactions, and the aboleth and the target can communicate telepathically with each other over any distance.\nWhenever the charmed target takes damage, the target can repeat the saving throw. On a success, the effect ends. No more than once every 24 hours, the target can also repeat the saving throw when it is at least 1 mile away from the aboleth."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "The aboleth 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 aboleth regains spent legendary actions at the start of its turn.",
            "legendary_actions": [
                {
                    "name": "Detect",
                    "desc": "The aboleth makes a Wisdom (Perception) check."
                },
                {
                    "name": "Tail Swipe",
                    "desc": "The aboleth makes one tail attack."
                },
                {
                    "name": "Psychic Drain (Costs 2 Actions)",
                    "desc": "One creature charmed by the aboleth takes 10 (3d6) psychic damage, and the aboleth regains hit points equal to the damage the creature takes."
                }
            ],
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The aboleth can breathe air and water."
                },
                {
                    "name": "Mucous Cloud",
                    "desc": "While underwater, the aboleth is surrounded by transformative mucus. A creature that touches the aboleth or that hits it with a melee attack while within 5 ft. of it must make a DC 14 Constitution saving throw. On a failure, the creature is diseased for 1d4 hours. The diseased creature can breathe only underwater."
                },
                {
                    "name": "Probing Telepathy",
                    "desc": "If a creature communicates telepathically with the aboleth, the aboleth learns the creature's greatest desires if the aboleth can see the creature."
                }
            ],
            "spell_list": [],
            "page_no": 261,
            "environments": [
                "Underdark",
                "Sewer",
                "Caverns",
                "Plane Of Water",
                "Water"
            ],
            "img_main": "http://api.open5e.com/static/img/monsters/aboleth.png",
            "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"
        },
        {
            "slug": "chuul",
            "desc": "",
            "name": "Chuul",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 16,
            "armor_desc": "natural armor",
            "hit_points": 93,
            "hit_dice": "11d10+33",
            "speed": {
                "walk": 30,
                "swim": 30
            },
            "strength": 19,
            "dexterity": 10,
            "constitution": 16,
            "intelligence": 5,
            "wisdom": 11,
            "charisma": 5,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison",
            "condition_immunities": "poisoned",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "understands Deep Speech but can't speak",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The chuul makes two pincer attacks. If the chuul is grappling a creature, the chuul can also use its tentacles once."
                },
                {
                    "name": "Pincer",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage. The target is grappled (escape DC 14) if it is a Large or smaller creature and the chuul doesn't have two other creatures grappled.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                },
                {
                    "name": "Tentacles",
                    "desc": "One creature grappled by the chuul must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. Until this poison ends, the target is paralyzed. The target 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": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Amphibious",
                    "desc": "The chuul can breathe air and water."
                },
                {
                    "name": "Sense Magic",
                    "desc": "The chuul senses magic within 120 feet of it at will. This trait otherwise works like the detect magic spell but isn't itself magical."
                }
            ],
            "spell_list": [],
            "page_no": 267,
            "environments": [
                "Underdark",
                "Plane Of Water",
                "Water",
                "Caverns"
            ],
            "img_main": "http://api.open5e.com/static/img/monsters/chuul.png",
            "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"
        },
        {
            "slug": "cloaker",
            "desc": "",
            "name": "Cloaker",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 78,
            "hit_dice": "12d10+12",
            "speed": {
                "walk": 10,
                "fly": 40
            },
            "strength": 17,
            "dexterity": 15,
            "constitution": 12,
            "intelligence": 13,
            "wisdom": 12,
            "charisma": 14,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 5
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Deep Speech, Undercommon",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The cloaker makes two attacks: one with its bite and one with its tail."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 10 (2d6 + 3) piercing damage, and if the target is Large or smaller, the cloaker attaches to it. If the cloaker has advantage against the target, the cloaker attaches to the target's head, and the target is blinded and unable to breathe while the cloaker is attached. While attached, the cloaker can make this attack only against the target and has advantage on the attack roll. The cloaker can detach itself by spending 5 feet of its movement. A creature, including the target, can take its action to detach the cloaker by succeeding on a DC 16 Strength check.",
                    "attack_bonus": 6,
                    "damage_dice": "2d6",
                    "damage_bonus": 3
                },
                {
                    "name": "Tail",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one creature. Hit: 7 (1d8 + 3) slashing damage.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8",
                    "damage_bonus": 3
                },
                {
                    "name": "Moan",
                    "desc": "Each creature within 60 feet of the cloaker that can hear its moan and that isn't an aberration must succeed on a DC 13 Wisdom saving throw or become frightened until the end of the cloaker's next turn. If a creature's saving throw is successful, the creature is immune to the cloaker's moan for the next 24 hours."
                },
                {
                    "name": "Phantasms (Recharges after a Short or Long Rest)",
                    "desc": "The cloaker magically creates three illusory duplicates of itself if it isn't in bright light. The duplicates move with it and mimic its actions, shifting position so as to make it impossible to track which cloaker is the real one. If the cloaker is ever in an area of bright light, the duplicates disappear.\nWhenever any creature targets the cloaker with an attack or a harmful spell while a duplicate remains, that creature rolls randomly to determine whether it targets the cloaker or one of the duplicates. A creature is unaffected by this magical effect if it can't see or if it relies on senses other than sight.\nA duplicate has the cloaker's AC and uses its saving throws. If an attack hits a duplicate, or if a duplicate fails a saving throw against an effect that deals damage, the duplicate disappears."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Damage Transfer",
                    "desc": "While attached to a creature, the cloaker takes only half the damage dealt to it (rounded down). and that creature takes the other half."
                },
                {
                    "name": "False Appearance",
                    "desc": "While the cloaker remains motionless without its underside exposed, it is indistinguishable from a dark leather cloak."
                },
                {
                    "name": "Light Sensitivity",
                    "desc": "While in bright light, the cloaker has disadvantage on attack rolls and Wisdom (Perception) checks that rely on sight."
                }
            ],
            "spell_list": [],
            "page_no": 268,
            "environments": [
                "Underdark",
                "Sewer",
                "Laboratory",
                "Caverns"
            ],
            "img_main": "http://api.open5e.com/static/img/monsters/cloaker.png",
            "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"
        },
        {
            "slug": "gibbering-mouther",
            "desc": "",
            "name": "Gibbering Mouther",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 9,
            "armor_desc": null,
            "hit_points": 67,
            "hit_dice": "9d8+27",
            "speed": {
                "walk": 10,
                "swim": 10
            },
            "strength": 10,
            "dexterity": 8,
            "constitution": 16,
            "intelligence": 3,
            "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": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "prone",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The gibbering mouther makes one bite attack and, if it can, uses its Blinding Spittle."
                },
                {
                    "name": "Bites",
                    "desc": "Melee Weapon Attack: +2 to hit, reach 5 ft., one creature. Hit: 17 (5d6) piercing damage. If the target is Medium or smaller, it must succeed on a DC 10 Strength saving throw or be knocked prone. If the target is killed by this damage, it is absorbed into the mouther.",
                    "attack_bonus": 2,
                    "damage_dice": "5d6"
                },
                {
                    "name": "Blinding Spittle (Recharge 5-6)",
                    "desc": "The mouther spits a chemical glob at a point it can see within 15 feet of it. The glob explodes in a blinding flash of light on impact. Each creature within 5 feet of the flash must succeed on a DC 13 Dexterity saving throw or be blinded until the end of the mouther's next turn."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Aberrant Ground",
                    "desc": "The ground in a 10-foot radius around the mouther is doughlike difficult terrain. Each creature that starts its turn in that area must succeed on a DC 10 Strength saving throw or have its speed reduced to 0 until the start of its next turn."
                },
                {
                    "name": "Gibbering",
                    "desc": "The mouther babbles incoherently while it can see any creature and isn't incapacitated. Each creature that starts its turn within 20 feet of the mouther and can hear the gibbering must succeed on a DC 10 Wisdom saving throw. On a failure, the creature can't take reactions until the start of its next turn and rolls a d8 to determine what it does during its turn. On a 1 to 4, the creature does nothing. On a 5 or 6, the creature takes no action or bonus action and uses all its movement to move in a randomly determined direction. On a 7 or 8, the creature makes a melee attack against a randomly determined creature within its reach or does nothing if it can't make such an attack."
                }
            ],
            "spell_list": [],
            "page_no": 314,
            "environments": [
                "Underdark",
                "Sewer",
                "Astral Plane",
                "Caverns",
                "Laboratory"
            ],
            "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"
        },
        {
            "slug": "otyugh",
            "desc": "",
            "name": "Otyugh",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 114,
            "hit_dice": "12d10+48",
            "speed": {
                "walk": 30
            },
            "strength": 16,
            "dexterity": 11,
            "constitution": 19,
            "intelligence": 6,
            "wisdom": 13,
            "charisma": 6,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 7,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 120 ft., passive Perception 11",
            "languages": "Otyugh",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The otyugh makes three attacks: one with its bite and two with its tentacles."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) piercing damage. If the target is a creature, it must succeed on a DC 15 Constitution saving throw against disease or become poisoned until the disease is cured. Every 24 hours that elapse, the target must repeat the saving throw, reducing its hit point maximum by 5 (1d10) on a failure. The disease is cured on a success. The target dies if the disease reduces its hit point maximum to 0. This reduction to the target's hit point maximum lasts until the disease is cured.",
                    "attack_bonus": 6,
                    "damage_dice": "2d8",
                    "damage_bonus": 3
                },
                {
                    "name": "Tentacle",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 7 (1d8 + 3) bludgeoning damage plus 4 (1d8) piercing damage. If the target is Medium or smaller, it is grappled (escape DC 13) and restrained until the grapple ends. The otyugh has two tentacles, each of which can grapple one target.",
                    "attack_bonus": 6,
                    "damage_dice": "1d8",
                    "damage_bonus": 3
                },
                {
                    "name": "Tentacle Slam",
                    "desc": "The otyugh slams creatures grappled by it into each other or a solid surface. Each creature must succeed on a DC 14 Constitution saving throw or take 10 (2d6 + 3) bludgeoning damage and be stunned until the end of the otyugh's next turn. On a successful save, the target takes half the bludgeoning damage and isn't stunned."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Limited Telepathy",
                    "desc": "The otyugh can magically transmit simple messages and images to any creature within 120 ft. of it that can understand a language. This form of telepathy doesn't allow the receiving creature to telepathically respond."
                }
            ],
            "spell_list": [],
            "page_no": 339,
            "environments": [
                "Underdark",
                "Sewer",
                "Swamp",
                "Caverns",
                "Ruin",
                "Laboratory"
            ],
            "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"
        },
        {
            "slug": "a-mi-kuk",
            "desc": "Crimson slime covers this ungainly creature. Its tiny black eyes sit in an abnormally large head, and dozens of sharp teeth fill its small mouth. Its limbs end in large, grasping claws that look strong enough to crush the life out of a bear._  \n**Hidden Terror.** The dreaded a-mi-kuk is a terrifying creature that feasts on any who venture into the bleak and icy expanses of the world. A-mi-kuks prowl the edges of isolated communities, snatching those careless enough to wander too far from camp. They also submerge themselves beneath frozen waters, coming up from below to grab and strangle lone fishermen.  \n**Fear of Flames.** A-mi-kuks have a deathly fear of fire, and anyone using fire against one has a good chance of making it flee in terror, even if the fire-user would otherwise be outmatched. A-mi-kuks are not completely at the mercy of this fear, however, and lash out with incredible fury if cornered by someone using fire against them.  \n**Unknown Origins.** A-mi-kuks are not natural creatures and contribute little to the ecosystems in which they live. The monsters are never seen together, and some believe them to be a single monster, an evil spirit made flesh that appears whenever a group of humans has angered the gods. A-mi-kuks have no known allies and viciously attack any creatures that threaten them, regardless of the foe’s size or power.",
            "name": "A-mi-kuk",
            "size": "Huge",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "chaotic evil",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 115,
            "hit_dice": "10d12+50",
            "speed": {
                "swim": 40,
                "burrow": 20,
                "walk": 30
            },
            "strength": 21,
            "dexterity": 8,
            "constitution": 20,
            "intelligence": 7,
            "wisdom": 14,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 5,
            "skills": {
                "athletics": 10,
                "perception": 5,
                "stealth": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "acid; bludgeoning, piercing, and slashing from nonmagical attacks",
            "damage_immunities": "cold",
            "condition_immunities": "paralyzed, restrained",
            "senses": "darkvision 60 ft., tremorsense 30 ft., passive Perception 15",
            "languages": "understands Common but can’t speak",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The a-mi-kuk makes two attacks: one with its bite and one with its grasping claw."
                },
                {
                    "name": "Bite",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5"
                },
                {
                    "name": "Grasping Claw",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage, and the target is grappled (escape DC 16). The a-mi-kuk has two grasping claws, each of which can grapple only one target at a time.",
                    "attack_bonus": 8,
                    "damage_dice": "3d8+5"
                },
                {
                    "name": "Strangle",
                    "desc": "The a-mi-kuk strangles one creature grappled by it. The target must make a DC 16 Strength saving throw. On a failure, the target takes 27 (6d8) bludgeoning damage, can’t breathe, speak, or cast spells, and begins suffocating. On a success, the target takes half the bludgeoning damage and is no longer grappled. Until this strangling grapple ends (escape DC 16), the target takes 13 (3d8) bludgeoning damage at the start of each of its turns. The a-mi-kuk can strangle up to two Medium or smaller targets or one Large target at a time."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Hold Breath",
                    "desc": "The a-mi-kuk can hold its breath for 30 minutes."
                },
                {
                    "name": "Fear of Fire",
                    "desc": "The a-mi-kuk is afraid of fire, and it won’t move toward any fiery or burning objects. If presented forcefully with a flame, or if it is dealt fire damage, the a-mi-kuk must succeed on a DC 13 Wisdom saving throw or become frightened until the end of its next turn. After it has been frightened by a specific source of fire (such as the burning hands spell), the a-mi-kuk can’t be frightened by that same source again for 24 hours."
                },
                {
                    "name": "Icy Slime",
                    "desc": "The a-mi-kuk’s body is covered in a layer of greasy, ice-cold slime that grants it the benefits of freedom of movement. In addition, a creature that touches the a-mi-kuk or hits it with a melee attack while within 5 feet of it takes 7 (2d6) cold damage from the freezing slime. A creature grappled by the a-mi-kuk takes this damage at the start of each of its turns."
                }
            ],
            "spell_list": [],
            "page_no": 15,
            "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/"
        },
        {
            "slug": "ahu-nixta-cataphract",
            "desc": "At the core of its clockwork armor, the creature is a shapeless horror from beyond the stars._  \n**Clockwork Armor.** Weak and easy prey in their natural state, the ahu-nixta long ago mastered the art of clockwork design, building armor that could carry them through the voids between stars and bolster their physical abilities. After mastering clockwork design, the ahu-nixta turned to enhancing themselves to better utilize greater and greater clockwork creations.  \n**Evolved Terrors.** As ahu-nixta age and prove themselves against their people’s enemies, they are forcibly evolved in eugenic chambers and given new armor. The ahu-nixta are comprised of Open Game License",
            "name": "Ahu-Nixta Cataphract",
            "size": "Large",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 17,
            "armor_desc": "clockwork armor",
            "hit_points": 135,
            "hit_dice": "18d10+36",
            "speed": {
                "hover": true,
                "walk": 30,
                "fly": 30
            },
            "strength": 20,
            "dexterity": 8,
            "constitution": 14,
            "intelligence": 19,
            "wisdom": 13,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 4,
            "skills": {
                "perception": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone",
            "senses": "darkvision 60 ft., passive Perception 14",
            "languages": "Deep Speech, Void Speech",
            "challenge_rating": "8",
            "cr": 8.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The cataphract makes three melee attacks. It can cast one at will spell in place of two melee attacks. Alternatively, it can use its Arcane Cannon twice."
                },
                {
                    "name": "Whirring Blades",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (3d4 + 5) slashing damage, and the target must succeed on a DC 15 Dexterity saving throw or take 5 (2d4) slashing damage at the start of its next turn.",
                    "attack_bonus": 8,
                    "damage_dice": "3d4+5"
                },
                {
                    "name": "Pronged Scepter",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) piercing damage.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6+5"
                },
                {
                    "name": "Bashing Rod",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 16 (2d10 + 5) bludgeoning damage",
                    "attack_bonus": 8,
                    "damage_dice": "2d10+5"
                },
                {
                    "name": "Arcane Cannon",
                    "desc": "Ranged Spell Attack: +7 to hit, range 100 ft., one target. Hit: 18 (4d8) force damage, and the target must succeed on a DC 15 Strength saving throw or be knocked prone.",
                    "attack_bonus": 7,
                    "damage_dice": "4d8"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Clockwork Encasement",
                    "desc": "The creature within the machine is a somewhat shapeless mass, both protected and given concrete manipulators by its armor. The clockwork armor has a variety of manipulators that the ahu-nixta can use to attack or to interact with objects outside of the armor. When the ahu-nixta is reduced to 0 hp, its clockwork armor breaks and the ahu-nixta exits it. Once out of its armor, the creature’s pulpy mass no longer receives the benefits of the listed Damage or Condition Immunities, except for psychic and prone.\n\nWithout its clockwork armor, the ahu-nixta has the following statistics: AC 12, hp 37 (5d10 + 10), Strength 9 (-1), and all its modes of travel are reduced to 20 feet. In addition, it has no attack actions, though it can still cast its spells. The ahu-nixta’s body can form eyes, mouths, and grabbing appendages. Its grabbing appendages can pick up objects and manipulate them, but the appendages can’t be used for combat. The ahu-nixta’s extra appendages can open and close glass-covered viewing ports in the clockwork armor, requiring no action, so it can see and interact with objects outside the armor. \n\nThe ahu-nixta can exit or enter its clockwork armor as a bonus action."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The ahu-nixta’s clockwork armor is immune to any spell or effect that would alter its form, as is the creature that controls it as long as the ahu-nixta remains within the armor."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The ahu-nixta’s innate spellcasting ability is Intelligence (spell save DC 15, +7 to hit with spell attacks). The ahu-nixta can innately cast the following spells, requiring no material components:\nAt will: fear, fire bolt (2d10), telekinesis"
                }
            ],
            "spell_list": [],
            "page_no": 9,
            "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/"
        },
        {
            "slug": "ahu-nixta-drudge",
            "desc": "At the core of its clockwork armor, the creature is a shapeless horror from beyond the stars._  \n**Clockwork Armor.** Weak and easy prey in their natural state, the ahu-nixta long ago mastered the art of clockwork design, building armor that could carry them through the voids between stars and bolster their physical abilities. After mastering clockwork design, the ahu-nixta turned to enhancing themselves to better utilize greater and greater clockwork creations.  \n**Evolved Terrors.** As ahu-nixta age and prove themselves against their people’s enemies, they are forcibly evolved in eugenic chambers and given new armor. The ahu-nixta are comprised of Open Game License",
            "name": "Ahu-Nixta Drudge",
            "size": "Medium",
            "type": "Aberration",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 13,
            "armor_desc": "clockwork armor",
            "hit_points": 26,
            "hit_dice": "4d8+8",
            "speed": {
                "fly": 30,
                "hover": true,
                "walk": 30
            },
            "strength": 15,
            "dexterity": 12,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 10,
            "charisma": 10,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": 2,
            "skills": {
                "perception": 2
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned, prone",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Deep Speech, Void Speech",
            "challenge_rating": "1/2",
            "cr": 0.5,
            "actions": [
                {
                    "name": "Whirring Blades",
                    "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 7 (2d4 + 2) slashing damage.",
                    "attack_bonus": 4,
                    "damage_dice": "2d4+2"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Clockwork Encasement",
                    "desc": "The creature within the machine is a somewhat shapeless mass, both protected and given concrete manipulators by its armor. The clockwork armor has a few manipulators that the ahu-nixta can use to attack or to interact with objects outside of the armor. Unlike other ahu-nixta, the drudge can’t live outside its armor and dies when its armor is reduced to 0 hp."
                },
                {
                    "name": "Immutable Form",
                    "desc": "The drudge’s clockwork armor is immune to any spell or effect that would alter its form, as is the creature that controls it as long as the ahu-nixta remains within the armor."
                },
                {
                    "name": "Innate Spellcasting",
                    "desc": "The ahu-nixta’s innate spellcasting ability is Intelligence (spell save DC 11, +3 to hit with spell attacks). The ahunixta can innately cast the following spells, requiring no material components:\nAt will: fire bolt  (1d10)\n1/day: fear"
                }
            ],
            "spell_list": [],
            "page_no": 10,
            "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/"
        }
    ]
}